Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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
        
            - * 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. 
            - * Sun Aug 24 17:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.22-0.fdr.4
- - Use --root $RPM_BUILD_ROOT instead of --prefix $RPM_BUILD_ROOT%{_prefix}.
- Include (%ghost'd) *.pyo.
            - * Wed Jul  9 17:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.22-0.fdr.3
- - Include performance and docs improvement patches (submitted upstream).