aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-01 19:59:42 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-01 19:59:42 +0000
commit02b9f69ba5da59cca9ff198b731d63d643fff4db (patch)
tree12d42bdb28dae5c2e8ed5dc5a3a3e3ceb74df0a4 /ikiwiki.in
parent1087e234f067fd888bff063563ee5c53ef038d82 (diff)
downloadikiwiki-02b9f69ba5da59cca9ff198b731d63d643fff4db.tar
ikiwiki-02b9f69ba5da59cca9ff198b731d63d643fff4db.tar.gz
* 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.
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in1
1 files changed, 1 insertions, 0 deletions
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},