appypod-rattail/gen/test/applications
2010-10-14 14:43:56 +02:00
..
AppyCar Eradicated Flavour and PodTemplate classes (for the latter, use Pod fields instead); Added a code analyser; Groups can now be slaves in master/slaves relationships; Refs have more params (show a confirmation popup before adding an object, add an object without creation form); Code for Refs has been refactored to comply with the new way to organize Types; Added a WebDAV client library. 2010-10-14 14:43:56 +02:00
AppyMeeting.py Initial import 2009-06-29 14:06:01 +02:00
Meeting.odt Initial import 2009-06-29 14:06:01 +02:00
MoreGossips.odt Initial import 2009-06-29 14:06:01 +02:00
Readme.txt Initial import 2009-06-29 14:06:01 +02:00
SordidGossips.odt Initial import 2009-06-29 14:06:01 +02:00
ZopeComponent.py Eradicated Flavour and PodTemplate classes (for the latter, use Pod fields instead); Added a code analyser; Groups can now be slaves in master/slaves relationships; Refs have more params (show a confirmation popup before adding an object, add an object without creation form); Code for Refs has been refactored to comply with the new way to organize Types; Added a WebDAV client library. 2010-10-14 14:43:56 +02:00
Zzz.py Initial import 2009-06-29 14:06:01 +02:00

This folder contains some example Appy applications used for testing purposes.

Directly in the folder, you have the application "AppyMeeting" which consists in
a single Python file (module AppyMeeting.py) and a POD template for producing
documents (Meeting.odt). You also have simple applications Zzz.py and
ZopeComponent.py that are one-file applications.

In sub-folder AppyCar, you have a more complex application that is structured
as a Python package (a hierarchy of folders).