lisp-cgi-utils - Lisp CGI scripting utilities
Description
The lisp-cgi-utils is a software package for developing CGI scripts with
Common Lisp. It implements a very basic HTTP/CGI interface (sending headers,
getting GET/POST and environment variables) and offers tools for easier
HTML generation with special support for handling HTML forms. It also supports
HTTP cookies for managing state across requests.
This software is licensed unter the
LGPL 2.1.
Download
History
- version 0.11 - 2008-02-17, added support for ACL 8.1, thanks to
Andrew Philpot,
- version 0.10 - 2006-10-31, support for multibyte encodings
(thanks to Anton Vodonosov), switched default encoding to UTF8,
- version 0.9 - 2006-02-06, Makefile fixes for dvips, bugfixes for CMUCL (thanks
to Edi Weitz for noticing it),
- version 0.8 - 2005-08-07, added support for Lispworks, thanks to
Bob Hutchinson,
- version 0.7 - 2005-05-17, added asdf system definition for
easier handling
- version 0.6.1 - 2005-02-08, typo fixes
- version 0.6 - 2004-09-05, added HTTP cookie support, reworked
examples for better clarity, added documentation for examples
and cookie support
- version 0.5 - 2004-07-30, reworked the examples: now there are
examples for use
with CMUCL and SBCL as CGI scripts
- version 0.4 - 2004-07-18, fixed tag generating function for
HTML 4.0 strict
compliance, fixed examples for better style and to make
validator.w3c.org happy with their output
- version 0.3 - 2004-07-12, knows (almost) all standard
HTML tags, better examples,
- version 0.2 - 2004-04-28, some changes due to comments
from
Zach Beane,
- version 0.1 - 2004-04-27, first public release
This article has been translated to Serbo-Croatian by Jovana
Milutinovich from
Webhostinggeeks.com.
back to software index
Last modified 2013-01-17 by Alexander Schreiber