CIWIKI(1) | General Commands Manual | CIWIKI(1) |
ciwiki - simple wiki implementation with built-in webserver
ciwiki [options]
ciwiki is aimed at those who need a quick and lightweight wiki for
personal use, such as notes, "to do" lists, etc. It is written in
C, and has a low system requirements (binary size of ~73k stripped with
./configure CFLAGS='-s -Os'). This makes it particularly useful for low-power
systems (Raspberry Pi).
ciwiki does not require installation of a separate webserver, scripting language, or database.
The appearance of the wiki pages may be altered by placing a styles.css in ~/.ciwiki or in the directory specified using the --home option.
To notify new users via email of their validation code, login and password, you need ssmpt and the script notifynewuser.sh . (notifynewuser.sh is included in the package and should be located in the folder /usr/local/libexec . If you do not use the default port 8000, you will have to edit notifynewuser.sh line #25 to provide the actual port #.
$ grep Ciwiki /var/log/syslog
In order to launch ciwiki on a specific IP and port:
$ ciwiki -l 127.0.0.1 -p 8080
ciwiki Jean-Pierre Redonnet <mallum@o-hand.com> , ciwiki is a fork of didiwiki (written by Matthew Allum)
2022-08-08 | ciwiki 3.0.4 |