comparison doc/customizing.txt @ 2122:7109f83d5250

clarification
author Richard Jones <richard@users.sourceforge.net>
date Thu, 25 Mar 2004 22:48:17 +0000
parents fd5459469069
children 3fd672293712
comparison
equal deleted inserted replaced
2121:fd5459469069 2122:7109f83d5250
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.121 $ 5 :Version: $Revision: 1.122 $
6 6
7 .. This document borrows from the ZopeBook section on ZPT. The original is at: 7 .. This document borrows from the ZopeBook section on ZPT. The original is at:
8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
9 9
10 .. contents:: 10 .. contents::
133 the tracker. You **must** include a trailing '/' in the URL. 133 the tracker. You **must** include a trailing '/' in the URL.
134 134
135 **ADMIN_EMAIL** - ``'roundup-admin@%s'%MAIL_DOMAIN`` 135 **ADMIN_EMAIL** - ``'roundup-admin@%s'%MAIL_DOMAIN``
136 The email address that roundup will complain to if it runs into trouble. 136 The email address that roundup will complain to if it runs into trouble.
137 137
138 **DISPATCHER_EMAIL** - ``ADMIN_EMAIL``
139 The email address that roundup will issue all error messages to. This is
140 also useful, if you want to switch your 'new message' notification to
141 a central user.
142
143 **EMAIL_FROM_TAG** - ``''`` 138 **EMAIL_FROM_TAG** - ``''``
144 Additional text to include in the "name" part of the ``From:`` address used 139 Additional text to include in the "name" part of the ``From:`` address used
145 in nosy messages. If the sending user is "Foo Bar", the ``From:`` line is 140 in nosy messages. If the sending user is "Foo Bar", the ``From:`` line is
146 usually:: 141 usually::
147 142
150 The EMAIL_FROM_TAG goes inside the "Foo Bar" quotes like so:: 145 The EMAIL_FROM_TAG goes inside the "Foo Bar" quotes like so::
151 146
152 "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example> 147 "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example>
153 148
154 **ERROR_MESSAGES_TO** - ``'user'``, ``'dispatcher'`` or ``'both'`` 149 **ERROR_MESSAGES_TO** - ``'user'``, ``'dispatcher'`` or ``'both'``
155 Sends error messages to the dispatcher, user, or both. 150 Sends error messages to the dispatcher, user, or both. It will use the
151 ``DISPATCHER_EMAIL`` address if set, otherwise it'll use the
152 ``ADMIN_EMAIL`` address.
153
154 **DISPATCHER_EMAIL** - ``''``
155 The email address that Roundup will issue all error messages to. This is
156 also useful if you want to switch your 'new message' notification to
157 a central user.
156 158
157 **MESSAGES_TO_AUTHOR** - ``'new'``, ``'yes'`` or``'no'`` 159 **MESSAGES_TO_AUTHOR** - ``'new'``, ``'yes'`` or``'no'``
158 Send nosy messages to the author of the message? 160 Send nosy messages to the author of the message?
159 If 'new' is used, then the author will only be sent the message when the 161 If 'new' is used, then the author will only be sent the message when the
160 message creates a new issue. If 'yes' then the author will always be sent 162 message creates a new issue. If 'yes' then the author will always be sent

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