From e06c90d5b8514bfb32385aaa2ecc8b7ee7105aa8 Mon Sep 17 00:00:00 2001 From: jonwaltman Date: Mon, 20 Sep 2010 07:55:21 +0000 Subject: 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 --- docutils/docs/user/links.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docutils/docs/user') 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 -- cgit v1.2.1