Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 798:faf164ab8ed9
Docco changes.
New docco build system using the New Improved tool supplied with docutils.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 24 Jun 2002 23:06:58 +0000 |
| parents | 6f6eb43d9d86 |
| children | 0779ea9f1f18 8dafd88de75b |
comparison
equal
deleted
inserted
replaced
| 797:5a5cea3a432c | 798:faf164ab8ed9 |
|---|---|
| 21 | 21 |
| 22 - EMAIL_KEEP_QUOTED_TEXT | 22 - EMAIL_KEEP_QUOTED_TEXT |
| 23 - EMAIL_LEAVE_BODY_UNCHANGED | 23 - EMAIL_LEAVE_BODY_UNCHANGED |
| 24 - ADD_RECIPIENTS_TO_NOSY | 24 - ADD_RECIPIENTS_TO_NOSY |
| 25 | 25 |
| 26 See the sample condfiguration files in:: | 26 See the sample configuration files in:: |
| 27 | 27 |
| 28 <roundup source>/roundup/templates/classic/instance_config.py | 28 <roundup source>/roundup/templates/classic/instance_config.py |
| 29 | 29 |
| 30 and:: | 30 and:: |
| 31 | 31 |
| 32 <roundup source>/roundup/templates/extended/instance_config.py | 32 <roundup source>/roundup/templates/extended/instance_config.py |
| 33 | 33 |
| 34 for information on how they're used. | 34 and the documentation in customizing_ for information on how they're used. |
| 35 | 35 |
| 36 | 36 |
| 37 0.4.2 Changes to detectors | 37 0.4.2 Changes to detectors |
| 38 -------------------------- | 38 -------------------------- |
| 39 You will need to copy the detectors from the distribution into your instance | 39 You will need to copy the detectors from the distribution into your instance |
| 326 need to install it again from the cgi-bin directory of the source | 326 need to install it again from the cgi-bin directory of the source |
| 327 distribution. Make sure you update the ROUNDUP_INSTANCE_HOMES after the | 327 distribution. Make sure you update the ROUNDUP_INSTANCE_HOMES after the |
| 328 copy. | 328 copy. |
| 329 | 329 |
| 330 | 330 |
| 331 .. _customizing: customizing.html |
