summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-15 00:59:21 +0000
committerfukachan <fukachan>2002-04-15 00:59:21 +0000
commit2090012b15ed701db2ae7db69e1e112ebc2b21bc (patch)
treea288e387b8247caf76028aa63389ff7aa0dc7c89 /fml
parentd14702fe864230d67f32bdb2fb1f379c5f74f3f5 (diff)
downloadfml8-2090012b15ed701db2ae7db69e1e112ebc2b21bc.tar.gz
fml8-2090012b15ed701db2ae7db69e1e112ebc2b21bc.tar.bz2
fml8-2090012b15ed701db2ae7db69e1e112ebc2b21bc.zip
regen
Diffstat (limited to 'fml')
-rw-r--r--fml/etc/default_config.cf.ja.in31
1 files changed, 28 insertions, 3 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index 2728a738..26c17321 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -720,6 +720,7 @@ listinfo_dir = $fml_owner_home_dir/public_html/fml/listinfo/$ml_domain/$ml_name
=head1 スレッド追跡システム
+
# Descriptions: スレッド追跡システムを使うか
# History: fml 5.0 new
# Value: yes / no
@@ -728,6 +729,7 @@ use_thread_track = yes
# Descriptions: スレッド追跡システムは Subject タグを利用するか?
+# XXX ん〜でも、使わなくてもいけそうですわ
# History: fml 5.0 new
# Value: yes / no
# Examples:
@@ -742,22 +744,27 @@ use_thread_subject_tag = no
# Examples: elena
thread_subject_tag_name = $ml_name
+
# Descriptions: チケット番号のシンタックス
+# XXX ん〜でも、使わなくてもいけそうですわ
# History: fml 5.0 new
# Value:
# Examples: elena_#00001010 $ml_name_#%08d
# elena/100 $ml_name/%d
thread_id_syntax = $ml_name/%d
+
# Descriptions: Subject につけるチケット番号のシンタックス
# [] () {} などを $thread_id_syntax の
-# 前後につけてもらうとわかりやすそう
+# 前後につけてもらうとわかりやすそう?
+# XXX ん〜でも、使わなくてもいけそうですわ
# History: fml 5.0 new
# Value:
# Examples: [elena_#00001010]
# [elena/100]
thread_subject_tag = [$thread_id_syntax]
+
# Descriptions: Subject につけるチケット番号のシンタックスの場所
# 前につけるか、それとも後ろにつけるか?
# History: fml 5.0 new
@@ -766,28 +773,41 @@ thread_subject_tag = [$thread_id_syntax]
# Subject: .... [elena/100]
thread_subject_tag_location = appended
+
# Descriptions: チケット番号を保存するファイル
# History: fml 5.0 new
# Value: filename
# Examples: /var/spool/ml/elena/thread.seq
thread_sequence_file = $ml_home_dir/thread.seq
+
# Descriptions: チケット関連データを保存するディレクトリ
# 実際にはこの下に elena/article.db のように
-# サブディレクトリがおかれる
+# ML名のサブディレクトリがおかれる
# History: fml 5.0 new
# Value: directory
# Examples: /var/spool/ml/@db@/thread
thread_db_dir = $shared_db_dir/thread
-# Descriptions:
+
+# Descriptions: CGI の相対パス
# History:
# Value:
# Examples:
thread_cgi_base_url = /cgi-bin/fmlthread.cgi
+
+# Descriptions: CGI のタイトル
+# History:
+# Value:
+# Examples:
thread_cgi_title = thread tracking system interface
+
+# Descriptions: CGI 画面の基本カラー
+# History:
+# Value:
+# Examples:
thread_cgi_bgcolor = #E6E6FA
=head1 データベース管理システムとの連携
@@ -1015,6 +1035,11 @@ has_alarm = yes
# Examples:
has_select = yes
+# Descriptions: fork(2) があるか?
+# History:
+# Value: yes / no
+# Examples:
+has_fork = yes
=head1 フック's