diff options
author | tkikuchi <> | 2004-12-10 08:10:21 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-12-10 08:10:21 +0000 |
commit | 7c1278251a7454f83a9cd913da6fc0a7173b2db0 (patch) | |
tree | 30a6ddf8bfc0df94aae05164fee67625d8f9bbf4 /templates/zh_CN/headfoot.html | |
parent | afbae67358f5dc8c4054df4b2043cb40b0ede7ce (diff) | |
download | mailman2-7c1278251a7454f83a9cd913da6fc0a7173b2db0.tar.gz mailman2-7c1278251a7454f83a9cd913da6fc0a7173b2db0.tar.xz mailman2-7c1278251a7454f83a9cd913da6fc0a7173b2db0.zip |
Chinese (China) templates. No support.
Diffstat (limited to '')
-rw-r--r-- | templates/zh_CN/headfoot.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/zh_CN/headfoot.html b/templates/zh_CN/headfoot.html new file mode 100644 index 00000000..46d43c2e --- /dev/null +++ b/templates/zh_CN/headfoot.html @@ -0,0 +1,26 @@ +This text can include <b><code>%(attribute)s</code></b> format strings +which are resolved against the list's attributes. For details, see +<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python's +string formatting rules</a>. Some useful attributes are: + +<ul> + <li><b><code>real_name</code></b> - The `pretty' name of the list; usually + the list name with capitalization. + + <li><b><code>_internal_name</code></b> - The name by which the list is + identified in URLs, where case is significant. + + <li><b><code>host_name</code></b> - The fully qualified domain name + that the list server runs on. + + <li><b><code>web_page_url</code></b> - The base URL for Mailman. This + can be appended with, + e.g. <em><code>listinfo/%(_internal_name)s</code></em> to yield the + listinfo page for the mailing list. + + <li><b><code>description</code></b> - The brief description of the + mailing list. + + <li><b><code>info</code></b> - The full description of the mailing + list. +</ul> |