diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 02:32:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 02:32:42 +0000 |
commit | 477392fd70fb8da50ace58c96ffcbd21f9844687 (patch) | |
tree | 2f2c56012382e2e52dbd7f4cc69b42d4e30ccf30 /www/Makefile | |
parent | 992e939addd351091d80591e49b8991591ce8441 (diff) | |
download | ports-477392fd70fb8da50ace58c96ffcbd21f9844687.tar.gz ports-477392fd70fb8da50ace58c96ffcbd21f9844687.zip |
TurboGears brings together four major pieces to create an easy to install, easy
to use web megaframework. It covers everything from front end (MochiKit
JavaScript for the browser, Kid for templates in Python) to the controllers
(CherryPy) to the back end (SQLObject).
The TurboGears project is focused on providing documentation and integration
with these tools without losing touch with the communities that already exist
around those tools.
TurboGears is easy to use for a wide range of web applications.
Author: Kevin Dangoor et alii
WWW: http://www.turbogears.org/
PR: ports/91691
Submitted by: Nicola Vitale <nivit@email.it>
Notes
Notes:
svn path=/head/; revision=153528
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 eadac9e5f199..3021191bf593 100644 --- a/www/Makefile +++ b/www/Makefile @@ -781,6 +781,7 @@ SUBDIR += py-nevow SUBDIR += py-pullparser SUBDIR += py-scgi + SUBDIR += py-turbogears SUBDIR += py-twistedWeb SUBDIR += py-twistedWeb2 SUBDIR += py-webware |