This page (revision-1) was last changed on 2019-12-18 09:13 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
Redirect Plugin...nobody

Version management

Difference between version and

At line 1 added 42 lines
%%(font-size:75%;color:gray;padding-bottom:1em)
This plugin was distributed previously as part of the McKessonApsWikiPlugins package, now as part of the [NeWikiPlugins]. This documentation is updated for the new version as appropriate.
%%
The __RedirectPlugin__ is a [NeWikiPlugin] that returns a fragment of Javascript into the page to do an automatic redirection and a link that can be manually clicked on if Javascript is not enabled.
This plugin is useful if you have multiple wiki instances that you want to tie together.
Requires only one parameter, 'to', which can be an InterWiki link. If it cannot be interpreted as an interwiki link we assume it's some external link and just redirect to it as given. If it __is__ an interwiki link, we first expand it, then redirect.
Note: There is a default 2 second pause before the redirection, so if you want to edit the page containing this plugin, you'd better be quick. You may change the duration of the pause by providing a {{delay='1234'}} style parameter.
!! Features
Allows redirecting to:
* Other wiki pages (you could just use {{[[{SET alias='OtherName'}]}} for this.
* Interwiki pages (you cannot do this with the alias feature)
* Arbitrary URL's (again you cannot do this with the alias feature)
And as some have pointed out, the end-user syntax is a bit more approachable than how you set an alias.
!! Usage:
Full syntax examples:
{{{
[{RedirectPlugin to='http://www.google.com' delay='5000'}]
[{RedirectPlugin to='JSPWiki:Main'}]
[{RedirectPlugin to='SomeOtherPage'}]
}}}
!! Status/Notes
Included in the McKessonApsWikiPlugins jar. -- [JohnVolkar|JSPWiki:JohnVolkar]\\
Now included in the [NeWikiPlugin]s.jar. -- MurrayAltheim
----
See also: [CategoryThirdPartyPlugin|JSPWiki:CategoryThirdPartyPlugin]
[{Tag NeWikiPlugin}]