diff options
author | tkikuchi <> | 2004-11-26 02:50:50 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-11-26 02:50:50 +0000 |
commit | fc28eed7955701b9a7b59bc056f86df2da037ac5 (patch) | |
tree | 2143ce0045f7b6b19d6ed30a30fd3880a9744a65 /templates/big5/headfoot.html | |
parent | 316c9467b24dd5e46283608176625982a659a45b (diff) | |
download | mailman2-fc28eed7955701b9a7b59bc056f86df2da037ac5.tar.gz mailman2-fc28eed7955701b9a7b59bc056f86df2da037ac5.tar.xz mailman2-fc28eed7955701b9a7b59bc056f86df2da037ac5.zip |
Moving big5 to zh_TW.
Diffstat (limited to 'templates/big5/headfoot.html')
-rw-r--r-- | templates/big5/headfoot.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/big5/headfoot.html b/templates/big5/headfoot.html deleted file mode 100644 index f29069c7..00000000 --- a/templates/big5/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> |