Changes between Version 2 and Version 3 of ServerSideRedirectPlugin


Ignore:
Timestamp:
Nov 11, 2008, 11:44:31 PM (15 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSideRedirectPlugin

    v2 v3  
    3030== Example ==
    3131
    32 The following 'macro' at the begin of the wiki page will cause a redirect to the ''!OtherWikiPage''. Any other [TracLinks TracLink] can be used.
     32The following 'macro' at the begin of the wiki page will cause a redirect to the ''!OtherWikiPage''.
    3333{{{
    3434[[redirect(OtherWikiPage)]]
     35}}}
     36Any other [TracLinks TracLink] can be used:
     37{{{
     38[[redirect(wiki:OtherWikiPage)]]
     39[[redirect(source:/trunk/file.py)]]
     40[[redirect(http://www.example.com/)]]
    3541}}}
    3642