From sscholl at common-lisp.net Sun Oct 16 15:49:07 2005 From: sscholl at common-lisp.net (Stefan Scholl) Date: Sun, 16 Oct 2005 17:49:07 +0200 Subject: [cl-wiki-announce] New Release CL-WIKI 0.1.0 Message-ID: <20051016154907.GB7967@parsec.no-spoon.de> New release CL-WIKI 0.1.0 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: - New storage system - Editing/restoring earlier versions of a page IMPORTANT: The way the pages (and an additional index) are saved has changed! You can't use your old installation/pages without migrating them. 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