On 12/23/05, Ville <[EMAIL PROTECTED]> wrote: > I don't know, all that seems necessary is IMO a simple "howto" bullet > point on how to use different template types easily
Yes, but first TG's architecture has to be changed slightly. Currently you have to rewrite @expose, which is what the Cheetah patch does. Writing decorators with arguments befuddles even good Python programmers; it can't be made "simple", and you have to reimplement parts of TG you didn't intend to change. But when @expose is taught to discover the locally-supported template system(s) via a configuration setting, list of functions, or egg entry points, it will be easy. -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable)

