Moved template functionality from the PEP/HTML writer to the HTML writer. Expanded...
commit4fb6fb4906ecb0d5b063a7c6508be5865123341b
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 31 Mar 2006 03:36:28 +0000 (31 03:36 +0000)
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 31 Mar 2006 03:36:28 +0000 (31 03:36 +0000)
treee2a3518124bbdea74cb8497bd13676b4be325df7
parentc50565a5626ec0072beb99e3e34c95a6f0d3c663
Moved template functionality from the PEP/HTML writer to the HTML writer. Expanded the fragments available in the ``parts`` attribute (via publish_parts fn).

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@4456 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
17 files changed:
HISTORY.txt
docs/api/publisher.txt
docs/user/config.txt
docutils/writers/__init__.py
docutils/writers/html4css1/__init__.py
docutils/writers/html4css1/template.txt [new file with mode: 0644]
docutils/writers/pep_html/__init__.py
docutils/writers/pep_html/template.txt
docutils/writers/s5_html/__init__.py
test/DocutilsTestSupport.py
test/data/full-template.txt [new file with mode: 0644]
test/functional/expected/compact_lists.html
test/functional/expected/dangerous.html
test/functional/expected/field_name_limit.html
test/functional/expected/misc_rst_html4css1.html
test/functional/expected/pep_html.html
test/functional/expected/standalone_rst_html4css1.html