Geomyidae (ver 0.26.3) Freeware Description: ------------ Geomyidae is a daemon for serving the Gopher protocol. It is based on my gopherd for Plan 9. Geomyidae has been tested on Ubuntu, Archlinux, NetBSD, and Gentoo. License: -------- Geomyidae is released under the MIT/X license. See the LICENSE file in the distribution for further notes. Bugs, Patches: -------------- If you find a bug or have any patches for Geomyidae, mail them to me at 20h@r-36.net. Installation: ------------- % tar -xzvf geomyidae_0-26-3.tar.gz; % cd geomyidae-*; % make; % sudo make install; % sudo mkdir -p /var/gopher; % sudo cp index.gph /var/gopher; % sudo Geomyidae -l /var/log/geomyidae.log -b /var/gopher -p 70; % tail -f /var/log/geomyidae.log; # # Use whatever gopher client you like to gopher to # gopher://localhost # # Have fun!