home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / InternetTCP / HyperWais.README < prev    next >
Text File  |  2017-03-03  |  5KB  |  160 lines

  1. HyperWais 1.9:
  2. --------------
  3.  
  4. Welcome to HyperWais, a Hypercard stack for searching Wide Area
  5. Information Servers.
  6.  
  7.  
  8.  
  9. What is HyperWais:
  10. ------------------
  11.  
  12. HyperWais is a hypercard stack which can be used to access Wide Area
  13. Information Servers (WAIS) on the internet, currently there about about
  14. 450 public access servers available.
  15.  
  16. HyperWais allows you to connect up to any number of servers, search
  17. them, download documents and view/save them either with built-in 
  18. handlers or using other applications to view them. Support is also 
  19. provided for doing relevance feedback. All this functionality is provided 
  20. within hypercard in the form of a stack, in fact there are two stacks, 
  21. one built for Macs with small screens and one built for Macs with larger
  22. screens. Because the search interface is built using Hypercard, users
  23. can completely remodel it to their taste.
  24.  
  25.  
  26. Where can I get HyperWais:
  27. --------------------------
  28.  
  29. HyperWais can be obtained by anonymous FTP from:
  30.  
  31. sunsite.oit.unc.edu:/pub/wais/Mac/HyperWais.sea.hqx,
  32.  
  33. the internet address for sunsite is [152.2.22.81].
  34.  
  35. or from:
  36.  
  37. wais.com:/pub/freeware/mac/HyperWais.sea.hqx,
  38.  
  39. the internet address for wais is [192.216.46.98].
  40.  
  41. HyperWais.sea.hqx contains the User Distribution.
  42.  
  43.  
  44. You may also want to download JPEGView to view pictures.
  45. I have put a copy on wais.com along with HyperWais.
  46.  
  47.  
  48. Source Code:
  49. ------------
  50.  
  51. Source code for the application is available upon request.
  52.  
  53.  
  54.  
  55. What does HyperWais cost:
  56. -------------------------
  57.  
  58. Nothing, but be sure to read the COPYRIGHT file to see what the 
  59. restrictions are. Also be sure to register your copy of dispGIF
  60. that is supplied with the stack if you wish to display GIF images,
  61. and register your copy of TIFFImages that is supplied with the
  62. stack if you wish to displat TIFF images.
  63.  
  64.  
  65.  
  66. What is included in the User distribution:
  67. ------------------------------------------
  68.  
  69. After you have uncompressed the archive, you should find:  
  70.  
  71. - This file (named README).
  72.  
  73. - The copyright file (named COPYRIGHT).
  74.  
  75. - A Hypercard stack called HyperWais, which is a sample stack for
  76. searching WAIS databases. This stack contains a set of XCMDs which
  77. allow the stack to communicate (via Apple Events) with the "Wais
  78. Listener". There is also another stacks called HyperWais 12 for 12"
  79. monitors.
  80.  
  81. - A application called "Wais Listener", this is the Faceless Background
  82. Application (FBA) which allows the Hypercard stack to communicate with
  83. WAIS servers. This application just sits in the background and listens
  84. out to Apple Events. All you need to do is start it up. Note that the
  85. "Wais Listener" will grab a chunk of memory (about 450K) which will be
  86. added to the system software in the "About this mac" box.
  87.  
  88. - Another application called "Wais Listener.debug", this is the same
  89. application as the "Wais Listener" but will have a visible debug window
  90. which will list out all the events/data received and events/data
  91. returned. You may want to use this application to see what is going
  92. on.  Both "Wais Listener" and "Wais Listener.debug" create log files
  93. which can be looked at with any text editor.
  94.  
  95. - A folder called wais-sources where HyperWais stores the WAIS source
  96. description files.
  97.  
  98. - A folder called wais-documents where HyperWais stores some WAIS
  99. document files.
  100.  
  101. - A folder called wais-questions which does nothing at this time.
  102.  
  103. - Dont forget to read the release notes located in the Release Notes
  104. folder, these list out all the changes that were made with each
  105. version of HyperWais.
  106.  
  107.  
  108.  
  109. Other software you need to run HyperWais:
  110. -----------------------------------------
  111.  
  112. To run HyperWais you will need to run system 7.0, 7.0.1 or 7.1, Hypercard 2.1 and
  113. MacTCP 1.1 (or MacTCP 1.1.1 if you are running system 7.1).  Hypercard will have 
  114. to be allocated 1500K of memory, this is done using the "Get Info" menu in the Finder.
  115.  
  116. The Wais Listener should have about 450K of allocated to it.
  117.  
  118.  
  119.  
  120. Starting up:
  121. ------------
  122.  
  123. To start up you need to launch the "Wais Listener" application, then
  124. start HyperWais. HyperWais will need the wais-sources folder and the
  125. wais-documents folder in the folder it is located in (these are in the
  126. archive and should be created automatically). Note that the "Wais Listener"
  127. needs MacTCP to communicate with wais sources.  You may want to place the 
  128. "Wais Listener" in the startup folder located in the system folder. 
  129. This will ensure that the "Wais Listener" is started up everytime you 
  130. start up your mac.
  131.  
  132.  
  133.  
  134. Some limitations:
  135. -----------------
  136.  
  137. The "Wais Listener" will support any number of connections, any number
  138. of open sources per connection, number of document headlines per
  139. connection and any number of relevance feedback entries per
  140. connection.  The main limitation imposed is the amount of memory
  141. available to the "Wais Listener'. The connections can be opened by
  142. clients located either on the same macintosh as the "Wais Listener" or on 
  143. a different macintosh. This feature would enable you to set up a 
  144. "Wais Listener" gateway on one macintosh with a connection to
  145. the Internet and have a number of other macintoshs using appletalk to
  146. connect up to that Wais Listener.
  147.  
  148.  
  149.  
  150.  
  151.  
  152. francois 
  153.  
  154. Francois Schiettecatte
  155. Software Engineer
  156. Internet: francois@wais.com
  157. Phone    : (716) 256-2850
  158.  
  159.  
  160.