Changes between Version 8 and Version 9 of TracFewFixesPlugin


Ignore:
Timestamp:
Mar 23, 2016, 6:44:33 PM (8 years ago)
Author:
figaro
Comment:

From http to https

Legend:

Unmodified
Added
Removed
Modified
  • TracFewFixesPlugin

    v8 v9  
    3535 1. Install this plugin as follows:
    3636{{{#!sh
    37 $ easy_install http://trac-hacks.org/svn/tracfewfixesplugin/0.12
     37$ easy_install https://trac-hacks.org/svn/tracfewfixesplugin/0.12
    3838}}}
    39  2. Add `tracfewfixes.* = enabled` to the `[components]` section in your `trac.ini` file:
     39 1. Add `tracfewfixes.* = enabled` to the `[components]` section in your `trac.ini` file:
    4040{{{#!ini
    4141[components]
    4242tracfewfixes.* = enabled
    4343}}}
    44  3. Restart your web server.
     44 1. Restart your web server.
    4545
    4646General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.