aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/mirrorlist.pm
Commit message (Collapse)AuthorAge
* Always produce HTML5 doctype and new attributes, but not new elementsSimon McVittie2014-10-16
| | | | | | | | | | | | | According to caniuse.com, a significant fraction of Web users are still using Internet Explorer versions that do not support HTML5 sectioning elements. However, claiming we're XHTML 1.0 Strict means we can't use features invented in the last 12 years, even if they degrade gracefully in older browsers (like the role and placeholder attributes). This means our output is no longer valid according to any particular DTD. Real browsers and other non-validator user-agents have never cared about DTD compliance anyway, so I don't think this is a real loss.
* mirrorlist: new mirrorlist_use_cgi boolean setting.intrigeri2012-04-28
| | | | | | | | | | When set to true, let each mirror's ikiwiki CGI find out the correct target page url themselves. This resolves the usecase described on [[todo/mirrorlist_with_per-mirror_usedirs_settings]]. Signed-off-by: intrigeri <intrigeri@boum.org>
* use a div, not a p .. and in html5, a navJoey Hess2010-05-02
|
* add section informationJoey Hess2010-02-12
|
* mirrorlist: Display nothing if list is empty.Joey Hess2009-10-02
|
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* if extrafooter is already set, append to itJoey Hess2008-08-26
| | | | to interoperate with future plugins using it
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
| | | | too many plugins.. brain exploding..
* 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.
* add missing setup options, tweak others' displayJoey Hess2008-07-26
|
* 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