Changes between Version 15 and Version 16 of ServerSideRedirectPlugin


Ignore:
Timestamp:
Apr 14, 2018, 10:13:29 AM (6 years ago)
Author:
figaro
Comment:

Moved example to description

Legend:

Unmodified
Added
Removed
Modified
  • ServerSideRedirectPlugin

    v15 v16  
    1414
    1515Direct after the redirect target is added (or modified) Trac will automatically reload it, as it does with all wiki pages. This plugin will detect this and not redirect but display the wiki page with the redirect target URL printed to provide feedback about the successful change. However, further visits will trigger the redirect.
    16 
    17 == Bugs/Feature Requests
    18 
    19 Existing bugs and feature requests for ServerSideRedirectPlugin are
    20 [report:9?COMPONENT=ServerSideRedirectPlugin here].
    21 
    22 If you have any issues, create a
    23 [/newticket?component=ServerSideRedirectPlugin new ticket].
    24 
    25 [[TicketQuery(component=ServerSideRedirectPlugin&group=type,format=progress)]]
    26 
    27 == Download
    28 
    29 Download the zipped source from [export:serversideredirectplugin here].
    30 
    31 == Source
    32 
    33 You can check out ServerSideRedirectPlugin from [/svn/serversideredirectplugin here] using Subversion, or [source:serversideredirectplugin browse the source] with Trac.
    34 
    35 == Installation
    36 
    37 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    38 
    39 Enable the plugin in your `conf/trac.ini` file as follows:
    40 
    41 {{{#!ini
    42 [components]
    43 tracserversideredirect.* = enabled
    44 tracextracturl.* = enabled
    45 }}}
    46 
    47 You may need to restart your Web server.
    48 
    49 == Examples
    5016
    5117To use the plugin place the macro at the begin of the wiki page:
     
    7844}}}
    7945
     46== Bugs/Feature Requests
     47
     48Existing bugs and feature requests for ServerSideRedirectPlugin are
     49[report:9?COMPONENT=ServerSideRedirectPlugin here].
     50
     51If you have any issues, create a
     52[/newticket?component=ServerSideRedirectPlugin new ticket].
     53
     54[[TicketQuery(component=ServerSideRedirectPlugin&group=type,format=progress)]]
     55
     56== Download
     57
     58Download the zipped source from [export:serversideredirectplugin here].
     59
     60The plugin is also available on [pypi:ServerSideRedirectPlugin PyPI].
     61
     62== Source
     63
     64You can check out ServerSideRedirectPlugin from [/svn/serversideredirectplugin here] using Subversion, or [source:serversideredirectplugin browse the source] with Trac.
     65
     66== Installation
     67
     68General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     69
     70Enable the plugin in your `conf/trac.ini` file as follows:
     71
     72{{{#!ini
     73[components]
     74tracserversideredirect.* = enabled
     75tracextracturl.* = enabled
     76}}}
     77
     78You may need to restart your Web server.
     79
    8080== Recent Changes
    8181