The __ReferringUndefinedPagesPlugin__ is a [JSPWikiPlugin] that finds and lists all pages that are referring to non-existing pages (pages with dead links). !!! Overview !! 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 : [{ReferringUndefinedPagesPlugin max=25}] ---- See: [JSPWikiCorePlugin] ---- [Category.Documentation]---- In JSPWiki version 2.9.1 incubating 4, this plugin is called 'UndefinedPagesPlugin' not 'ReferringUndefinedPagesPlugin'. --rveach, 02-Feb-2014 02:26