diff options
author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-18 00:09:14 +0000 |
---|---|---|
committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-18 00:09:14 +0000 |
commit | 4220823618786ebcf147ce3dee195b6acdd4bb00 (patch) | |
tree | a630ef7951c4170efca2c397fa54b43b31a94e94 | |
parent | 0bb885fc5af28e2476186ce446ff991fe2f8438f (diff) | |
download | docutils-4220823618786ebcf147ce3dee195b6acdd4bb00.tar.gz |
added link to rst2chm
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3510 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r-- | docs/user/links.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/user/links.txt b/docs/user/links.txt index 313fb84f8..22c8a9706 100644 --- a/docs/user/links.txt +++ b/docs/user/links.txt @@ -18,9 +18,13 @@ Related Projects ================ These are projects users of Docutils and reStructuredText may find -useful. Many of them projects are hosted in the `Docutils Sandbox`_. -All projects are usable by end users in some way, however do not -expect all of them to run out of the box. +useful, listed in no particular order. Many of them projects are +hosted in the `Docutils Sandbox`_. All projects are usable by end +users in some way, however do not expect all of them to run out of the +box. + +* rst2chm_, written by Oliver Rutherfurd, generates Microsoft HTML + Help files from reStructuredText files. * rest2web_, by Michael Foord, is a tool for creating web sites with reStructuredText. @@ -61,6 +65,7 @@ expect all of them to run out of the box. * Beni Cherniavsky maintains a Makefile_ for driving Docutils, hoping to handle everything one might do with docutils. +.. _rst2chm: http://www.rutherfurd.net/software/rst2chm/ .. _rest2web: http://www.voidspace.org.uk/python/rest2web/ .. _Docutils Sandbox: http://docutils.sf.net/sandbox/README.html .. _ZReST: http://docutils.sf.net/sandbox/richard/ZReST/ |