blob: 7c67ae733b1eb5d1cf37cebbcaba00e40d92573a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
���� ����� ����� �������� <a
href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">���������
������ (����� ��-���������)</a>, ������� ����������� ������������ ������
���������. ������ ��������� ���������� ����.
<ul>
<li><b>real_name</b> -- "��������" ��� ������ ��������;
������ ��� ������ �������� � ��������� ������ ������.
<li><b>list_name</b> -- ���, ������� ������������ � �������
�������.
<li><b>host_name</b> -- ������ �������� ������ ��� ������ ��������.
<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>
|