Table Of Contents

TurboKid

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 ;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.

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 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

Compatibility

The latest TurboKid release is compatible with both TurboGears 1.0.x and the current TurboGears 1.1 releases.

Configuration

For a list of templating engine options supported by TurboKid, please see the TurboGears configuration reference.

References

For information on writing a template engine plug-in, see: