Zope 3 Template Application Languate (TAL)
Project description
Overview
The Zope3 Template Attribute Languate (TAL) specifies the custom namespace and attributes which are used by the Zope Page Templates renderer to inject dynamic markup into a page. It also includes the Macro Expansion for TAL (METAL) macro language used in page assembly.
The dynamic values themselves are specified using a companion language, TALES (see the ‘zope.tales’ package for more).
See: http://www.zope.org/Wikis/DevSite/Projects/ZPT/TAL%20Specification%201.4
CHANGES
3.4.1 (2007-11-16)
Removed unnecessary dummyengine dependency on zope.i18n to simplify distribution. The dummyengine.DummyTranslationDomain class no longer implements zope.i18n.interfaces.ITranslationDomain as a result. Installing zope.tal with easy_install or buildout no longer pulls in many unrelated distributions.
Support ability to run tests using “setup.py test”.
Stop pinning (no longer required) zope.traversing and zope.app.publisher versions in buildout.cfg.
3.4.0 (2007-10-03)
Updated package meta-data.
3.4.0b1
Updated dependency for zope.i18n that requires the correct version of zope.security to avoid a hidden dependency issue in zope.security.
Note: The code changes before 3.4.0b1 where not tracked as an individual package and have been documented in the Zope 3 changelog.
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.