Fix #338: re.sub() flag argument at wrong position.
[docutils.git] / sandbox / agurtovoy / html_frames / README.txt
blobf1309fbe9acbc37609ab98a56848bcce7b3ddd17
2 Docutils HTML/frames writer
3 ***************************
5 This is an implementation of Docutils__ writer that produces "framed"
6 or "chunked" HTML documents. Please see `Docutils Sandbox
7 repository`__ for the latest and greatest version.
9 Note that the writer requires your reStructuredText__ documents to contain 
10 the `contents directive`__ that instructs the docutils front-end to 
11 generate a table of contents used by the writer to determine how to split
12 the document.
14 After the writer is installed (``python setup.py install``), its typical
15 invocation looks like this::
17     rst2htmlframes.py README.txt README.html
19 Examples of writer's output are available at http://www.mywikinet.com/docutils/
20 and http://boost.org/libs/mpl/doc/.
22 Known issues:
24   - ``--no-doc-title`` option is not supported
26 Author: `Aleksey Gurtovoy`__
29 __ http://docutils.sourceforge.net/
30 __ http://docutils.sourceforge.net/sandbox/README.html
31 __ http://docutils.sourceforge.net/rst.html
32 __ http://docutils.sourceforge.net/spec/rst/directives.html#table-of-contents
33 __ mailto:agurtovoy@meta-comm.com