= Recipes for Using Genshi = == General == * [GenshiRecipes/FormFilling Populating form fields automatically] * [GenshiRecipes/HtmlTransform Transforming HTML documents] * [wiki:GenshiRecipes/SconsXIncludeScanner Implicit dependencies with scons] * [GenshiRecipes/RecursiveIncludeScanner "Pure" recursive include scanner, no template instantiation] * [GenshiRecipes/Localization Localization of genshi templates] * [GenshiRecipes/AlternatingTableRows Alternating table row styles] == Using Genshi with various web frameworks == * [GenshiRecipes/PylonsWithGenshi Using Genshi with Pylons] * [wiki:TurboGears] * [http://www.djangosnippets.org/snippets/97/ Using Genshi with Django] (see also [http://fuzzythinker.blogspot.com/2007/04/using-mako-in-django.html more info]) * [GenshiRecipes/WerkzeugWithGenshi Using Genshi with Werkzeug] * [/wiki/GenshiRecipes/web2py Using Genshi with web2py] == Migrating from Kid to Genshi == * [GenshiRecipes/PyExtendsEquivalent Replacing py:extends with Includes] * [GenshiRecipes/PyLayoutEquivalent Replacing py:layout with Includes] ---- See also: [wiki:Documentation], HelperFunctions