Changeset 118:91f9af2f3073
- Timestamp:
- 03/13/09 11:21:31 (17 months ago)
- Author:
- Ga?tan de Menten <ged@…>
- Branch:
- default
- Message:
-
better wording for README file
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r108
|
r118
|
|
| 1 | | relatorio |
| | 1 | Relatorio |
| 2 | 2 | ========= |
| 3 | 3 | |
| 4 | | A templating library which provides a way to easily output all kind of |
| 5 | | different files (odt, ods, png, svg, ...). Adding support for more filetype is |
| 6 | | easy: you just have to create a plugin for this. |
| | 4 | Relatorio is a templating library which provides a way to easily output several |
| | 5 | kinds of files (odt, ods, png, svg, ...). Support for more filetypes can |
| | 6 | be easily added by creating plugins for them. |
| 7 | 7 | |
| 8 | | relatorio also provides a report repository allowing you to link python objects |
| | 8 | Relatorio also provides a report repository allowing you to link python objects |
| 9 | 9 | and report together, find reports by mimetype/name/python object. |
| 10 | 10 | |
| … |
… |
|
| 12 | 12 | ============= |
| 13 | 13 | |
| 14 | | Since the last release, pycha upstream author included most of my patches. So |
| 15 | | there is no more need to use my friendly fork of the project. Although you can |
| 16 | | use this version for the SVG support you should use the 'trunk' version. |
| | 14 | Since the 0.4.0 release, pycha upstream author included most of our patches. So |
| | 15 | it is not necessary anymore to use our friendly fork of the project. |
| | 16 | |
| | 17 | For SVG support, you need PyCha 0.4.2 or later. |
| 17 | 18 | |
| 18 | 19 | http://www.lorenzogil.com/projects/pycha/ |