New release CL-WIKI 0.3.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:
- Regexp/rendering speedup. Thanks to Ralf Stoye.
Nice performance gain, seen on Clozure and SBCL.
New release CL-WIKI 0.3.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:
- New codes <small>, <big>, <s>, <u>, <del>, <ins>, <br>, <sub>,
<sup>
- Commenting with <!-- ... -->
- dropped dependency on kmrcl
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
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
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
<http://common-lisp.net/project/lisppaste/>
Example:
<source lang="Python">
def foo(x):
print x
</source>
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"
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:
<source>
def foo(x):
print x
</source>
The resulting PRE block has the class "code". The example
template main.template includes a CSS style for it.
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)
New release CL-WIKI 0.2.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:
- Switched from TBNL to Hunchentoot.
darcs repository removed. A git repository will be published later.
New release CL-WIKI 0.1.1
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:
- Codes for lists, header, horizontal divider.
- Wiki-like handling of paragraphs and line breaks:
Multiple line breaks generate a new paragraph. Single line
breaks get removed.
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
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