blob: 3fc05c0366c29389c0d6443bf589af2c2fc37fa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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>
|