]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/orphans.mdwn
MAJOR basewiki reorg
[ikiwiki.git] / doc / plugins / orphans.mdwn
1 [[template id=plugin name=orphans author="[[Joey]]"]]
2 [[tag type/meta]]
3
4 This plugin generates a list of possibly orphaned pages -- pages that no
5 other page links to.
6
7 The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
8 pages to check for orphans, default is search them all.
9
10 Note that it takes [[BackLinks]] into account, but does not count inlining a
11 page as linking to it, so will generally count many blog-type pages as
12 orphans.
13
14 [[if test="enabled(orphans)" then="""
15 Here's a list of orphaned pages on this wiki:
16
17 [[orphans pages="* and !news/* and !todo/* and !bugs/* and !users/* and
18 !examples/* and !tips/* and !sandbox/* and !wikiicons/* and !plugins/*"]]
19 """]]