~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to man/rest2xml.1

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH REST2XML 1
2
 
.SH NAME
3
 
rest2html \- convert reST documents to XML.
4
 
.SH SYNOPSIS
5
 
rest2xml < input.txt > output.xml
6
 
.PP
7
 
.B rest2xml
8
 
[
9
 
.B --help
10
 
]
11
 
[
12
 
.I more...
13
 
]
14
 
.SH DESCRIPTION
15
 
This program converts reST documents to an XML file which can be
16
 
processed by standard XML tools.
17
 
.PP
18
 
Please use the
19
 
.B --help
20
 
option for a complete list of options.
21
 
.SH BUGS
22
 
Probably a few. Use
23
 
.B reportbug python-docutils
24
 
to report them.
25
 
.SH AUTHOR
26
 
David Goodger <goodger@users.sourceforge.net>
27
 
.SH MAINTAINER
28
 
Matthias Urlichs <smurf@noris.de>
29
 
.SH "SEE ALSO"
30
 
The docutils homepage <http://docutils.sourceforge.net>
31
 
.br
32
 
The reST standard <http://docutils.sourceforge.net/rst.html>