aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-PageKit/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache-PageKit/pkg-descr')
-rw-r--r--www/p5-Apache-PageKit/pkg-descr29
1 files changed, 0 insertions, 29 deletions
diff --git a/www/p5-Apache-PageKit/pkg-descr b/www/p5-Apache-PageKit/pkg-descr
deleted file mode 100644
index f2e85aa4e646..000000000000
--- a/www/p5-Apache-PageKit/pkg-descr
+++ /dev/null
@@ -1,29 +0,0 @@
-PageKit is a web applications framework that is based on mod_perl.
-This framework is distinguished from others such as Embperl and Mason
-by providing a clear separation of programming, content and
-presentation.
-
-It does this by implementing a Model/View/Content/Controller (MVCC)
-design paradigm:
- - Model is user supplied Perl Classes
- - View is set of PageKit Templates and/or XSLT files
- - Content is set of XML Files
- - Controller is PageKit
-
-This allows your programmers, designers and content editors to work
-independently with clean well-defined interfaces.
-
-PageKit provides the following features:
- - Component-based architecture
- - Language Localization and charset translation
- - Session Management
- - Input Validation
- - Sticky HTML Forms
- - Authentication
- - Co-branding and XML,WML, and PDF output
- - Automatic Dispatching of URIs
- - Easy Error Handling
-
-WWW: http://pagekit.org/
-
-Seamus Venasse <svenasse@polaris.ca>