diff options
| author | mailman | 1998-04-09 23:42:37 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 23:42:37 +0000 |
| commit | 7736c86bb6795e46cd329ae712c2260b266299b4 (patch) | |
| tree | a10ef7c3cd34b070e934d358b3fc891b15798e1f | |
| parent | ebc70455dd8de4f4176ebe62864ea2544beec7f2 (diff) | |
| download | mailman-7736c86bb6795e46cd329ae712c2260b266299b4.tar.gz mailman-7736c86bb6795e46cd329ae712c2260b266299b4.tar.zst mailman-7736c86bb6795e46cd329ae712c2260b266299b4.zip | |
| -rw-r--r-- | Mailman/Defaults.py.in | 23 | ||||
| -rw-r--r-- | modules/mm_defaults.py | 23 | ||||
| -rw-r--r-- | modules/mm_defaults.py.in | 23 |
3 files changed, 3 insertions, 66 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 40b08e93d..02e560eba 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -9,7 +9,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b1.2' -__version__ = "$Revision: 393 $" +__version__ = "$Revision: 395 $" # Many site-specific settings # @@ -55,27 +55,6 @@ DEFAULT_MSG_FOOTER = """------------------------------------------------------ %(web_page_url)slistinfo/%(_internal_name)s """ -MESSAGE_DECORATION_NOTE = """This text can include <b>%(field)s</b> format -strings which are resolved against the list's attribute dictionary (__dict__). -Some useful fields are: - -<dl> - <dt>real_name - <dd>The "pretty" name of the list, with capitalization. - <dt>_internal_name - <dd>The name by which the list is identified in URLs, where case - is germane. - <dt>host_name - <dd>The domain-qualified host name where the list server runs. - <dt>web_page_url - <dd>The mailman root URL to which, eg, 'listinfo/%(_internal_name)s - can be appended to yield the listinfo page for the list. - <dt>description - <dd>The brief description of the list. - <dt>info - <dd>The less brief list description. -""" - # List Accessibility Defaults # # Is admin notified of admin requests immediately by mail, as well as by diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index 40b08e93d..02e560eba 100644 --- a/modules/mm_defaults.py +++ b/modules/mm_defaults.py @@ -9,7 +9,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b1.2' -__version__ = "$Revision: 393 $" +__version__ = "$Revision: 395 $" # Many site-specific settings # @@ -55,27 +55,6 @@ DEFAULT_MSG_FOOTER = """------------------------------------------------------ %(web_page_url)slistinfo/%(_internal_name)s """ -MESSAGE_DECORATION_NOTE = """This text can include <b>%(field)s</b> format -strings which are resolved against the list's attribute dictionary (__dict__). -Some useful fields are: - -<dl> - <dt>real_name - <dd>The "pretty" name of the list, with capitalization. - <dt>_internal_name - <dd>The name by which the list is identified in URLs, where case - is germane. - <dt>host_name - <dd>The domain-qualified host name where the list server runs. - <dt>web_page_url - <dd>The mailman root URL to which, eg, 'listinfo/%(_internal_name)s - can be appended to yield the listinfo page for the list. - <dt>description - <dd>The brief description of the list. - <dt>info - <dd>The less brief list description. -""" - # List Accessibility Defaults # # Is admin notified of admin requests immediately by mail, as well as by diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in index 40b08e93d..02e560eba 100644 --- a/modules/mm_defaults.py.in +++ b/modules/mm_defaults.py.in @@ -9,7 +9,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b1.2' -__version__ = "$Revision: 393 $" +__version__ = "$Revision: 395 $" # Many site-specific settings # @@ -55,27 +55,6 @@ DEFAULT_MSG_FOOTER = """------------------------------------------------------ %(web_page_url)slistinfo/%(_internal_name)s """ -MESSAGE_DECORATION_NOTE = """This text can include <b>%(field)s</b> format -strings which are resolved against the list's attribute dictionary (__dict__). -Some useful fields are: - -<dl> - <dt>real_name - <dd>The "pretty" name of the list, with capitalization. - <dt>_internal_name - <dd>The name by which the list is identified in URLs, where case - is germane. - <dt>host_name - <dd>The domain-qualified host name where the list server runs. - <dt>web_page_url - <dd>The mailman root URL to which, eg, 'listinfo/%(_internal_name)s - can be appended to yield the listinfo page for the list. - <dt>description - <dd>The brief description of the list. - <dt>info - <dd>The less brief list description. -""" - # List Accessibility Defaults # # Is admin notified of admin requests immediately by mail, as well as by |
