New release CL-WIKI 0.2.4
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:
- Small fix to please SBCL. Changed a DEFCONSTANT to DEFPARAMETER, according to http://www.sbcl.org/manual/Defining-Constants.html
- New script added: script/sbcl-start-wiki.sh
cl-wiki-announce@common-lisp.net