summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/mirrorlist.pm
AgeCommit message (Collapse)Author
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-26if extrafooter is already set, append to itJoey Hess
to interoperate with future plugins using it
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
too many plugins.. brain exploding..
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-26add missing setup options, tweak others' displayJoey Hess
2008-07-25added getsetup hooks for all plugins up to recentchangesJoey Hess
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0.
2007-04-01use urlto; htmlpage is no longer appropriate herejoey
2007-03-31* Fix urls generated by mirrorlist plugin.joey
2006-12-29* Initial work on internationalization of the program code. po/ikiwiki.potjoey
is available for translation. * Export gettext() from IkiWiki module.
2006-12-23* Add mirrorlist plugin.joey