home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / tcpip / ibmpc / 4768 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  2.9 KB

  1. Xref: sparky comp.protocols.tcp-ip.ibmpc:4768 vmsnet.networks.tcp-ip.multinet:1968 comp.sys.mac.programmer:14104 alt.internet.services:489
  2. Newsgroups: comp.protocols.tcp-ip.ibmpc,vmsnet.networks.tcp-ip.multinet,comp.sys.mac.programmer,alt.internet.services
  3. Path: sparky!uunet!caen!sdd.hp.com!elroy.jpl.nasa.gov!dank
  4. From: dank@blacks.jpl.nasa.gov (Daniel R. Kegel)
  5. Subject: Volunteers needed to port e-mail directory program
  6. Message-ID: <dank.714087898@blacks>
  7. Sender: news@elroy.jpl.nasa.gov (Usenet)
  8. Nntp-Posting-Host: blacks.jpl.nasa.gov
  9. Organization: Image Analysis Systems Group, JPL
  10. Date: Mon, 17 Aug 1992 21:44:58 GMT
  11. Lines: 45
  12.  
  13. I'm looking for volunteers to help port a simple but very useful 
  14. Internet access tool to VMS, MS-DOS, and the Mac.  The tool is
  15. called 'uwho', and it lets the average Joe User look up Internet e-mail
  16. addresses quickly without knowing much about the Internet.
  17.  
  18. The tool is novel because it knows about all the publicly available
  19. whois and ns servers on the Internet.  Currently, it provides access
  20. to over 300,000 e-mail addresses, but this number is increasing as
  21. more organizations set up whois servers.  
  22. It is also efficient; it finishes in ten seconds or so, and in contrast to 
  23. 'netfind', does not thrash the internet with hundreds of 'finger' requests.
  24.  
  25. uwho will be posted to comp.sources.reviewed soon (I hope) and will
  26. be placed in the public domain.  The initial version runs under Unix,
  27. and is about 400 lines of C and 200 lines of Bourne shell script; it could
  28. just as well be about 400 lines of Perl or 600 lines of C.
  29. Unfortunately I have neither the time nor expertise to port it to non-Unix 
  30. systems.  Please, if you are interested in encouraging the use of e-mail
  31. and think you have the skills and time to port this program, drop me a
  32. line at dank@blacks.jpl.nasa.gov.  The Net will thank you.
  33. [ Sorry about the crosspostings, but I didn't know how else to reach
  34.   the diverse group of developers needed. ]
  35. - Dan Kegel
  36.  
  37. --- uwho's README follows ---
  38. uwho is a simple tool for accessing the many whois and ns servers
  39. on the Internet.  It lets you look for somebody's e-mail address
  40. without knowing the details of where such information is kept.
  41. A large part of its power comes from its ability to download an
  42. up-to-date list of whois and ns servers via FTP. 
  43.  
  44. "uwho person organization"
  45. searches for whois or ns servers matching the given organization name, 
  46. then uses a quick version of whois and/or ph to search for peronsal information.
  47. All network access is done in parallel, and completes in about ten
  48. seconds.
  49.  
  50. It is intended for use on any Unix system, but has only been tested
  51. with SunOS 4.1.1, NeXT 2.0, HP/UX, and Ultrix.
  52.  
  53. It requires a Bourne shell /bin/sh with job control (a Berkeley-ism)
  54. because it uses job control to run several searches in parallel.
  55.  
  56. Author: Dan Kegel (dank@blacks.jpl.nasa.gov)
  57. Legal status: This software is in the public domain...
  58.