= Projects Extending Genshi = == [http://code.google.com/p/genshihtml5/ genshihtml5] == > This projects enables Genshi to use HTML5 as:[[BR]] > [[BR]] > '''input''': similar to the built-in tag soup support, see GenshiRecipes/HtmlTransform for an example of use[[BR]] > '''output''': similar to the built-in HTML support but follows HTML5 rules for optional tags and serialization[[BR]] > '''template language''': similar to the built-in XML Template Language (work in progress)[[BR]] > [[BR]] > HTML5 parsing is done using html5lib == [http://dev.codeflow.org/trac/genshi2js/ genshi2js] == > Genshi2Js compiles a subset of a genshi templates to javascript functions.[[BR]] > [[BR]] > It compiles control flow structures to the javascript equivalent and inserts invokations to a "writer" function into the javascript code to render the template into a javascript string, intended to be inserted into innerHTML of dom elements. == [http://www.thesamet.com/blog/2006/12/07/filters-01-released/ Filters] == > Filters is a Python package that provides shell-like data processing operators for generation of web content. Filters is designed to work together with a template-engine like Kid and Genshi. ---- See also: GenshiUsers