summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/pinger.pm
AgeCommit message (Collapse)Author
2010-11-23pinger: avoid pinging our own local path, tooSimon McVittie
2010-09-07needsbuild hook interface changed; the hooks should now return the modified ↵Joey Hess
array of things that need built. (Backwards compatability code keeps plugins using the old interface working.)
2010-02-12setup file orderingJoey Hess
2010-02-12add section informationJoey Hess
2009-01-11pinger: Get whole url, don't just head.Joey Hess
Asking for only the head worked in my tests, but I've found a site where it didn't -- apparently ikiwiki didn't get a chance to do or finish the refresh when HEADed. Getting the whole url, waiting for ikiwiki to finish, avoided the update problem.
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-08-03add plugin safe/rebuild info (part 2 of 3)Joey Hess
(brain.. melting..)
2008-07-26remove default values in getsetupJoey Hess
They were a bit confusing, since they did not actually set the default, and example values are sufficient.
2008-07-26standardising and documenting getsetupJoey Hess
2008-07-25added getsetup hooks for all plugins up to recentchangesJoey Hess
2008-07-13switch preprocess hooks to use error functionJoey Hess
2008-05-06pinger/pingee now tested and workingJoey Hess