Mercurial > p > roundup > code
comparison doc/customizing.txt @ 3772:13e8825da493
Documentation update for common lib directory
See http://comments.gmane.org/gmane.comp.bug-tracking.roundup.devel/4450
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 01 Dec 2006 09:54:52 +0000 |
| parents | d41ee0fdae71 |
| children | aef19fff38dd |
comparison
equal
deleted
inserted
replaced
| 3771:bf660e65ba45 | 3772:13e8825da493 |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.214 $ | 5 :Version: $Revision: 1.215 $ |
| 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:: |
| 47 db/files/ Holds the tracker's upload files and messages | 47 db/files/ Holds the tracker's upload files and messages |
| 48 db/backend_name Names the database back-end for the tracker | 48 db/backend_name Names the database back-end for the tracker |
| 49 detectors/ Auditors and reactors for this tracker | 49 detectors/ Auditors and reactors for this tracker |
| 50 extensions/ Additional web actions and templating utilities. | 50 extensions/ Additional web actions and templating utilities. |
| 51 html/ Web interface templates, images and style sheets | 51 html/ Web interface templates, images and style sheets |
| 52 lib/ optional common imports for detectors and extensions | |
| 52 =================== ======================================================== | 53 =================== ======================================================== |
| 53 | 54 |
| 54 | 55 |
| 55 Tracker Configuration | 56 Tracker Configuration |
| 56 ===================== | 57 ===================== |
| 365 | 366 |
| 366 is accessible as:: | 367 is accessible as:: |
| 367 | 368 |
| 368 db.config.detectors['QA_RECIPIENTS'] | 369 db.config.detectors['QA_RECIPIENTS'] |
| 369 | 370 |
| 370 Note tha the name grouping applied to the main configuration file is | 371 Note that the name grouping applied to the main configuration file is |
| 371 applied to the extension config files, so if you instead have:: | 372 applied to the extension config files, so if you instead have:: |
| 372 | 373 |
| 373 [qa] | 374 [qa] |
| 374 recipients = email@example.com | 375 recipients = email@example.com |
| 375 | 376 |
