summaryrefslogtreecommitdiff
path: root/www/p5-CGI-XMLApplication/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-15 09:57:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-15 09:57:32 +0000
commit0062c22d58bde6a3be5d761fa31b63e5f9e093e4 (patch)
tree1682f998313a08ea626d7c012ca9812066835e42 /www/p5-CGI-XMLApplication/pkg-descr
parentadd p5-Inline (diff)
add p5-CGI-XMLApplication
Object Oriented Interface for CGI Script Applications PR: 32834 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=51558
Diffstat (limited to 'www/p5-CGI-XMLApplication/pkg-descr')
-rw-r--r--www/p5-CGI-XMLApplication/pkg-descr17
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