RandomLink Plugin
This plugin isn't bundled with any XWiki product by default.
Plugin contributed by Julien Revert.
This plugin can be downloaded.
Plugin contributed by Julien Revert.
This plugin can be downloaded.
RandomLink Plugin
The random link plugin generate a http link to a random page in the current wiki (http://~~wikiname~~....~~WebName~~/~~pageName~~).Installation
Copy the jar-Archive to the %xwikipath%/WEB-INF/lib/ directory of your xwiki installation and add com.xpn.xwiki.plugin.randomlink.RandomlinkPlugin to the xwiki.cfg. The RandomlinkPlugin has only one method to call:$xwiki.randomlink.getRandomURLPage()
Example
\#set($ur=$xwiki.randomlink.getRandomURLPage())
<a href="$ur">Random link...</a> (to $ur)