While trying to put some categories into our internal wiki, I found that occasionally we wanted to put in a reference to a page that did not show up in the [{ReferringPagesPlugin}] plugin.
Here's how I figured out how to do it.
Add the following two lines to jspwiki.properties, and restart your server.
#Link to a page in the current wiki without showing up as a reference jspwiki.interWikiRef.This = Wiki.jsp?page=%s
Then in those places that you do not want the link to show up in the [{ReferringPagesPlugin}], code the link in this way:
[WikiPageReference|This:WikiPageReference]
I find this useful to refer to [WikiCategory] without the page being considered a category.
ThierryLach
CategoryPatches
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This particular version was published on 09-May-2006 14:56 by PJ Adler.