Hi,
here it is, A:P with Template support.
To enable the Template engine, add only
template_class = "Template"
to the global part of your Config.xml.
I tested only very lightly and there may some errors in. If you find some
bugs, please share them.
One difference with Template vs HTML::Template is that H:T is caseinsensitive,
while Template is casesensitive. So
$model->output( test => 'test' );
<model_var TEST>
results as 'test' for H:T but is nothing for Template.
On my first and only speed test Template was 30% faster for the short
customize page, Im very interested what results you have.
http://eg.2bz.de/Apache-PageKit-2.14_07-tt.tar.gz
Currect changes:
- Add support for Template Toolkit ( Boris Zentner )
- Fix: with pkit_admin=on and perl 5.8.x the input data is
converted to your default_input_charset.
( Boris Zentner, Sean Lee )
- Fix: eg/dbfile needs rw permission even for nobody or nouser
if apache is started as root.
( Boris Zentner, Shawn Poulson )
--
Boris
|