Commit graph

214 commits

Author SHA1 Message Date
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
bdec463350 .ignore to set ignored files in the repo. 2013-01-30 16:46:11 -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
4973bb36ab added 'simple_template.odt' template. A simple ODF template with a table. 2012-07-20 01:28:39 -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
374a6fcb40 secretary now is a Python module. 2012-07-19 05:36:56 -06:00
Christopher Ramírez
efdad94a16 secretary now is a Python module. 2012-07-19 05:33:21 -06:00
Christopher Ramírez
65fb1890c4 secretary converted now is a Python module. 2012-07-19 05:29:12 -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
Christopher Ramírez
e7456c4f55 add extention to README. 2012-07-19 04:02:29 -06:00
Christopher Ramírez
d401f0c07c Init project 2012-07-19 04:00:27 -06:00