[cl-wiki-devel] New Release CL-WIKI 0.0.4
Stefan Scholl
sscholl at common-lisp.net
Tue Sep 6 19:28:14 UTC 2005
New release CL-WIKI 0.0.4
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:
- Locking for CL-EMB. CL-WIKI now needs CL-EMB >= 0.4.2
- config file
- added simple start script for CMUCL
- removed *WIKI-URL*
- URL en- and decode page names
- more wiki codes (links with other text and external links)
[[Page|Text]] ==> Generates a link to named page
and links Text.
[http://www.somepage.example/] ==> Inserts external link
External links get the class "external" + the url scheme.
rel="nofollow" is used.
[http://www.google.com/] -->
<a rel="nofollow" class="external http" href="http://www.google.com/">http://www.google.com/</a>
More information about the Cl-wiki-devel
mailing list