pod (Python Open Document) 0.2.1
Up to Product page
Many improvements since last version published on PloneGov.org (0.0.3): better XHTML to ODT conversion; implementation of an "else" statement and an "if" expression; minor bugfixes.
pod is now also published as eggs on http://pypi.python.org.
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.5, Plone 2.1, Plone 2.0.5, Plone 2.0, Plone 1.0 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Gaetan Delannay |
- XHTML to ODT conversion: possibility to use 2 different predefined pod-styles to apply to "li" elements: the default one, and a second one named "podItemKeepWithNext" that ensures that the targeted "li" element will always stay on the same page as the paragraph below him.
- Minor bugfixes.
- Implementation of an "else" statement.
- "if" statements may be named in order to solve ambiguities when linking "if" and "else" statements.
- Besides "if" and "else" statements, an "if" expression is also proposed under the form of a function named "test" that is defined in the default pod context.
- Management of XHTML tables.
- XHTML parser is now case-insensitive.