Changes between Version 11 and Version 12 of TracHtmlNotificationPlugin


Ignore:
Timestamp:
Nov 25, 2019, 4:19:08 PM (4 years ago)
Author:
Jun Omae
Comment:

Use link to zip file via Trac instead of Subversion repository (svn command is no longer needed)

Legend:

Unmodified
Added
Removed
Modified
  • TracHtmlNotificationPlugin

    v11 v12  
    3030 1. Install the plugin:
    3131 {{{#!sh
    32 $ easy_install https://trac-hacks.org/svn/trachtmlnotificationplugin/0.12
     32$ pip install 'https://trac-hacks.org/browser/trachtmlnotificationplugin/0.12/?rev=latest&format=zip'
     33}}}
     34 Or
     35 {{{#!sh
     36$ easy_install -Z 'https://trac-hacks.org/browser/trachtmlnotificationplugin/0.12/?rev=latest&format=zip'
    3337}}}
    3438 1. Enable the plugin in your `trac.ini` file, by adding the following lines: