You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "T.J. Mather" <tj...@thoughtstore.com> on 2000/08/30 09:02:57 UTC

[ANNOUNCE] Apache::PageKit 0.04

PageKit is a new application framework that is based on mod_perl.
It is similar to HTML::Embperl, but separates the Perl from HTML by using
HTML::Template and can use XML to separate the content from presentation.

It is based on the Model/View/Content/Controller approach to design, and
includes session management, authentication, form validation, sticky html
forms, multiple views/co-branding, modules and includes, and a simple
content management system.

To view the docs, visit
http://search.cpan.org/search?dist=Apache-PageKit

To download,
http://www.cpan.org/authors/id/T/TJ/TJMATHER/Apache-PageKit-0.04.tar.gz

To join a general mailing list for discussion, visit
http://lists.sourceforge.net/mailman/listinfo/pagekit-users

If you are interested in joining the development effort, email me or sign
up for the developers list at
http://lists.sourceforge.net/mailman/listinfo/pagekit-devel

The best way to develop a site using PageKit is to start with the source
for http://www.pagekit.org/ which is located in the eg/ directory of the
distribution.

Any questions, comments or suggestions are welcome.  This module is in
early alpha stage and the API may change.

Have fun,
T.J. Mather