[Zope-Checkins] CVS: Zope/lib/python/reStructuredText - reStructuredText.txt:1.2

Andreas Jung andreas@andreas-jung.com
Sat, 1 Feb 2003 10:45:18 -0500


Update of /cvs-repository/Zope/lib/python/reStructuredText
In directory cvs.zope.org:/tmp/cvs-serv22879

Modified Files:
	reStructuredText.txt 
Log Message:
better ascii version


=== Zope/lib/python/reStructuredText/reStructuredText.txt 1.1 => 1.2 === (5223/5323 lines abridged)
--- Zope/lib/python/reStructuredText/reStructuredText.txt:1.1	Sat Feb  1 10:42:37 2003
+++ Zope/lib/python/reStructuredText/reStructuredText.txt	Sat Feb  1 10:45:16 2003
@@ -1,2675 +1,2645 @@
-
-  reStructuredText Markup Specification
-
-Author: David Goodger
-Contact: goodger@users.sourceforge.net
-<mailto:goodger@users.sourceforge.net>
-Revision: 1.34
-Date: 2003-01-21
-
-Note
-
-This document is a detailed technical specification; it is not a
-tutorial or a primer. If this is your first exposure to
-reStructuredText, please read A ReStructuredText Primer
-<../../docs/rst/quickstart.html> and the Quick reStructuredText
-<../../docs/rst/quickref.html> user reference first.
-
-reStructuredText <http://docutils.sourceforge.net/rst.html> is plaintext
-that uses simple and intuitive constructs to indicate the structure of a
-document. These constructs are equally easy to read in raw and processed
-forms. This document is itself an example of reStructuredText (raw, if
-you are reading the text file, or processed, if you are reading an HTML
-document, for example). The reStructuredText parser is a component of
-Docutils <http://docutils.sourceforge.net/>.
-
-Simple, implicit markup is used to indicate special constructs, such as
-section headings, bullet lists, and emphasis. The markup used is as
-minimal and unobtrusive as possible. Less often-used constructs and
-extensions to the basic reStructuredText syntax may have more elaborate
-or explicit markup.
-
-reStructuredText is applicable to documents of any length, from the very
-small (such as inline program documentation fragments, e.g. Python
-docstrings) to the quite large (this document).
-
-The first section gives a quick overview of the syntax of the
-reStructuredText markup by example. A complete specification is given in
-the Syntax Details <#syntax-details> section.
-
-Literal blocks <#literal-blocks> (in which no markup processing is done)
-are used for examples throughout this document, to illustrate the
-plaintext markup.
-
-Contents
-
-    * Quick Syntax Overview <#quick-syntax-overview>
-    * Syntax Details <#syntax-details>

[-=- -=- -=- 5223 lines omitted -=- -=- -=-]

+
+
+----------------
+ Error Handling
+----------------
+
+DTD element: system_message, problematic.
+
+Markup errors are handled according to the specification in `PEP
+258`_.
+
+
+.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils Document Tree Structure: ../doctree.html
+.. _Generic Plaintext Document Interface DTD: ../gpdi.dtd
+.. _transforms:
+   http://docutils.sourceforge.net/docutils/transforms/
+.. _Grouch: http://www.mems-exchange.org/software/grouch/
+.. _RFC822: http://www.rfc-editor.org/rfc/rfc822.txt
+.. _DocTitle transform:
+.. _DocInfo transform:
+   http://docutils.sourceforge.net/docutils/transforms/frontmatter.py
+.. _getopt.py:
+   http://www.python.org/doc/current/lib/module-getopt.html
+.. _GNU libc getopt_long():
+   http://www.gnu.org/manual/glibc-2.2.3/html_node/libc_516.html
+.. _doctest module:
+   http://www.python.org/doc/current/lib/module-doctest.html
+.. _Emacs table mode: http://table.sourceforge.net/
+.. _Index of WWW Addressing Schemes:
+   http://www.w3.org/Addressing/schemes.html
+.. _World Wide Web Consortium: http://www.w3.org/
+.. _HTML Techniques for Web Content Accessibility Guidelines:
+   http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text
+.. _reStructuredText Directives: directives.html
+.. _reStructuredText Interpreted Text Roles: interpreted.html
+.. _RFC2396: http://www.rfc-editor.org/rfc/rfc2396.txt
+.. _RFC2732: http://www.rfc-editor.org/rfc/rfc2732.txt
+.. _Zope: http://www.zope.com/
+.. _PEP 258: http://docutils.sourceforge.net/spec/pep-0258.txt
+
+
+..
+   Local Variables:
+   mode: indented-text
+   indent-tabs-mode: nil
+   sentence-end-double-space: t
+   fill-column: 70
+   End: