1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: libcgi-ssi-perl
Maintainer: Piotr Roszatycki <dexter@debian.org>
Section: perl
Priority: extra
Standards-Version: 3.6.2
Build-Depends: yada (>= 0.48)
Build-Depends-Indep: perl (>= 5.8), libhtml-simpleparse-perl, perl-modules, libwww-perl, liburi-perl, libtimedate-perl, yada (>= 0.48)
Package: libcgi-ssi-perl
Architecture: all
Depends: libhtml-simpleparse-perl, perl-modules, libwww-perl, liburi-perl, libtimedate-perl, ${libcgi-ssi-perl:Depends}
Description: perl CGI::SSI - Use SSI from CGI scripts
CGI::SSI is meant to be used as an easy way to filter shtml through CGI
scripts in a loose imitation of Apache's mod_include. If you're using
Apache, you may want to use either mod_include or the Apache::SSI module
instead of CGI::SSI. Limitations in a CGI script's knowledge of how the
server behaves make some SSI directives impossible to imitate from a CGI
script.
|