1 |
wakaba |
1.1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
2 |
|
|
"http://www.w3.org/TR/html4/strict.dtd"> |
3 |
|
|
<html> |
4 |
|
|
<head> |
5 |
|
|
<!-- LINK-REV-MADE --> |
6 |
|
|
<link rev=made href="mailto:foobar@namazu.org"> |
7 |
|
|
<!-- LINK-REV-MADE --> |
8 |
|
|
<title>Namazu: a Full-Text Search Engine</title> |
9 |
|
|
<style type="text/css"><!-- |
10 |
|
|
strong.keyword { color: Red; } |
11 |
|
|
p.example { text-indent: 1em; |
12 |
|
|
color: Navy; |
13 |
|
|
font-weight: bold; |
14 |
|
|
font-family: monospace; } |
15 |
|
|
code { color: Navy; |
16 |
|
|
font-family: monospace; } |
17 |
|
|
code.example { color: Navy; |
18 |
|
|
font-weight: bold; |
19 |
|
|
font-family: monospace; } |
20 |
|
|
code.operator { color: Navy; |
21 |
|
|
font-family: monospace; |
22 |
|
|
font-weight: bold; } |
23 |
|
|
--></style> |
24 |
|
|
</head> |
25 |
|
|
<body lang="en"> |
26 |
|
|
<h1>Namazu: a Full-Text Search Engine</h1> |
27 |
|
|
<p> |
28 |
|
|
This index contains <!-- FILE --> 0 <!-- FILE --> documents and |
29 |
|
|
<!-- KEY --> 0 <!-- KEY --> keywords. |
30 |
|
|
</p> |
31 |
|
|
<p> |
32 |
|
|
<strong>Last modified: <!-- DATE --> date <!-- DATE --></strong> |
33 |
|
|
</p> |
34 |
|
|
<hr> |
35 |
|
|
<form method="GET" action="{cgi}"> |
36 |
|
|
<p> |
37 |
|
|
<strong>Query:</strong> |
38 |
|
|
<input type="text" name="query" size="40"> |
39 |
|
|
<input type="submit" value="Search!"> |
40 |
|
|
<!-- <input type="hidden" name="idxname" value="foobar"> --> |
41 |
|
|
<a href="{cgi}">[How to search]</a> |
42 |
|
|
</p> |
43 |
|
|
<p> |
44 |
|
|
<strong>Display:</strong> |
45 |
|
|
<select name="max"> |
46 |
|
|
<option value="10">10 |
47 |
|
|
<option selected value="20">20 |
48 |
|
|
<option value="30">30 |
49 |
|
|
<option value="50">50 |
50 |
|
|
<option value="100">100 |
51 |
|
|
</select> |
52 |
|
|
<strong>Description:</strong> |
53 |
|
|
<select name="result"> |
54 |
|
|
<option selected value="normal">normal |
55 |
|
|
<option value="short">short |
56 |
|
|
</select> |
57 |
|
|
<strong>Sort:</strong> |
58 |
|
|
<select name="sort"> |
59 |
|
|
<option selected value="score">by score |
60 |
|
|
<option value="date:late">by date in late order |
61 |
|
|
<option value="date:early">by date in early order |
62 |
|
|
<option value="field:subject:ascending">by title in ascending order |
63 |
|
|
<option value="field:subject:descending">by title in descending order |
64 |
|
|
<option value="field:from:ascending">by author in ascending order |
65 |
|
|
<option value="field:from:descending">by author in descending order |
66 |
|
|
<option value="field:size:ascending">by size in ascending order |
67 |
|
|
<option value="field:size:descending">by size in descending order |
68 |
|
|
<option value="field:uri:ascending">by URI in ascending order |
69 |
|
|
<option value="field:uri:descending">by URI in descending order |
70 |
|
|
</select> |
71 |
|
|
</p> |
72 |
|
|
<!-- |
73 |
|
|
<p> |
74 |
|
|
<strong>Target:</strong> |
75 |
|
|
<ul> |
76 |
|
|
<li><input type="checkbox" name="idxname" value="foo" checked>foo |
77 |
|
|
<li><input type="checkbox" name="idxname" value="bar">bar |
78 |
|
|
<li><input type="checkbox" name="idxname" value="baz">baz |
79 |
|
|
</ul> |
80 |
|
|
</p> |
81 |
|
|
--> |
82 |
|
|
</form> |