Changes between Version 4 and Version 5 of RedirectsPlugin


Ignore:
Timestamp:
Aug 6, 2015, 1:25:43 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • RedirectsPlugin

    v4 v5  
    1 = Redirects plugin =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Redirects plugin
    44
    5 This plugin allows admin users (with `TRAC_ADMIN` permission) to define server-side redirects in Trac admin interface. It supports regex matching and replacing.
     5== Description
    66
    7 After installation a new panel ''Redirects'' appears in Trac web admin interface.
     7This plugin allows admin users - that have the `TRAC_ADMIN` permission - to define server-side redirects in Trac admin interface. It supports regex matching and replacing.
    88
    9 == Bugs/Feature Requests ==
     9After installation a new panel '''Redirects''' appears in Trac web admin interface.
     10
     11== Bugs/Feature Requests
    1012
    1113Please use [https://github.com/trac-hacks/trac-redirects/issues GitHub] for any issues you have with RedirectsPlugin.
    1214
    13 == Download ==
     15== Download
    1416
    1517Download the zipped source from [https://github.com/trac-hacks/trac-redirects/archive/master.zip here].
    1618
    17 == Source ==
     19== Source
    1820
    1921You can clone RedirectsPlugin from [https://github.com/trac-hacks/trac-redirects here] using git, or [https://github.com/trac-hacks/trac-redirects browse the source] on GitHub.
    2022
    21 == Installation ==
     23== Installation
    2224
    23 {{{
     25{{{#!sh
    2426pip install RedirectsPlugin
    2527}}}
     
    2729For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    2830
    29 == Author/Contributors ==
     31== Author/Contributors
    3032
    3133'''Author:''' [wiki:mitar] [[BR]]