diff doc/customizing.txt @ 3769:d41ee0fdae71

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Sat, 25 Nov 2006 06:57:49 +0000
parents ef5da136cdc5
children 13e8825da493
line wrap: on
line diff
--- a/doc/customizing.txt	Sat Nov 25 00:52:18 2006 +0000
+++ b/doc/customizing.txt	Sat Nov 25 06:57:49 2006 +0000
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.213 $
+:Version: $Revision: 1.214 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -367,6 +367,14 @@
 
     db.config.detectors['QA_RECIPIENTS']
 
+Note tha the name grouping applied to the main configuration file is
+applied to the extension config files, so if you instead have::
+
+    [qa]
+    recipients = email@example.com
+
+then the above ``db.config.detectors['QA_RECIPIENTS']`` will still work.
+
 
 Tracker Schema
 ==============

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