diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-06 19:06:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-06 19:06:53 -0400 |
commit | b144831e462e0d2ba8225f6e5f7d9138efb03c77 (patch) | |
tree | 6538c7339214110f27bcee1edb1ee3f434428260 /doc/ikiwiki.setup | |
parent | 457de90f5fac2c71bcbe5101a1b8528bd8a0b51f (diff) | |
download | ikiwiki-b144831e462e0d2ba8225f6e5f7d9138efb03c77.tar ikiwiki-b144831e462e0d2ba8225f6e5f7d9138efb03c77.tar.gz |
pinger/pingee now tested and working
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 33710d1d7..a151050e7 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -99,7 +99,7 @@ use IkiWiki::Setup::Standard { # Allow generating feeds even if not generated by default? #allowrss => 1, #allowatom => 1, - # Urls to ping with XML-RPC when rss feeds are updated + # Urls to ping with XML-RPC when feeds are updated #pingurl => [qw{http://rpc.technorati.com/rpc/ping}], # Include discussion links on all pages? discussion => 1, @@ -167,4 +167,8 @@ use IkiWiki::Setup::Standard { # For use with the aggregate plugin, to allow aggregation to be # triggered via the web. #aggregate_webtrigger => 1, + + # For use with the pinger plugin, how many seconds to wait before + # timing out. + #pinger_timeout => 15. } |