]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/w3mmode/ikiwiki.setup
add a tip about configuring apache to run ikiwiki.cgi
[ikiwiki.git] / doc / w3mmode / ikiwiki.setup
index bda5117471b0aa11cd0b7951234fa0854d358550..e088561581b580bfa11fe4eb4e2dbbd391df2d34 100644 (file)
@@ -21,12 +21,17 @@ 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",
                },
        ],
        
-       anonok => 1,
+       add_plugins => [qw{anonok}],
        rss => 1,
+       atom => 1,
        discussion => 1,
 }