]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/w3mmode/ikiwiki.setup
update about openids and admin powers
[ikiwiki.git] / doc / w3mmode / ikiwiki.setup
index d71221a8ff6deffea28cb453602cd50a907969ba..e088561581b580bfa11fe4eb4e2dbbd391df2d34 100644 (file)
@@ -21,6 +21,10 @@ use IkiWiki::Setup::Standard {
                {
                        # The cgi wrapper.
                        cgi => 1,
+                       # The wrapper must be put in ~/.ikiwiki/wrappers/, since
+                       # ikiwiki-w3m.cgi only looks in this one location.
+                       # The wrapper can be given any name as long as it's 
+                       # in that directory.
                        wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi",
                        wrappermode => "0755",
                },