TurboCheetah
============

This package provides a template engine plugin, allowing you
to easily use Cheetah with TurboGears, Buffet and other tools that
support the python.templating.engines entry point.

Cheetah templates are assumed to have a "tmpl" extension.

For information on the Cheetah templating engine, go here:

http://www.cheetahtemplate.org

For information on using Cheetah templates with TurboGears, go here:

http://docs.turbogears.org/1.0/CheetahTemplating
http://docs.turbogears.org/1.0/AdvancedCheetahTemplates

For general information on using a template engine plugin
with TurboGears or writing a template engine plugin, go here:

http://docs.turbogears.org/1.0/TemplatePlugins
http://docs.turbogears.org/1.0/AlternativeTemplating

