blob: 61b508cc3e27b1b886b2b1a7ea4066ada7266f88 (
plain) (
tree)
|
|
���� �� ������� ������ �� ��������
<a href="https://docs.python.org/2/library/stdtypes.html#string-formatting-operations">���������� ��
Python format</a> �� ������ ���������� �� �� ����� ���� ������ �����. � ����� ���
������������� ��� ������������ �����:
<ul>
<li><b>real_name</b> - �� "�������������" ����� ��� ������; ������� �� �����
��� ������ �� ��������������.
<li><b>list_name</b> - �� ����� �� �� ����� � ����� ��������������
���� ����������� �����������, ��� ����� � �������������� ����� ���������.
<li><b>host_name</b> - �� DNS ����� ��� domain ��� ����� ���������
� server ��� ����������� ��� ������.
<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 scripts.
</ul>
|