1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: araneida
Section: web
Priority: extra
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper (>> 4.0.0)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.7.3
Homepage: http://common-lisp.net/project/araneida/
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-common-lisp/araneida
Package: araneida
Architecture: all
Depends: ${shlibs:Depends}, cl-utilities, cl-net-telent-date, cl-split-sequence
Recommends: apache2, sbcl [i386 powerpc amd64]
Description: A programmable web server written and extended in Lisp
Features:
- all content is dynamic and created by calling user-defined handler functions
- HTML-from-sexpr generation function makes balancing tags trivial
- sexpr rewriting tools for flexible templates a la XSLT
- sits behind a caching proxy; can write appropriate bits of Apache config
- understands HTTP/1.1 Host: header for multiple host support
- does not use multiple threads. Hooks into the CMUCL event loop so
for many purposes it behaves as though it does.
|