home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Network / infosystems / Gopher.1.13.README < prev    next >
Encoding:
Text File  |  1994-08-04  |  4.6 KB  |  105 lines

  1. Installation Instructions
  2.  
  3. The tar.Z file you just unpacked should contain a working Gopher binary, which you should copy to your Apps or LocalApps directory.
  4.  
  5. If you are upgrading from a previous version, please note that the defaults database name has changed, so you may have to re-enter your default server in the Preferences.
  6.  
  7. Gopher uses two other public domain packages, Stuart and Ph.  Both should be available on popular archive sites.
  8.  
  9. If you want the source code for Gopher 1.13, it is located on the same ftp site and is called Gopher_1.13_Source.tar.Z.
  10.  
  11. History:
  12.  
  13. Version 1.13 - changes by Tyler Gingrich tyler@vsc.com
  14.  
  15.     Fixed the GopherClient init method to set the browsers delegate AFTER the nib loads rather than setting it in the nib.  This allows the application to load by avoiding a browser load with incorrect browser cells (cells which don't respond to the setRemoteName: message).
  16.     
  17.     Fixed all of the header imports to work with NEXTSTEP 3.X.
  18.  
  19.     Rearranged the project to work with the 3.X ProjectBuilder.
  20.  
  21.     Made a wide-variety of minor changes (mostly char * casts) to avoid or suppress all of the 'C' warnings during the compile cycle.
  22.  
  23.     Changed the default connection from gopher.micro.umn.edu to gopher.tc.umn.edu since a connection to gopher.micro.unm.edu seems to always end up at the other machine.  :-)
  24.  
  25.     Tested the completed product on both Intel and Motorola hardware.
  26.  
  27. Version 1.12 - changes by Paul Lindner lindner@boombox.micro.umn.edu
  28.  
  29.     Fixed the client so that it can work with the new index-server protocol change.
  30.     
  31.     Upped the size of some data structures so that it can better deal with WAIS gateways.
  32.  
  33. Version 1.11 - changes by Paul Lindner lindner@boombox.micro.umn.edu
  34.  
  35.     Made some cosemetic changes.  Spiffed up some of the panels.  Made
  36. them look pretty.
  37.     
  38.     Added an Item Type Field in the Item info panel.
  39.     
  40.     Fixed the Help menu item to better reflect reality.
  41.     
  42.     Fixed up the highlighting of search terms.  Also added a Find menu
  43. item so the user can find the relevant portions of the document, given
  44. the search string.  (I still need to implement a find previous
  45. though.)
  46.  
  47.  
  48. Version 1.1  - changes by David Lacey dlacey@umaxc.weeg.uiowa.edu
  49.  
  50.    Added a Stuart Speaker interface so that Stuart could be messaged rather than just Terminal when a Telnet session was called.  Also added a preferences item for this.  Stuart is better than Terminal because, unlike terminal, Stuart doesn't start a new app each time you fire up a telnet session.
  51.  
  52.    Added an alert box to show you the login to use when you do a telnet and a login was specified by the server.
  53.  
  54.    Added a speaker to Rex Pruess's Ph program to handle CSO Namservers.
  55.    
  56.    Fixed the initial menu negotiation -- Gopher used to send two \n\r sequences to the server causing it to die under some conditions (noticbly on a SLIP link)
  57.  
  58.    Changed the window from 3 small panes to 2 larger panes.
  59.    
  60.    Enlarged the Courier font used to represent the Telnet sessions -- better
  61. legiblity
  62.    
  63.    Changed the Defaults database to look for "Gopher" rather than "UST_Gopher" to be more consistent with the NeXT defaults interface.
  64.  
  65.    Added two new response code handlers:
  66.        Type 'R' for rlogin.  Useful because the system can negotiate the login for the user transparently rather than having to give the user an alert box telling them what to type.
  67.     Type 'T' for tn3270 sessions.  Useful for all those ugly blue boxes that just won't go away...
  68.     
  69.     Changed default port from 150 to 70.
  70.     
  71. Gopher 1.0c release notes
  72.  
  73. Fixed an annoying problem with the index popup.  Hitting the close button would cause the program to hang.
  74.  
  75. Added a spiffy icon.
  76.  
  77.  
  78. Gopher 1.0b2 release notes
  79.  
  80. Fixed a minor but annoying bug : I forgot to switch the default shell
  81. for Terminal to what it was.
  82.  
  83. Gopher 1.0b release notes
  84.  
  85. This is the 1.0 release of my Gopher client. It is by no means perfect,
  86. but I am leaving the country and I wanted to release something that
  87. worked. The main changes from 0.9b :
  88.  
  89. - help text has been beefed up
  90. - main window uses a SplitView so you can resize the Browser and the Text
  91. - allows telnet connections (but in a rather ugly way).
  92. - allows sounds to be played. To do so, however, you must first install the "play" program.
  93.  
  94.  
  95.  
  96. Possible problems :
  97.  
  98. When getting text from the server, the client just tries to read
  99. a large amount of data, under the assumption that the socket will
  100. be closed when there is no more text. This might not be true (i.e.
  101. the socket may not always be closed). The documentation of the
  102. protocol is not entirely clear on this subject.
  103.  
  104. Still relatively little error checking. I'm trying to keep it simple.
  105.