comparison detectors/README.txt @ 5115:ec06bd6ea156

issue2550767: Add newitemcopy.py detector to notify users of new items. Added to detectors directory and a README.txt generated to describe the purpose of the directory. It also says the detectors are provided on an as-is basis and may not work. Detector by W. Trevor King (wking).
author John Rouillard <rouilj@ieee.org>
date Sat, 02 Jul 2016 15:03:38 -0400
parents
children b2eb59ada444
comparison
equal deleted inserted replaced
5114:f74300d1494e 5115:ec06bd6ea156
1 This directory has some detector examples that you can use to get
2 ideas on implementing your own detectors.
3
4 These are provides on an as-is basis. When they were added, they
5 worked for somebody and were considered a useful example.
6
7 The roundup team will attempt to keep them up to date with major
8 changes as they happen, but there are no guarantees that these will
9 work out of the box. If you find them out of date and have patches to
10 make them work against newer versions of roundup, please open an issue
11 at:
12
13 http://issues.roundup-tracker.org
14
15 The current inventory is:
16
17 creator_resolution.py - only allow the creator of the issue to resolve it
18
19 emailauditor.py - Rename .eml files (from email multi-part bodies) to
20 .mht so they can be downloaded/viewed in Internet Explorer.
21
22 irker.py - communicate with irkerd to allow roundtup to send announcements
23 to an IRC channel.
24
25 newissuecopy.py - notify a team email address (hardcoded in the script)
26 when a new issue arrives.
27
28 newitemcopy.py - email the DISPATCHER address when new issues, users,
29 keywords etc. are created. Kind of an expanded version
30 of newissuecopy.

Roundup Issue Tracker: http://roundup-tracker.org/