Contents
TurboKid is a TurboGears support package which provides a ;doc:template engine plug-in <TemplatePlugins> for the Kid templating engine, allowing you to use Kid with TurboGears, Buffet or other systems that support the python.templating.engines entry point.
For information on using TurboKid and Kid templates with TurboGears see the the Kid getting started guide and the documentation on the expose decorator.
Kid is the default templating language for TurboGears 1.0 and so TurboKid will be installed automatically when you install TurboGears 1.0.x.
The current TurboGears 1.1 release uses the Genshi templating language as default, so it does not require Kid or TurboKid anymore.
If you therefore need to install TurboKid separately, use easy_install:
[sudo] easy_install TurboKid
The latest TurboKid release is compatible with both TurboGears 1.0.x and the current TurboGears 1.1 releases.
For a list of templating engine options supported by TurboKid, please see the TurboGears configuration reference.