]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/ikiwiki/directive/brokenlinks.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / ikiwiki / directive / brokenlinks.mdwn
1 The `brokenlinks` directive is supplied by the [[!iki plugins/brokenlinks desc=brokenlinks]] plugin.
3 This directive generates a list of broken links on pages in the wiki. This is
4 a useful way to find pages that still need to be written, or links that
5 are written wrong.
7 The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
8 pages to search for broken links, default is search them all.
10 Example:
12         \[[!brokenlinks pages="* and !recentchanges"]]
14 [[!meta robots="noindex, follow"]]