From sscholl at common-lisp.net Wed Jun 11 19:44:10 2008 From: sscholl at common-lisp.net (Stefan Scholl) Date: Wed, 11 Jun 2008 21:44:10 +0200 Subject: [cl-wiki-devel] New Release CL-WIKI 0.2.1 Message-ID: <20080611194410.GA12114@parsec.no-spoon.de> New release CL-WIKI 0.2.1 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: - Configurable textarea size (Jens Teich) - *replace-list* documented (Jens Teich) From sscholl at common-lisp.net Sun Jun 15 02:08:59 2008 From: sscholl at common-lisp.net (Stefan Scholl) Date: Sun, 15 Jun 2008 04:08:59 +0200 Subject: [cl-wiki-devel] New Release CL-WIKI 0.2.2 Message-ID: <20080615020859.GI13440@parsec.no-spoon.de> New release CL-WIKI 0.2.2 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: - Codes for source snippets Example: def foo(x): print x The resulting PRE block has the class "code". The example template main.template includes a CSS style for it. From sscholl at common-lisp.net Sun Jun 15 18:43:08 2008 From: sscholl at common-lisp.net (Stefan Scholl) Date: Sun, 15 Jun 2008 20:43:08 +0200 Subject: [cl-wiki-devel] New Release CL-WIKI 0.2.3 Message-ID: <20080615184308.GA12032@parsec.no-spoon.de> New release CL-WIKI 0.2.3 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: - Source snippets colorized with colorize code from lisppaste Example: def foo(x): print x The resulting DIV block has the class "code". The example template main.template includes a CSS style for it and the resulting colorization. Without the "lang" option (or when the language isn't supported) a PRE block with class="code" is generated. Supported language options: "Basic Lisp", "Scheme", "Emacs Lisp", "Common Lisp", "C", "C++", "Java", "Objective C", "Erlang", "Python", or "Haskell" From sscholl at common-lisp.net Mon Jun 16 08:30:43 2008 From: sscholl at common-lisp.net (Stefan Scholl) Date: Mon, 16 Jun 2008 10:30:43 +0200 Subject: [cl-wiki-devel] New Release CL-WIKI 0.2.4 Message-ID: <20080616083043.GC15666@parsec.no-spoon.de> New release CL-WIKI 0.2.4 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: - Small fix to please SBCL. Changed a DEFCONSTANT to DEFPARAMETER, according to http://www.sbcl.org/manual/Defining-Constants.html - New script added: script/sbcl-start-wiki.sh From sscholl at common-lisp.net Fri Jun 20 22:44:43 2008 From: sscholl at common-lisp.net (Stefan Scholl) Date: Sat, 21 Jun 2008 00:44:43 +0200 Subject: [cl-wiki-devel] New Release CL-WIKI 0.3.0 Message-ID: <20080620224443.GJ5283@parsec.no-spoon.de> 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 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''' = '''stronger emphasized''' Exclude from converting: iki>...wiki> - Page edit now with preview button and feature