diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-15 09:57:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-15 09:57:32 +0000 |
commit | 0062c22d58bde6a3be5d761fa31b63e5f9e093e4 (patch) | |
tree | 1682f998313a08ea626d7c012ca9812066835e42 /www/p5-CGI-XMLApplication/pkg-descr | |
parent | 69eca71474edc536d9283ab825d053f522e9d7de (diff) | |
download | ports-0062c22d58bde6a3be5d761fa31b63e5f9e093e4.tar.gz ports-0062c22d58bde6a3be5d761fa31b63e5f9e093e4.zip |
Notes
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 000000000000..58b947220ba9 --- /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 |