[cl-wiki-devel] New Release CL-WIKI 0.0.3
Stefan Scholl
sscholl at common-lisp.net
Thu Aug 11 07:12:53 UTC 2005
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)
More information about the Cl-wiki-devel
mailing list