Support <meta> tags via meta directive.

This commit is contained in:
Georg Brandl
2008-10-18 09:29:49 +00:00
parent 6ab33ea1a9
commit 4b9119f990
6 changed files with 44 additions and 12 deletions

View File

@@ -15,6 +15,9 @@ New features added
- The JavaScript search now searches for objects before searching in
the full text.
- HTML ``<meta>`` tags via the docutils ``meta`` directive are now
supported.
- ``SerializingHTMLBuilder`` was added as new abstract builder that
can be subclassed to serialize build HTML in a specific format. The
``PickleHTMLBuilder`` is a concrete subclass of it that uses pickle