Metadata-Version: 1.1
Name: xmldirector.dita
Version: 0.0.12
Summary: XML-Director DITA conversion
Home-page: http://pypi.python.org/pypi/xmldirector.dita
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL
Description: xmldirector.dita
        ================
        
        DITA conversion support for XML Director
        
        This module packages the 
        
        - DITA Open Toolkit
        - XMLMind DITA Converter
        
        as Python module.
        
        API
        ---
        
        The module provides the following API::
        
            result = xmldirector.dita.converter.dita2html(ditamap, output_dir_or_file, converter)
        
        
        - ``ditamap`` - path to DITA map file
        - ``output_dir_or_file`` - output directory (DITA) or output filename (DITAC)
        - ``converter`` - name of the converter to be used (``dita`` for DITA OT or ``ditac`` for 
           XMLMind Dita converter)
        
        Commandline usage
        -----------------
        
        You can start a DITA conversion from the commandline::
        
          > bin/dita2html -d some.ditamap -o output_directory -c dita|ditac
        
        - ``-d`` - path to DITA map file
        - ``-o`` - name of output directory (for DITA-OT) or the HTML output file
          (XMLMind DITAC)
        - ``-c`` - name of the converter to be used (``dita`` for DITA OT or ``ditac`` for 
           XMLMind Dita converter)
        
          
        
        
        License
        -------
        This package is published under the GNU Public License V2 (GPL 2)
        
        Source code
        -----------
        See https://bitbucket.com/ajung/xmldirector.dita
        
        Bugtracker
        ----------
        See https://bitbucket.com/ajung/xmldirector.dita/issues
        
        
        Author
        ------
        | Andreas Jung/ZOPYX
        | Hundskapfklinge 33
        | D-72074 Tuebingen, Germany
        | info@zopyx.com
        | www.zopyx.com
        
        
        Changelog
        =========
        
        0.0.11 (2016/06/21)
        -------------------
        -  added html2dita()
        
        0.0.10 (2016/06/21)
        -------------------
        - updated to DITA OT 2.3.1
        - updated to DITAC 2.6.1
        
        0.0.1 (03/01/2016)
        ------------------
        
        - initial release
        
Keywords: xml-director DOCX XML C-Rex Plone Python DITA
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Zope2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
