home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / whois10c.zip / read.me next >
Text File  |  1993-08-07  |  9KB  |  246 lines

  1. WHOIS Client for OS/2 V1.0c
  2. Copyright (c) 1993 Chris Hawkinson, Computer Solutions by Hawkinson
  3.  
  4.  
  5. Whois client for OS/2 allows your to lookup users, hosts, domains, mailboxes
  6. and other informatioin over the Internet or on your own network.
  7.  
  8. Shareware Notice
  9. ----------------
  10.  
  11. This software is being distributed as shareware.  For $5.00, you will
  12. receive over the Internet a registered copy of the latest versions of
  13. the whois, Archie (when released) and IRC (when released).  Both Archie
  14. and IRC (level 1, non-PM) will be released before September 1, 1993).
  15. For an additional $5.00, I will ship a disk containing the registered
  16. versions and the latest version of the documentation (including an
  17. expanded tutorial on whois) printed on a laser printer (as well as on
  18. the disk).
  19.  
  20. The source code can be purchased at $5.00 per client (electronically),
  21. or $10.00 per client (sent through the mail).  I will not send any source
  22. code to any non-registered users.  The source code may then be used in any
  23. desired fashion, however, a copyright notice MUST be kept intact for any
  24. code that includes even one line of the original, or is partially based on
  25. the original code.  A copyright notice of:  "portions Copyright (c) 1993
  26. Chris Hawkinson, Computer Solutions by Hawkinson", is acceptable.
  27.  
  28. History
  29. -------
  30.  
  31. A few months back there was a REXX client written to handle WHOIS searches
  32. under OS/2.  It was simple, easy to understand, but had some problems.  I
  33. didn't use whois all that much, but when I did, I needed features that it
  34. just couldn't handle.  I developed a new REXX whois for my own use, but I
  35. wasn't satisfied.  Since it wasn't important, I shelved it.
  36.  
  37. A few weeks back I started on two other clients, a IRC client and a Archie
  38. client.  With the pieces I developed for these two clients, a new whois
  39. client written in C/C++ was born.
  40.  
  41. This whois client is very functional, but it isn't a PM application.  For
  42. this, and my forth coming Archie and IRC clients, the first level release
  43. is a non-PM application, subsequent release will be both.
  44.  
  45. Computer Solutions by Hawkinson
  46. -------------------------------
  47.  
  48. Computer Solutions by Hawkinson is a software development and consulting
  49. organization with clients all over the nation (and contractors all over
  50. the world).  Besides Software Development consulting, we develop
  51. applications for internal use, and for resale.
  52.  
  53. For more information on how we can help your organization, please send
  54. e-mail via Internet to sales@csbh.com or call us at (914) 229-9853.
  55.  
  56. Requirements
  57. ------------
  58.  
  59. +  OS/2 (tested on 2.1 GA, but should work on at least any 2.x versions)
  60.  
  61. +  IBM TCP/IP for OS/2 (version 1.2.1 and above)
  62.  
  63. +  Whois Server.  This server can be a public Internet Whois server (such as
  64.    rs.internic.net), or a private server.
  65.  
  66.  
  67. Installation
  68. ------------
  69.  
  70. 1) Copy the whois.exe to a directory on your path.
  71.  
  72. 2) If you want to usually connect to a host other than rs.internic.net,
  73.    you may set the host by typing:
  74.  
  75.        whois +h (new host) +s
  76.  
  77.    This will save the host in a file in the directory pointed to by the
  78.    ETC environment variable (or in the current directory if the variable
  79.    is not found). The system will then attempt to test the connection.
  80.  
  81.    If the port has to be changed, type:
  82.  
  83.        whois +p (new port) +s
  84.  
  85.    This will save the port in a file in the directory pointed to by the
  86.    ETC environment variable (or in the current directory if the variable
  87.    is not found).  The system will then attempt to test the connection.
  88.  
  89.    Both steps can be combined by typing:
  90.  
  91.        whois +h (new host) +p (new port) +s
  92.  
  93. Quick Start
  94. -----------
  95.  
  96. whois [+Option argument] [name]
  97.  
  98. Where:
  99.       Options and Arguments:
  100.          i - Interactive mode
  101.          h - Define Host (argument is the host name)
  102.          m - Every screen full, prompt to continue
  103.          o - Redirect output to file (argument is
  104.               the file name to redirect to)
  105.          p - Define Port (argument is the port)
  106.          s - Saves the host and port settings
  107.          ? - Simple help
  108.  
  109. The simplest case is to look up a name, such as Hawkinson.  To do this,
  110. type 'whois Hawkinson'.  The system will then attempt to connect to
  111. rs.internic.net (unless you changed the host during installation) and
  112. lookup Hawkinson.
  113.  
  114. To change the host, add the +h option:
  115.  
  116.    whois +h (new host) Hawkinson
  117.  
  118. This will look up at a new host, for this run only, Hawkinson and output
  119. the result.  To save this host as the designated host, use the +s option
  120.  
  121. To change the port, add the +h option:
  122.  
  123.    whois +p (new port) Hawkinson
  124.  
  125. This will look up at the designated host at a new port, for this run only,
  126. Hawkinson and output the result. To save this port as the designated port,
  127. use the +s option.
  128.  
  129.    whois +m csbh.com
  130.  
  131. Will output to the screen information found on csbh.com.  After every screen
  132. of information, a '---More---' prompt will appear.
  133.  
  134.    whois +o whois.hlp help
  135.  
  136. Will output information found on help to the file whois.hlp.  Using this
  137. option you may output to another device (such as the printer) by using the
  138. device name instead of a file name (for printer, PRN).
  139.  
  140.    whois +i
  141.  
  142. Puts the system into an interactive mode.  In this mode it is more like you
  143. were using the whois server directly.  The +o, is shut off, the +m is
  144. turned on.
  145.  
  146. Many servers have their own help screens.  At rs.internic.net, try sending
  147. help or ? as the name for more details on queries to send to the server.
  148.  
  149. Registering
  150. -----------
  151.  
  152. To register, send in U.S. funds the following fees:
  153.  
  154.    $5.00   For registered versions of whois, Archie and IRC sent over the
  155.            Internet.
  156.  
  157.   $10.00   For registered versions of whois, Archie and IRC and printed
  158.            documentation, sent via the postal service.
  159.  
  160.                              Plus
  161.  
  162.    $5.00   For the source code of whois, Archie or IRC sent over the
  163.            Internet.
  164.            
  165.   $10.00   For the source code of whois, Archie or IRC sent via the
  166.            postal service.
  167.  
  168.                              Plus
  169.  
  170.            If I am shipping to an address in N.Y. State, please include
  171.            the local sales tax for where we are shipping.  If you do not
  172.            include the tax, no versions will be sent.
  173.  
  174. Send to:
  175.  
  176.            Computer Solutions by Hawkinson
  177.            P.O. Box 314
  178.            Hyde Park, NY 12538
  179.  
  180.  
  181. Support
  182. -------
  183.  
  184. All users, non-registered and registered users get free support via
  185. the E-Mail system of the Internet, the postal service.  Registered
  186. users will also receive a BBS number, a fax number and a phone
  187. number ((914) 229-9853) to call for support.  Non-registered users
  188. attempting to use the phone number will lose all support.
  189.  
  190. Registered user will get first priority to any bug fixes, requested
  191. new features and beta testing.
  192.  
  193. via Internet:
  194.  
  195.           support@csbh.com
  196.  
  197. via Postal Service:
  198.  
  199.           Computer Solutions by Hawkinson
  200.           P.O. Box 314
  201.           Hyde Park, NY 12538
  202.  
  203.  
  204. LICENSE AGREEMENT
  205. -----------------
  206.  
  207. The use of Whois for OS/2 is subject to the following terms and
  208. conditions:
  209.  
  210. The copy of Whois for OS/2 that you have is distributed as shareware. You
  211. may freely copy and distribute the file WHOIS10C.ZIP but only AS LONG AS
  212. THIS FILE IS NOT MODIFIED IN ANY WAY and that no charges (other than a media
  213. charge or connect time) are applied to the person receiving the file.  The
  214. only exception to this is the Walnut Creek CDROM collection, which this file
  215. may be included on for profit.  You may NOT distribute individual components of WHOIS10C.ZIP, either as-is or in modified form, without written permission from Chris Hawkinson (or Computer Solutions by Hawkinson).
  216.  
  217. Since Whois for OS/2 is distributed as shareware, you may use it for a
  218. 30-day trial period, as long as you agree to the provisions of this license
  219. agreement. If you continue to use Whois for OS/2 beyond the 30-day trial
  220. period, you are obligated to register it. Instructions for registering
  221. Whois for OS/2 can be found in the 'Registering' sections of READ.ME.
  222.  
  223. When you register Whois for OS/2, you will receive a single user,
  224. registered copy. You may not distribute the registered copy nor may
  225. it be possible for more than one user to use the software at the same
  226. time.
  227.  
  228. LIMITED WARRANTY
  229. ----------------
  230.  
  231. Chris Hawkinson (or Computer Solutions by Hawkinson) does not warrant that
  232. Whois for OS/2 will meet your requirements or that its operation will be
  233. uninterrupted or error free.  In no event will Chris Hawkinson (or Computer
  234. Solutions by Hawkinson)'s liability for any damages to you or any other
  235. person ever exceed the registration fee that was paid to Chris Hawkinson
  236. (or Computer Solutions by Hawkinson).
  237.  
  238. Chris Hawkinson (or Computer Solutions by Hawkinson) SHALL NOT IN ANY
  239. CASE BE LIABLE FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT OR
  240. OTHER SIMILAR DAMAGES ARISING FROM ANY BREACH OF THESE WARRANTIES EVEN
  241. IF HE OR HIS AGENTS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  242. Some states do not allow the exclusion or limitation of incidental or
  243. consequential damages, so the above limitation or exclusion may not
  244. apply to you.
  245.  
  246.