From 02b9f69ba5da59cca9ff198b731d63d643fff4db Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 1 Apr 2007 19:59:42 +0000 Subject: * Finally apply the index.html patch, with thanks to everyone who worked on and supported creating it (especially Tumov). This adds a "usedirs" option that makes ikiwiki use foo/index.html instead of foo.html as output page names. It is not yet enabled by default. --- ikiwiki.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ikiwiki.in') diff --git a/ikiwiki.in b/ikiwiki.in index b8589bc62..b8acd61ea 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -28,6 +28,7 @@ sub getconfig () { #{{{ "post-commit" => \$config{post_commit}, "render=s" => \$config{render}, "wrappers!" => \$config{wrappers}, + "usedirs!" => \$config{usedirs}, "getctime" => \$config{getctime}, "wrappermode=i" => \$config{wrappermode}, "numbacklinks=i" => \$config{numbacklinks}, -- cgit v1.2.3