Mercurial > p > roundup > code
diff doc/customizing.txt @ 684:5b23ff865f3a
added a "detectors" directory...
...for people to put their useful auditors and reactors in. Note - the
roundupdb.IssueClass.sendmessage method has been split and renamed
"nosymessage" specifically for things like the nosy reactor, and
"send_message" which just sends the message.
The initial detector is one that we'll be using here at ekit - it bounces new
issue messages to a team address.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 08 Apr 2002 03:40:31 +0000 |
| parents | 604c84696461 |
| children | c52122f38c9b |
line wrap: on
line diff
--- a/doc/customizing.txt Wed Apr 03 07:05:50 2002 +0000 +++ b/doc/customizing.txt Mon Apr 08 03:40:31 2002 +0000 @@ -242,6 +242,19 @@ Create a node in the database. This is generally used to create nodes in the "definitional" classes like "priority" and "status". + +Detectors - adding behaviour to your tracker +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Sample additional detectors that have been found useful will appear in the +``detectors`` directory of the Roundup distribution: + +newissuecopy.py + This detector sends an email to a team address whenever a new issue is + created. The address is hard-coded into the detector, so edit it before you + use it (look for the text 'team@team.host') or you'll get email errors! + + Web Interface -------------
