Appy framework (gen + pod) 0.0.3
Up to Product page
Pod (Python Open Document) is a tool that allows to generate dynamic documents in ODT, PDF, DOC or RTF from Python programs. This release fixes the main remaining bugs (ie pod replacements in headers and footers) and was refactored into a more robust, scalable architecture. A new clause may be added to any pod statement allowing to insert any ODT element into the result.
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 |
- Refactoring in the SAX parsers used in pod has improved overall design and performance
- Pod replacements now work in headers and footers
- A "from" clause can now complete any pod statement, allowing to include arbitrary ODT content.
- The "xhtml" function MUST now be used in "from" clauses ("do text from xhtml(xhtmlChunk)") and not in pod expressions anymore (users migrating from pod 0.0.2 to 0.0.3 and using the "xhtml" function will need to modify their pod templates)