r5589 - in trunk/sandbox/OpenDocument: README.txt docs/odtwriter.txt odtwriter/__init__.py odtwriter/styles.odt setup.py
<dkuhlman <at> users.berlios.de>
2008-07-04 18:18:00 GMT
Author: dkuhlman
Date: 2008-07-04 20:17:59 +0200 (Fri, 04 Jul 2008)
New Revision: 5589
Modified:
trunk/sandbox/OpenDocument/README.txt
trunk/sandbox/OpenDocument/docs/odtwriter.txt
trunk/sandbox/OpenDocument/odtwriter/__init__.py
trunk/sandbox/OpenDocument/odtwriter/styles.odt
trunk/sandbox/OpenDocument/setup.py
Log:
Fixes and updates -- page size, new visitor methods, nested lists, etc.
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.
Modified: trunk/sandbox/OpenDocument/README.txt
===================================================================
--- trunk/sandbox/OpenDocument/README.txt 2008-07-04 13:49:49 UTC (rev 5588)
+++ trunk/sandbox/OpenDocument/README.txt 2008-07-04 18:17:59 UTC (rev 5589)
(Continue reading)