Description: Geomyidae is a daemon for serving the Gopher protocol. It is based on my gopherd for Plan 9. License: Geomyidae is released under the MIT/X license. See the LICENSE file in the distribution for further notes. Development: The git tree is at http://git.r-36.net/geomyidae/ Installation: % wget http://www.r-36.net/src/geomyidae/geomyidae-current.tgz; % tar -xzvf geomyidae-current.tgz; % 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!