| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 Feb 2013 12:49:59
0.9.6
|
wen  |
- Update to 0.9.6
- Trim Makefile headers |
22 Dec 2011 02:59:33
0.9.4
|
wen  |
- Update to 0.9.4 |
15 Feb 2011 01:44:53
0.9.3
|
wen  |
- Update to 0.9.3 |
19 Dec 2009 02:30:57
0.9.2
|
wen  |
- Update to 0.9.2 |
02 Sep 2009 17:13:00
0.9.1
|
miwi  |
- Update to 0.9.1
PR: 138429
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
15 Mar 2009 19:49:14
0.9
|
miwi  |
- Update to 0.9
PR: 132662
Submitted by: Wen heping <wenheping@gmail.com> (maintainer) |
19 Aug 2008 22:59:12
0.8
|
miwi  |
- Update to 0.8
PR: 126640
Submitted by: maintainer |
28 Jun 2008 14:56:35
0.7
|
miwi  |
Odfpy aims to be a complete API for OpenDocument in Python. Unlike other more
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> |