Changeset 547 for trunk/email2trac.py.in


Ignore:
Timestamp:
08/10/11 13:29:03 (13 years ago)
Author:
bas
Message:

adjusted email2trac help text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r546 r547  
    2121#
    2222"""
    23 email2trac.py -- Email tickets to Trac.
    24 
    25 A simple MTA filter to create Trac tickets from inbound emails.
    26 
    27 Copyright 2005, Daniel Lundin <daniel@edgewall.com>
    28 Copyright 2005, Edgewall Software
     23email2trac.py -- Email -> TRAC tickets
     24
     25A MTA filter to create Trac tickets from inbound emails.
     26
     27first proof of concept from:
     28 Copyright 2005, Daniel Lundin <daniel@edgewall.com>
     29 Copyright 2005, Edgewall Software
    2930
    3031Authors:
     
    3233  Walter de Jong <walter@sara.nl>
    3334
    34 The scripts reads emails from stdin and inserts directly into a Trac database.
    35 
    3635How to use
    3736----------
    3837 * See https://subtrac.sara.nl/oss/email2trac/
    39 
    40  * Create an config file:
    41     [DEFAULT]                        # REQUIRED
    42     project      : /data/trac/test   # REQUIRED
    43     debug        : 1                 # OPTIONAL, if set print some DEBUG info
    44 
    45     [jouvin]                         # OPTIONAL project declaration, if set both fields necessary
    46     project      : /data/trac/jouvin # use -p|--project jouvin. 
    47        
    48  * default config file is : /etc/email2trac.conf
    4938
    5039 * Commandline opions:
Note: See TracChangeset for help on using the changeset viewer.