Changes between Version 1 and Version 2 of ServerSideRedirectPlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSideRedirectPlugin

    v1 v2  
    55This plug-in allow to place a redirect macro at the start of any wiki page which will cause an server side redirect when the wiki page is viewed.
    66
    7 This plug-in is compatible with the client side redirect macro TracRedirect.
     7This plug-in is compatible (i.e. can be used) with the client side redirect macro TracRedirect but doesn't depend on it.
    88
    9 A protection for 1st (A-A) and 2nd (A-B-A) order redirect loops is implemented, but higher order loops (A-B-C-A, etc.) must be handled by the browser or the user. Firefox 3 handles redirect loops well.
     9A protection for 1st (A->A) and 2nd (A->B->A) order redirect loops is implemented, but higher order loops (A->B->C->A, etc.) must be handled by the browser or the user. Firefox 3 handles redirect loops well.
     10
     11== Dependencies ==
     12This plug-in uses the ExtractUrlPlugin, which much also be install.
    1013
    1114== Bugs/Feature Requests ==
     
    2730== Example ==
    2831
    29 The following 'macro' 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''. Any other [TracLinks TracLink] can be used.
    3033{{{
    3134[[redirect(OtherWikiPage)]]