From 1612dce6bbb050eacf6843b972ffaf9816d724be Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 25 Jul 2007 01:16:53 +0000 Subject: * Add a htmlext config option, this can be used to make ikiwiki generate html files with a different extension. --- ikiwiki.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ikiwiki.in') 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]; }, -- cgit v1.2.3