slackbuilds_ponce/libraries/Nevow
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
Nevow.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
Nevow.SlackBuild libraries/Nevow: Updated for version 0.10.0 new maintainer. 2012-05-07 12:18:05 -05:00
README
slack-desc libraries/Nevow: Updated for version 0.10.0 new maintainer. 2012-05-07 12:18:05 -05:00

Pronounced as the French "nouveau", or "noo-voh", Nevow is a web application
construction kit written in Python. It is designed to allow the programmer to
express as much of the view logic as desired in Python, and includes a pure
Python XML expression syntax named stan to facilitate this. However it also
provides rich support for designer-edited templates, using a very small XML
attribute language to provide bi-directional template manipulation capability.

Nevow also includes formless, a declarative syntax for specifying the types of
method parameters and exposing these methods to the web. Forms can be rendered
automatically, and form posts will be validated and input coerced, rendering
error pages if appropriate. Once a form post has validated successfully, the
method will be called with the coerced values.

This requires pysetuptools, python-twisted, and zope.interface.