Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-htmltmpl: Templating engine for separation of code and HTML
- Summary
- The purpose of the templating engine is to provide web application
developers, who need to separate program code and design (HTML code)
of their web application projects, with a templating tool that can be
easily used by cooperating webdesigners who have no programming
skills.
This package includes easydoc, a module which uses the templating
engine to generate HTML documentation from docstrings embedded in
source files of Python modules.
Changelog
- * Mon Aug 28 17:00:00 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.22-7
- Rename to python-htmltmpl.
- BuildRequire python instead of -devel.
- Remove no longer needed python-abi dependency.
- Ship *.pyo.
- * Wed Mar 30 16:00:00 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.22-6
- Rebuild with Python 2.4.
- * Thu Dec 16 16:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.22-5
- Sync with Python spec template from fedora-rpmdevtools.