diff options
| author | fukachan <fukachan> | 2005-05-26 08:43:44 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-05-26 08:43:44 +0000 |
| commit | 650f1e837f4e4b63e2e601644eb0686d2b818a8e (patch) | |
| tree | b73126b16b965136d56441d68c1216010e368645 /fml/etc | |
| parent | 8acb453441ad022b4c52844172dd46a2542f689d (diff) | |
| download | fml8-650f1e837f4e4b63e2e601644eb0686d2b818a8e.tar.gz fml8-650f1e837f4e4b63e2e601644eb0686d2b818a8e.tar.bz2 fml8-650f1e837f4e4b63e2e601644eb0686d2b818a8e.zip | |
define $use_article_spool (as ${ues_spool:-yes}).
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/spool.cf | 7 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/spool.cf | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/spool.cf b/fml/etc/src/config.cf.en/spool.cf index 8d18deb8..ac6a9390 100644 --- a/fml/etc/src/config.cf.en/spool.cf +++ b/fml/etc/src/config.cf.en/spool.cf @@ -8,6 +8,13 @@ use_spool = yes +# Descriptions: store article into spool directory ? +# History: $NOT_USE_SPOOL +# Value: YES_OR_NO +# Examples: +use_article_spool = ${ues_spool:-yes} + + # Descriptions: use subdir in spool directory ? # History: # Value: SELECT ( plane subdir ) diff --git a/fml/etc/src/config.cf.ja/spool.cf b/fml/etc/src/config.cf.ja/spool.cf index b6e60c37..2d6e1699 100644 --- a/fml/etc/src/config.cf.ja/spool.cf +++ b/fml/etc/src/config.cf.ja/spool.cf @@ -8,6 +8,13 @@ use_spool = yes +# Descriptions: 記事をスプールディレクトリに保存する +# History: none +# Value: YES_OR_NO +# Examples: yes +use_article_spool = ${use_spool:-yes} + + # Descriptions: スプールのタイプ # 記事のスプールディレクトリを階層化するか? # デフォルトでは平面的にファイルを配置する |
