diff options
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/htdoc/hts_general.html')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/htdoc/hts_general.html | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/htdoc/hts_general.html b/debian/htdig/htdig-3.2.0b6/htdoc/hts_general.html new file mode 100644 index 00000000..3fc05c03 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/htdoc/hts_general.html @@ -0,0 +1,72 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> +<html> + <head> + <title> + ht://Dig: htsearch + </title> + </head> + <body bgcolor="#eef7ff"> + <h1> + htsearch + </h1> + <p> + ht://Dig Copyright © 1995-2004 <a href="THANKS.html">The ht://Dig Group</a><br> + Please see the file <a href="COPYING">COPYING</a> for + license information. + </p> + <hr size="4" noshade> + <p> + Htsearch is the actual search engine of the ht://Dig search + system. It is a CGI program that is expected to be invoked by + an HTML form. It will accept both the GET and POST methods of + passing data to the CGI program. + </p> + <h2> + Files used by htsearch + </h2> + <dl> + <dt> + <a href="attrs.html#config_dir">CONFIG_DIR</a>/htdig.conf + </dt> + <dd> + The default configuration file. + </dd> + <dt> + <a href="attrs.html#common_dir">COMMON_DIR</a>/header.html + </dt> + <dd> + The default search results header file + </dd> + <dt> + <a href="attrs.html#common_dir">COMMON_DIR</a>/footer.html + </dt> + <dd> + The default search results footer file + </dd> + <dt> + <a href="attrs.html#common_dir">COMMON_DIR</a>/wrapper.html + </dt> + <dd> + The default search results wrapper file, that contains the + header and footer together in one file + </dd> + <dt> + <a href="attrs.html#common_dir">COMMON_DIR</a>/nomatch.html + </dt> + <dd> + The default 'no matches found' HTML file + </dd> + <dt> + <a href="attrs.html#common_dir">COMMON_DIR</a>/syntax.html + </dt> + <dd> + The default file that explains boolean expression syntax + errors + </dd> + </dl> + <hr size="4" noshade> + + Last modified: $Date: 2004/06/12 13:39:13 $ + + </body> +</html> |