summaryrefslogtreecommitdiff
path: root/docs/user/links.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-05-20 14:08:20 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-05-20 14:08:20 +0000
commitac71b30825564810209338d9445b0530d4c04f8b (patch)
tree37a14c7e3abed2218fae1bce068dbc10f0fe6f8f /docs/user/links.txt
parent263586072da35964f9a8d72a795e31d044508321 (diff)
downloaddocutils-ac71b30825564810209338d9445b0530d4c04f8b.tar.gz
Update and categorise the Users link list
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5561 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user/links.txt')
-rw-r--r--docs/user/links.txt134
1 files changed, 93 insertions, 41 deletions
diff --git a/docs/user/links.txt b/docs/user/links.txt
index 6425a777b..5e39bec1a 100644
--- a/docs/user/links.txt
+++ b/docs/user/links.txt
@@ -29,39 +29,83 @@ 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.
-* For Wikis, please see the `FAQ entry about Wikis`_.
+Editors
+~~~~~~~
-* For Blogs (Weblogs), please see the `FAQ entry about Blogs`_.
+Editors with reStructuredText support and docutils GUIs:
+
+* Emacs `rst mode <http://docutils.sf.net/docutils/tools/editors/emacs>`__.
+
+* `reStructuredText syntax highlighting mode
+ <http://www.vim.org/scripts/script.php?script_id=973>`__ for vim.
+
+* `VST <http://skawina.eu.org/mikolaj/vst.html>`__ (Vim reStructured Text)
+ is a plugin for Vim7 with folding.
+
+* `rst mode <http://jedmodes.sf.net/mode/rst/>`__ for the
+ `JED <http://www.jedsoft.org/jed/>`__ programmers editor
+
+* Gunnar Schwant's DocFactory_ is a wxPython GUI application for
+ Docutils.
-* py.rest from the Codespeak `py Lib scripts`_ converts
+* ReSTedit_ by Bill Bumgarner is a Docutils GUI for Mac OS X.
+
+
+Export
+~~~~~~
+
+Convert reStructuredText to other formats:
+
+* `rst2pdf.py <http://docutils.sf.net/sandbox/rst2pdf>`_
+ 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.
-* PyLit_ provides a plain but efficient tool for *literate programming
- with reStructuredText*: a bidirectional text <--> code converter.
+* odtwriter_ the Open Document Format writer developed by Dave Kuhlman
+ produces files that can be processed with OpenOffice and Abiword.
-* Pandoc_ is a document converter; it can read Markdown and (subsets
- of) reStructuredText, HTML, and LaTeX, and it can write Markdown,
- reStructuredText, HTML, LaTeX, RTF, DocBook XML, and S5.
+* 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_.
-* restxsl_, by Michael Alyn Miller, lets you transform
- reStructuredText documents into XML/XHTML files using XSLT
- stylesheets.
+* htmlnav_ by Gunnar Schwant, is an HTML writer which supports navigation
+ bars.
-* rest2web_, by Michael Foord, is a tool for creating web sites with
- reStructuredText.
+* rst2chm_ by Oliver Rutherfurd, generates Microsoft HTML Help files from
+ reStructuredText files.
+
+* `html4strict <http://docutils.sf.net/sandbox/html4strict/>`__
+ produces XHTML that strictly conforms to the XHTML 1.0 specification.
-* Ladislav Lhotka has written an `XSLT script`_ that enables
- reStructuredText annotations to be included in RELAG NG XML schemas.
+* `html4trans <http://docutils.sf.net/sandbox/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.
-* ReSTedit_ by Bill Bumgarner is a Docutils GUI for Mac OS X.
+* `DocBook Writer`_ by Oliver Rutherfurd.
-* There is an `ASCII art to SVG converter`_ (aafigure), developed by
- Chris Liechti.
-* Jens J. Mortensen developed `LaTeX math for reST`_, which writes to
- LaTeX or to MathML.
+Import
+~~~~~~
+
+Convert other formats to reStructuredText:
* sxw2rest_, by Trent W. Buck, converts StarOffice XML Writer (SXW)
files to reStructuredText.
@@ -73,42 +117,50 @@ the box.
* xhtml2rest_, written by Antonios Christofides, is a simple utility
to convert XHTML to reStructuredText.
-* rst2ht_, by Oliver Rutherfurd, converts reStructuredText to an .ht
- template, for use with ht2html_.
+Extensions
+~~~~~~~~~~
-* htmlnav_, by Gunnar Schwant, is an HTML writer which supports
- navigation bars.
+Extend the reStructuredText syntax or the features of docutils.
+More extensions are in the `Docutils Sandbox`_.
-* rst2chm_, written by Oliver Rutherfurd, generates Microsoft HTML
- Help files from reStructuredText files.
+* Jens J. Mortensen developed `LaTeX math for reST`_, which writes to
+ LaTeX or to MathML.
-* ZReST_, by Richard Jones, is a "ReStructuredText Document for Zope"
- application that is complete and ready to install.
+* 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.
-* The Docutils interface to PythonPoint_, also by Richard Jones,
- produces PDF presentations using ReportLabs.
-* Engelbert Gruber has begun a `ManPage Writer`_.
+Related Applications
+~~~~~~~~~~~~~~~~~~~~
-* Oliver Rutherfurd has begun a `DocBook Writer`_.
+Applications using docutils/reStructuredText, helper applications:
-* Gunnar Schwant's DocFactory_ is a wxPython GUI application for
- Docutils.
+* For Wikis, please see the `FAQ entry about Wikis`_.
+
+* For Blogs (Weblogs), please see the `FAQ entry about Blogs`_.
+
+* PyLit_ provides a plain but efficient tool for *literate programming
+ with reStructuredText*: a bidirectional text <--> code converter.
-* odtwriter_ Open Document Format writer is being developed by Dave
- Kuhlman.
+* Pandoc_ is a document converter; it can read Markdown and (subsets
+ of) reStructuredText, HTML, and LaTeX, and it can write Markdown,
+ reStructuredText, HTML, LaTeX, RTF, DocBook XML, and S5.
-* Bill Bumgarner has written a `simple HTML writer`_ that doesn't rely
- on CSS (stylesheets).
+* rest2web_, by Michael Foord, is a tool for creating web sites with
+ reStructuredText.
-* 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.
+* There is an `ASCII art to SVG converter`_ (aafigure), developed by
+ Chris Liechti.
+
+* ZReST_, by Richard Jones, is a "ReStructuredText Document for Zope"
+ application that is complete and ready to install.
* Beni Cherniavsky maintains a Makefile_ for driving Docutils, hoping
to handle everything one might do with Docutils.
+
API Developers
--------------