X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/457de90f5fac2c71bcbe5101a1b8528bd8a0b51f..b144831e462e0d2ba8225f6e5f7d9138efb03c77:/doc/ikiwiki.setup 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. }