diff options
author | adamw <adamw@FreeBSD.org> | 2003-11-10 03:12:22 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-11-10 03:12:22 +0000 |
commit | 54ee603214fe8dd5625358760d05e3b5ce37dfa4 (patch) | |
tree | 2a8d4166044e506e68880d611193d8695cfcf7af /www/p5-CGI-SSI/pkg-descr | |
parent | 5cc21f7b231fda931a80a32b6b95e2f7d101126b (diff) | |
download | FreeBSD-ports-54ee603214fe8dd5625358760d05e3b5ce37dfa4.zip FreeBSD-ports-54ee603214fe8dd5625358760d05e3b5ce37dfa4.tar.gz |
Add CGI/SSI.pm
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.
Requested by: db_@besmirched.org
Diffstat (limited to 'www/p5-CGI-SSI/pkg-descr')
-rw-r--r-- | www/p5-CGI-SSI/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-CGI-SSI/pkg-descr b/www/p5-CGI-SSI/pkg-descr new file mode 100644 index 0000000..cb19c15 --- /dev/null +++ b/www/p5-CGI-SSI/pkg-descr @@ -0,0 +1,6 @@ +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. |