Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add news item for ikiwiki 3.20101129
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
pinger.pm
diff --git
a/IkiWiki/Plugin/pinger.pm
b/IkiWiki/Plugin/pinger.pm
index 7b4dce5867534c702f220b3df6e792c91b3cbb61..cc9f52d2b50e7e880882ff56b89d8bafba5c274d 100644
(file)
--- a/
IkiWiki/Plugin/pinger.pm
+++ b/
IkiWiki/Plugin/pinger.pm
@@
-3,7
+3,7
@@
package IkiWiki::Plugin::pinger;
use warnings;
use strict;
-use IkiWiki
2
.00;
+use IkiWiki
3
.00;
my %pages;
my $pinged=0;
@@
-45,6
+45,7
@@
sub needsbuild (@) {
}
}
}
+ return $needsbuild;
}
sub preprocess (@) {
@@
-106,7
+107,7
@@
sub ping {
# will still be avoided.
next if $url=~/^\Q$config{cgiurl}\E/;
- $ua->
head
($url);
+ $ua->
get
($url);
}
exit 0;