blob: bda44d4aee4a71c0eea78911c72fbaee89a70ce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
============
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
|