root/sandbox/PylonsGenshi/trunk/README.txt

Revision 92, 1.1 kB (checked in by s0undt3ch, 12 months ago)

Updated README.txt and setup.py to make the MinificationWebHelpers an extra package to install.

  • Property svn:mime-type set to text/x-rst

What is PylonsGenshi?

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]
Note: See TracBrowser for help on using the browser.