Parent Directories
Directory wikid
Welcome
This directory contains WIKID, comprising:
- a wiki daemon
- a CGI front-end
- an administrative tool
- some (sample) seed pages
- documentation
Dependencies
To try it out, you need:
- modules
(www url-coding) Guile-WWW
(database gdbm) Guile-GDBM
(ttn-do mogrify) ttn-do 381
(srfi srfi-2)
(srfi srfi-13)
(srfi srfi-19)
(ttn-do zzz banalities) ttn-do 372
(ttn-do zzz filesystem) ttn-do 294
(ttn-do zzz publishing)
(ttn-do zzz xhtml-tree)
- access to a webserver that supports CGI
- adventurous spirit
Installation
Use these commands:
$ ./configure (see below for options)
$ make
$ make install
The last step copies files to various directories:
PREFIX/bin wikid-admin
PREFIX/share/wikid .module-catalog
modules/*
seed-data/*
wikid
wikid.cgi
wikid.conf
PREFIX/info wikid.info
PREFIX is by default /usr/local, but can be changed using the
configure option:
--prefix DIR
Other configure options are likely to work, too.
Support
Please send bug reports to <ttn@gnuvola.org>
and check out the WIKID home page for updates:
http://www.gnuvola.org/software/wikid/
[README ends here]