Metadata-Version: 1.0
Name: zopyx.smartprintng.lite
Version: 1.0.2
Summary: Produce & Publish Lite
Home-page: http://pypi.python.org/pypi/zopyx.smartprintng.lite
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL
Description: Produce & Publish Lite
        ======================
        
        Produce & Publish Lite is a stripped down version of the Produce & Publish
        platform (www.produce-and-publish.com). It implements a PDF generation
        functionality for the Plone content-management system (www.plone.org).
        
        Limitations
        -----------
        * supports only Apache FOP 1.0 or higher as PDF backend
        * no support for the Produce & Publish server (conversion will
          take place inside Plone - may block worker threads of Zope)
        
        Requirements
        ------------
        * requires Plone 4 or higher (untested with Plone 3.x)
        
        Installation
        ------------
        
        * add ``zopyx.smartprintng.lite`` to the ``eggs`` and ``zcml`` options
          of your buildout.cfg and re-run buildout (as usual)
        * read carefully the ``zopyx.convert2`` documentation (especially the
          section related to the configuration of Apache FOP)
        
        
        Usage
        -----
        Add ``@@asPlainPDF`` to the URL of a Plone document, news item or topic
        in order to convert the current content to PDF.
        
        
        License
        -------
        Produce & Publish Lite is published under the GNU Public License V 2
        
        
        Author
        ------
        
        | ZOPYX Limited
        | c/o Andreas Jung
        | Charlottenstr. 37/1
        | D-72070 Tuebingen, Germany
        | www.zopyx.com
        | info@zopyx.com
        
        Changelog
        =========
        
        1.0.2 (2011/06/03)
        ------------------
        * released with full source code
        
        1.0.1 (2010/10/30)
        ------------------
        * minor fix
        
        1.0.0 (2010/10/20)
        ------------------
        * minor fix
        
        1.0.0b1 (2010/10/05)
        --------------------
        * initial release
        
Keywords: PDF Python Zope Plone Produce Publish
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries :: Python Modules
