Add <target> to one more testcase (see r8206).
[docutils.git] / sandbox / odf2docutils / odf2docutils.rst
blobbda44d4aee4a71c0eea78911c72fbaee89a70ce8
1 ============
2 odf2docutils
3 ============
5 ------------------------------------
6 convert an ODF input to Docutils XML
7 ------------------------------------
9 :Author: smerten@oekonux.de
10 :Copyright: GPL v2
11 :Manual section: 1
12 :Manual group: text processing
14 SYNOPSIS
15 ========
17 **odf2docutils.py** [*options*\]... [*odf* [*docutils*\]]
19 DESCRIPTION
20 ===========
22 Converts an `Open Document Format`_ (ODF) file to Docutils XML.
23 Docutils XML can then be converted to reStructuredText by using
24 xml2rst_.
26 OPTIONS
27 =======
29 .. include:: docutilsOptions.rst
31 SEE ALSO
32 ========
34 .. _Docutils:
36 * Docutils
38   http://docutils.sourceforge.net/
40 .. _reStructuredText:
42 * reStructuredText
44   http://docutils.sourceforge.net/rst.html
46 .. _ODF:
48 * _`Open Document Format`
50   https://www.oasis-open.org/standards#opendocumentv1.2
52 * _`xml2rst`
54   http://svn.code.sf.net/p/docutils/code/trunk/sandbox/xml2rst/
56 AVAILABILITY
57 ============
59 **odf2docutils** is available from
61 http://www.merten-home.de/FreeSoftware/odf2docutils/
63 and the Docutils sandbox
65 http://svn.code.sf.net/p/docutils/code/trunk/sandbox/odf2docutils