First release CL-WIKI 0.0.3
CL-WIKI is a wiki engine for Common Lisp. It uses TBNL, CL-PPCRE, and CL-EMB. Can be used stand-alone or with Apache + mod_lisp.
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:
- Changed ESCAPE-FOR-HTML was very slow and is now using code from Edi Weitz (Thanks!)
- restored the feature to edit non existing pages automatically (Now the quick start should work again as expected)
cl-wiki-announce@common-lisp.net