Searches multiple gophers:
1)hal3000.cx
#2)gopher.aerv.nl
3)gopher.floodgap.com
4)gopher.quux.org * except /dict.pyg/
5)gopher.well.com * no longer updated
6)zedah.org
7)gopher.kostecke.net
8)rachael.dyndns.org (Rachael/Amiga)
9)seanm.ca (YOW)
10)gopher.l-w.net (Lost Wizzard)
11)athene.dnsalias.org (Martina and Hauke in German)
12)gopher.rp.sbp.su
13)shamrockshire.yi.org
14)gopher.osfn.org (Ocean State Free-Net) * no longer updated
#15)gopher.me.uk
#16)auslander.darkphuture.org
17)goiaba.net
#18)habari.53189.net
19)beaker.mdns.org
20)gopher.nux.be
#21)quix.us
22)sdf.lonestar.org
(commented selections were missed last update)
Currently searching over 100,000 selectors.
NOT CURRENTLY indexing the dictionary searches, please use the
Dictionary Search from QUUX listed here.
The hope would be an accurate current search of active gophers as well
as at least a short list of "no longer updated" or historic gophers
using jughead, pointed to multiple sites.
06/01/05
Currently this search does not work via the html interface.
Please read below for a detailed description of jughead.
_______________________________________________________________________
JUGHEAD (TM) is a trademark of Archie Comic Publications, Inc.
and is used pursuant to license.
jughead is an acronym for:
Jonzy's Universal Gopher Hierarchy Excavation And Display
jughead head can act as a search engine on a prebuilt table that
allows searching through menus, or can create a linear view of
menu space. When running jughead you can specify what part of
gopherspace you want search tables built or a linear view thereof.
When running as a search engine, jughead listens out a port for a
connection and a search string. The search string can contain the
boolean operators "AND", "OR", and "NOT" between words. If no
operator is specified between words, it is an implied "AND"
operation. For example either:
"University of utah" or "University AND of AND Utah"
will yield all gopher entries with "university" and "of" and
"utah" in the title. The case of the letters is irrelevant. Now
suppose you enter the string:
"university of utah NOT gopher"
This will return the same information as the first search except
for those entries containing the word "gopher".
Currently there is no way to search on the words "AND", "OR", or
"NOT"; nor is there a way to break an expression into a group of
smaller expressions. jughead also supports partial word searches,
where the asterik '*' is the wildcard character. The wildcard
character cannot be the first or only character in a search word,
and all characters following the wildcard are ignored.
For example: both "*", and "*opher" are not valid, while "go*r"
will return all items that have a word beginning with "go" in the
title. Note that the 'r' following the asterik is ignored in the
search. The maximum number of entries returned is 1024 unless you
use a special command described at the end of this document.
All words are broken into smaller words if any word contains a
whitespace character or one of the following characters:
!"#$%&'()+,-./:;<=>?@[\]^_`{|}~
Thus if a menu item has the name "A sample.file", this is broken
into the three words "A", "sample", and "file". So if your search
statement is:
"sample.file some_thing-else"
your query gets broken into the statment:
"sample AND file AND some AND thing AND else"
which will only return those items with all these words in the
menu.
jughead supports some special commands, where each special command
must be preceeded by a question mark '?', and are listed below:
?all what
?help [what]
?limit=n what
?version [what]
where 'what' is a standard search string, anything enclosed in
square brackets is optional, and all special commands must be
preceeded with '?'. Each command is described below:
?all what returns all the hits on 'what'.
Otherwise items will only be returned
it there are fewer than 1024 items.
?help [what] Gives you this document and any
optional hits on 'what'.
?limit=n what Returns the first 'n' items on 'what'.
?version [what] Returns the version of jughead and
any optional hits on 'what'.
Only 1 special command is supported per query, and if any syntax
error is encountered it is reported as the title to this document.
Any error messages encountered by jughead point to this document,
with the title listed as the error. Possible errors include:
Invalid wildcard usage
GetString: Timed out
ProcessRequest: readline error
Too many processes. (Please try latter)
jughead could not fork