From b132a73f15e432eaf43310fce9196ca0c0651465 Mon Sep 17 00:00:00 2001 From: <> Date: Thu, 2 Jan 2003 05:25:50 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'Release_2_1-maint'. --- templates/en/headfoot.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/en/headfoot.html (limited to 'templates/en/headfoot.html') diff --git a/templates/en/headfoot.html b/templates/en/headfoot.html new file mode 100644 index 00000000..2d5e6d9f --- /dev/null +++ b/templates/en/headfoot.html @@ -0,0 +1,29 @@ +This text can include +Python +format strings which are resolved against list attributes. The +list of substitutions allowed are: + +
real_name
- The `pretty' name of the list; usually
+ the list name with capitalization.
+
+ list_name
- The name by which the list is
+ identified in URLs, where case is significant. (For backwards
+ compability, _internal_name
is equivalent.)
+
+ host_name
- The fully qualified domain name
+ that the list server runs on.
+
+ web_page_url
- The base URL for Mailman. This
+ can be appended with,
+ e.g. listinfo/%(internal_name)s
to yield the
+ listinfo page for the mailing list.
+
+ description
- The brief description of the
+ mailing list.
+
+ info
- The full description of the mailing
+ list.
+
+ cgiext
- The extension added to CGI scripts.
+