blob: 46d43c2efc789d48edf69968914c1e33429a7f34 (
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
|
This text can include <b><code>%(attribute)s</code></b> format strings
which are resolved against the list's attributes. For details, see
<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python's
string formatting rules</a>. Some useful attributes are:
<ul>
<li><b><code>real_name</code></b> - The `pretty' name of the list; usually
the list name with capitalization.
<li><b><code>_internal_name</code></b> - The name by which the list is
identified in URLs, where case is significant.
<li><b><code>host_name</code></b> - The fully qualified domain name
that the list server runs on.
<li><b><code>web_page_url</code></b> - The base URL for Mailman. This
can be appended with,
e.g. <em><code>listinfo/%(_internal_name)s</code></em> to yield the
listinfo page for the mailing list.
<li><b><code>description</code></b> - The brief description of the
mailing list.
<li><b><code>info</code></b> - The full description of the mailing
list.
</ul>
|