[Zope-dev] Pluggable template engine

Malthe Borch mborch at gmail.com
Wed Jul 20 11:24:08 EDT 2011


I've refactored the ``pagetemplate`` module to realistically support
plugging in an alternative implementation of the parser and
interpreter.

  http://svn.zope.org/zope.pagetemplate/branches/engine-as-component/

Two new interfaces are added which serve as the plugging point see
``IPageTemplateEngine`` and ``IPageTemplateProgram`` in this module:

  http://svn.zope.org/zope.pagetemplate/branches/engine-as-component/src/zope/pagetemplate/interfaces.py?rev=122300&view=markup

I'd like to propose merging this into trunk.

\malthe


More information about the Zope-Dev mailing list