New release CL-WIKI 0.1.1
CL-WIKI is a wiki engine for Common Lisp. It uses TBNL, 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:
- Codes for lists, header, horizontal divider.
- Wiki-like handling of paragraphs and line breaks:
Multiple line breaks generate a new paragraph. Single line
breaks get removed.
Current development versions are always available in the darcs
repository http://common-lisp.net/project/cl-wiki/repos/cl-wiki_dev
Get darcs from http://www.darcs.net/ and then
darcs get http://common-lisp.net/project/cl-wiki/repos/cl-wiki_dev
Updating your local repository:
darcs pull