]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/w3mmode/ikiwiki.setup
wishlist: ask about using ikiwiki as ML
[ikiwiki.git] / doc / w3mmode / ikiwiki.setup
index bda5117471b0aa11cd0b7951234fa0854d358550..5f5cbbff927476d1ca85d74657d26f9560d8c5e4 100644 (file)
@@ -17,16 +17,15 @@ use IkiWiki::Setup::Standard {
        cgiurl => 'ikiwiki.cgi',
        rcs => "",
 
-       wrappers => [
-               {
-                       # The cgi wrapper.
-                       cgi => 1,
-                       wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi",
-                       wrappermode => "0755",
-               },
-       ],
-       
-       anonok => 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.
+       cgi_wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi",
+       cgi_wrappermode => "0755",
+
+       add_plugins => [qw{anonok}],
        rss => 1,
+       atom => 1,
        discussion => 1,
 }