Changes between Version 6 and Version 7 of AttachmentNotifyPlugin


Ignore:
Timestamp:
Nov 22, 2014, 9:38:48 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Tidy up page.

Legend:

Unmodified
Added
Removed
Modified
  • AttachmentNotifyPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Trac Attachment Notify Plugin =
     3= Trac Attachment Notify Plugin
    44
    5 == Description ==
     5== Description
    66
    77Receive notifications for ticket attachment changes, as requested in t:#2259.
    88
    9 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1010
    1111Existing bugs and feature requests for AttachmentNotifyPlugin are
     
    1515[https://github.com/KKBOX/trac-attachment-notify-plugin/issues/new new issue].
    1616
    17 == Download ==
     17== Download
    1818
    1919Download the zipped source from [https://github.com/KKBOX/trac-attachment-notify-plugin/zipball/master here].
    2020
    21 == Source ==
     21== Source
    2222
    2323You can check out AttachmentNotifyPlugin from [https://github.com/KKBOX/trac-attachment-notify-plugin/ here].
    2424
    25 == Install ==
     25== Install
    2626
    2727 1. Download the [https://github.com/KKBOX/trac-attachment-notify-plugin/zipball/master zip file], unpack it and run:
    28  {{{
    29 #!sh
     28 {{{#!sh
    3029python setup.py bdist_egg
    3130 }}}
    3231 1. Install it in one of the following ways:
    33  {{{
    34 #!sh
     32 {{{#!sh
    3533cp dist/*.egg path/to/trac/env/plugins
    3634 }}}
    37  {{{
    38 #!sh
     35 {{{#!sh
    3936easy_install dist/*.egg
    4037 }}}
    4138 1. Enable the plugin in Plugins page or in {{{trac.ini}}} as follows:
    42  {{{
    43 #!ini
     39 {{{#!ini
    4440[components]
    4541attachment.notify.* = enabled
    4642 }}}
    4743
    48 == Author/Contributors ==
     44== Author/Contributors
    4945
    5046'''Author:''' [wiki:gasolwu] [[BR]]