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.
50 lines (46 sloc)
2.52 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>SuperPages WWW Search From cyberQUEST Search Engine</title> | |
| </head> | |
| <body link="#FF0000" vlink="#FF00FF" alink="#0000FF" topmargin="0" bgcolor="#0015E0" | |
| text="#FFFFFF"> | |
| <form action="http://wp.gte.net/cgi-bin/index_search" method="POST"> | |
| <b><a href="http://wp.gte.net/index.html"><p>SuperPages WWW</a> D - <a | |
| href="http://wp.gte.net/add.html">Add URL</a></b> | |
| <input type="checkbox" name="_Matchcase" | |
| value="true"><b> Case Sensitive Matching</b></p> | |
| <p><input type="reset" value="Reset"> <input type="submit" value="Search"> <select | |
| name="_Number" size="1"> | |
| <option selected>25</option> | |
| <option>50</option> | |
| <option>100</option> | |
| <option>200</option> | |
| <option>all</option> | |
| </select> <b>Hits</b> <select name="_Operator" size="1"> | |
| <option value="or">Match Any Word </option> | |
| <option selected value="and">Match All Words</option> | |
| </select> <select name="_Partword" size="1"> | |
| <option selected value="partial">Substrings </option> | |
| <option value="complete">Whole Words</option> | |
| </select> <select name="_Type" size="1"> | |
| <option selected value="listing">Company </option> | |
| <option value="category">Category</option> | |
| </select> <input size="75" name="_Search"></p> | |
| </form> | |
| <a href="http://superpages.gte.com/home/gtesites.html"> | |
| <p align="center">GTE</a> claims that this search engine contains 50,000 of the most | |
| popular websites on the interent. I could not find what their source of these web sites | |
| was. I can say that they had one of my relatively new sites correctly listed. And one of | |
| my older sites was listed, but with a URL that is six months out of date. You may search | |
| by site name or category. When doing a category search, enter only one word or select | |
| Match Any Word if you enter a string of words. The engine will return the best matched | |
| categories for you to search. <a href="http://wp.gte.net/help.html">Help</a> is available | |
| if you need it. You can <a href="http://wp.gte.net/add.html">add</a> your website to this | |
| directory as long as it's not a personal home page or offensive. If your website is an | |
| offensive personal home page you really have to go elsewhere. Be prepared to download | |
| about 47K bytes worth of category selections because these web pages are organized in | |
| yellow page categories. GTE has a sister service called <a href="supyel.htm">SuperPages | |
| Yellow Pages Directory</a>. The two directories seem to be independent of each other at | |
| the time of this writing. (4/26/96) </p> | |
| </body> | |
| </html> |