Metadata-Version: 1.0
Name: docbook2sla
Version: 0.0.4
Summary: A Python interface to convert DocBook to Scribus
Home-page: http://scribus.zmag.de
Author: Timo Stollenwerk
Author-email: timo@zmag.de
License: GPL
Description: ================================================
        A Python interface to convert DocBook to Scribus
        ================================================
        
        The docbook2sla package helps you to convert DocBook XML into the Scribus
        file format.
        
        
        Requirements
        ============
        
        - `BeautifulSoup`__
        
        __ http://www.crummy.com/software/BeautifulSoup/
        
        - `lxml`__
        
        __ http://codespeak.net/lxml/
        
        Installation
        ============
        
        - install **docbook2sla** either using easy_install or by downloading the sources from the Python Cheeseshop
        
        Supported platforms
        ===================
        
        Unix
        
        
        Subversion repository
        =====================
        
        - http://213.133.111.168/svn/repos/python/docbook2sla/trunk/
        
        
        Usage
        =====
        
        Example from the Python command-line::
        
        from docbook2sla import DocBook2Sla
        d2s = DocBook2Sla('docbook.xml', 'scribus.sla')
        print d2s.convert()
        
        
        Known issues
        ============
        
        
        Author
        ======
        
        Timo Stollenwerk | timo@zmag.de
        
        License
        =======
        
        GPL
        
        Contact
        =======
        
        Timo Stollenwerk | timo@zmag.de
        
        Changes:
        ========
        
        0.0.3 (29.03.2008)
        ------------------
        
        - egg classifiers added
        - gpl license added
        - long description added
        - xml schema for scribus 1.3.4 added
        
        
        0.0.2 (28.02.2008)
        ------------------
        
        - bugfix
        - description added
        
        0.0.1 (28.02.2008)
        ------------------
        
        - initial release
Keywords: docbook scribus converter dtp
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: Multimedia :: Graphics :: Editors
