Changes for version 0.05
- Added support for language localization
- No longer require that entry in page.xml exist for all pages
- Replaced View and Module templates with Include templates view parameter in page.xml is no longer used
- Renamed ModuleCode to IncludeCode
- Added <PKIT_NETSCAPE> and <PKIT_INTERNET_EXPLORER> tags
- Added $pk->redirect method
- Added $pk->continue method
Modules
Application framework using mod_perl and HTML::Template
Error Handling under mod_perl
Validates user input based on Apache::Request object
Page attributes class
Session Handling
Bridge between Apache::PageKit and HTML::Template
Validates user input (usually from an HTML form) based on input profile.
Examples
- eg/page.xml
- eg/pagekit.dtd
- eg/startup.pl
- eg/template/Include/begin_cell.tmpl
- eg/template/Include/bottom.print.tmpl
- eg/template/Include/bottom.tmpl
- eg/template/Include/demo_desc.tmpl
- eg/template/Include/end_cell.tmpl
- eg/template/Include/top.print.tmpl
- eg/template/Include/top.tmpl
- eg/template/Page/customize.tmpl
- eg/template/Page/examples.tmpl
- eg/template/Page/index.tmpl
- eg/template/Page/license.tmpl
- eg/template/Page/login1.tmpl
- eg/template/Page/newacct1.tmpl