Perl/XS module to use HTML Templates from CGI scripts

Edit Package perl-HTML-Template-Pro
http://search.cpan.org/perldoc?HTML::Template::Pro

Original HTML::Template is written by Sam Tregar, with contributions of many
people mentioned there. Their efforts caused HTML::Template to be mature html
tempate engine which separate perl code and html design. Yet powerful,
HTML::Template is slow, especially if mod_perl isn't available or in case of
disk usage and memory limitations.

HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation of
HTML::Template (as of 2.8) and HTML::Template::Expr (as of 0.0.5). It is not
intended to be a complete replacement, but to be a fast implementation of
HTML::Template if you don't need quering, the extended facility of
HTML::Template. Designed for heavy upload, resource limitations, abcence of
mod_perl.

HTML::Template::Pro has complete support of filters and HTML::Template::Expr's
tag EXPR="expression", including user-defined functions.

HTML::Template work cycle uses 2 steps. First, it loads and parse template.
Then it accepts param() calls until you call output(). output() is its second
phase where it produces a page from the parsed tree of template, obtained in
the 1st step.

HTML::Template::Pro loads, parse and outputs template on fly, when you call
$tmpl->output(), in one pass. The corresponding code is written in C and glued
to Perl using Perl+XS. As a result, comparing to HTML::Template in ordinary
calls, it runs 10-25 times faster. Comparing to HTML::Template with all caching
enabled under mod_perl, it still 1-3 times faster. At that HTML::Template
caching requires considerable amount of memory (per process, shareable, or on
disk) to be permanently filled with parsed trees, whereas HTML::Template::Pro
don't consumes memory for caches and use mmap() for reading templates on disk.

Introduction to HTML::Template and syntax of template files is described in
HTML::Template::SYNTAX. Perl interface of HTML::Template and
HTML::Template::Pro is described in HTML::Template::PerlInterface.

Refresh
Refresh
Source Files
Filename Size Changed
HTML-Template-Pro-0.9524.tar.gz 0000173369 169 KB
cpanspec.yml 0000000923 923 Bytes
perl-HTML-Template-Pro-rpmlintrc 0000000569 569 Bytes
perl-HTML-Template-Pro.changes 0000005542 5.41 KB
perl-HTML-Template-Pro.spec 0000004225 4.13 KB
Latest Revision
Tina Müller's avatar Tina Müller (tinita) committed (revision 17)
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details
Comments 0
openSUSE Build Service is sponsored by