[cl-wiki-announce] New Release CL-WIKI 0.3.0

Stefan Scholl sscholl at common-lisp.net
Fri Jun 20 22:44:43 UTC 2008


New release CL-WIKI 0.3.0

CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot,
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:

- New code <nowiki>
  Excludes a portion of the text from code converting. Useful if
  you want to show the formatting codes on a help page, etc.

  '''stronger emphasized''' = <nowiki>'''stronger emphasized'''</nowiki>

  Exclude from converting: 
  <nowiki><now</nowiki><nowiki>iki>...</no</nowiki><nowiki>wiki></nowiki>


- Page edit now with preview button and feature






More information about the Cl-wiki-announce mailing list