CL-WIKI

Wiki Engine for Common Lisp

Hosted on Common-Lisp.net

Introduction

CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot (0.14.4), CL-PPCRE, CL-WHO (min. 0.6.0), and CL-EMB (min. 0.4.2). Can be used stand-alone or with Apache + mod_lisp. See the README.

Doesn't work with the current version of Hunchentoot anymore!

BTW: The CL-WIKI project needs a new maintainer

Quick start ASDF install disabled!

        (asdf-install:install :cl-wiki)
        ; ...
        (asdf:operate 'asdf:load-op :cl-wiki)
        ;; Write config file "wiki.conf" in current directory with at least
        ;; (base (directory "/path/to/wiki-data/"))
        ;; ...
        (wiki:start)
    

Then direct your browser to http://localhost:5757/cl-wiki/Somepage

License

LLGPL

Mailing Lists

Download

Latest Version: 0.3.2

Release history

Links