# # PGopher configuration file # # The values below are the defaults when lines are commented out or # excluded from the file. For helper applications, setting a value to # the empty string ("") has the effect of making PGopher either # download only (HTML, PDF, images, sounds, movies), or do nothing # (CSO phonebook, Telnet, TN3270). # # Words surrounded by percent signs are simply placeholders, and ought # to be self-explanatory. # # Default host[:port][/type[selector]] $DEFHOST = "gopher.sm5sxl.net"; # Helper applications $HTMLVIEW = "lynx"; $PDFVIEW = "acroread"; $IMGVIEW = "xv"; $SNDPLAY = "xmms"; $MOVPLAY = "mplayer"; $PHBOOK = "ph -s %HOST% -p %PORT%"; $TELNET = "telnet -l %LOGIN% %HOST% %PORT%"; $TN3270 = "tn3270 %HOST% %PORT%"; # Print command $PRINTCMD = "lpr"; # Download directory $DLDIR = $ENV{'HOME'}; # Bookmark file $BOOKMARKS = $ENV{'HOME'} . "/.pgopher_bookmarks"; # Command prompt $PROMPT = "pgopher> "; # Assumed 8-bit source encoding of text files (UTF-8 version only) $TEXTENC = "iso-8859-1"; # Terminal size (if PGopher isn't able to determine it automatically) #$TERMSIZE = "80x24"; .