diff options
| author | fukachan <fukachan> | 2002-10-03 22:06:44 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-10-03 22:06:44 +0000 |
| commit | cb56579155d67036a91c0da99b57fe32f5d2a431 (patch) | |
| tree | acf1e57d7278fed4ddcea59cc2b8145dfad75989 | |
| parent | 2dc1c1f84fc33b3a0558bda775bda5cb8cdc3f21 (diff) | |
| download | fml8-cb56579155d67036a91c0da99b57fe32f5d2a431.tar.gz fml8-cb56579155d67036a91c0da99b57fe32f5d2a431.tar.bz2 fml8-cb56579155d67036a91c0da99b57fe32f5d2a431.zip | |
define $html_archive_index_order_type
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 7 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/htmlarchive.cf | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 2341f4d2..e7484af3 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -953,6 +953,13 @@ use_html_archive = yes # Examples: ~fml/public_html/fml/mlarchive/fml.org/elena html_archive_dir = $fml_owner_home_dir/public_html/fml/mlarchive/$ml_domain/$ml_name + +# Descriptions: +# History: +# Value: normal / reverse +# Examples: reverse +html_archive_index_order_type = reverse + =head1 コマンドの定義 =head2 プロセス diff --git a/fml/etc/src/config.cf.ja/htmlarchive.cf b/fml/etc/src/config.cf.ja/htmlarchive.cf index 78bb9fbe..dc9adaa5 100644 --- a/fml/etc/src/config.cf.ja/htmlarchive.cf +++ b/fml/etc/src/config.cf.ja/htmlarchive.cf @@ -12,3 +12,10 @@ use_html_archive = yes # Value: directory # Examples: ~fml/public_html/fml/mlarchive/fml.org/elena html_archive_dir = $fml_owner_home_dir/public_html/fml/mlarchive/$ml_domain/$ml_name + + +# Descriptions: +# History: +# Value: normal / reverse +# Examples: reverse +html_archive_index_order_type = reverse |
