home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / gopher / gopher1.01 / doc / client.doc < prev    next >
Text File  |  1991-12-26  |  2KB  |  52 lines

  1.          Internet Gopher Curses Client Documentation
  2.                University of Minnesota
  3.  
  4.  
  5. I. Overview of the Internet Gopher Curses Client.
  6.  
  7. The Internet Gopher is a distributed document delivery service.  It
  8. allows a neophyte user to access various types of data residing on
  9. multiple hosts in a seamless fashion.  This is accomplished by
  10. presenting the user a hierarchical arrangement of documents and by
  11. using a client-server communications model.  The Internet Gopher
  12. Curses Client allows a user on a terminal to access the vast array of
  13. information available on various gopher servers.
  14.  
  15.  
  16. III. Using Gopher
  17.  
  18. To use the gopher just type "gopher".  You will be connected up to the
  19. root gopher server.  You can aim the Gopher client at an alternative
  20. server if you wish.  Just give the parameters on the command line like
  21. this: 
  22.  
  23. % gopher mermaid.micro.umn.edu 150
  24.  
  25. There is one option available '-s'.  This option flag disables saving
  26. and printing in the client.  This is quite useful for gopher clients
  27. that are publicly accessable.
  28.  
  29. The following commands are available in the browsing mode.
  30.  
  31. <Return>    View current item.
  32. <Number>    Move to a line #.
  33. k C-p       Move pointer up.
  34. j C-n       Move pointer down.
  35. u           Go up a level.
  36. Q           Exit Internet Gopher.
  37. O           Change Gopher Options.
  38. ?           This help screen.
  39.  
  40. Each object can be identified by it's "extension"
  41.  
  42. /           Item is a directory.
  43. .           Item is a text file.
  44. <?>         Item is a search index.
  45. <CSO>       Item is a CSO phone book.
  46. <TEL>       Item is a telnet session.
  47. <)          Item is a sound (looks like a speaker)
  48.  
  49.  
  50.  
  51.  
  52.