Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
58 lines (54 sloc)
3.25 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>SavvySearch Search From cyberQUEST Search Engine</title> | |
| </head> | |
| <body link="#FF0000" vlink="#FF00FF" alink="#0000FF" topmargin="0" bgcolor="#0015E0" | |
| text="#FFFFFF"> | |
| <form action="http://guaraldi.cs.colostate.edu:2000/cgi-bin/savvy-frontend" method="GET"> | |
| <input type="hidden" name="AutoStep" value="on"><input type="hidden" name="Mode" | |
| value="MakePlan"><input type="hidden" name="t1" value="x"><a | |
| href="http://wagner.cs.colostate.edu:1969/"><b><p>SavvySearch</b></a> <b>R</b> | |
| <b><input name="AutoInt" type="checkbox" value="on"> Eliminate | |
| Duplicates <input type="radio" name="df" | |
| value="brief">Terse <input type="radio" name="df" value="normal" checked>Standard <input | |
| type="radio" name="df" value="verbose"> Verbose</b> </p> | |
| <p><input type="reset" value="Reset"> <input type="submit" value="Search"> <select | |
| name="Hits" size="1"> | |
| <option>10 </option> | |
| <option selected>20 </option> | |
| <option>30 </option> | |
| <option>40 </option> | |
| <option>50 </option> | |
| </select> <b>Hits Per Engine</b> | |
| <select | |
| name="Boolean" size="1"> | |
| <option value="AND" selected>Match All Words </option> | |
| <option value="Adjacency">Match Exact Phrase </option> | |
| <option value="OR">Match Any Words</option> | |
| </select> <input size="75" name="KW"></p> | |
| </form> | |
| <p align="center">If you are in a rush to find information, and the internet's not too | |
| busy at the time, the first place to go is SavvySearch. This search engine will search | |
| five other search engines simultaneously and promptly return the results. You can specify | |
| that the results be reported for each search engine or that the results be consolidated | |
| with all duplicates eliminated. This takes a little longer up front, but saves you the | |
| time of looking at all the duplicate sites returned. SavvySearch will select the first | |
| five engines to search using a <a href="http://wagner.cs.colostate.edu:1969/">search plan</a> | |
| and presents you with a choice of search plans for the remaining fourteen of the nineteen | |
| search engines it queries. <a href="http://wagner.cs.colostate.edu:1969/help/#plan">Search | |
| Plan Help</a> assists you in selecting the plan(s) to use. SavvySearch is a good way to | |
| get a look at a lot of fast results at once. SavvySearch's query interface is a simple | |
| basic query . But if all you ever do are simple searches, it might be all you'll ever | |
| need. SavvySearch has three output options which present the results in very good formats. | |
| Due to its popularity, it is best to use it in off hours in the evenings and on the | |
| weekends. A good list of answers is provided to <a | |
| href="http://wagner.cs.colostate.edu:1969/faq/">Frequently Asked Questions</a>. | |
| SavvySearch <a href="http://wagner.cs.colostate.edu:1969/help/">Help</a> provides a nice | |
| detailed description of its query options. In addition to the English language version, | |
| SavvySearch is also available in <a | |
| href="http://wagner.cs.colostate.edu:1969/faq/#languages">fourteen other languages</a>. | |
| SavvySearch is an experimental search engine being developed by <a | |
| href="http://www.cs.colostate.edu/~dreiling/">Daniel Dreilinger</a> at Colorado State | |
| University. (5/5/96) </p> | |
| </body> | |
| </html> |