blob: 246c1323c0253b0740f18db26f6dc0600f5d6b99 (
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
|
���� ����� ����� �������� <a
href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">������
����������� Python (����� ��-���������)</a>, ������� ���������� ���������� ����������
������ ��������:
<ul>
<li><b>real_name</b> — "��������" ��� ������ ��������;
������ ��� ��� ������ �������� � ��������� �����.
<li><b>list_name</b> — ���, ������� ������������ � �������
�������, ������� �������� ����� ��������.
<li><b>host_name</b> — ������ ��� ������ (FQDN) ������ ��������.
<li><b>web_page_url</b> — ������� ����� ��� Mailman. ������ � �����
������ ����� ���������, ��������, <em>listinfo/%(list_name)s</em>
����� �������� ����� �������������� �������� ������ ��������.
<li><b>description</b> — ������� �������� ������ ��������.
<li><b>info</b> — ������ �������� ������ ��������.
<li><b>cgiext</b> — ���������� ������ CGI-���������.
</ul>
|