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