aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ja/headfoot.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/ja/headfoot.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/ja/headfoot.html b/templates/ja/headfoot.html
index 64543306..2bd63a1d 100644
--- a/templates/ja/headfoot.html
+++ b/templates/ja/headfoot.html
@@ -5,24 +5,24 @@ Python の置き換え文字列</a>を使って、リストの属性に置き換える
便利な属性としては,以下のようなものがあります.
<ul>
- <li><b><code>real_name</code></b> - リストの「きれいな」名前;
+ <li><b>real_name</b> - リストの「きれいな」名前;
普通は大文字の入ったリストの名前になります.
- <li><b><code>list_name</code></b> - URL の中でリストが識別される
+ <li><b>list_name</b> - URL の中でリストが識別される
名前.ここで,大/小文字の違いは区別されます.(互換性のため,
- <code>_internal_name</code>でも同じになります)
+ _internal_nameでも同じになります)
- <li><b><code>host_name</code></b> - リストサーバーが作動するホストの
+ <li><b>host_name</b> - リストサーバーが作動するホストの
正式のドメイン名(FQDN).
- <li><b><code>web_page_url</code></b> - Mailman の基本 URL.
- 例えば <em><code>listinfo/%(internal_name)s</code></em> を付け加えると
+ <li><b>web_page_url</b> - Mailman の基本 URL.
+ 例えば <em>listinfo/%(list_name)s</em> を付け加えると
メーリングリストの案内ページになります.
- <li><b><code>description</code></b> - このメーリングリストの短い
+ <li><b>description</b> - このメーリングリストの短い
説明文.
- <li><b><code>info</code></b> - このメーリングリストの長い説明文.
+ <li><b>info</b> - このメーリングリストの長い説明文.
- <li><b><code>cgiext</code></b> - CGIスクリプトに付加される拡張子.
+ <li><b>cgiext</b> - CGIスクリプトに付加される拡張子.
</ul>