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
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
11 This [[ikiwiki.setup]] is an example of setting up a wiki using w3mmode.