Metadata-Version: 1.1
Name: doconv
Version: 0.1.2
Summary: conversion from AsciiDoc and DocBook to DITA
Home-page: https://github.com/jmourelos/doconv
Author: Jacob Mourelos
Author-email: jacob.mourelos@gmail.com
License: BSD
Description: ===============================
        doconv
        ===============================
        
        .. image:: https://badge.fury.io/py/doconv.png
            :target: http://badge.fury.io/py/doconv
            
        .. image:: https://travis-ci.org/jmourelos/doconv.png?branch=master
                :target: https://travis-ci.org/jmourelos/doconv
        
        .. image:: https://pypip.in/d/doconv/badge.png
                :target: https://crate.io/packages/doconv?version=latest
        
        
        Convert AsciiDoc and DocBook files to DITA
        
        * Free software: BSD license
        
        
        Documentation
        -------------
        
        All documentation can be found in the "docs" directory or in
        http://doconv.rtfd.org.
        
        
        
        
        Release History
        ---------------
        
        0.1.0 (2013-10-16)
        ++++++++++++++++++
        
        * Initial public release.
        * Conversion from AsciiDoc and DocBook to DITA.
        * Plugins' orchestration to perform conversions not
          achievable by a single plugin.
        
        
        0.1.1 (2013-10-20)
        ++++++++++++++++++
        
        * Fix several installation issues.
        * Remove temporarily python 3 support.
        
        0.1.2 (2013-11-09)
        ++++++++++++++++++
        
        * Expand and improve documentation.
        * Proper logging (available using --verbose CLI option).
        * News plugins are now easier to develop.
        
        
Keywords: doconv
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
