aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 01:16:53 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 01:16:53 +0000
commit1612dce6bbb050eacf6843b972ffaf9816d724be (patch)
tree5afb84c3676ba8423773215e6c41e9401814cb75 /ikiwiki.in
parent4de235a385bf569e95d3902c7a1f688b5fbf0d44 (diff)
downloadikiwiki-1612dce6bbb050eacf6843b972ffaf9816d724be.tar
ikiwiki-1612dce6bbb050eacf6843b972ffaf9816d724be.tar.gz
* Add a htmlext config option, this can be used to make ikiwiki generate
html files with a different extension.
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 b8acd61ea..8cec3f5c0 100755
--- a/ikiwiki.in
+++ b/ikiwiki.in
@@ -49,6 +49,7 @@ sub getconfig () { #{{{
"sslcookie!" => \$config{sslcookie},
"httpauth!" => \$config{httpauth},
"userdir=s" => \$config{userdir},
+ "htmlext=s" => \$config{htmlext},
"exclude=s@" => sub {
push @{$config{wiki_file_prune_regexps}}, $_[1];
},