Changes between Initial Version and Version 1 of AttachmentNotifyPlugin


Ignore:
Timestamp:
Jan 11, 2013, 6:25:47 AM (11 years ago)
Author:
Gasol Wu
Comment:

New hack AttachmentNotifyPlugin, created by gasolwu

Legend:

Unmodified
Added
Removed
Modified
  • AttachmentNotifyPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Trac Attachment Notify Plugin =
     4
     5== Description ==
     6
     7Easily track attachment changes by email notification
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for AttachmentNotifyPlugin are
     12[report:9?COMPONENT=AttachmentNotifyPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=AttachmentNotifyPlugin&owner=gasolwu new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:attachmentnotifyplugin here].
     20
     21== Source ==
     22
     23You can check out AttachmentNotifyPlugin from [http://trac-hacks.org/svn/attachmentnotifyplugin here] using Subversion, or [source:attachmentnotifyplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27 1. Download the [https://github.com/KKBOX/trac-attachment-notify-plugin/zipball/master zip file], unpack it and run:
     28 {{{
     29#!sh
     30python setup.py bdist_egg
     31 }}}
     32 1. Install it in one of the following ways:
     33 {{{
     34#!sh
     35cp dist/*.egg path/to/trac/env/plugins
     36 }}}
     37 {{{
     38#!sh
     39easy_install dist/*.egg
     40 }}}
     41 1. Enable the plugin in Plugins page or in {{{trac.ini}}} as follows:
     42 {{{
     43#!ini
     44[components]
     45attachment.notify.* = enabled
     46 }}}
     47
     48== Recent Changes ==
     49
     50[[ChangeLog(attachmentnotifyplugin, 3)]]
     51
     52== Author/Contributors ==
     53
     54'''Author:''' [wiki:gasolwu] [[BR]]
     55'''Maintainer:''' [wiki:gasolwu] [[BR]]
     56'''Contributors:'''