]> sipb.mit.edu Git - ikiwiki.git/blob - doc/w3mmode.mdwn
silly googlebot, must have it cached.. I hope
[ikiwiki.git] / doc / w3mmode.mdwn
1 It's possible to use all of ikiwiki's web features (page editing, etc) in
2 the `w3m` web browser without using a web server. `w3m` supports local CGI
3 scripts, and ikiwiki can be set up to run that way. This requires some
4 special configuration:
5
6  * `w3mmode` must be enabled
7  * A CGI wrapper must be created, in ~/.ikiwiki/wrappers/
8  * `cgiurl` should be set to just the base of the filename of the CGI
9    wrapper.
10
11 This [[ikiwiki.setup]] is an example of setting up a wiki using w3mmode.