appypod-rattail/gen/test/applications
2009-06-29 14:06:01 +02:00
..
AppyCar Initial import 2009-06-29 14:06:01 +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 Initial import 2009-06-29 14:06:01 +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).