diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-25 15:49:54 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-25 15:49:54 +0000 |
| commit | d17bbfa8b110b145522f3581fe92a84d87d289b5 (patch) | |
| tree | 10ad5e1d44e11a27d01081d34f3e64b046740b52 /docutils/FAQ.txt | |
| parent | fc1ee9198296a06c019a24e8cbe030fabd485f29 (diff) | |
| download | docutils-d17bbfa8b110b145522f3581fe92a84d87d289b5.tar.gz | |
added docutils/writers/support/ directory and removed tools/stylesheets/; updated defaults; removed docutils/transforms/html.py (no longer needed); removed ``_stylesheet_required`` internal setting; updated setup.py
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/FAQ.txt')
| -rw-r--r-- | docutils/FAQ.txt | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/docutils/FAQ.txt b/docutils/FAQ.txt index 1d34962ec..37b955a3e 100644 --- a/docutils/FAQ.txt +++ b/docutils/FAQ.txt @@ -710,10 +710,13 @@ What kind of HTML does it produce? ---------------------------------- It produces XHTML compatible with the `XHTML 1.0`_ specification. A -cascading stylesheet (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. +cascading stylesheet is required for proper viewing with a modern +graphical browser. Correct rendering of the HTML produced depends on +the CSS support of the browser. A general-purpose stylesheet, +``html4css1.css`` is provided with the code, and is embedded by +default. It is installed in the "writers/support/" subdirectory +within the Docutils package. Use the ``--help`` command-line option +to see the specific location on your machine. .. _XHTML 1.0: http://www.w3.org/TR/xhtml1/ @@ -794,9 +797,9 @@ effectively reserve these tags to provide 6 levels of heading beyond the single document title. HTML is being used for dumb formatting for nothing but final display. -A stylesheet *is required*, and one is provided: -``tools/stylesheets/default.css``. Of course, you're welcome to roll -your own. The default stylesheet provides rules to format ``<h1 +A stylesheet *is required*, and one is provided; see `What kind of +HTML does it produce?`_ above. Of course, you're welcome to roll your +own. The default stylesheet provides rules to format ``<h1 class="title">`` and ``<h2 class="subtitle">`` differently from ordinary ``<h1>`` and ``<h2>``:: |
