diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-15 09:57:32 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-15 09:57:32 +0000 |
commit | 90dafc57efc53171023c208806cc8ede24ada294 (patch) | |
tree | 33fd79bd8a58b19d889d790f6b3bcfb638cc6aa7 /www/p5-CGI-XMLApplication/pkg-descr | |
parent | 9260dcc55b4662b760a5457af8aed09c52802c83 (diff) | |
download | FreeBSD-ports-90dafc57efc53171023c208806cc8ede24ada294.zip FreeBSD-ports-90dafc57efc53171023c208806cc8ede24ada294.tar.gz |
add p5-CGI-XMLApplication
Object Oriented Interface for CGI Script Applications
PR: 32834
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'www/p5-CGI-XMLApplication/pkg-descr')
-rw-r--r-- | www/p5-CGI-XMLApplication/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/p5-CGI-XMLApplication/pkg-descr b/www/p5-CGI-XMLApplication/pkg-descr new file mode 100644 index 0000000..58b9472 --- /dev/null +++ b/www/p5-CGI-XMLApplication/pkg-descr @@ -0,0 +1,17 @@ +CGI::XMLApplication is a CGI application class, that intends to enable +perl artists to implement CGIs that make use of XML/XSLT functionality, +without taking too much care about specialized errorchecking or even +care too much about XML itself. It provides the power of the +XML::LibXML/ XML::LibXSLT module package for content deliverment. + +As well CGI::XMLApplication is designed to support project management on +code level. The class allows to split web applications into several +simple parts. Through this most of the code stays simple and easy to +maintain. Throughout the whole lifetime of a script CGI::XMLApplication +tries to keep the application stable. As well a programmer has not to +bother about some of XML::LibXML/ XML::LibXSLT transformation pitfalls. + +WWW: http://search.cpan.org/search?dist=CGI-XMLApplication + +-- Sergey Skvortsov +skv@protey.ru |