Lists all pages that are referred to, but not yet created.
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.
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
JSPWikiCorePlugins