{
"info": {
"author": "Jonas Baumann",
"author_email": "mailto:info@4teamwork.ch",
"bugtrack_url": null,
"classifiers": [
"Framework :: Plone",
"Framework :: Plone :: 4.3",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "ftw.book\n========\n\nThis package provides content types for creating a book which can be exported as PDF.\n\n.. figure:: http://onegov.ch/approved.png/image\n :align: right\n :target: http://onegov.ch/community/zertifizierte-module/ftw.book\n\n Certified: 01/2013\n\n\nFeatures\n--------\n\n- Provides a content type \"Book\" which defines the root of a book.\n- Provides a content type \"Chapter\" for creating the structure of a book. Chapters are nestable.\n- Content is added to chapters using simplelayout blocks.\n- Provides an action for exporting the book or a single chapter recursively as PDF.\n- Provides LaTeX representations for the default simplelayout blocks.\n- Adds fields for injecting LaTeX code to every content type within a book using schemaextender.\n- Provides a \"Reader\" view which displays the book on one page for a enjoyable reading experience.\n- Provides simplalayout \"Table\" block for enter tabular data using a datagrid widget which generates\n HTML table representation which also convertable into a PDF.\n\n\nUsage\n-----\n\n- Add ``ftw.book`` to your buildout configuration:\n\n::\n\n [instance]\n eggs +=\n ftw.book\n\n- Install the generic import profile.\n\n- Install a LaTeX distribution, see `ftw.pdfgenerator`_ install instructions.\n\n\nCompatibility\n-------------\n\nRuns with `Plone