summaryrefslogtreecommitdiff
path: root/src/mailman/templates/en/headfoot.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/templates/en/headfoot.html')
-rw-r--r--src/mailman/templates/en/headfoot.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/mailman/templates/en/headfoot.html b/src/mailman/templates/en/headfoot.html
deleted file mode 100644
index b2caf10f6..000000000
--- a/src/mailman/templates/en/headfoot.html
+++ /dev/null
@@ -1,28 +0,0 @@
-This text can include
-<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">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>