

This is Free Report v 0.1
=========================

Free Report is yet another  Report Engine with Layout.

It currently supports Output for cairo backends (PDF,PS), HTML and TXT

It is entirely written in Python but i'm planning to translate it in C++

For PDF and PS output it uses the Excellent Cairo Library (cairographics.org)
For HTML generation it Uses the Powerful jaxml library (Debian Project)

The file freereport.py has an example/testing function (test())
So to create the tests (test.html test.pdf test.txt) perform:

 #  python freereport.py


There is no documentation right now, please read the sources

----------



LICENSE
=======
Free Report is released under the GNU General Public License (see file COPYING)

--
You've written a software which uses (import) my GPLed module.

- If you don't plan to redistribute your software (e.g. internal use only),
  then you can do whatever you want, and hide your software's sources from
  your co-workers if you want (but not my software's sources).

- BUT, if you want to redistribute your software to a third party,
  then your software MUST be GPLed too, and distributed with all its sources.

Please consider this module just like a GPLed C library, not a LGPLed
one.

