From: Gilles Detillieux To: htdig@htdig.org Subject: [htdig] Patch This adds descriptions for attributes that were missing, adds a few clarifications, and corrects a few defaults and typos. Covers PR#558, PR#626, and then some. --- htdig-3.1.2.bak/htdoc/attrs.html Wed Apr 21 21:47:57 1999 +++ htdig-3.1.2/htdoc/attrs.html Fri Aug 6 14:00:28 1999 @@ -413,6 +413,57 @@
+ bin_dir +
+
+
+
+ type: +
+
+ string +
+
+ used by: +
+
+ htdig, + htnotify, + htfuzzy, + htmerge and + htsearch +
+
+ default: +
+
+ BIN_DIR +
+
+ description: +
+
+ This is the directory in which the executables + related to ht://Dig are installed. It is never used + directly by any of the programs, but other attributes + can be defined in terms of this one. +

+ The default value of this attribute is determined at + compile time. +

+
+
+ example: +
+
+ bin_dir: /usr/local/bin +
+
+
+
+
+
+
case_sensitive
@@ -595,7 +646,8 @@
If specified and the zlib - compression library was available when compiledi controls + compression library was available when compiled, + this attribute controls the amount of compression used in the doc_db file. Defaults to zero to provide backward compatility with old databases. @@ -612,6 +664,58 @@
+ config_dir +
+
+
+
+ type: +
+
+ string +
+
+ used by: +
+
+ htdig, + htnotify, + htfuzzy, + htmerge and + htsearch +
+
+ default: +
+
+ CONFIG_DIR +
+
+ description: +
+
+ This is the directory which contains all configuration + files related to ht://Dig. It is never used + directly by any of the programs, but other attributes + or the include directive + can be defined in terms of this one. +

+ The default value of this attribute is determined at + compile time. +

+
+
+ example: +
+
+ config_dir: /var/htdig/conf +
+
+
+
+
+
+
create_image_list
@@ -1459,7 +1563,7 @@ default:
- cgi-bin .cgi + /cgi-bin/ .cgi
description: @@ -2136,6 +2240,103 @@
+ image_url_prefix +
+
+
+
+ type: +
+
+ string +
+
+ used by: +
+
+ htsearch +
+
+ default: +
+
+ IMAGE_URL_PREFIX +
+
+ description: +
+
+ This specifies the directory portion of the URL used + to display star images. This attribute isn't directly + used by htsearch, but is used in the default URL for + the star_image and + star_blank attributes, and + other attributes may be defined in terms of this one. +

+ The default value of this attribute is determined at + compile time. +

+
+
+ example: +
+
+ image_url_prefix: /images/htdig +
+
+
+
+
+
+
+ include +
+
+
+
+ type: +
+
+ string +
+
+ used by: +
+
+ htdig, + htnotify, + htfuzzy, + htmerge and + htsearch +
+
+ description: +
+
+ This is not quite a configuration attribute, but + rather a directive. It can be used within one + configuration file to include the definitions of + another file. The last definition of an attribute + is the one that applies, so after including a file, + any of its definitions can be overridden with + subsequent definitions. This can be useful when + setting up many configurations that are mostly the + same, so all the common attributes can be maintained + in a single configuration file. The include directives + can be nested, but watch out for nesting loops. +
+
+ example: +
+
+ include: ${config_dir}/htdig.conf +
+
+
+
+
+
+
iso_8601
@@ -4045,6 +4246,11 @@ that is part of the xpdf 0.80 package have been tested as pdf_parsers. +

+ The default value of this attribute is determined at + compile time, to include the path to the acroread + executable. +

example: @@ -4521,6 +4727,10 @@ if no matches were found. In this case the nothing_found_file attribute is used instead. + Also, this file will not be output if it is + overridden by defining the + search_results_wrapper + attribute.
example: @@ -4633,6 +4843,10 @@ if no matches were found. In this case the nothing_found_file attribute is used instead. + Also, this file will not be output if it is + overridden by defining the + search_results_wrapper + attribute.
example: @@ -6256,7 +6470,7 @@ default:
- .-_/!#$%^&*' + .-_/!#$%^&'
description: @@ -6285,6 +6499,50 @@
+ version +
+
+
+
+ type: +
+
+ string +
+
+ used by: +
+
+ htsearch +
+
+ default: +
+
+ VERSION +
+
+ description: +
+
+ This specifies the value of the VERSION + variable which can be used in search templates. + The default value of this attribute is determined + at compile time, and will not normally be set + in configuration files. +
+
+ example: +
+
+ version: 3.1.2PL1 +
+
+
+
+
+
+
word_db
@@ -6385,7 +6643,7 @@ Andrew Scherpbier <andrew@contigo.com> -Last modified: Sun Feb 14 21:51:44 EST 1999 +Last modified: Fri Aug 6 15:00:15 EDT 1999 --- htdig-3.1.2.bak/htdoc/cf_byname.html Wed Apr 21 21:47:57 1999 +++ htdig-3.1.2/htdoc/cf_byname.html Fri Aug 6 14:16:41 1999 @@ -24,12 +24,14 @@ * bad_extensions
* bad_querystr
* bad_word_list
+ * bin_dir

C
* case_sensitive
* common_dir
* common_url_parts
* compression_level
+ * config_dir
* create_image_list
* create_url_list

@@ -68,6 +70,8 @@
I
* image_list
+ * image_url_prefix
+ * include
* iso_8601

K
@@ -170,6 +174,7 @@

V
* valid_punctuation
+ * version

W
* word_db
--- htdig-3.1.2.bak/htdoc/cf_byprog.html Wed Apr 21 21:47:57 1999 +++ htdig-3.1.2/htdoc/cf_byprog.html Fri Aug 6 14:19:45 1999 @@ -168,6 +168,7 @@ * use_meta_description
* use_star_image
* valid_punctuation
+ * version
* word_db