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 22 lines
Lists all pages that are referred to, but not yet created.
Usage:
{{{
[{UndefinedPagesPlugin max=400 before='#' after='\n'}]
}}}
!! Parameters
* __maxwidth__=''n'' : Limits the length of the generated links to at most ''n'' characters. This should used to keep the [LeftMenu] or [LeftMenuFooter] at a manageable width. Default is to not limit the length at all.
This plugin extends AbstractReferralPlugin and therefore inherits its parameters.!! Example
See [UndefinedPages].!! Discussion
The most interesting thing to me would be which page tries to link to these undefined pages. I looked at
the plugin code but sadly I am unable to write this myself. Does already a contributed plugin exist dealing with this question? -- Gregor Hagedorn - 2005-08-30
I also want this and looked at the code. It looks like it'll be an almost copy and paste situation if I can modify ReferenceManager.java. I was able to go around it and use the public API to create the plugin, though; certainly the performance won't be as good as using the private members in ReferenceManager.java inside directly. The important thing is that I think the code works. :) I put the files on [ReferringUndefinedPagesPlugin] if you're interested. --Jeremy Liu 9-21-2005
----
Back to [JSPWikiPlugins].