kopia lustrzana https://gitlab.com/sane-project/website
55 wiersze
1.3 KiB
HTML
55 wiersze
1.3 KiB
HTML
<html>
|
|
<title>SANE Discussion Area - Search Engine</title>
|
|
<body bgcolor=#FFFFFF text=#000000>
|
|
|
|
<center>
|
|
<h1><img SRC="/htdig/sane.png" height=117 width=346></h1>
|
|
<h1>Discussion Area - Search Engine</h1>
|
|
</center>
|
|
<hr>
|
|
|
|
<p>
|
|
<form method="post" action="http://www3.sane-project.org/cgi-bin/htsearch">
|
|
<font size="-1">
|
|
Match: <select name="method">
|
|
|
|
<option value="and">All
|
|
<option value="or">Any
|
|
<option value="boolean">Boolean
|
|
</select>
|
|
Format: <select name="format">
|
|
<option value="builtin-long">Long
|
|
<option value="builtin-short">Short
|
|
</select>
|
|
Sort by: <select name="sort">
|
|
<option value="score">Score
|
|
<option value="time">Time
|
|
<option value="title">Title
|
|
<option value="revscore">Reverse Score
|
|
<option value="revtime">Reverse Time
|
|
<option value="revtitle">Reverse Title
|
|
|
|
</select>
|
|
</font>
|
|
<input type="hidden" name="config" value="htdig">
|
|
<input type="hidden" name="restrict" value="">
|
|
<input type="hidden" name="exclude" value="">
|
|
<br>
|
|
Search:
|
|
<input type="text" size="30" name="words" value="">
|
|
<input type="submit" value="Search">
|
|
</form>
|
|
<p><hr>
|
|
<a href="http://www.sane-project.org/mailing-lists.html">[Back]</a>
|
|
<address>
|
|
sane-devel@lists.alioth.debian.org / SANE Development mailing list
|
|
</address>
|
|
<font size=-1>
|
|
|
|
This page was last updated on
|
|
Mon Mar 21 2005
|
|
</font>
|
|
|
|
</body>
|
|
</html>
|