sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
web commit from 62.213.72.100: poll vote (It's fast enough)
[ikiwiki.git]
/
ikiwiki.in
diff --git
a/ikiwiki.in
b/ikiwiki.in
index d18970d0f931bbb7975552bea63b9e7a88a59eb3..5dd1064f9fd6900d302dcde2128f35f67cffb09d 100755
(executable)
--- a/
ikiwiki.in
+++ b/
ikiwiki.in
@@
-10,7
+10,7
@@
use lib '.'; # For use in nonstandard directory, munged by Makefile.
use IkiWiki;
sub usage () { #{{{
use IkiWiki;
sub usage () { #{{{
- die
"usage: ikiwiki [options] source dest
\n";
+ die
gettext("usage: ikiwiki [options] source dest"), "
\n";
} #}}}
sub getconfig () { #{{{
} #}}}
sub getconfig () { #{{{
@@
-31,7
+31,6
@@
sub getconfig () { #{{{
"wrappermode=i" => \$config{wrappermode},
"rcs=s" => \$config{rcs},
"no-rcs" => sub { $config{rcs}="" },
"wrappermode=i" => \$config{wrappermode},
"rcs=s" => \$config{rcs},
"no-rcs" => sub { $config{rcs}="" },
- "anonok!" => \$config{anonok},
"cgi!" => \$config{cgi},
"discussion!" => \$config{discussion},
"w3mmode!" => \$config{w3mmode},
"cgi!" => \$config{cgi},
"discussion!" => \$config{discussion},
"w3mmode!" => \$config{w3mmode},
@@
-46,6
+45,7
@@
sub getconfig () { #{{{
"timeformat=s" => \$config{timeformat},
"sslcookie!" => \$config{sslcookie},
"httpauth!" => \$config{httpauth},
"timeformat=s" => \$config{timeformat},
"sslcookie!" => \$config{sslcookie},
"httpauth!" => \$config{httpauth},
+ "userdir=s" => \$config{userdir},
"exclude=s@" => sub {
push @{$config{wiki_file_prune_regexps}}, $_[1];
},
"exclude=s@" => sub {
push @{$config{wiki_file_prune_regexps}}, $_[1];
},
@@
-65,7
+65,7
@@
sub getconfig () { #{{{
push @{$config{plugin}}, $_[1];
},
"disable-plugin=s@" => sub {
push @{$config{plugin}}, $_[1];
},
"disable-plugin=s@" => sub {
-
$config{plugin}=[grep { $_ ne $_[1] } @{$config{plugin}}
];
+
push @{$config{disable_plugins}}, $_[1
];
},
"pingurl=s" => sub {
push @{$config{pingurl}}, $_[1];
},
"pingurl=s" => sub {
push @{$config{pingurl}}, $_[1];
@@
-117,6
+117,12
@@
sub main () { #{{{
require IkiWiki::Render;
commandline_render();
}
require IkiWiki::Render;
commandline_render();
}
+ elsif ($config{post_commit} && ! commit_hook_enabled()) {
+ if ($config{notify}) {
+ loadindex();
+ rcs_notify();
+ }
+ }
else {
lockwiki();
loadindex();
else {
lockwiki();
loadindex();