Lists all pages that are not currently referred to by any other page, thus meaning they are inaccessible through any other means.
This plugin extends AbstractReferralPlugin and therefore inherits its parameters.!! Example
[{UnusedPagesPlugin}]
See UnusedPages.!! Problems
Shows all pages generated by the WeblogEntryPlugin. What about a filter like *_weblog_* to prevent this?
JSPWikiCorePlugins----
The Unused Page Plugin is listing all of our attachments. Is there some way to stop it from listing them?
--Bill Robfogel, 20-Apr-2007----
Well, they are unreferenced. Attachments are treated like pages in that sense. But it might be a good idea to exclude attachments, yes.
--JanneJalkanen, 21-Apr-2007
I'd consider that attachments are referenced by their parent pages. If at some point it's possible for attachments to live apart from their parents (e.g., after a page deletion they still exist) then yes, they should then be listed as unused.
-- MurrayAltheim, 23-Apr-2007----
I tried to use an exclude statement and could not get it to work. The attachments are all list on their parent documents. Can you use "exclude='*.odt'" or "'*odt'"?
--Bill Robfogel, 27-Apr-2007----
It seems there's no way to exclude attachments... anyone has the solution?
--Claudio, 24-May-2007
Back to JSPWikiPlugins.