blob: 6bb9a75a3c1fa11c68c9faa9f309d846e759f34b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
This text can include
<a href="https://docs.python.org/2/library/stdtypes.html#string-formatting-operations">Python
format strings</a> which are resolved against list attributes. The
list of substitutions allowed are:
<ul>
<li><b>real_name</b> - The "pretty" name of the list; usually
the list name with capitalization.
<li><b>list_name</b> - The name by which the list is
identified in URLs, where case is significant.
<li><b>host_name</b> - The fully qualified domain name
that the list server runs on.
<li><b>web_page_url</b> - The base URL for Mailman. This
can be appended with,
e.g. <em>listinfo/%(list_name)s</em> to yield the
listinfo page for the mailing list.
<li><b>description</b> - The brief description of the
mailing list.
<li><b>info</b> - The full description of the mailing
list.
<li><b>cgiext</b> - The extension added to CGI scripts.
</ul>
|