This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 27 lines
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