summaryrefslogtreecommitdiff
path: root/sandbox/OpenDocument/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Removing deprecated odpwriter (use rst2odp instead)matt_harrison2008-12-051-10/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5795 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixes to endnotes/footnotes and tablesdkuhlman2008-11-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5737 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Work on footnotes and citations and various fixesdkuhlman2008-10-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5683 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* initial version of rst2odp building off of same codebase as rst2odtmatt_harrison2008-10-231-6/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5682 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for sub-script and super-script and for classifier on ↵dkuhlman2008-07-081-1/+1
| | | | | | definition list terms. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5592 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixes and updates -- page size, new visitor methods, nested lists, etc.dkuhlman2008-07-041-3/+3
| | | | | | | | | | | | | | | | | | | Added support for the meta directive. See docs. Added support for additional visit_/depart_ methods. Regularized some of the methods that generated fields: revision, version, date, address, contact, copyright, organization, etc. Added more control for control of paper size, thanks to Michael Schutte: 1. __init__.py attempts to run paperconf. If paperconf succeeds and if the styles.odt file does not contain paper size, the size is inserted into the styles.xml in the generated document. 2. Added rst2odt_prepstyles.py script -- Drop page size specifications from styles.xml in STYLE_FILE.odt. Added tools/rst2odt_prepstyles.py to the distribution. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5589 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Increased max heading levels and fixed lists inside definition lists.dkuhlman2008-04-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5541 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added custom styles plus Pygments related fixes.dkuhlman2008-03-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5535 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Adapted odtwriter to the stronger XML namespace handling in lxml 2.0dkuhlman2007-10-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5455 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added admonitions and rubric; fixed import of ElementTree and Directivesdkuhlman2007-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: - Added support for admonitions. Both specific admonitions and generic admonition are supported. There are specific styles for the header and the body of each admonition (see doc). - Added support for the rubric directive. There is a specific style for the rubric, but you can also specific a style by using the "class" option on the rubric directive. (see doc) Fixes: - Fixed error produced when odtwriter is used with a version of Docutils that does not implement the Directive class. (docutils.parsers.rst.Directive). - If you have Python 2.5, you should now be able to use odtwriter without installing either Lxml or ElementTree. ElementTree is in the standard library in Python 2.5, but odtwriter was not looking for it there. Now, it does. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5401 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Moved OpenDocument to a project directory in sandbox.dkuhlman2007-03-211-0/+18
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5034 929543f6-e4f2-0310-98a6-ba3bd3dd1d04