diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-01 19:59:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-01 19:59:42 +0000 |
commit | 02b9f69ba5da59cca9ff198b731d63d643fff4db (patch) | |
tree | 12d42bdb28dae5c2e8ed5dc5a3a3e3ceb74df0a4 /doc/ikiwiki.setup | |
parent | 1087e234f067fd888bff063563ee5c53ef038d82 (diff) | |
download | ikiwiki-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 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index af4e62314..aa3b3c0ee 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -94,6 +94,8 @@ use IkiWiki::Setup::Standard { syslog => 0, # To link to user pages in a subdirectory of the wiki. #userdir => "users", + # To enable alternate output filenames. + #usedirs => 1, # To add plugins, list them here. #add_plugins => [qw{goodstuff openid search wikitext camelcase |