summaryrefslogtreecommitdiff
path: root/docutils/docs/user
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-02-08 17:23:05 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-02-08 17:23:05 +0000
commit8a436dc6e017a813b47474e063459badb0eea383 (patch)
tree842fcc4723ae8d3b0862a0aa64566e22cc17274e /docutils/docs/user
parent004d868343b69339ecec0043f39a4c81c0956643 (diff)
downloaddocutils-8a436dc6e017a813b47474e063459badb0eea383.tar.gz
Update documentation.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9004 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
-rw-r--r--docutils/docs/user/links.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/docutils/docs/user/links.txt b/docutils/docs/user/links.txt
index 2fb08ebdb..2e7bf241e 100644
--- a/docutils/docs/user/links.txt
+++ b/docutils/docs/user/links.txt
@@ -328,12 +328,23 @@ Applications using docutils/reStructuredText and helper applications.
* `Project Gutenberg`_ uses a customized version of Docutils with it's own
xetex- and nroff-writer and epub generator.
-.. _FAQ entry about Wikis: https://docutils.sourceforge.io/FAQ.html
+* Text-Restructured_ at CPAN is a set of modules to parse
+ reStructuredText documents and output them in various formats written
+ in Perl_.
+ Up to January 2021, the sources were stored in the Docutils repository_.
+ After long inactivity (the last commit was r6498__
+ 2010-12-08), ``trunk/prest/`` was moved to the attic.
+
+ __ https://sourceforge.net/p/docutils/code/6498/
+
+.. _FAQ entry about Wikis: http://docutils.sf.net/FAQ.html
#are-there-any-wikis-that-use-restructuredtext-syntax
.. _FAQ entry about Blogs: https://docutils.sourceforge.io/FAQ.html
#are-there-any-weblog-blog-projects-that-use-restructuredtext-syntax
-.. _Project Gutenberg: https://www.gutenberg.org
-
+.. _Project Gutenberg: http://www.gutenberg.org
+.. _Perl: https://www.perl.org
+.. _Text-Restructured: https://metacpan.org/dist/Text-Restructured
+.. _repository: ../dev/repository.html
Tools
`````