diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-02-16 16:13:24 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-02-16 16:13:24 +0900 |
commit | 81d7ae936cc6e9a4196dfde53e60c2794ec82e96 (patch) | |
tree | aa58bee3081b71b9fb0cf8cdc4e75c0b859032fc /templates/pl/headfoot.html | |
parent | 2e199f33d45fd7ec153b5fa66c67f6ea238ae0ac (diff) | |
parent | 91f070fe878cb1e3c9fc55a9373258a976d19be5 (diff) | |
download | mailman2-81d7ae936cc6e9a4196dfde53e60c2794ec82e96.tar.gz mailman2-81d7ae936cc6e9a4196dfde53e60c2794ec82e96.tar.xz mailman2-81d7ae936cc6e9a4196dfde53e60c2794ec82e96.zip |
Merge lp:mailman/2.1 up to rev 1616; ready to merge request
Diffstat (limited to '')
-rw-r--r-- | templates/pl/headfoot.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/templates/pl/headfoot.html b/templates/pl/headfoot.html deleted file mode 100644 index e10fef22..00000000 --- a/templates/pl/headfoot.html +++ /dev/null @@ -1,28 +0,0 @@ -This text can include -<a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations">Python -format strings</a> which are resolved against list attributes. The -list of substitutions allowed are: - -<ul> - <li><b>real_name</b> - The `pretty' name of the list; usually - the list name with capitalization. - - <li><b>list_name</b> - The name by which the list is - identified in URLs, where case is significant. - - <li><b>host_name</b> - The fully qualified domain name - that the list server runs on. - - <li><b>web_page_url</b> - The base URL for Mailman. This - can be appended with, - e.g. <em>listinfo/%(list_name)s</em> to yield the - listinfo page for the mailing list. - - <li><b>description</b> - The brief description of the - mailing list. - - <li><b>info</b> - The full description of the mailing - list. - - <li><b>cgiext</b> - The extension added to CGI scripts. -</ul> |