2006-07-07 23:00:48 +02:00
|
|
|
It's possible to use all of ikiwiki's web features (page editing, etc) in
|
2009-12-14 20:35:42 +01:00
|
|
|
the [`w3m`](http://w3m.sourceforge.net/) web browser without using a web server. `w3m` supports local CGI
|
2006-07-07 23:00:48 +02:00
|
|
|
scripts, and ikiwiki can be set up to run that way. This requires some
|
|
|
|
special configuration:
|
|
|
|
|
|
|
|
* `w3mmode` must be enabled
|
|
|
|
* A CGI wrapper must be created, in ~/.ikiwiki/wrappers/
|
|
|
|
* `cgiurl` should be set to just the base of the filename of the CGI
|
|
|
|
wrapper.
|
|
|
|
|
|
|
|
This [[ikiwiki.setup]] is an example of setting up a wiki using w3mmode.
|