Package qm :: Package external :: Package DocumentTemplate
[show private | hide private]
[frames | no frames]

Package qm.external.DocumentTemplate

Package wrapper for Document Template

This wrapper allows the (now many) document template modules to be segregated in a separate package.

$Id: __init__.py 1007 2007-02-10 01:07:28Z stefan $
Submodules
  • DocumentTemplate: Document templates with fill-in fields Document templates provide for creation of textual documents, such as HTML pages, from template source by inserting data from python objects and name-spaces.
  • DT_HTML: HTML formated DocumentTemplates
  • DT_If: Conditional insertion Conditional insertion is performed using 'if' and 'else' commands.
  • DT_In: Sequence insertion A sequence may be inserted using an 'in' command.
  • DT_InSV: Sequence variables support
  • DT_Let: The Let tag was contributed to Zope by and is copyright, 1999 Phillip J.
  • DT_Raise: Raising exceptions
  • DT_Return
  • DT_String
  • DT_Try
  • DT_UI: Machinery to support through-the-web editing
  • DT_Util: DTML Utilities
  • DT_Var: Variable insertion parameters When inserting variables, parameters may be specified to control how the data will be formatted.
  • DT_With: Nested namespace access
  • DTtest: Document Template Tests
  • DTtestExpr: short description
  • gparse
  • gparse_test
  • pDocumentTemplate: Python implementations of document template some features
  • VSEval: Very Safe Python Expressions

Variable Summary
str __version__ = '1007'

Variable Details

__version__

Type:
str
Value:
'1007'                                                                 

Generated by Epydoc 2.1 on Thu Sep 27 15:49:07 2007 http://epydoc.sf.net