source: non-gtk/mailman/en/headfoot.html@ 1827

Last change on this file since 1827 was 1827, checked in by Александър Шопов, 17 years ago

Синхронизация с mailman-2.1.12

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