summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-06-27 11:40:32 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-06-27 11:40:32 +0000
commitdbb4ab312d03215e8ce4a411cc005ea4fabbc55a (patch)
treedc8e9a9375fabc2c8e9d0ffab3367a2e9967fe4c /docutils
parent05af5b801c83f9289fb9a612efa7e5b28c316761 (diff)
downloaddocutils-dbb4ab312d03215e8ce4a411cc005ea4fabbc55a.tar.gz
improved links;
don't claim it's HTML 4.01 compatible -- it's not really compatible e.g. because of <empty /> <tags />; and people who care of "what kind of HTML" usually know of the partial compatibility of XHTML and HTML git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3601 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
-rw-r--r--docutils/FAQ.txt16
1 files changed, 7 insertions, 9 deletions
diff --git a/docutils/FAQ.txt b/docutils/FAQ.txt
index 7bbb1cc68..674604c89 100644
--- a/docutils/FAQ.txt
+++ b/docutils/FAQ.txt
@@ -173,7 +173,7 @@ The abbreviations "reSTX" and "rSTX"/"rstx" should **not** be used;
they overemphasize reStructuredText's precedessor, Zope's
StructuredText.
-__ http://www.xml.com/pub/a/2002/02/06/rest.html
+__ http://en.wikipedia.org/wiki/Representational_State_Transfer
What's the standard filename extension for a reStructuredText file?
@@ -706,14 +706,12 @@ web templating). Alternate implementations are welcome.
What kind of HTML does it produce?
----------------------------------
-It produces XHTML compatible with the `HTML 4.01`_ and `XHTML 1.0`_
-specifications (within reason; there are some incompatibilities
-between the specs). A cascading style sheet ("default.css" by
-default) is required for proper viewing with a modern graphical
-browser. Correct rendering of the HTML produced depends on the CSS
-support of the browser.
+It produces XHTML compatible with the `XHTML 1.0`_ specification. A
+cascading style sheet (provided as "tools/stylesheets/default.css") is
+required for proper viewing with a modern graphical browser. Correct
+rendering of the HTML produced depends on the CSS support of the
+browser.
-.. _HTML 4.01: http://www.w3.org/TR/html4/
.. _XHTML 1.0: http://www.w3.org/TR/xhtml1/
@@ -896,7 +894,7 @@ You can use the `docutils.core.publish_parts()`_ function, which
returns a dictionary containing an 'html_body_' entry.
.. _docutils.core.publish_parts():
- docs/api/publisher.html#publisher-convenience-functions
+ docs/api/publisher.html#publish-parts
.. _html_body:
docs/api/publisher.html#html-body