ikiwiki/doc/plugins/orphans.mdwn

17 lines
561 B
Plaintext
Raw Normal View History

[[!template id=plugin name=orphans author="[[Joey]]"]]
[[!tag type/meta]]
2010-02-12 09:43:01 +01:00
[[!tag type/widget]]
This plugin provides the [[ikiwiki/directive/orphans]]
[[ikiwiki/directive]], which generates a list of possibly orphaned pages --
pages that no other page links to.
[[!if test="enabled(orphans)" then="""
Here's a list of orphaned pages on this wiki:
[[!orphans pages="* and !news/* and !todo/* and !bugs/* and !users/* and
!recentchanges and !examples/* and !tips/* and !sandbox/* and !templates/* and
2009-10-05 21:17:36 +02:00
!forum/* and !*.js and
!wikiicons/* and !plugins/*"]]
"""]]