home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / WINSOCK / WWEBST07 / README.TXT < prev    next >
Text File  |  1995-02-26  |  6KB  |  135 lines

  1. WinWebster Version 0.70
  2. Copyright (c) 1994, Gregorian Programmers Guild
  3.  
  4. Windows Sockets Webster client
  5. Written by Steeve McCauley
  6. steeve@stoner.eps.mcgill.ca
  7.  
  8. Description
  9. -----------
  10.    WinWebster is a webster client for accessing a network webster
  11. server.  Specify a server host and port in the Servers dialog and
  12. hopefully you can access the Webster Server Dictionary over the net
  13. -- provided you have permission to connect to that server!  I will
  14. keep a list of known servers on my Web page so if you know of one
  15. please let me know.  See, http://www.eps.mcgill.ca/~steeve for
  16. details.  The only globally accessible site I'm aware of is
  17. webster.cs.indiana.edu port 2627.
  18.  
  19.    Enter a word in the input edit control.  Click on 'Define' to
  20. get a definition for that word.  If you're unsure of the spelling
  21. of a word, type in the first bit and click on 'Complete' or
  22. 'Endings'.  Endings fills the Word List with a list of words that
  23. you can scroll through.  Complete tries to finish the word for you.
  24. If you click on 'Thesaurus' you get (surprise) the thesaurus entry
  25. for the word in the input line.
  26.  
  27.    If you click on a word in the output window it will be placed
  28. in the input edit control for subsequent definitions.
  29.  
  30.    Click on the 'no INDEX' button if you get complaints from your
  31. webster server about not understanding the INDEX command.
  32.  
  33.    Click on Copy to copy text, selected in the edit control, to
  34. the clipboard.  Similarly, click on Paste to paste the clipboard
  35. contents to the edit control or anywhere else in the Windows
  36. environment.
  37.  
  38. ****** Warning: Plug Follows
  39.    If you like this program you might want to try my Program
  40. Manager Replacement 'dwm'.  The current version is always
  41. available on stoner.eps.mcgill.ca in /pub/windows.  There is
  42. There is also a beta version in /pub/windows/beta.
  43. ******
  44.  
  45. License Agreement
  46. -----------------
  47.    WinWebster is PostcardWare(tm).  As such you can use the program
  48. for evaluation purposes for 14 days, if you like it and continue
  49. using it you MUST send me a postcard under penalty of THE LAW.
  50. Please note that I retain all rights to this program and that if
  51. you want to redistribute this program for money you must obtain
  52. written permission from me, the author.  I will allow the program
  53. to be redistributed in the form of a shareware sampler CD without
  54. prior permission.
  55.  
  56. Please address your postcard (the tackier the better) to,
  57.  
  58.    Steeve McCauley
  59.    4112 av de l'Hotel-de-Ville
  60.    Montreal, QC
  61.    H2W 2H1
  62.    Canada
  63.  
  64. If you really really like the program you can send money instead!
  65. Or if you're a giant multi-national corporation/bank etc with buckets
  66. of spare cash feel free to float a little over my way.  I will NOT 
  67. complain, honest.
  68.  
  69. FIXES
  70. -----
  71. Version 0.1 to 0.2
  72.    - Fixed a problem with certain winsock stacks not being able
  73.      to connect() to the server.  The problem had to do with stack
  74.      data no being properly cast in the call to connect() - only
  75.      in dos, eh.
  76.    - Removed the code which does a getservbyname() call since this
  77.      info should preferably be set with each host individually.
  78.  
  79. Version 0.2 to 0.3
  80.    - window position is saved on exit
  81.    - can now enter the ip address in either numeric or alpha format
  82.    - if you enter a port address of 0 the program will do a 
  83.      getservbyname() call to try to extract the server port from
  84.      the services file.  You should use "webster" as the service
  85.      name if you add this value to your services file, for ex,
  86.  
  87.    webster     160/tcp
  88.  
  89. Version 0.3 to 0.4
  90.    - added a no INDEX button for servers that do not support the
  91.      INDEX keyword.
  92.    - changed the input control from an edit control to a combo box 
  93.      so that previous words are saved in the drop down box.
  94.    - added Copy and Paste buttons for the Output edit control
  95.  
  96. Version 0.4 to 0.5
  97.    - save the no INDEX setting between sessions (minor oversite :)
  98.    - some servers produce output which is wider than others.  I
  99.      rearranged the controls so that the output control would be
  100.      the full width of the window.  This should eliminate the
  101.      need for horizontal scrolling.
  102.    - fifty most recent words are now saved from the Input control
  103.      and restored between sessions.
  104.  
  105. Version 0.5 to 0.6
  106.    - added Delete button in the Servers dialog box so that server
  107.      entries can easily be deleted.
  108.  
  109. Version 0.6 to 0.7
  110.    - clicking on a word in the output edit control will move that
  111.      word into the input edit control.  This allows one to quickly
  112.      select words from a returned definition for subsequent operations.
  113.      Kinda like two step hypertext!
  114.  
  115. Other Legalese
  116. --------------
  117.    This program is a port of some of the routines from the xwebster program,
  118. although not much remains of the original source.  As such I include below 
  119. the copyright notice as specified below.
  120.  
  121. * xwebster - dictionary browser
  122. *
  123. * Copyright 1988 Hewlett-Packard Company
  124. *
  125. * Permission to use, copy, modify, and distribute this software and its
  126. * documentation for any purpose and without fee is hereby granted, provided
  127. * that the above copyright notice appear in all copies and that both that
  128. * copyright notice and this permission notice appear in supporting
  129. * documentation, and that the name of HP not be used in advertising or
  130. * publicity pertaining to distribution of the software without specific,
  131. * written prior permission.  HP makes no representations about the
  132. * suitability of this software for any purpose.  It is provided "as is"
  133. * without express or implied warranty.
  134.  
  135.