Changes between Version 6 and Version 7 of TracHtmlNotificationPlugin


Ignore:
Timestamp:
Nov 25, 2015, 9:30:35 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracHtmlNotificationPlugin

    v6 v7  
    1919== Download
    2020
    21 Download the zipped source from [download:trachtmlnotificationplugin here].
     21Download the zipped source from [export:trachtmlnotificationplugin here].
    2222
    2323== Source
    2424
    25 You can check out TracHtmlNotificationPlugin from [http://trac-hacks.org/svn/trachtmlnotificationplugin here] using Subversion, or [source:trachtmlnotificationplugin browse the source] with Trac.
     25You can check out TracHtmlNotificationPlugin from [/svn/trachtmlnotificationplugin here] using Subversion, or [source:trachtmlnotificationplugin browse the source] with Trac.
    2626
    2727== Installation
    2828
    2929 1. If the installed version of Trac is 1.1.3, upgrade to 1.1.4 or downgrade to 1.1.2.
    30  2. Install the plugin:
    31 {{{#!sh
    32 easy_install https://trac-hacks.org/svn/trachtmlnotificationplugin/0.12
     30 1. Install the plugin:
     31 {{{#!sh
     32$ easy_install https://trac-hacks.org/svn/trachtmlnotificationplugin/0.12
    3333}}}
    34  3. Enable the plugin in your `trac.ini` file, by adding the following lines:
    35 {{{#!ini
     34 1. Enable the plugin in your `trac.ini` file, by adding the following lines:
     35 {{{#!ini
    3636[components]
    3737trachtmlnotification.* = enabled
    3838}}}
    39  4. If the installed version of Trac is 1.1.2 or earlier, use `HtmlNotificationSmtpEmailSender` as `email_sender` in `[notification]` section of your `trac.ini` file:
    40 {{{#!ini
     39 1. If the installed version of Trac is 1.1.2 or earlier, use `HtmlNotificationSmtpEmailSender` as `email_sender` in `[notification]` section of your `trac.ini` file:
     40 {{{#!ini
    4141[notification]
    4242email_sender = HtmlNotificationSmtpEmailSender
    4343}}}
    44  5. If the installed version of Trac is 1.1.4 or later, configure to use `text/html` format for email distributor in the //Notifications// panel of the //Preferences// page in your Trac.
    45  6. Try to create a new ticket!
     44 1. If the installed version of Trac is 1.1.4 or later, configure to use `text/html` format for email distributor in the //Notifications// panel of the //Preferences// page in your Trac.
     45 1. Try to create a new ticket!
    4646
    4747== Recent Changes