Changes between Version 14 and Version 15 of ServerSideRedirectPlugin


Ignore:
Timestamp:
Jan 17, 2016, 4:47:29 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ServerSideRedirectPlugin

    v14 v15  
    55== Description
    66
    7 This plugin allows you 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.
     7This plugin allows you to place a redirect macro at the start of any wiki page which will cause a server side redirect when the wiki page is viewed.
    88
    99This plugin is compatible (i.e. can be used) with the client side redirect macro TracRedirect, but doesn't depend on it. Because the redirect is caused by the server (using a HTTP redirect request to the browser) it is much faster and less noticeable for the user. The back-link feature of TracRedirect can also be used for server side redirected pages because both generate the same URL attributes.
     
    1818
    1919Existing bugs and feature requests for ServerSideRedirectPlugin are
    20 [query:status!=closed&component=ServerSideRedirectPlugin&order=priority here].
     20[report:9?COMPONENT=ServerSideRedirectPlugin here].
    2121
    2222If you have any issues, create a
     
    4949== Examples
    5050
    51 To use the plugin place the following trac macro at the begin of the wiki page:
     51To use the plugin place the macro at the begin of the wiki page:
    5252{{{
    5353[[redirect(OtherWikiPage)]]
     
    6060}}}
    6161
    62 The macro is normally not executed, but the plugin will scan every wiki page for it and execute the redirect before the wiki page is send to the user. However, a fall-back implementation of the macro is provided which displays the redirect target to the user. This message is also shown directly after the redirect macro was added to the wiki page to give the editing user a feedback over the successful change.
     62The macro is normally not executed, but the plugin will scan every wiki page for it and execute the redirect before the wiki page is sent to the user. However, a fall-back implementation of the macro is provided, which displays the redirect target to the user. This message is also shown directly after the redirect macro was added to the wiki page to give the editing user some feedback over the successful change.
    6363
    64 Please note that the lower-case version '`redirect`' is compatible with the TracRedirect macro, which is not redefined by this plugin if this macro is also enabled. The upper-case version '`Redirect`' is always provided by this plugin and will be ignored by TracRedirect.
    65 
     64Please note that the lower-case version `redirect` is compatible with the TracRedirect macro, which is not redefined by this plugin if this macro is also enabled. The upper-case version `Redirect` is always provided by this plugin and will be ignored by TracRedirect.
    6665
    6766In addition to a wiki page any other [TracLinks TracLink] can also be used: