The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.00

  • Moved most of POD documentation to DocBook, published at http://www.pagekit.org/guide
  • Renamed <PKIT_*> tags as follows: <PKIT_IF NAME="VIEW:view"> -> <PKIT_VIEW NAME="view"> <PKIT_LOOP NAME="MESSAGE"> -> <PKIT_MESSAGES>, <PKIT_IS_ERROR>, <PKIT_MESSAGE> <PKIT_VAR NAME="HOSTNAME"> -> <PKIT_HOSTNAME>
  • support for relative and absolute names for PKIT_COMPONENT
  • you may now place static HTML files in the pagekit/View/Default or View/pkit_view directories. If pagekit can not locate the approriate template/xml file, it will return declined, but set the filepath so that apache returns the files.
  • fixed up static handing with default_page and not_found_page (Boris Zentner)
  • Replaced MyPageKit::Common with __PACKAGE__ in Common.pm (Boris Zentner)

Modules

Error Reporting under mod_perl
MVCC web framework using mod_perl, XML and HTML::Template
Base Model Class
Session Handling
Validates user input (usually from an HTML form) based on input profile.
Easy access to XML files using XPath and HTML::Template

Provides

in lib/Apache/PageKit/Config.pm
in lib/Apache/PageKit/Content.pm
in lib/Apache/PageKit/Param.pm
in lib/Apache/PageKit/View.pm