diff doc/customizing.txt @ 2121:fd5459469069

Did a couple of things: o- Did the proper doc thing, under Richard's stern disciplinary action - Updated Changes.txt - Updated Customizing doc - Took a change out of upgrading.txt that didn't need to be there - Made config.py be the same as the minimal config.py
author Eddie Parker <eparker@users.sourceforge.net>
date Thu, 25 Mar 2004 22:38:55 +0000
parents 90769be53b4b
children 7109f83d5250
line wrap: on
line diff
--- a/doc/customizing.txt	Thu Mar 25 21:53:48 2004 +0000
+++ b/doc/customizing.txt	Thu Mar 25 22:38:55 2004 +0000
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.120 $
+:Version: $Revision: 1.121 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -135,6 +135,11 @@
 **ADMIN_EMAIL** - ``'roundup-admin@%s'%MAIL_DOMAIN``
  The email address that roundup will complain to if it runs into trouble.
 
+**DISPATCHER_EMAIL** - ``ADMIN_EMAIL``
+  The email address that roundup will issue all error messages to. This is
+  also useful, if you want to switch your 'new message' notification to
+  a central user. 
+
 **EMAIL_FROM_TAG** - ``''``
  Additional text to include in the "name" part of the ``From:`` address used
  in nosy messages. If the sending user is "Foo Bar", the ``From:`` line is
@@ -146,6 +151,9 @@
 
     "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example>
 
+**ERROR_MESSAGES_TO** - ``'user'``, ``'dispatcher'`` or ``'both'``
+ Sends error messages to the dispatcher, user, or both.
+
 **MESSAGES_TO_AUTHOR** - ``'new'``, ``'yes'`` or``'no'``
  Send nosy messages to the author of the message?
  If 'new' is used, then the author will only be sent the message when the
@@ -2811,7 +2819,7 @@
     </form>
 
    Note that later in the form, I test the value of "cat" include form
-   elements that are appropriate. For exsample::
+   elements that are appropriate. For example::
 
     <tal:block tal:condition="python:cat in '6 10 13 14 15 16 17'.split()">
      <tr>

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