summaryrefslogtreecommitdiffstats
path: root/libraries/Nevow
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:20:34 +0100
committer B. Watson2022-03-13 20:20:34 +0100
commit760685642f93fe7280e0898ed9688ce483aa9ea8 (patch)
tree1b33e38b1027da1988788567ea09b204f4858bed /libraries/Nevow
parent12c62f0ed76ad21fb9bec4949e1e93eadd689e41 (diff)
downloadslackbuilds-760685642f93fe7280e0898ed9688ce483aa9ea8.tar.gz
libraries/Nevow: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/Nevow')
-rw-r--r--libraries/Nevow/README24
1 files changed, 13 insertions, 11 deletions
diff --git a/libraries/Nevow/README b/libraries/Nevow/README
index 5f61ab2e28..0c77ccf7c8 100644
--- a/libraries/Nevow/README
+++ b/libraries/Nevow/README
@@ -1,12 +1,14 @@
-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.
+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.
+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.