Edgewall Software

Changes between Initial Version and Version 1 of GenshiExtensions


Ignore:
Timestamp:
Apr 17, 2007, 6:45:31 PM (17 years ago)
Author:
cmlenz
Comment:

Added page

Legend:

Unmodified
Added
Removed
Modified
  • GenshiExtensions

    v1 v1  
     1= Projects Extending Genshi =
     2
     3== [http://code.google.com/p/genshihtml5/ genshihtml5] ==
     4
     5> This projects enables Genshi to use HTML5 as:[[BR]]
     6> [[BR]]
     7> '''input''': similar to the built-in tag soup support, see GenshiRecipes/HtmlTransform for an example of use[[BR]]
     8> '''output''': similar to the built-in HTML support but follows HTML5 rules for optional tags and serialization[[BR]]
     9> '''template language''': similar to the built-in XML Template Language (work in progress)[[BR]]
     10> [[BR]]
     11> HTML5 parsing is done using html5lib
     12
     13== [http://dev.codeflow.org/trac/genshi2js/ genshijs] ==
     14
     15> Genshi2Js compiles a subset of a genshi templates to javascript functions.[[BR]]
     16> [[BR]]
     17> 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.
     18
     19----
     20See also: GenshiUsers