Gopher (protocol)

The Gopher protocol /ˈɡfər/ is a TCP/IP application layer protocol designed for distributing, searching, and retrieving documents over the Internet. The Gopher protocol was strongly oriented towards a menu-document design and presented an alternative to the World Wide Web in its early stages, but ultimately Hypertext Transfer Protocol (HTTP) became the dominant protocol. The Gopher ecosystem is often regarded as the effective predecessor of the World Wide Web.[1]

The protocol was invented by a team led by Mark P. McCahill[2] at the University of Minnesota. It offers some features not natively supported by the Web and imposes a much stronger hierarchy on information stored on it. Its text menu interface is well-suited to computing environments that rely heavily on remote text-oriented computer terminals, which were still common at the time of its creation in 1991, and the simplicity of its protocol facilitated a wide variety of client implementations. More recent Gopher revisions and graphical clients added support for multimedia. Gopher was preferred by many network administrators for using fewer network resources than Web services.[3]

Gopher's hierarchical structure provided a platform for the first large-scale electronic library connections.[4] Gopher has been described by some enthusiasts as "faster and more efficient and so much more organised" than today's Web services. The Gopher protocol is still in use by enthusiasts, and although it has been almost entirely supplanted by the Web, a small population of actively-maintained servers remains.

Origins

Gopher system was released in mid-1991 by Mark P. McCahill, Farhad Anklesaria, Paul Lindner, Daniel Torrey, and Bob Alberti of the University of Minnesota[5] in the United States. Its central goals were, as stated in RFC 1436:

  • A file-like hierarchical arrangement that would be familiar to users.
  • A simple syntax.
  • A system that can be created quickly and inexpensively.
  • Extending the file system metaphor, such as searches.

Gopher combines document hierarchies with collections of services, including WAIS, the Archie and Veronica search engines, and gateways to other information systems such as File Transfer Protocol (FTP) and Usenet.

The general interest in Campus-Wide Information Systems (CWISs)[6] in higher education at the time, and the ease with which a Gopher server could be set up to create an instant CWIS with links to other sites' online directories and resources were the factors contributing to Gopher's rapid adoption.

The name was coined by Anklesaria as a play on several meanings of the word "gopher".[7] The University of Minnesota mascot is the gopher,[8] a gofer is an assistant who "goes for" things, and a gopher burrows through the ground to reach a desired location.[9]

Decline

The World Wide Web was in its infancy in 1991, and Gopher services quickly became established. By the late 1990s, Gopher had ceased expanding. Several factors contributed to Gopher's stagnation:

  • In February 1993, the University of Minnesota announced that it would charge licensing fees for the use of its implementation of the Gopher server.[10][9] Users became concerned that fees might also be charged for independent implementations.[11][12] Gopher expansion stagnated, to the advantage of the World Wide Web, to which CERN disclaimed ownership.[13] In September 2000, the University of Minnesota re-licensed its Gopher software under the GNU General Public License.[14]
  • Gopher client functionality was quickly duplicated by the early Mosaic web browser, which subsumed its protocol.
  • Gopher has a more rigid structure than the free-form HTML of the Web. Every Gopher document has a defined format and type, and the typical user navigates through a single server-defined menu system to get to a particular document. This can be quite different from the way a user finds documents on the Web.

Gopher remains in active use by its enthusiasts, and there have been attempts to revive Gopher on modern platforms and mobile devices. One attempt is The Overbite Project, which hosts various browser extensions and modern clients.

Server census

  • As of 2012, there remained about 160 gopher servers indexed by Veronica-2,[15] reflecting a slow growth from 2007 when there were fewer than 100.[16] They are typically infrequently updated. On these servers Veronica indexed approximately 2.5 million unique selectors. A handful of new servers were being set up every year by hobbyists with over 50 having been set up and added to Floodgap's list since 1999.[17] A snapshot of Gopherspace in 2007 circulated on BitTorrent and was still available in 2010.[18] Due to the simplicity of the Gopher protocol, setting up new servers or adding Gopher support to browsers is often done in a tongue-in-cheek manner, principally on April Fools' Day.[19]
  • In November 2014 Veronica indexed 144 gopher servers,[15] reflecting a small drop from 2012, but within these servers Veronica indexed approximately 3 million unique selectors.
  • In March 2016 Veronica indexed 135 gopher servers,[15] within which it indexed approximately 4 million unique selectors.
  • In March 2017 Veronica indexed 133 gopher servers,[15] within which it indexed approximately 4.9 million unique selectors.
  • In May 2018 Veronica indexed 260 gopher servers, [15] within which it indexed approximately 3.7 million unique selectors.

Technical details

The conceptualization of knowledge in "Gopher space" or a "cloud" as specific information in a particular file, and the prominence of the FTP, influenced the technology and the resulting functionality of Gopher.

Gopher characteristics

Gopher is designed to function and to appear much like a mountable read-only global network file system (and software, such as gopherfs, is available that can actually mount a Gopher server as a FUSE resource). At a minimum, whatever a person can do with data files on a CD-ROM, one can do on Gopher.

A Gopher system consists of a series of hierarchical hyperlinkable menus. The choice of menu items and titles is controlled by the administrator of the server.

The top level menu of a Gopher server. Selecting the "Fun and Games" menu item...
...takes the user to the "Fun and Games" menu.

Similar to a file on a Web server, a file on a Gopher server can be linked to as a menu item from any other Gopher server. Many servers take advantage of this inter-server linking to provide a directory of other servers that the user can access.

Protocol

The Gopher protocol was first described in RFC 1436. IANA has assigned TCP port 70 to the Gopher protocol.

The protocol is simple to negotiate, making it possible to browse without using a client. A standard gopher session may therefore appear as follows:

/Reference
1CIA World Factbook     /Archives/mirrors/textfiles.com/politics/CIA    gopher.quux.org 70
0Jargon 4.2.0   /Reference/Jargon 4.2.0 gopher.quux.org 70      +
1Online Libraries       /Reference/Online Libraries     gopher.quux.org 70     +
1RFCs: Internet Standards       /Computers/Standards and Specs/RFC      gopher.quux.org 70
1U.S. Gazetteer /Reference/U.S. Gazetteer       gopher.quux.org 70      +
iThis file contains information on United States        fake    (NULL)  0
icities, counties, and geographical areas.  It has      fake    (NULL)  0
ilatitude/longitude, population, land and water area,   fake    (NULL)  0
iand ZIP codes. fake    (NULL)  0
i       fake    (NULL)  0
iTo search for a city, enter the city's name.  To search        fake    (NULL) 0
ifor a county, use the name plus County -- for instance,        fake    (NULL) 0
iDallas County. fake    (NULL)  0

Here, the client has established a TCP connection with the server on port 70, the standard gopher port. The client then sends a string followed by a carriage return followed by a line feed (a "CR + LF" sequence). This is the selector, which identifies the document to be retrieved. If the item selector were an empty line, the default directory would be selected. The server then replies with the requested item and closes the connection. According to the protocol, before the connection is closed, the server should send a full-stop (i.e., a period character) on a line by itself. However, as is the case here, not all servers conform to this part of the protocol and the server may close the connection without returning the final full-stop.

In this example, the item sent back is a gopher menu, a directory consisting of a sequence of lines each of which describes an item that can be retrieved. Most clients will display these as hypertext links, and so allow the user to navigate through gopherspace by following the links.[5]

All lines in a gopher menu are terminated by "CR + LF", and consist of five fields: the item type as the very first character (see below), the display string (i.e., the description text to display), a selector (i.e., a file-system pathname), host name (i.e., the domain name of the server on which the item resides), and port (i.e., the port number used by that server). The item type and display string are joined without a space; the other fields are separated by the tab character.

Because of the simplicity of the Gopher protocol, tools such as netcat make it possible to download Gopher content easily from the command line:

echo jacks/jack.exe | nc gopher.example.org 70 > jack.exe

The protocol is also supported by cURL as of 7.21.2-DEV.[20]

Source code of a menu

Gopher menu items are defined by lines of tab-separated values in a text file. This file is sometimes called a gophermap. As the source code to a gopher menu, a gophermap is roughly analogous to an HTML file for a web page. Each tab-separated line (called a selector line) gives the client software a description of the menu item: what it is, what it's called, and where it leads. The client displays the menu items in the order that they appear in the gophermap.

The first character in a selector line indicates the item type, which tells the client what kind of file or protocol the menu item points to. This helps the client decide what to do with it. Gopher's item types are a more basic precursor to the media type system used by the Web and email attachments.

The item type is followed by the user display string (a description or label that represents the item in the menu); the selector (a path or other string for the resource on the server); the hostname (the domain name or IP address of the server), and the network port.

For example: The following selector line generates a link to the "/home" directory at the subdomain gopher.floodgap.com, on port 70. The item type of 1 indicates that the resource is a Gopher menu. The string "Floodgap Home" is what the user sees in the menu.

1Floodgap Home	/home	gopher.floodgap.com	70
Item typeUser display stringSelectorHostnamePort
1Floodgap Home/homegopher.floodgap.com70

In addition to selector lines, a gophermap may contain comment lines. Comment lines are not for code comments; rather, they are lines of text sent to the client to display alongside the menu items, such as for a menu description or welcome message. A comment line contains no tab characters.

Item types

In a Gopher menu's source code, a one-character code indicates what kind of content the client should expect. This code may either be a digit or a letter of the alphabet; letters are case-sensitive.

The technical specification for Gopher, RFC 1436, defines 14 item types. A one-character code indicates what kind of content the client should expect. Item type 3 is an error code for exception handling. Gopher client authors improvised item types h (HTML), i (informational message), and s (sound file) after the publication of RFC 1436.

Canonical types
0Text file
1Gopher submenu
2CCSO Nameserver
3Error code returned by a Gopher server to indicate failure
4BinHex-encoded file (primarily for Macintosh computers)
5DOS file
6uuencoded file
7Gopher full-text search
8Telnet
9Binary file
+Mirror or alternate server (for load balancing or in case of primary server downtime)
gGIF file
IImage file
TTelnet 3270
Non-canonical types
hHTML file
iInformational message
sSound file (especially the WAV format)

Historically, to create a link to a Web server, "GET /" was used as a pseudo-selector to emulate an HTTP GET request. John Goerzen created an addition[21] to the Gopher protocol, commonly referred to as "URL links", that allows links to any protocol that supports URLs. For example, to create a link to http://gopher.quux.org/, the item type is h , the display string is the title of the link, the item selector is "URL:http://gopher.quux.org/", and the domain and port are that of the originating Gopher server (so that clients that do not support URL links will query the server and receive an HTML redirection page).

The master Gopherspace search engine is Veronica. Veronica offers a keyword search of all the public Internet Gopher server menu titles. A Veronica search produces a menu of Gopher items, each of which is a direct pointer to a Gopher data source. Individual Gopher servers may also use localized search engines specific to their content such as Jughead and Jugtail.

GopherVR is a 3D virtual reality variant of the original Gopher system.

Client software

Web browsers

Browser Version Notes
First supported Last supported
Camino 1.0 2.1.2 Always uses port 70.
Classilla 9.0 Present Hardcoded to port 70 from 9.0–9.2; whitelisted ports from 9.2.1.
cURL 7.21.2
(October 2010)
Present cURL is a command-line file transfer utility
ELinks 0.10.0[22] ? Offers support as a build option
Epiphany ? 2.26.3 Disabled after switch to WebKit
Galeon ? 2.0.7
Google Chrome With extension only[23] N/A The Overbite extension[24] that automatically forwards to Gopher proxies is no longer compatible with Chrome.
Internet Explorer N/A 6.0 SP1+ Supported added by MS02-047 to IE 6 SP1 can be enabled in the Windows Registry.[25] Always uses port 70.
Internet Explorer for Mac ? 5.2.3 PowerPC-only
K-Meleon ? Present
Konqueror With plug-in only ? Requires kio_gopher plug-in[26]
libwww 1.0c
(December 1992)
Present libwww is an API for internet applications
Line Mode Browser Present
Lynx ? Present
Mosaic ? Present(3.0)
Mozilla Firefox 0.0 3.6 Built-in support dropped from Firefox 4.0 onwards;[27] can be added back to Firefox < 57 with OverbiteFF and Firefox > 57 with OverbiteWX. Always uses port 70 with OverbiteFF.
Netscape Navigator ? 9.0.0.6
NetSurf N/A N/A Under development, based on the cURL fetcher.
OmniWeb 5.9.2 Present First WebKit Browser to support Gopher[28][29]
Opera N/A N/A Opera 9.0 includes a proxy capability
Pavuk ? Present Pavuk is a web mirror (recursive download) software program
SeaMonkey 1.0 2.0.14 Built-in support dropped from SeaMonkey 2.1 onwards. The OverbiteFF add-on[30] provides unofficial support to later versions.
Safari N/A N/A

Browsers that do not natively support Gopher can still access servers using one of the available Gopher to HTTP gateways.

Gopher support was disabled in Internet Explorer versions 5.x and 6 for Windows in August 2002 by a patch meant to fix a security vulnerability in the browser's Gopher protocol handler to reduce the attack surface which was included in IE6 SP1; however, it can be re-enabled by editing the Windows registry. In Internet Explorer 7, Gopher support was removed on the WinINET level.[31]

Gopher browser plug-ins

For Mozilla Firefox and SeaMonkey, OverbiteFF[32] extends Gopher browsing and supports the current versions of the browsers (Firefox 38 until Firefox 56, and equivalent versions of SeaMonkey). (There is also a version of OverbiteFF available that supports Firefox 3.6 and 4 to 37, and equivalent versions of SeaMonkey.) For the new Firefox Quantum, OverbiteWX was released. It includes support for accessing Gopher servers not on port 70 using a whitelist and for CSO/ph queries, and allows versions of Firefox and SeaMonkey that do not support Gopher natively to access Gopher servers. Plugins are also available for Konqueror,[33] in the past a proxy-based extension for Google Chrome was available but is no longer maintained and does not work with the current releases.[32]

Gopher clients for mobile devices

Some have suggested that the bandwidth-sparing simple interface of Gopher would be a good match for mobile phones and personal digital assistants (PDAs),[34] but so far, mobile adaptations of HTML and XML and other simplified content have proven more popular. The PyGopherd server provides a built-in WML front-end to Gopher sites served with it.

The early 2010s saw a renewed interest in native Gopher clients for popular smartphones: Overbite, an open source client for Android 1.5+ was released in alpha stage in 2010.[35] PocketGopher was also released in 2010, along with its source code, for several Java ME compatible devices. iGopher was released in 2011 as a proprietary client for iPhone and iPad devices, however it's no longer maintained and can't be used on iOS 11.

Other Gopher clients

Gopher popularity was at its height at a time when there were still many equally competing computer architectures and operating systems. As a result, there are several Gopher clients available for Acorn RISC OS, AmigaOS, Atari MiNT, CMS, DOS, classic Mac OS, MVS, NeXT, OS/2 Warp, most UNIX-like operating systems, VMS, Windows 3.x, and Windows 9x. GopherVR was a client designed for 3D visualization, and there is even a Gopher client in MOO.[36][37] The majority of these clients are hard-coded to work on TCP port 70.

Gopher to HTTP gateways

Users of Web browsers that have incomplete or no support for Gopher can access content on Gopher servers via a server gateway or proxy server that converts Gopher menus into HTML; known proxies are the Floodgap Public Gopher proxy and Gopher Proxy. Similarly, certain server packages such as GN and PyGopherd have built-in Gopher to HTTP interfaces. Squid Proxy software gateways any gopher:// URL to HTTP content, enabling any browser or web agent to access gopher content easily.

Server software

Because the protocol is trivial to implement in a basic fashion, there are many server packages still available, and some are still maintained.

Server Developed By Latest version License Written in Notes
Aftershock Rob Linwood 1.0.1 MIT Java 1.0.1 released 2004-04-22
Apache::GopherHandler Timm Murray 0.1 GPL Perl Released 2004-03-26. Apache 2 plugin to run Gopher-Server.
Bucktooth Cameron Kaiser 0.2.9 Floodgap Free Software License Perl 0.2.9 released 2011-05-01
Flask-Gopher Michael Lazar 2.0.0 GPLv3 Python 2.0.0 released 2018-01-16
geomyid Quinn Evans 0.0.1 2-clause BSD Common Lisp 0.0.1 released 2015-08-10
Geomyidae Christoph Lohmann 0.29 MIT C 0.29 released 2017-09-29
GN ? 2.25-20020226 GPL ? 2.25-20020226 released on 2002-02-26
GoFish Sean MacLennan 1.2 GPLv2 C 1.2 released 2010-10-08
Gophernicus Kim Holviala 2.5 BSD C 2.5 released 2017-06-25[38]
gophrier Guillaume Duhamel 0.2.3 GPL C 0.2.3 released 2012-03-29
GOPHSERV ? 0.5 GPLv3 FreeBASIC 0.5 released 2012-12-30
Gopher Cannon ? ? Freeware .NET 3.5 (Win32/Win64) 1.07 released 2013-07-08
Gopher-Server Timm Murray 0.1.1 GPL Perl Released 2004-03-26
Goscher Aaron W. Hsu 8.0 ISC Scheme
mgod Mate Nagy 1.1 GPLv3 C 1.1 released 2018-01-29
Motsognir Mateusz Viste 1.0.8.1 GPLv3 C 1.0.8.1 released on 2016-04-22
PyGopherd John Goerzen 2.0.18.3 GPL Python 2.0.18.3 released 2008-08-09
PyGS ? ? ? Python ?
Spacecookie ? ? GPL Haskell ?
Atua Charles Childers 2017.4 ISC Forth

See also

References

  1. Carlson, Scott (September 5, 2016). "How Gopher Nearly Won the Internet". Chronicle of Higher Education. Retrieved September 12, 2016.
  2. Mark P. McCahill interviewed on the TV show Triangulation on the TWiT.tv network
  3. "How Moore's Law saved us from the Gopher web". 12 March 2009. Archived from the original on 31 August 2011. Retrieved 20 September 2011.
  4. Suzan D. McGinnis (2001). Electronic collection management. Routledge. pp. 69–72. ISBN 0-7890-1309-6.
  5. 1 2 December, John; Randall, Neil (1994). The World Wide Web unleashed. Sams Publishing. p. 20. ISBN 1-57521-040-1.
  6. "Google Groups archive of bit.listserv.cwis-l discussion". Google. Retrieved 27 July 2011.
  7. Mark McCahill, Farhad Anklesaria. "Smart Solutions: Internet Gopher" (Flash). Minneapolis: University of Minnesota Media Mill. Event occurs at 2:40. Archived from the original on 20 July 2011. McCahill credits Anklesaria with naming Gopher
  8. "Gophersports.com – Official Web Site of University of Minnesota Athletics". Archived from the original on 14 August 2010. Retrieved 17 August 2010.
  9. 1 2 Gihring, Tim. "The rise and fall of the Gopher protocol". minnpost.com. Retrieved 12 August 2016.
  10. "Subject: University of Minnesota Gopher software licensing policy". Funet.fi. Retrieved 2015-08-12.
  11. JQ Johnson (25 February 1993). "Message from discussion gopher licensing". Google. Retrieved 27 July 2011.
  12. Joel Rubin (3 March 1999). "CW from the VOA server page – rec.radio.shortwave". Google. Retrieved 27 July 2011.
  13. Johan Söderberg (2007). Hacking Capitalism: The Free and Open Source Software Movement. Routledge. p. 25. ISBN 0-415-95543-2.
  14. "Google Groups". Groups.google.com. Retrieved 2015-08-12.
  15. 1 2 3 4 5 "Floodgap Gopher-HTTP gateway gopher://gopher/0/v2/vstat". Gopher.floodgap.com. Retrieved 2017-01-05.
  16. Kaiser, Cameron (19 March 2007). "Down the Gopher Hole". TidBITS. Retrieved 23 March 2007.
  17. http://gopher.floodgap.com/1/new Archived 4 August 2011 at the Wayback Machine.
  18. "Download A Piece of Internet History". The Changelog. 28 April 2010. Archived from the original on 23 July 2011. Retrieved 27 July 2011.
  19. "Release Notes – OmniWeb 5 – Products". The Omni Group. Archived from the original on 25 August 2011. Retrieved 27 July 2011. OmniWeb 5.9.2 Released April 01 2009: Implemented ground-breaking support for the revolutionary Gopher protocol—a first for WebKit-based browsers! For a list of Gopher servers, see the Floodgap list. Enjoy! . The same text appears in the 5.10 release of August 27 2009 further down the page, copied from the 5.9.2 unstable branch. The Floodgap list referred to is at Floodgap: new Gopher servers and does not itself refer to April Fools' Day.
  20. "Curl: Re: Gopher patches for cURL (includes test suite)". Archived from the original on 27 September 2011. Retrieved 25 August 2010.
  21. "Gopher: gopher.2002-02". Gopher.quux.org. Retrieved 2015-08-12.
  22. Fonseca, Jonas (24 December 2004). "elinks-users ANNOUNCE ELinks-0.10.0 (Thelma)". Linux From Scratch. Archived from the original on 20 February 2007. Retrieved 22 May 2010.
  23. hotaru.firefly; et al. (2 May 2009). "Issue 11345: gopher protocol doesn't work". Google. Retrieved 25 July 2011.
  24. "The Overbite Project @ Floodgap -- Gopher Client Software for Modern Operating Systems, Browsers and Mobile Devices (OverbiteFF [Firefox], Overbite Android)". gopher.floodgap.com. Archived from the original on 11 January 2018. Retrieved 1 May 2018.
  25. "Microsoft Security Bulletin MS02-047". Microsoft. 28 February 2003. Archived from the original on 25 August 2011. Retrieved 23 March 2007.
  26. "Kio gopher - KDE UserBase Wiki". userbase.kde.org. Archived from the original on 1 May 2018. Retrieved 1 May 2018.
  27. "Bug 388195 – Remove gopher protocol support for Firefox". Retrieved 15 June 2010.
  28. Sharps, Linda (1 April 2009). "OmniWeb 5.9.2 now includes Gopher support". The Omni Group. Archived from the original on 14 August 2011. Retrieved 3 April 2009.
  29. "A comprehensive list of changes for each version of OmniWeb". The Omni Group. 1 April 2009. Archived from the original on 25 August 2011. Retrieved 3 April 2009.
  30. "OverbiteFF – Add-ons for Firefox". addons.mozilla.org. Retrieved 1 May 2018.
  31. "Release Notes for Internet Explorer 7". Microsoft. 2006. Archived from the original on 25 August 2011. Retrieved 23 March 2007.
  32. 1 2 "The Overbite Project". Floodgap. Retrieved 25 July 2010.
  33. "Kio gopher". Retrieved 1 April 2017.
  34. Lore Sjöberg (12 April 2004). "Gopher: Underground Technology". Wired News. Archived from the original on 12 October 2008. Retrieved 27 July 2011.
  35. Paul, Ryan (6 July 2010). "Overbite Project brings Gopher protocol to Android". Ars Technica. Retrieved 25 July 2010.
  36. Riddle, Prentiss (1993-04-13). "GopherCon '93: Internet Gopher Workshop and Internet Gopher Conference". PrentissRiddle.com. Retrieved 2008-05-20.
  37. Masinter, Larry (1993). "Collaborative information retrieval: Gopher from MOO". Archived from the original on 30 May 2015. Retrieved 16 May 2015.
  38. "Index of /software/gophernicus/". Archived from the original on 20 May 2012. Retrieved 1 July 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.