summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.ja/threadtrack.cf
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-09 10:20:34 +0000
committerfukachan <fukachan>2001-12-09 10:20:34 +0000
commit9333d5bfae03aab111d3376f2625a1f49a86e2bb (patch)
tree6acc7f841a36659da0d4ac1669238195f5d31b6a /fml/etc/src/config.cf.ja/threadtrack.cf
parent427adf6a8fe1840e6bab04fcf5d170e6efac10a8 (diff)
downloadfml8-9333d5bfae03aab111d3376f2625a1f49a86e2bb.tar.gz
fml8-9333d5bfae03aab111d3376f2625a1f49a86e2bb.tar.bz2
fml8-9333d5bfae03aab111d3376f2625a1f49a86e2bb.zip
Initial revision
Diffstat (limited to 'fml/etc/src/config.cf.ja/threadtrack.cf')
-rw-r--r--fml/etc/src/config.cf.ja/threadtrack.cf71
1 files changed, 71 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.ja/threadtrack.cf b/fml/etc/src/config.cf.ja/threadtrack.cf
new file mode 100644
index 00000000..280f1902
--- /dev/null
+++ b/fml/etc/src/config.cf.ja/threadtrack.cf
@@ -0,0 +1,71 @@
+=head1 スレッド追跡システム
+
+# Descriptions: スレッド追跡システムを使うか
+# History: fml 5.0 new
+# Value: yes / no
+# Examples:
+use_thread_track = yes
+
+
+# Descriptions: スレッド追跡システムは Subject タグを利用するか?
+# History: fml 5.0 new
+# Value: yes / no
+# Examples:
+use_thread_subject_tag = no
+
+
+# Descriptions: チケットにつけるML名
+# 複数のMLにまたがったチケットを追跡するために
+# 必要
+# History: fml 5.0 new
+# Value: string
+# Examples: elena
+thread_subject_tag_name = $ml_name
+
+# Descriptions: チケット番号のシンタックス
+# 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 の
+# 前後につけてもらうとわかりやすそう
+# History: fml 5.0 new
+# Value:
+# Examples: [elena_#00001010]
+# [elena/100]
+thread_subject_tag = [$thread_id_syntax]
+
+# Descriptions: Subject につけるチケット番号のシンタックスの場所
+# 前につけるか、それとも後ろにつけるか?
+# History: fml 5.0 new
+# Value: appended/prepended
+# Examples: Subject: [elena/100] ....
+# 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 のように
+# サブディレクトリがおかれる
+# History: fml 5.0 new
+# Value: directory
+# Examples: /var/spool/ml/@db@/thread
+thread_db_dir = $shared_db_dir/thread
+
+# Descriptions:
+# History:
+# Value:
+# Examples:
+thread_cgi_base_url = /cgi-bin/fmlthread.cgi
+
+thread_cgi_title = thread tracking system interface
+
+thread_cgi_bgcolor = #E6E6FA