How to install PylonsGenshi
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install pylonsgenshi
Lastest release
PylonsGenshi is a paster template based on the Pylons one but addressing Genshi as it's templating engine.
It basicly provides Markup wrapped webhelpers and a Formencode_ validate decorator designed to work with Genshi.
For an up-to-date read of the documentation, please `Read the Documentation page on site`__.
Instalation
It's as easy as:
sudo easy_install PylonsGenshi
Or if you wish to install current trunk:
sudo easy_install http://pastie.ufsoft.org/svn/sandbox/PylonsGenshi/trunk
PylonsGenshi can optionally install the MinificationWebHelpers_ which would already be wrapped in Markup objects. To install that extra:
sudo easy_install PylonsGenshi[minification]
http://genshi.edgewall.org/wiki/ApiDocs/0.4.x/genshi.core#genshi.core:Markup .. _Formencode: http://www.formencode.org/ .. __: http://pastie.ufsoft.org/wiki/PylonsGenshi .. _MinificationWebHelpers: http://pastie.ufsoft.org/wiki/MinificationWebHelpers