ikiwiki/doc/plugins/orphans.mdwn

17 lines
552 B
Plaintext
Raw Normal View History

2006-05-05 22:30:54 +02:00
This plugin generates a list of possibly orphaned pages -- pages that no other page
links to.
The optional parameter "pages" can be a [[GlobList]] specifying the pages
to check for orphans, default is search them all.
2006-05-04 00:42:19 +02:00
Note that it takes [[BackLinks]] into account, but does not count inlining a
page as linking to it, so will generally count many blog-type pages as
orphans.
This plugin is included in ikiwiki, but is not enabled by default.
If it is turned on, here's a list of orphaned pages on this wiki:
[[orphans ]]
2006-07-30 00:15:45 +02:00
[[tag plugins/type/meta]]