removed obsolete issues (many of them fixed with AE)
[docutils.git] / sandbox / agurtovoy / html_frames / README.txt
blob82e137ed1897e5f6cad2c56493408e61c4798887
2 Docutils HTML/frames writer
3 ***************************
5 This is a writer for Docutils__ that produces "framed" HTML documents.
7 Note that the writer requires your reStructuredText__ documents to contain 
8 the `contents directive`__ that instructs the docutils front-end to 
9 generate a table of contents used by the writer to determine how to split
10 the document.
12 Known issues:
14   - ``--no-doc-title`` option is not supported
16 Author: `Aleksey Gurtovoy`__
19 __ http://docutils.sourceforge.net/
20 __ http://docutils.sourceforge.net/rst.html
21 __ http://docutils.sourceforge.net/spec/rst/directives.html#table-of-contents
22 __ mailto:agurtovoy@meta-comm.com