summaryrefslogtreecommitdiff
path: root/docutils/docs/user
diff options
context:
space:
mode:
authorjonwaltman <jonwaltman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-09-20 07:55:21 +0000
committerjonwaltman <jonwaltman@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-09-20 07:55:21 +0000
commite06c90d5b8514bfb32385aaa2ecc8b7ee7105aa8 (patch)
tree6e7736234d9842d00f2d71657e55922ca3c3069f /docutils/docs/user
parentcb8da24cdbe45249e9808c9a9dd0ceacab6868fa (diff)
downloaddocutils-e06c90d5b8514bfb32385aaa2ecc8b7ee7105aa8.tar.gz
Documentation update for Texinfo writer
- add link to writer in the `Docutils Link List`_ - add referenced html file to "sandbox/infrastructure/htmlfiles.lst" git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6425 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
-rw-r--r--docutils/docs/user/links.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/docutils/docs/user/links.txt b/docutils/docs/user/links.txt
index a21c72620..846fa357c 100644
--- a/docutils/docs/user/links.txt
+++ b/docutils/docs/user/links.txt
@@ -137,9 +137,15 @@ Others
from the database again.
* The `pickle writer`_ by Martin Blais pickles the document tree to a binary
- string. Later unpickling will allow you to publish with other Writers. .
+ string. Later unpickling will allow you to publish with other Writers.
+* The `Texinfo Writer`_, by Jon Waltman converts reStructuredText to
+ Texinfo, the documentation format used by the GNU project and the
+ Emacs text editor. Texinfo can be used to produce multiple output
+ formats, including HTML, PDF, and Info.
+
+
Import
------
@@ -286,3 +292,4 @@ Presentations
.. _Plone: http://plone.org/
.. _Zope: http://www.zope.org/
.. _Trac: http://trac.edgewall.org/
+.. _Texinfo Writer: http://docutils.sf.net/sandbox/texinfo-writer/README.html