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
format: New plugin, allows embedding differntly formatted text inside a page (ie...
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
pinger.pm
diff --git
a/IkiWiki/Plugin/pinger.pm
b/IkiWiki/Plugin/pinger.pm
index 0aee17f8a582235af049ae5b5a53cc6697e9f0fe..043b074a7986d8e23ac3d8f0ede649f9e289c6c9 100644
(file)
--- a/
IkiWiki/Plugin/pinger.pm
+++ b/
IkiWiki/Plugin/pinger.pm
@@
-18,9
+18,13
@@
sub import { #{{{
sub getsetup () { #{{{
return
+ plugin => {
+ safe => 1,
+ rebuild => 0,
+ },
pinger_timeout => {
type => "integer",
-
default
=> 15,
+
example
=> 15,
description => "how many seconds to try pinging before timing out",
safe => 1,
rebuild => 0,