File: rest2xml.1

package info (click to toggle)
python-docutils 0.3.7-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,872 kB
  • ctags: 2,908
  • sloc: python: 27,538; lisp: 641; makefile: 102
file content (32 lines) | stat: -rw-r--r-- 658 bytes parent folder | download
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
.TH REST2XML 1
.SH NAME
rest2html \- convert reST documents to XML.
.SH SYNOPSIS
rest2xml < input.txt > output.xml
.PP
.B rest2xml
[
.B --help
]
[
.I more...
]
.SH DESCRIPTION
This program converts reST documents to an XML file which can be
processed by standard XML tools.
.PP
Please use the
.B --help
option for a complete list of options.
.SH BUGS
Probably a few. Use
.B reportbug python-docutils
to report them.
.SH AUTHOR
David Goodger <goodger@users.sourceforge.net>
.SH MAINTAINER
Matthias Urlichs <smurf@noris.de>
.SH "SEE ALSO"
The docutils homepage <http://docutils.sourceforge.net>
.br
The reST standard <http://docutils.sourceforge.net/rst.html>