Reworked AJAX framework with a lot of new sorting and filtering possibilities.
This commit is contained in:
parent
46cda3f755
commit
fd775e17a2
11 changed files with 851 additions and 890 deletions
|
@ -5,12 +5,12 @@ A POD template is a standard ODT file, where:
|
|||
a portion of the document zero, one or more times ("if" and "for" statements);
|
||||
- text insertions in "track changes" mode are interpreted as Python expressions.
|
||||
|
||||
When you invoke the tester.py program with one of those ODT files as unique parameter
|
||||
(ie "python tester.py ForCellOnlyOne.odt"), you get a result.odt file which is the
|
||||
When you run the Tester.py program with one of those ODT files as unique parameter
|
||||
(ie "python Tester.py ForCellOnlyOne.odt"), you get a result.odt file which is the
|
||||
result of executing the template with a bunch of Python objects. The "tests" dictionary
|
||||
defined in tester.py contains the objects that are given to each POD ODT template
|
||||
defined in Tester.py contains the objects that are given to each POD ODT template
|
||||
contained in this folder.
|
||||
|
||||
Opening the templates with OpenOffice (2.0 or higher), running tester.py on it and
|
||||
Opening the templates with OpenOffice (2.0 or higher), running Tester.py on it and
|
||||
checking the result in result.odt is probably the quickest way to have a good idea
|
||||
of what appy.pod can make for you !
|
||||
|
|
1062
pod/test/Tests.rtf
1062
pod/test/Tests.rtf
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue