diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-22 04:33:33 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-22 04:33:33 +0000 |
commit | 73d5cb594e9e2de77ceb155b84b187b7bf2f21a6 (patch) | |
tree | 2e7c27a6ee562082b5528e847f43beabb5823b35 /dev-lisp/cl-tbnl/metadata.xml | |
parent | Stable on mips (diff) | |
download | historical-73d5cb594e9e2de77ceb155b84b187b7bf2f21a6.tar.gz historical-73d5cb594e9e2de77ceb155b84b187b7bf2f21a6.tar.bz2 historical-73d5cb594e9e2de77ceb155b84b187b7bf2f21a6.zip |
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-lisp/cl-tbnl/metadata.xml')
-rw-r--r-- | dev-lisp/cl-tbnl/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lisp/cl-tbnl/metadata.xml b/dev-lisp/cl-tbnl/metadata.xml index f418045b09c8..c427f8b3ca40 100644 --- a/dev-lisp/cl-tbnl/metadata.xml +++ b/dev-lisp/cl-tbnl/metadata.xml @@ -2,4 +2,16 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>common-lisp</herd> +<longdescription> +TBNL is a toolkit for building dynamic websites with Common Lisp. It employs the +popular Apache web server for the actual http communication between the server +and the browser and it uses Marc Battyani's mod_lisp for the communication +between Apache and the Lisp image. + +TBNL provides facilities like automatic session handling (with and without +cookies), logging to Apache's log files, customizable error handling, and easy +access to GET and POST parameters sent by the client. It does not include +functionality to programmatically generate HTML output. For this task you can +use any library you like. +</longdescription> </pkgmetadata> |