diff options
Diffstat (limited to 'templates/big5/headfoot.html')
-rw-r--r-- | templates/big5/headfoot.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/big5/headfoot.html b/templates/big5/headfoot.html index 9cde1108..f29069c7 100644 --- a/templates/big5/headfoot.html +++ b/templates/big5/headfoot.html @@ -1,23 +1,23 @@ -本文可包含 <b><code>%(attribute)s</code></b> 格式字串,其可替換為通信論壇 +本文可包含 <b>%(attribute)s</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>real_name</b> - 本論壇 "較佳" 的名稱; 通常都用大寫。 - <li><b><code>_internal_name</code></b> - 此論壇名稱用於 URL 識別 + <li><b>list_name</b> - 此論壇名稱用於 URL 識別 ,其大小寫不可有誤。 - <li><b><code>host_name</code></b> - 執行論壇的伺服器詳盡的主機名稱(FQDN)。 + <li><b>host_name</b> - 執行論壇的伺服器詳盡的主機名稱(FQDN)。 - <li><b><code>web_page_url</code></b> - Mailman 的 URL base. 其後可添加 + <li><b>web_page_url</b> - Mailman 的 URL base. 其後可添加 一些參數以產生有用的網址。 - 例如: 加上 <em><code>listinfo/%(_internal_name)s</code></em> + 例如: 加上 <em>listinfo/%(list_name)s</em> 可產生通信論壇的 listinfo 網址。 - <li><b><code>description</code></b> - 該通信論壇的摘要說明。 + <li><b>description</b> - 該通信論壇的摘要說明。 - <li><b><code>info</code></b> - 該通信論壇的詳細說明。 + <li><b>info</b> - 該通信論壇的詳細說明。 </ul> |