Appy framework (gen + pod) 0.3.0
Up to Product page
First version of appy.gen, a new code generator for Plone that goes beyond ArchGenXML for building complex web applications. appy.pod includes many improvements and is compatible with OpenOffice 3.0
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.5, Plone 2.1 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Gaetan Delannay |
Change log
- Includes the first version of appy.gen, a new code generator for Plone for building complex and shared web applications.
- pod: new function "document" that allows to integrate, in a pod template, the content of an external document or image.
- pod: converter.py: instead of asking to OpenOffice to convert an odt file into pdf, doc, etc, converter.py can now ask to update an odt document (refresh indexes and table of contents, resolve external links). Resolving external links is needed if you use the new "document" function (excepted for images and pdfs).
- pod: new boolean parameter to the renderer: "forceOoCall". If True, OpenOffice will be contacted in server mode even if the result is asked in odt. This way, OpenOffice will update indexes and resolve external links. Set this parameter to True when using the new "document" function.
- pod: you may now create pod templates with OpenOffice 3.x (parsing problem with notes is solved)
- pod: OO conversion: connection to OO in server mode under Windows solved ("import socket" before "import uno")
- pod: instruction "do ... for ...' accepts now all Python objects implementing the iterator protocol, like iterators from Django query sets (querySet.iterator())