The ReferringUndefinedPagesPlugin is a JSPWikiPlugin that finds and lists all pages that are referring to non-existing pages (pages with dead links).
Parameters #
- max=n
- How many entries to list at maximum. Default is no limit.
- include='<pattern>'
- Only show links matching the include pattern[1]. (eg. 'BUG.*|CHANGE.*')
- exclude='<pattern>'
- Never show links matching the exclude pattern[1]. (eg. '~LeftMenu.*|Main')
Example#
Some valid examples :
[{ReferringUndefinedPagesPlugin max='10'}] [{ReferringUndefinedPagesPlugin include='Doc.*|.*xyz'}] [{ReferringUndefinedPagesPlugin include='.*\.bug.*',max=25}]
The first example gives the following output :
Add CSS Style
CleanBlue
CollapsibleList
ContributedFilters
ContributedPlugins
DirkFrederickxFavorites
Getting Involved
Getting Started
Haddock Styles
Haddock Styles Test page
...and 30 more
See: JSPWikiCorePlugin
Category.Plugins
In JSPWiki version 2.9.1 incubating 4, this plugin is called 'UndefinedPagesPlugin' not 'ReferringUndefinedPagesPlugin'.
--rveach, 02-Feb-2014 02:26