aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/mirrorlist.pm
Commit message (Collapse)AuthorAge
* added getsetup hooks for all plugins up to recentchangesJoey Hess2008-07-25
|
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | 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.
* use urlto; htmlpage is no longer appropriate herejoey2007-04-01
|
* * Fix urls generated by mirrorlist plugin.joey2007-03-31
|
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
| | | | | is available for translation. * Export gettext() from IkiWiki module.
* * Add mirrorlist plugin.joey2006-12-23