diff options
author | pav <pav@FreeBSD.org> | 2005-04-20 06:02:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-20 06:02:47 +0800 |
commit | 2811eac9a19a7afe7226e6bf5f024ad30c701795 (patch) | |
tree | 2fd666198b70286f8db4528d3eb3d145ed64ec87 /www/Makefile | |
parent | daeb58026fafef271bc414b47326532918e004db (diff) | |
download | freebsd-ports-gnome-2811eac9a19a7afe7226e6bf5f024ad30c701795.tar.gz freebsd-ports-gnome-2811eac9a19a7afe7226e6bf5f024ad30c701795.tar.zst freebsd-ports-gnome-2811eac9a19a7afe7226e6bf5f024ad30c701795.zip |
Nevow is a next-generation web application templating system, based on the ideas
developed in the Twisted Woven package. Its main focus is on separating the HTML
template from both the business logic and the display logic, while allowing the
programmer to write pure Python code as much as possible. It separates your code
into 'data' and 'render' functions, a simplified implementation of traditional
MVC. It has various parts which can be used individually or as a whole,
integrated web solution.
PR: ports/80049
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4af45de712d9..d4cdebe0c251 100644 --- a/www/Makefile +++ b/www/Makefile @@ -641,6 +641,7 @@ SUBDIR += py-htmltestcase SUBDIR += py-imdbpy SUBDIR += py-mt + SUBDIR += py-nevow SUBDIR += py-scgi SUBDIR += py-twistedWeb SUBDIR += py-websvcs |