/etc/gopherremote.rc is in gopher 3.0.16.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | #********************************************************************
# $Author: jgoerzen $
# $Revision: 1.1 $
# $Date: 2000/08/19 00:28:56 $
# $Source: /home/jgoerzen/tmp/gopher-umn/gopher/head/gopher/gopherremote.rc,v $
# $State: Exp $
#
# Paul Lindner, University of Minnesota CIS.
#
# Copyright 1991, 1992 by the Regents of the University of Minnesota
# see the file "Copyright" in the distribution for conditions of use.
#********************************************************************
# MODULE: gopher.rc
# Global rc file for gopher client
#*********************************************************************
# Revision History:
# $Log: gopherremote.rc,v $
# Revision 1.1 2000/08/19 00:28:56 jgoerzen
# Initial revision
#
# Revision 3.2 1994/06/09 04:28:04 lindner
# none
#
# Revision 3.1 1993/04/15 21:15:10 lindner
# Remote gopherrc file
#
# Revision 3.3 1993/02/19 21:08:58 lindner
# Added audio/mulaw, and changed defs for gif and ppm to use the '|'
# command.
#
# Revision 3.2 1993/02/18 23:37:27 lindner
# Added header info...
#
#
# Map gopher+ types to local commands
#
# format is:
# map: gplusview,view command,printcommand
#
#
# make sure you eliminate piping and modify the printcommands on VMS
# comment out maps which don't apply on your system, or set them to ",,"
#
#map: Audio/mulaw,|play -v 40 -&,
map: image/gif,DOWN,lpr %s
#map: image/ppm,|xv,lpr %s
#map: Text/dvi,xdvi %s,lpr %s
#map: Text/postscript,gspreview %s,lpr %s
#map: Text/troff,nroff %s|more -d,ptroff %s
map: Text/richtext,richtext %s|Less -f -r,lpr %s
#
# Set the builtin's default for bolding of search terms
#
SearchBolding: yes
#
# Set preference values for each gopher+ type
#
# format is
#
# prefer: default|gplusview pref value
#
#prefer: default 5
#prefer: image/gif 10
#prefer: image/ppm 5
|