The other day, I talked about what TurboGears is not, specifically mentioning template systems. TurboGears has one documented, supported and included way for generating pages: Kid. But, with the latest code in Subversion, TurboGears now also supports other template engines via plugins that provide fairly seamless support for other systems.
Which other systems? There are already two plugins, and writing plugins is easy (and documented).
TurboCheetah provides support for, you guessed it!, Cheetah. Since that one is in the Cheeseshop, you can get it just by running “easy_install TurboCheetah”. If you run “easy_install -f http://www.turbogears.org/download/ TurboCheetah”, you can even get prebuilt eggs for Cheetah 1.0 for Windows and Mac.
Cliff Wells has written a plugin for Stan. Once he gets that up on the Cheeseshop, that will be easy_installable as well.
Kevin,
Thanks, this makes it possible for me to migrate some of my websites to turbogears.
I use STAN in several of my sites. The new STAN support makes it easy for me to migrate.
What I really like about your approach is that a developer can mix templating engines on the same web site.
I like STAN for several use cases, but kid is great in others.
Thanks you very much,
Mike