aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/pinger.pm
Commit message (Collapse)AuthorAge
* needsbuild hook interface changed; the hooks should now return the modified ↵Joey Hess2010-09-07
| | | | array of things that need built. (Backwards compatability code keeps plugins using the old interface working.)
* setup file orderingJoey Hess2010-02-12
|
* add section informationJoey Hess2010-02-12
|
* pinger: Get whole url, don't just head.Joey Hess2009-01-11
| | | | | | | 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.
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* add plugin safe/rebuild info (part 2 of 3)Joey Hess2008-08-03
| | | | (brain.. melting..)
* remove default values in getsetupJoey Hess2008-07-26
| | | | | They were a bit confusing, since they did not actually set the default, and example values are sufficient.
* standardising and documenting getsetupJoey Hess2008-07-26
|
* added getsetup hooks for all plugins up to recentchangesJoey Hess2008-07-25
|
* switch preprocess hooks to use error functionJoey Hess2008-07-13
|
* pinger/pingee now tested and workingJoey Hess2008-05-06