TurboKid
| Status: | Official |
|---|
- Author:
- Kevin Dangoor
- Maintainer:
- Christoph Zwerschke
- Release information and download URL:
- http://pypi.python.org/pypi/TurboKid
- SVN repository:
- http://svn.turbogears.org/projects/TurboKid
Overview
TurboKid is a TurboGears support package which provides a template engine plug-in for the Kid templating engine, allowing you to use Kid with TurboGears, Buffet or other systems that support the python.templating.engines entry point.
Usage
For information on using TurboKid and Kid templates with TurboGears see the the Kid getting started guide and the documentation on the expose decorator.
Installation
Kid is the default templating language for TurboGears 1.0 and so TurboKid will be installed autmatically when you install TurboGears 1.0.x.
The forthcoming TurboGears 1.1 release will use the Genshi templating language as default, so it will not require Kid or TurboKid anymore.
If you therefore need to install TurboKid separately, use easy_install:
[sudo] easy_install TurboKid
Compatibility
The latest TurboKid release is compatible with both TurboGears 1.0.x and the forthcoming TurboGears 1.1 releases.