[ZPT] Usage example for standalone PageTemplates?
Guido van Rossum
guido@digicool.com
Fri, 30 Mar 2001 07:29:56 -0500
> I'm exploring using PageTemplates outside of Zope (as well as in it). I'd
> welcome a usage example that showed how to use PageTemplates from a
> standalone Python program.
You can't reasily use the PageTemplates code, its execution engine is
too closely tied to Zope. But TAL runs completely stand-alone. The
best example is the TAL/driver.py script.
--Guido van Rossum (home page: http://www.python.org/~guido/)