Changeset 118:91f9af2f3073

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r108 r118  
    1 relatorio 
     1Relatorio 
    22========= 
    33 
    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. 
     4Relatorio is a templating library which provides a way to easily output several 
     5kinds of files (odt, ods, png, svg, ...). Support for more filetypes can 
     6be easily added by creating plugins for them. 
    77 
    8 relatorio also provides a report repository allowing you to link python objects 
     8Relatorio also provides a report repository allowing you to link python objects 
    99and report together, find reports by mimetype/name/python object. 
    1010 
     
    1212============= 
    1313 
    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. 
     14Since the 0.4.0 release, pycha upstream author included most of our patches. So 
     15it is not necessary anymore to use our friendly fork of the project. 
     16 
     17For SVG support, you need PyCha 0.4.2 or later. 
    1718 
    1819    http://www.lorenzogil.com/projects/pycha/