home *** CD-ROM | disk | FTP | other *** search
/ Cardinal Internet Access Solutions / Cardinal_Internet_Access_Solutions(1996-08-19).iso / files / internet / slipnet / slipnet.z / WSARCHIE.TXT < prev    next >
Text File  |  1994-03-15  |  6KB  |  134 lines

  1. This is the second ALPHA version of a windows based archie client. The
  2. code has changed completely from the previous release, although the interface
  3. is largely the same.
  4.  
  5. New features:
  6.  
  7. 1. The domain field is used to limit the search at the server rather than at the
  8. client.
  9.  
  10. 2. Directories can be expanded, ie the list of files within the directory
  11. can be retrieved.
  12.  
  13. 3. The program can be set up to use WS_FTP to retrieve files listed.
  14.  
  15. This program executable, help file and related text files may be distributed
  16. freely and may be used without fee by any individual.
  17.  
  18. Finally I would like to make it clear that the use of this program is at your
  19. own risk. 
  20.  
  21. The Archie client is based upon the archie client that is part of the Prospero
  22. v5.2a release.
  23.  
  24. It was written by Clifford Neuman (bcn@isi.edu) with changes by Brendan Kehoe
  25. (brendan@cs.widener.edu) and George Ferguson (ferguson@cs.rochester.edu).
  26.  
  27. The code comes with the following copyright notices, reproduced in full
  28. here:
  29.  
  30. /* 
  31.   Copyright (c) 1991, 1992, 1993 by the University of Southern California
  32.   All rights reserved.
  33.  
  34.   Permission to use, copy, modify, and distribute this software and its
  35.   documentation in source and binary forms for non-commercial purposes
  36.   and without fee is hereby granted, provided that the above copyright
  37.   notice appear in all copies and that both the copyright notice and
  38.   this permission notice appear in supporting documentation. and that
  39.   any documentation, advertising materials, and other materials related
  40.   to such distribution and use acknowledge that the software was
  41.   developed by the University of Southern California, Information
  42.   Sciences Institute.  The name of the University may not be used to
  43.   endorse or promote products derived from this software without
  44.   specific prior written permission.
  45.  
  46.   THE UNIVERSITY OF SOUTHERN CALIFORNIA makes no representations about
  47.   the suitability of this software for any purpose.  THIS SOFTWARE IS
  48.   PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
  49.   INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  50.   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  51.  
  52.   Other copyrights might apply to parts of the Prospero distribution
  53.   and are so noted when applicable.
  54.  
  55.   Prospero was originally written by Clifford Neuman (bcn@isi.edu).
  56.   Contributors include Steven Seger Augart (swa@isi.edu), Benjamin Britt
  57.   (britt@isi.edu) and others identified in individual modules.
  58.  
  59.   Questions concerning this software should be directed to 
  60.   info-prospero@isi.edu.
  61.  
  62.   */
  63. /* 
  64.   Copyright (c) 1989, 1990, 1991 by the University of Washington
  65.  
  66.   Permission to use, copy, modify, and distribute this software and its
  67.   documentation for non-commercial purposes and without fee is hereby
  68.   granted, provided that the above copyright notice appear in all copies
  69.   and that both the copyright notice and this permission notice appear in
  70.   supporting documentation, and that the name of the University of
  71.   Washington not be used in advertising or publicity pertaining to
  72.   distribution of the software without specific, written prior
  73.   permission.  The University of Washington makes no representations
  74.   about the suitability of this software for any purpose.  It is
  75.   provided "as is" without express or implied warranty.
  76.  
  77.   Prospero was written by Clifford Neuman (bcn@isi.edu).
  78.  
  79.   Questions concerning this software should be directed to 
  80.   info-prospero@isi.edu.
  81.  
  82.   */
  83.  
  84. Installation.
  85. =============
  86.  
  87. This instructions assume that you have some form of WINSOCK installed and
  88. working and that you are using Windows 3.1.
  89.  
  90. I use Peter Tattam's Trumpet Winsock. It's shareware and has SLIP built in
  91. and can be found at the follwing sites:
  92.  
  93. ftp.demon.co.uk:/pub/ibmpc/winsock/stacks/trumpwsk/twsk10a.zip
  94. ftp.sunet.se:/pub/pc/news/trumpet/winsock/twsk10a.zip
  95. tasman.cc.utas.edu.au:/pub/pc/news/trumpet/winsock/twsk10a.zip
  96.  
  97. I mention this winsock as it is the only one that I've tried this with and
  98. it might not work with others, although theorectically it should.
  99.  
  100. 1. Unzip wsarchie.zip in a directory by itself. There should be three files
  101. altogether:
  102.  
  103. wsarchie.exe    - this is the program itself.
  104. wsarchie.ini    - contains the list of archie servers, and user preference
  105.                   settings.
  106. wsarchie.txt    - this file
  107.  
  108. 2. Use the FTP Setup command in the Options menu to setup the command line
  109. for the FTP client. This is a non essential step, but is useful.
  110.  
  111. That's it. As long as wsarchie.ini is in wsarchie.exe's working directory
  112. everything should go swimmingly. You can add an icon in a program manager
  113. group in the usual fashion (ie drag wsarchie.exe from the file manager to
  114. the desired group, or use {file, new} from the program manager menu).
  115. The icon is derived from the Winsock icon.
  116.  
  117. To use, enter your search term in the "Search for" field, and then press
  118. return, or select the Search button. If things go successfully then you
  119. should see the title bar change informing you of packets being recieved.
  120. When complete the results will be displayed in the host, directories and
  121. files list boxes. Full details of the selected file will be displayed below.
  122. Note some archie servers seem to give fewer details than others.
  123.  
  124. To change the default Archie server use the Option Menu command User
  125. Preferences. A dialog will be displayed, currently this allows default
  126. archie client and default search type to be set.
  127.  
  128. The domain box can be used to limit the sites that the Archie Server will
  129. consider during it's search.
  130.  
  131. Good Luck
  132.  
  133. David Woakes (david@maxwell.demon.co.uk).
  134.