diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-19 20:00:23 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-20 23:18:40 -0500 |
commit | 41d80201300398e27bf6e7108ad8651dfadd35a4 (patch) | |
tree | 1680d5b59a31a319f38ead3f915042f580848379 /libraries/Nevow/README | |
parent | 37ec84fa0c8ccf42bf5378fdc754b8fa62e80e0e (diff) |
libraries/Nevow: Removed (download link broken)
Diffstat (limited to 'libraries/Nevow/README')
-rw-r--r-- | libraries/Nevow/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/Nevow/README b/libraries/Nevow/README deleted file mode 100644 index dcee73bdeab0..000000000000 --- a/libraries/Nevow/README +++ /dev/null @@ -1,14 +0,0 @@ -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. |