]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/ikiwiki/directive/orphans.mdwn
Merge remote-tracking branch 'remotes/smcv/ready/openid'
[git.ikiwiki.info.git] / doc / ikiwiki / directive / orphans.mdwn
1 The `orphans` directive is supplied by the [[!iki plugins/orphans desc=orphans]] plugin.
3 This directive generates a list of possibly orphaned pages -- pages that no
4 other page links to. Example:
6         \[[!orphans pages="* and !blog/*"]]
8 The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
9 pages to check for orphans, default is search them all.
11 Note that it takes backlinks into account, but does not count inlining a
12 page as linking to it, so will generally count many blog-type pages as
13 orphans.
15 [[!meta robots="noindex, follow"]]