predefine pingurl

master
Joey Hess 2008-07-26 14:37:25 -04:00
parent c2507d33cb
commit 1ba84c3a6b
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,6 @@ sub import { #{{{
# pings interrupting page builds.
hook(type => "change", id => "inline",
call => \&IkiWiki::pingurl);
} # }}}
sub getopt () { #{{{
@ -96,6 +95,9 @@ sub checkconfig () { #{{{
if ($config{atom}) {
push @{$config{wiki_file_prune_regexps}}, qr/\.atom$/;
}
if (! exists $config{pingurl}) {
$config{pingurl}=[];
}
} #}}}
sub format (@) { #{{{