
Confirmed functioning with Openmcl 0.14.3 Kevin Griffin wrote:
This is great! I've tested it against SBCL 0.8.16, and it's working beautifully!
small documentation suggestion: instead of (setf *wiki-directory* #p"/tmp/data/") ;; Pathname of a directory!
(setf wiki:*wiki-directory* #p"/tmp/data/") ;; Pathname of a directory!
I'll be testing it against openmcl shortly. Kevin Stefan Scholl wrote:
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-devel mailing list cl-wiki-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-devel
_______________________________________________ cl-wiki-devel mailing list cl-wiki-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-devel