Christopher Ramírez
|
77f504b663
|
Dropped support for Django. Added support to pass a template file through command line.
|
2013-02-28 10:31:56 -06:00 |
|
Christopher Ramírez
|
bb46009e01
|
Check python version to set zip compresion
|
2013-02-01 15:31:52 -06:00 |
|
Christopher Ramírez
|
ed1adfcb3d
|
added render_template function.
|
2012-10-23 16:44:49 -06:00 |
|
Christopher Ramírez
|
60ae47477c
|
Test template updated
|
2012-07-20 11:56:34 -06:00 |
|
Christopher Ramírez
|
8d5104be4c
|
Refactoring. Native support to ODF files added. A new control tag '{% tablerow_tag %}'. This tag replace the row internal XML with the control-flow a control tag near it. Used for table genation.
|
2012-07-20 01:32:23 -06:00 |
|
Christopher Ramírez
|
394867c694
|
Implemented {% paragraph_tag %} tag. When this tag is present in a paragraph, the XML source of the paragraph will be replaced with an additional tag ex. {% if varname %} in the same paragraph.
|
2012-07-19 18:45:40 -06:00 |
|
Christopher Ramírez
|
ca8dcd2604
|
BaseRender class added. It already implements a basic rendering, but nothing actually usable.
|
2012-07-19 05:15:47 -06:00 |
|