diff options
author | <> | 2003-04-20 04:53:00 +0000 |
---|---|---|
committer | <> | 2003-04-20 04:53:00 +0000 |
commit | 9db2537ef7aad632c7d09ecd60b72c8f9315f067 (patch) | |
tree | 79b14c4f3037b5455c045aa712dd98aa7308b4b5 /templates/pl/headfoot.html | |
parent | 04192d3afe33bcfd72f64bacaab4e70c627268f3 (diff) | |
download | mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.tar.gz mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.tar.xz mailman2-9db2537ef7aad632c7d09ecd60b72c8f9315f067.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to '')
-rw-r--r-- | templates/pl/headfoot.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/pl/headfoot.html b/templates/pl/headfoot.html new file mode 100644 index 00000000..352da1b8 --- /dev/null +++ b/templates/pl/headfoot.html @@ -0,0 +1,28 @@ +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> |