1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: libapache-ssi-perl
Maintainer: Stephen Zander <gibreel@debian.org>
Section: interpreters
Priority: extra
Standards-Version: 3.5.1
Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0-20)
Package: libapache-ssi-perl
Architecture: all
Depends: ${perl:Depends}, libapache-mod-perl, libhtml-simpleparse-perl
Description: perl Apache::SSI - Implement Server Side Includes in Perl.
Apache::SSI implements the functionality of mod_include for handling
server-parsed html documents. It is meant to run under Apache's mod_perl.
.
In my mind, there are two main reasons one might want to use this module:
you can sub-class it to implement your own custom SSI directives, and/or you
can use an OutputChain to get the SSI output first, then send it through
another PerlHandler.
|