X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4da3838bd6b3dbdd3c034eceba41c9cda9c979d2..c142dba356b757facd6684a99623c58430b7221e:/doc/w3mmode/ikiwiki.setup?ds=inline

diff --git a/doc/w3mmode/ikiwiki.setup b/doc/w3mmode/ikiwiki.setup
index e08856158..5f5cbbff9 100644
--- a/doc/w3mmode/ikiwiki.setup
+++ b/doc/w3mmode/ikiwiki.setup
@@ -17,19 +17,13 @@ use IkiWiki::Setup::Standard {
 	cgiurl => 'ikiwiki.cgi',
 	rcs => "",
 
-	wrappers => [
-		{
-			# 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",
-		},
-	],
-	
+	# 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,