ReferringUndefinedPagesPlugin

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
ContributedPlugins
DirkFrederickxFavorites
FAQ
Getting Involved
Haddock Styles
Haddock Styles Test page
Haddock Template

...and 28 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