aboutsummaryrefslogtreecommitdiff
path: root/devel/py-odfpy
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.9.2Wen Heping2009-12-192-5/+5
| | | | Notes: svn path=/head/; revision=246210
* - Update to 0.9.1Martin Wilke2009-09-022-4/+4
| | | | | | | | PR: 138429 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=240740
* - Update to 0.9Martin Wilke2009-03-153-16/+7
| | | | | | | | PR: 132662 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=230161
* - Update to 0.8Martin Wilke2008-08-193-7/+25
| | | | | | | | PR: 126640 Submitted by: maintainer Notes: svn path=/head/; revision=218878
* Odfpy aims to be a complete API for OpenDocument in Python. Unlike other moreMartin Wilke2008-06-284-0/+138
convenient APIs, this one is essentially an abstraction layer just above the XML format. The main focus has been to prevent the programmer from creating invalid documents. It has checks that raise an exception if the programmer adds an invalid element, adds an attribute unknown to the grammar, forgets to add a required attribute or adds text to an element that doesn't allow it. WWW: http://opendocumentfellowship.com/development/projects/odfpy PR: ports/125038 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=215881