[cl-wiki-announce] First Release CL-WIKI 0.0.1
Stefan Scholl
sscholl at common-lisp.net
Sat Aug 6 19:14:31 UTC 2005
First release CL-WIKI 0.0.1
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)
Quick start
===========
(asdf:operate 'asdf:load-op :cl-wiki)
(setf *wiki-directory* "/tmp/data/")
(wiki:start)
Then direct your browser to http://localhost:5757/cl-wiki/Somepage
ATTENTION: The first release is very simple! The Hawaiian term
"wiki wiki" means "quick". A wiki isn't just quick to
use, it's quick to program, too. The first wiki had
only 30 lines of Perl code. This wiki was an atempt to
program quick. Nevertheless it's usable for very
simple tasks like taking some notes or writing down a
todo list. The development will not stop there!
You can discuss the direction CL-WIKI should take on
cl-wiki-devel.
More information about the Cl-wiki-announce
mailing list