home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / 8bit / 5847 < prev    next >
Encoding:
Text File  |  1993-01-12  |  3.6 KB  |  64 lines

  1. Newsgroups: comp.sys.atari.8bit
  2. Path: sparky!uunet!think.com!spdcc!merk!winston
  3. From: winston@merk.com (Winston Smith)
  4. Subject: Re: Qwk Readers
  5. Message-ID: <C0qtC8.LME@merk.com>
  6. Keywords: QWK, IBM, BBS, offline, mailer, ASCII, textpro
  7. Organization: Technology Partners, Inc.
  8. References: <1993Jan11.054835.11603@cs.tulane.edu> <1993Jan11.080608.4011@mtu.edu>
  9. Date: Tue, 12 Jan 1993 13:26:31 GMT
  10. Lines: 52
  11.  
  12.  
  13. The purpose of ".QWK" message readers are to capture a message base.  Well,
  14. that is not entirely true.  A ".QWK" packet is the product of an offline
  15. mailer on IBM bulletin boards called Qwik-Mail.  Normally, if you wanted to
  16. grab an entire message base, you would have to do a "continuous display" of
  17. messages while in a message area.  The only problem with this is that it
  18. is a waste of bandwidth to only send a single character per byte, as any
  19. user of SUPER-ARC will tell you.  Why not capture the message area in a
  20. pre-compressed state?  The length of your long distance telephone call will
  21. be shorter, as you will be sending multiple characters per byte.  About the
  22. time that this idea was running around IBM boards, PC-BOARD host software
  23. got the idea of archiving all of the mail in a particular conference /
  24. message base, and allowing you to download the entire message base as an
  25. .ARC file.  Then, someone asked themselves, "Why bother logging onto the
  26. BBS and dancing through all of those logon / welcome bulletins, menus, and
  27. message area changes?  Why not have all of that overhead archived and
  28. stuffed into the offline mailer packet so you don't have to waste all of
  29. this time moving back and forth from one area to another, from one menu to
  30. another?  Ta-Da!  We now have the modern IBM offline mail reader.
  31. Essentially, everything is stuffed into a mailer packet archive and fed to
  32. you without you having to waltz around online.  You can do all of your
  33. reading offline, at your own leisure.  The funny thing about it was that
  34. this major "breakthrough development" of the offline message reader that
  35. was put into practice on IBM BBSes in the 1990's had been in use for years
  36. on CP/M BBSes such as CITADEL before the first IBM had even rolled off of
  37. the assembly line!  It only took IBM people a decade to discover this "new"
  38. concept!
  39.   
  40.      QWK-Mail offline message readers are mainly used to retrieve mail
  41. packets off of IBM BBS systems that carry the FidoNET "Atari" National
  42. Echomail Message Base (as opposed to the "Atari ST" Echomail Base).  Such
  43. systems are: PCBOARD, MAXIMUS, OPUS, TBBS, possibly TELEGARD (if the
  44. Blue-Wave offline message reader is ".QWK" compatible.  I don't
  45. remember...), FIDO v12.  There are ".QWK" offline message readers for many
  46. IBM BBS hosts.
  47.  
  48.      I have failed to get either PABQWK or QWK-SILVER to work on my stock
  49. ATARI 800XL yet (I'm not sure that it is even possible), but when playing
  50. with QWK-Silver I made an interesting discovery, namely the ".QWK" message
  51. structure for the database appears to be an --ASCII-- format...  with
  52. high-ASCII characters used as special characters and delimeters.  Thus, it
  53. should be entirely possible to write a ".QWK" message packet reader using
  54. TEXTPRO macros, for example!  Of course, the real trick would be in being
  55. able to create a "reply" packet via TEXTPRO that a QWK-Mailer would accept
  56. as a valid format.  I don't think it would be difficult if anyone wanted to
  57. try it.  The ".QWK" message structure looks fairly straightforward.  The
  58. QWK-SILVER doc.s come with a description of the QWK message packet
  59. structure.  If anyone has a stock ATARI 800XL and is running QWK-SILVER
  60. successfully, please post your configuration information so that I can try
  61. and duplicate your setup.  Thank you.
  62.  
  63.  
  64.