Changes between Version 11 and Version 12 of TracHtmlNotificationPlugin
- Timestamp:
- Nov 25, 2019, 4:19:08 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracHtmlNotificationPlugin
v11 v12 30 30 1. Install the plugin: 31 31 {{{#!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' 33 37 }}} 34 38 1. Enable the plugin in your `trac.ini` file, by adding the following lines: