summaryrefslogtreecommitdiff
path: root/sandbox/dkuhlman
Commit message (Expand)AuthorAgeFilesLines
* Moved OpenDocument to a project directory in sandbox.dkuhlman2007-03-2112-4442/+0
* Adding proposal for automatically loaded user directive implementations.dkuhlman2007-03-152-0/+719
* Added support for highlights directive. Fixed styles in highlights,dkuhlman2007-03-146-33/+171
* Various additions and fixes, including:dkuhlman2007-03-126-34/+117
* Fix for non-utf-8 character sets, e.g. Russian.dkuhlman2007-03-092-6/+38
* Fixed doc.dkuhlman2007-03-083-4/+4
* Version 1.0d -- Added support for footnotes.dkuhlman2007-03-087-1/+82
* Replace existing opendocument references with Dave Kuhlman's. Changed bang P...kippesp2007-02-282-4/+4
* Added missing "import sys" in tools/rst2odt.py.dkuhlman2007-02-261-0/+1
* Fixed headers and footers. Added support for references/URLs indkuhlman2007-02-212-37/+43
* Renamed directive "syntaxhighlight" to "sourcecode". Also changeddkuhlman2007-02-205-100/+128
* Added separate list styles for table of contents.dkuhlman2007-01-166-21/+76
* Fixes to bugs related to titles, headers, and footers.dkuhlman2007-01-155-12/+25
* Fixed error that occurs when there are no headers or footers.dkuhlman2007-01-111-21/+2
* Added support for ..header:: and ..footer:: directives and fix todkuhlman2007-01-096-24/+106
* Added support for "table" and "container" directives.dkuhlman2007-01-056-9/+149
* Packaged odtwriter as a distribution file for use with distutilsdkuhlman2007-01-027-10/+41
* Fixed imports to match latest version of Pygments.dkuhlman2006-12-312-0/+7
* Added a separate lexer for LaTeX syntax highlighting.dkuhlman2006-12-295-42/+88
* Added a Docutils directive which enables user (1) to turn syntaxdkuhlman2006-12-285-43/+246
* Implemented visit_line, depart_line, visit_line_block,dkuhlman2006-12-226-8/+70
* Added syntax highlighting for literal code blocks.dkuhlman2006-12-207-60/+420
* Fix to open output file in binary mode for MS Windows compatibilitydkuhlman2006-12-111-4/+56
* Removed references to IPShelldkuhlman2006-12-071-6/+6
* Fix for ElementTree getparent() and fixed zip DEFLATE.dkuhlman2006-12-071-102/+154
* Added support for images and figures.dkuhlman2006-10-183-5/+266
* Minor update to the doc.dkuhlman2006-10-103-0/+32
* Added doc title to meta-data.dkuhlman2006-09-051-3/+17
* Added horizontal line before abstract, before and after table ofdkuhlman2006-09-041-2/+25
* Added style for centered textdkuhlman2006-09-041-0/+0
* Minor updates to odtwriter doc.dkuhlman2006-09-013-32/+58
* Renamed: README --> README.txtdkuhlman2006-09-011-0/+0
* Added use of prefix "rststyle-Table" for generated table styles.dkuhlman2006-09-011-22/+48
* Updates to documentdkuhlman2006-08-303-5/+12
* Added separte section for footer (view source, ...).dkuhlman2006-08-301-24/+66
* Modified style for codeblock.dkuhlman2006-08-301-0/+0
* Added preliminary documentation for odtwriter.dkuhlman2006-08-304-11/+489
* Added support for visit_authors and visit_title_reference. Changeddkuhlman2006-08-301-85/+128
* Added new styles defined for use with odtwriter.dkuhlman2006-08-301-0/+0
* Added setup.py in support of installing the odt writer etc under docutilsdkuhlman2006-08-281-0/+18
* Fixes so that rst2odt.py/odtwriter will work when it is installeddkuhlman2006-08-282-28/+54
* Added support for tablesdkuhlman2006-08-232-148/+211
* Added support for option-listsdkuhlman2006-08-192-1/+194
* Added visitor method for doctest_blockdkuhlman2006-08-181-14/+16
* Moved styles.odt to writer directorydkuhlman2006-08-181-0/+0
* Moved styles.odt to writer directorydkuhlman2006-08-181-0/+0
* Initial checkin for ODF/odtwriterdkuhlman2006-08-174-0/+1016
* updates for python_latexdkuhlman2003-10-092-1/+24
* Added test for in-line literaldkuhlman2003-08-151-0/+6
* Added more unit tests for Python LaTeXdkuhlman2003-08-151-5/+159