diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 06:15:31 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 06:15:31 +0000 |
commit | 99292550fdf3c5bf9feb4a665e2de99f5cfc0d35 (patch) | |
tree | 6454e784a83830461068034214a68d987bd231ff /doc/plugins | |
parent | f84b47d080f4d1ac47d12bd45a7004a6aba5875f (diff) |
* Add an orphans plugin for finding pages that nothing links to.
* Removed backlinks page, which it turns out nothing used.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/orphans.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/plugins/orphans.mdwn b/doc/plugins/orphans.mdwn new file mode 100644 index 000000000..ad16faad5 --- /dev/null +++ b/doc/plugins/orphans.mdwn @@ -0,0 +1,14 @@ +This plugin generates a list of orhpaned 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. + +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 ]] |