summaryrefslogtreecommitdiff
path: root/modules/mm_cfg.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mm_cfg.py.in')
-rw-r--r--modules/mm_cfg.py.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/modules/mm_cfg.py.in b/modules/mm_cfg.py.in
index 24847cd8c..99865588a 100644
--- a/modules/mm_cfg.py.in
+++ b/modules/mm_cfg.py.in
@@ -1,13 +1,14 @@
-"""This is the module which take your site-specific settings.
+"""This is the module which takes your site-specific settings.
-From a raw distribution it should be moved to be named mm_cfg.py. If you
-already have an mm_cfg.py, be careful to add in only the new settings you
-want. The complete set of distributed defaults are in ./mm_defaults. In
-mm_cfg, override only those you want to change, after the
+From a raw distribution it should be copied to mm_cfg.py. If you
+already have an mm_cfg.py, be careful to add in only the new settings
+you want. The complete set of distributed defaults, with annotation,
+are in ./mm_defaults. In mm_cfg, override only those you want to
+change, after the
from mm_defaults import *
-line, below.
+line (see below).
Note that these are just default settings - many can be overridden via the
admin and user interfaces on a per-list or per-user basis.
@@ -17,7 +18,7 @@ setting by using the value as a format string against the
list-instance-object's dictionary - see the distributed value of
DEFAULT_MSG_FOOTER for an example."""
-__version__ = "$Revision: 428 $"
+__version__ = "$Revision: 445 $"
#######################################################
# Here's where we get the distributed defaults. #