slackbuilds/libraries/Nevow
B. Watson 760685642f libraries/Nevow: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 15:20:34 -04:00
..
Nevow.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
Nevow.info libraries/Nevow: Fixed python2-twisted dep. 2021-08-25 12:11:23 +07:00
README libraries/Nevow: Wrap README at 72 columns. 2022-03-13 15:20:34 -04:00
slack-desc libraries/Nevow: Updated for version 0.11.1. 2014-12-27 23:16:21 -06:00

README

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.