[ZPT] ANN: Ophelia 0.2 - Create web sites from TAL templates

2007-02-04 Thread Thomas Lotze
Ophelia 0.2 was released today. Ophelia creates XHTML pages from templates written in TAL, the Zope Tag Attribute Language. It is designed to reduce code repetition to zero. At present, Ophelia contains a request handler for the Apache2 web server. Ophelia is released under the Zope Public

[ZPT] ANN: Ophelia 0.3 - Create web sites from TAL templates

2007-07-06 Thread Thomas Lotze
Ophelia 0.3 has just been released. Ophelia creates XHTML pages from templates written in TAL, the Zope Tag Attribute Language. It is designed to reduce code repetition to zero. The package contains both a WSGI application running Ophelia as well as a request handler for mod_python, the Python

[ZPT] PageTemplate.pt_context signature

2008-01-16 Thread Thomas Lotze
Is there some reason for PageTemplate.pt_context to accept arbitrary keyword arguments, but ignore them? It seems to me that it would be cleaner to not accept those arguments in the first place. Alternatively, they might just be added to the context returned by this method, just like the

[ZPT] Re: PageTemplate.pt_context signature

2008-01-16 Thread Thomas Lotze
Jim Fulton wrote: Which implementation of page templates are you referring to? The most canonical one I can think of, so that's probably why I didn't care to mention it. Please mention a specific module name. The class I'm talking about is zope.pagetemplate.pagetemplate.PageTemplate. --