From sscholl at common-lisp.net Wed Oct 24 11:27:52 2007 From: sscholl at common-lisp.net (Stefan Scholl) Date: Wed, 24 Oct 2007 13:27:52 +0200 Subject: [cl-wiki-devel] [cl-wiki-announce] New Release CL-WIKI 0.2.0 Message-ID: <20071024112752.GG21756@parsec.no-spoon.de> New release CL-WIKI 0.2.0 CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot, CL-PPCRE, CL-WHO and CL-EMB. Can be used stand-alone, with Apache + mod_lisp, or behind any http proxy. You can download it from http://common-lisp.net/project/cl-wiki/ or install with ASDF-Install. CL-USER> (asdf:operate 'asdf:load-op :asdf-install) CL-USER> (asdf-install:install :cl-wiki) Changes: - Switched from TBNL to Hunchentoot. darcs repository removed. A git repository will be published later.