Changes between Version 11 and Version 12 of WeekPlanPlugin


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

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WeekPlanPlugin

    v11 v12  
    7171== Installation
    7272
    73 Installation of the plugin requires the usual step, eg `easy_install http://trac-hacks.org/svn/weekplanplugin/trunk`
    74 Then also enable it in Trac's plugin admin page or by adding `weekplan.* = enabled` to the `[components]` section in your `trac.ini` file:
     73Installation of the plugin requires the usual step, eg `easy_install https://trac-hacks.org/svn/weekplanplugin/trunk`.
     74
     75Then also enable it in Trac's plugin admin page or in your `trac.ini` file:
    7576{{{#!ini
    7677[components]
     
    7879}}}
    7980
    80 A database upgrade will be required as usual: `trac-admin path-to-your-trac-environment upgrade`.
     81A database upgrade will be required as usual: `trac-admin path/to/trac/environment upgrade`.
    8182
    8283Assign the new `WEEK_PLAN` permission to the appropriate Trac groups / users, for example in Trac's permission admin page.