============ odf2docutils ============ ------------------------------------ convert an ODF input to Docutils XML ------------------------------------ :Author: smerten@oekonux.de :Copyright: GPL v2 :Manual section: 1 :Manual group: text processing SYNOPSIS ======== **odf2docutils.py** [*options*\]... [*odf* [*docutils*\]] DESCRIPTION =========== Converts an `Open Document Format`_ (ODF) file to Docutils XML. Docutils XML can then be converted to reStructuredText by using xml2rst_. OPTIONS ======= .. include:: docutilsOptions.rst SEE ALSO ======== .. _Docutils: * Docutils http://docutils.sourceforge.net/ .. _reStructuredText: * reStructuredText http://docutils.sourceforge.net/rst.html .. _ODF: * _`Open Document Format` https://www.oasis-open.org/standards#opendocumentv1.2 * _`xml2rst` http://svn.code.sf.net/p/docutils/code/trunk/sandbox/xml2rst/ AVAILABILITY ============ **odf2docutils** is available from http://www.merten-home.de/FreeSoftware/odf2docutils/ and the Docutils sandbox http://svn.code.sf.net/p/docutils/code/trunk/sandbox/odf2docutils