From sscholl at common-lisp.net Wed Nov 19 20:53:17 2008 From: sscholl at common-lisp.net (Stefan Scholl) Date: Wed, 19 Nov 2008 21:53:17 +0100 Subject: [cl-wiki-announce] New Release CL-WIKI 0.3.2 Message-ID: <20081119205317.GV31775@parsec.no-spoon.de> New release CL-WIKI 0.3.2 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: - Regexp/rendering speedup. Thanks to Ralf Stoye. Nice performance gain, seen on Clozure and SBCL.