Skip to content

shirok/WiLiKi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 29, 2024
cdff42a · Nov 29, 2024
Jun 28, 2024
Feb 22, 2021
Mar 22, 2004
Jul 27, 2014
Jun 27, 2011
Nov 29, 2024
Apr 7, 2003
Mar 16, 2022
Oct 27, 2024
Nov 5, 2023
Feb 22, 2021
May 6, 2022
Apr 6, 2003
Mar 16, 2022
Nov 10, 2023
Dec 2, 2019
May 15, 2021
Mar 16, 2022
Mar 16, 2022
Oct 31, 2023
Mar 16, 2022
Nov 1, 2023

Repository files navigation

WiLiKi

This is WiLiKi, a Wiki engine written in Gauche Scheme.

You can visit the official site for the details.

Prerequisites

You need Gauche installed on your machine. See package.scm for the required minimum version.

WiLiKi is supposed to run as a CGI script, so you need a web server setup that can run CGI scripts.

Alternatively, you can install Gauche-makiki webserver to run WiLiKi stand-alone.

Installation

Clone the repo, and run configure & make.

./configure
make
make -s check
make install

make install installs WiLiKi as a Gauche library.

Running

To run the wiki, you need to copy wiliki.cgi to your site's cgi script location and edit it to suit your site's setup.

To run the wiki in stand-alone mode, run src/wiliki-server script (you still need to prepare cgi script with your own customization.)

wiliki-server -p <port> <your-customized-wiliki.cgi>