sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
seems like this will be more usable in archive format
[ikiwiki.git]
/
ikiwiki.in
diff --git
a/ikiwiki.in
b/ikiwiki.in
index b8acd61ea2c508d12e788764e01a1e3fc724e5ff..8cec3f5c0bac42c221ecd07c0d01cbc71ed8d9a3 100755
(executable)
--- 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];
},