Author: |
Lea Wiemann |
Contact: |
LeWiemann@gmail.com |
Revision: |
5562 |
Date: |
2008-05-20 |
Copyright: |
This document has been placed in the public domain. |
This document contains links users of Docutils and reStructuredText
may find useful, listed in no particular order. Many of the project
listed here are hosted in the Docutils Sandbox. If you have
something to publish, you can get write access, too!
The most current version of this link list can always be found at
http://docutils.sourceforge.net/docs/user/links.html.
This section contains links which are interesting for all users of
Docutils. All projects listed here are usable by end users in some
way, however please do not expect all of them to run straight out of
the box.
Editors with reStructuredText support and docutils GUIs:
Convert reStructuredText to other formats:
- rst2pdf.py
is a front end for the generation of PDF documents from a
reStructuredText source in one step cleaning up intermediate files.
- py.rest from the Codespeak py Lib scripts converts
reStructuredText files to HTML and PDF (cleaning up the intermediate
latex files). Similar to buildhtml.py, it looks recursively for
.txt files in the given PATHS.
- odtwriter the Open Document Format writer developed by Dave Kuhlman
produces files that can be processed with OpenOffice and Abiword.
- restxsl by Michael Alyn Miller, lets you transform reStructuredText
documents into XML/XHTML files using XSLT stylesheets.
- rst2ht by Oliver Rutherfurd, converts reStructuredText to an .ht
template, for use with ht2html.
- htmlnav by Gunnar Schwant, is an HTML writer which supports navigation
bars.
- rst2chm by Oliver Rutherfurd, generates Microsoft HTML Help files from
reStructuredText files.
- html4strict
produces XHTML that strictly conforms to the XHTML 1.0 specification.
- html4trans
produces XHTML conforming to the version 1.0 Transitional DTD that
contains enough formatting information to be viewed by a lightweight HTML
browser without CSS support.
- A simple HTML writer by Bill Bumgarner that doesn't rely on CSS
(stylesheets).
- An XSLT script by Ladislav Lhotka enables reStructuredText annotations
to be included in RELAG NG XML schemas.
- The Docutils interface to PythonPoint
by Richard Jones produces PDF presentations using ReportLabs.
- ManPage Writer by Engelbert Gruber.
- DocBook Writer by Oliver Rutherfurd.
Convert other formats to reStructuredText:
- sxw2rest, by Trent W. Buck, converts StarOffice XML Writer (SXW)
files to reStructuredText.
- xml2rst, an XSLT stylesheet written by Stefan Merten, converts XML
dumps of the document tree (e.g. created with rst2xml.py) back to
reStructuredText.
- xhtml2rest, written by Antonios Christofides, is a simple utility
to convert XHTML to reStructuredText.
Extend the reStructuredText syntax or the features of docutils.
More extensions are in the Docutils Sandbox.
- Jens J. Mortensen developed LaTeX math for reST, which writes to
LaTeX or to MathML.
- Beni Cherniavsky has written a generic preprocessing module for
roles and/or directives and built preprocessors for TeX math for
both LaTeX and HTML output on top of it.
This section contains links which are primarily interesting for
developers who use the Docutils API from within their own
applications.
- Nabu, written by Martin Blais, is a publishing system which
extracts information from reStructuredText documents and stores it
in a database. Python knowledge is required to write extractor
functions (see Writing an Extractor) and to retrieve the data
from the database again.
- There is a pickle writer, written by Martin Blais.
Links primarily interesting for developers who work with the Docutils
code base.