Changes between Version 7 and Version 8 of AttachmentNotifyPlugin


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

Tidy up page.

Legend:

Unmodified
Added
Removed
Modified
  • AttachmentNotifyPlugin

    v7 v8  
    2828 {{{#!sh
    2929python setup.py bdist_egg
    30  }}}
     30}}}
    3131 1. Install it in one of the following ways:
    3232 {{{#!sh
    3333cp dist/*.egg path/to/trac/env/plugins
    34  }}}
     34}}}
    3535 {{{#!sh
    3636easy_install dist/*.egg
    37  }}}
     37}}}
    3838 1. Enable the plugin in Plugins page or in {{{trac.ini}}} as follows:
    3939 {{{#!ini
    4040[components]
    4141attachment.notify.* = enabled
    42  }}}
     42}}}
    4343
    4444== Author/Contributors