freebsd-ports/www/p5-Apache-PageKit/pkg-descr
Anton Berezin fdb4b2aac5 Add p5-Apache-PageKit 1.06, a Model/View/Content/Controller web
framework using mod_perl, XML and HTML::Template.

PR:		31564
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2001-10-30 14:51:00 +00:00

29 lines
971 B
Text

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>