Metadata-Version: 1.0
Name: zopyx.convert
Version: 0.2.0
Summary: A Python interface to XSL-FO libraries (Conversion HTML to PDF, RTF, DOCX, WML and ODT)
Home-page: http://cheeseshop.python.org/pypi/zopyx.convert
Author: Andreas Jung
Author-email: info@zopyx.com
License: ZPL (see LICENSE.txt)
Description: ##########################################################################
        # zopyx.convert - XSL-FO related functionalities
        #
        # (C) 2007, ZOPYX Ltd & Co. KG, Tuebingen, Germany
        ##########################################################################
        
        A Python interface to XSL-FO libraries.
        
        The packages helps to convert HTML to PDF, RTF, ODT, DOCX and WML using
        XSL-FO technology.
        
        
        Requirements:
        -------------
        
        - csstoxslfo (included)
        
        - XFC-4.0 (www.xmlmind.com)
        
        - XINC 2.0 (www.lunasil.com)
        
        - mxTidy (egenix-experimental package from www.egenix.com)
        
        
        Installation:
        -------------
        
        - $XFC_DIR must be set and point to the root of your XFC installation directory
        
        - $XINC_HOME must be set and to point to the root of your XINC installation directory
        
        
        Limitations:
        ------------
        
        - Works currently only on Linux/Unix, no Windows support so far
        
        
        Author
        ======
        zopyx.convert was written by Andreas Jung for ZOPYX Ltd. & Co. KG, Tuebingen, Germany.
        
        
        License
        =======
        zopyx.convert is published under the Lesser GNU Public License V 2.1 (LGPL 2.1).
        See LICENSE.txt.
        
        
        
        Contact
        =======
        Andreas Jung,
        E-mail: info at zopyx dot com
        Web: http://www.zopyx.com
        
        Changes:
        ========
        
        0.2.0 (16.06.2007):
        
        - PDF support added
        
        - command line interface added
        
        - mxTidy integration
        
        
        0.1.0 (16.06.2007):
        
        - initial release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
