diff options
author | tkikuchi <> | 2004-12-14 05:38:37 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-12-14 05:38:37 +0000 |
commit | 0dcf7489af43f819dca0fbe1fba5852800787fe9 (patch) | |
tree | 56d59c12bea5cfb1ef92ac7e59c187eeb8b65a0d /templates/gb/headfoot.html | |
parent | 36d68a3e5a0c9ad91ba91189c5f0a3eccfdc4d9f (diff) | |
download | mailman2-0dcf7489af43f819dca0fbe1fba5852800787fe9.tar.gz mailman2-0dcf7489af43f819dca0fbe1fba5852800787fe9.tar.xz mailman2-0dcf7489af43f819dca0fbe1fba5852800787fe9.zip |
Removing obsoleted GB (chinese) templates.
Diffstat (limited to 'templates/gb/headfoot.html')
-rw-r--r-- | templates/gb/headfoot.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/gb/headfoot.html b/templates/gb/headfoot.html deleted file mode 100644 index 8191c949..00000000 --- a/templates/gb/headfoot.html +++ /dev/null @@ -1,23 +0,0 @@ -本文可包含 <b>%(attribute)s</b> 格式字串,这可以替换为邮件列表 -相应的属性。详情请参照 -<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">Python -格式化字串规则</a>. 预设属性如下∶ - -<ul> - <li><b>real_name</b> - 本论坛 "好听" 的名称; - 通常都用大写。 - - <li><b>list_name</b> - 此论坛名称用于 URL 识别 - ,其大小写不可用错。 - - <li><b>host_name</b> - 列表所在的服务器主机的详细名称(FQDN)。 - - <li><b>web_page_url</b> - Mailman 的 URL base. 其后可添加 - 一些参数以产生有用的网址。 - 例如∶ 加上 <em>listinfo/%(list_name)s</em> - 可产生邮件列表的 listinfo 网址。 - - <li><b>description</b> - 该邮件列表的摘要说明。 - - <li><b>info</b> - 该邮件列表的详细说明。 -</ul> |