Table of Contents
Gopher
Gopher is an earlier, alternate protocol to HTTP. Gopher pages are more stricly organised, and do not reder images (though they can make images and other files downloadable).
Viewing
Support in web browsers has mostly fallen off, but Lynx still works (w3m doesn't).
There are also a few proxy browsers you can use within your web browser of choice. You feed them the Gopher URL and it renders the page for you. They each have their own style:
- Floodgap Public Gopher Proxy - Most popular
- Gaufre - Looks nice, but no link identification.
- FEUERFUCHS - Also looks nice. Good image support. Also supports Gemini.
There is also a Firefox extension OverbiteWX that sends gopher://
URLs to Floodgap.
For dedicated clients see: Gopher Browsers
See Also
- Gopher Clients - Comprehensive list by 'solderpunk'.
Writing
Gopher pages are pretty simple text files.
Like in HTML, a directory has an index file, in Gopher's case it's called gophermap. Other files will have their usual extension. Other pages are plaintext files with a '.TXT' extension.
Syntax
There isn't a lot to Gopher's syntax. Any text is entered plainly, and the only other page elements are links. The most unique thing about them is that they start with a number to indicate what kind of file they link to: an image, another page, a binary file, etc. These links separate the domain and the directory within that domain too, and include a port number. Each section of the link is separated by a TAB.
1My Cat /mycat gopher.ryliejamesthomas.net 70
To break it down:
Item type | User display string | Selector | Hostname | Port |
---|---|---|---|---|
1 | My Cat | /mycat | gopher.ryliejamesthomas.net | 70 |
Link Kinds
Canonical types | |
---|---|
0 | Text file |
1 | Gopher submenu |
2 | CCSO Nameserver |
3 | Error code returned by a Gopher server to indicate failure |
4 | BinHex-encoded file (primarily for Macintosh computers) |
5 | DOS file |
6 | uuencoded file |
7 | Gopher full-text search |
8 | Telnet |
9 | Binary file |
+ | Mirror or alternate server (for load balancing or in case of primary server downtime) |
g | GIF file |
I | Image file |
T | Telnet 3270 |
Non-canonical types | |
h | HTML file |
i | Informational message |
s | Sound file (especially the WAV format) |
Examples
URL Link:
hMy Website URL:https://www.ryliejamesthomas.net/ gopher.ryliejamesthomas.net 70
Serving
Cool Things
This 3-D Gopher browser: Gopher VR.
Gopherspace
If you're not using a browser that can handle the Gopher protocol just stick http://gopher.floodgap.com/gopher/gw?
before the link an' you should be right.
- gopher://tilde.town:70/1/~rjt ⇇ ME :D
See Also
- gopher.zone - Lots of good info., including a guide or writing gophermaps.
- Gopher on the SDF Public Access UNIX System.
- What is Gopher? - Good info. video by 'Tomasino'.