Changes between Version 54 and Version 55 of TracJsGanttPlugin


Ignore:
Timestamp:
Dec 19, 2019, 2:40:33 PM (4 years ago)
Author:
Jun Omae
Comment:

Revised repository URL for Trac 1.2+

Legend:

Unmodified
Added
Removed
Modified
  • TracJsGanttPlugin

    v54 v55  
    245245The following installation steps apply:
    246246 1. '''Install''' globally with:
     247    - For Trac 1.2 and later:
    247248{{{#!sh
    248 sudo easy_install https://trac-hacks.org/svn/tracjsganttplugin/0.11/
     249pip install svn+https://trac-hacks.org/svn/tracjsganttplugin/1.2/
     250# or
     251easy_install -UZ https://trac-hacks.org/svn/tracjsganttplugin/1.2/
     252}}}
     253    - For Trac 1.0 and early:
     254{{{#!sh
     255pip install svn+https://trac-hacks.org/svn/tracjsganttplugin/0.11/
     256# or
     257easy_install -UZ https://trac-hacks.org/svn/tracjsganttplugin/0.11/
    249258}}}
    250259 1. '''Enable''' the plugin by updating your TracIni file (`../conf/trac.ini`) as follows: