No description
Find a file
2012-07-20 01:28:39 -06:00
__init__.py secretary now is a Python module. 2012-07-19 05:33:21 -06:00
content.xml 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
README.md BaseRender class added. It already implements a basic rendering, but nothing actually usable. 2012-07-19 05:15:47 -06:00
renders.py 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
simple_template.odt added 'simple_template.odt' template. A simple ODF template with a table. 2012-07-20 01:28:39 -06:00

SECRETARY

Take the power of Django or Jinja2 templates to OpenOffice and LibreOffice.

Secretary if a library which renders ODT documents usign Django or Jinja2 templating systems.

Templates so ease to create, that even a secretary can make them.