Package lemon :: Package html :: Package template
[show private | hide private]
[frames | no frames]

Package lemon.html.template

HTML template classes.

TODO:

Add PSP
Add Python template %(jg)s style dict thing.

Submodules
  • dreamweaverMX: Module desinged to provide an easy interface to allow python programs to output HTML pages based on Dreamweaver MX Templates *.dwt files.

Exceptions
TemplateError Error Class for the html.template Module.

Function Summary
  parse(type, file, dict, template)
Simple wrapper method to load and parse a template from the options given.

Function Details

parse(type='xyaptu', file=None, dict=None, template=None)

Simple wrapper method to load and parse a template from the options given.

type        - The type of template eg. xyaptu
file        - The path to the template.
template    - The template txt to use.
dict        - The dictionary containg the variables to be replaced.

Generated by Epydoc 2.0 on Mon Nov 10 15:08:18 2003 http://epydoc.sf.net