Document Templating Markup Language (DTML)
Project description
Document Templating Markup Language
This package implements the Document Templating Markup Language (DTML). It uses custom SGML tags to implement simple programmatic feratures, such as variable replacement, conditional logic and loops.
DTML was the first templating language developed for Zope 2 and is still preferred by some over newer templating solutions due to its speed and simplicity.
CHANGES
3.4.1 (2008/10/10)
Fixed usage of ‘with’ as a variable name. It is now a keyword in Python 2.6, causing a SyntaxError. zope.documenttemplate now supports Python 2.6.
3.4.0 (2007/10/02)
zope.documenttemplate now supports Python 2.5
3.2.0 (2006/01/05)
Corresponds to the verison of the zope.documenttemplate package shipped as part of the Zope 3.2.0 release.
‘dt_in.py’: replaced another string exception, ‘InError’.
Coding style cleanups.
3.1.0 (2005/10/03)
Corresponds to the verison of the zope.documenttemplate package shipped as part of the Zope 3.1.0 release.
documenttemplate.py: Replace use of named string exception, ParseError, with normal exception class of the same name (from dt_util.py).
3.0.0 (2004/11/07)
Corresponds to the verison of the zope.documenttemplate package shipped as part of the Zope X3.0.0 release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for zope.documenttemplate-3.4.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5406e20f91d55423d5ad0763dfbdd3417ba9dd44fc86ebb41c519c0d9efd6546 |
|
MD5 | 2d58deb5342ee759bdd1a84801943533 |
|
BLAKE2b-256 | e35c3f85964c63f749a6348be811b0b2a4c6e9e5e5adca245ffc05bdf07f4304 |