home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / uqwk18.zip / FAQ < prev    next >
Text File  |  1994-09-11  |  5KB  |  114 lines

  1. Frequently-Asked Questions about uqwk:
  2. ________________________________________________________________________
  3.  
  4. uqwk creates files called control.dat, messages.dat, and *.ndx.  How do
  5. I make a QWK packet from those files?
  6.  
  7. A QWK packet is just a ZIP archive of those files.  So a command like
  8. "zip bbs.qwk control.dat messages.dat *.ndx" will create the QWK packet.
  9. If you don't have zip on your Unix system, contact your system
  10. administrator, or download those files and ZIP them on your PC.
  11. ________________________________________________________________________
  12.  
  13. My site gets news from a news server.  Can uqwk run in such an
  14. environment?
  15.  
  16. Yes.  Compile the NNTP version of uqwk:  make -f Makefile.nntp
  17. See the README.
  18. ________________________________________________________________________
  19.  
  20. uqwk collects my email just fine, but why not my news?
  21.  
  22. The default behavior is just that.  To get uqwk to collect your news,
  23. you have to explicitly ask it with the +n switch.  See the man page for
  24. details.
  25. ________________________________________________________________________
  26.  
  27. I tell uqwk to collect my news, but all I get is a bunch of empty *.ndx
  28. files.  What's wrong?
  29.  
  30. You may need the NNTP version of uqwk.  See the README on how to compile
  31. the NNTP version.  If that fails, your site may be running non-standard
  32. news software.  Contact your news administrator for help.
  33. ________________________________________________________________________
  34.  
  35. Our site's mail is not in /usr/spool/mail.  Can anything be done?
  36. Our site's news is not in /usr/spool/news.  Can anything be done?
  37. Our site's active file is not in /usr/lib/news.  Can anything be done?
  38.  
  39. uqwk has runtime switches to control all these things and many more.
  40. See the man page for details.
  41. ________________________________________________________________________
  42.  
  43. When I use uqwk to post a follow-up, it gets posted to the wrong
  44. newsgroup.  What can I do?
  45.  
  46. Be sure you have the latest version (1.8 at this writing).  Also, see
  47. the BUGS section in the man page.
  48. ________________________________________________________________________
  49.  
  50. Is there any way to have uqwk create the packet files somewhere besides
  51. my home directory?
  52.  
  53. Yes.  Use the -H switch to specify where you want the files to be
  54. created.  Since uqwk will also look in this directory for the .newsrc
  55. file, you'll probably also have to use the -N switch to tell uqwk where
  56. to find your .newsrc.
  57. ________________________________________________________________________
  58.  
  59. How do I get uqwk to process a QWK reply packet?
  60.  
  61. A QWK reply packet, usually named something.REP, is simply a ZIP archive
  62. of something.MSG.  Unzip the archive, and feed something.MSG to uqwk
  63. thusly:  uqwk -m -n -Rsomething.MSG
  64. ________________________________________________________________________
  65.  
  66. How do I get uqwk to process an HDPF reply packet?
  67.  
  68. Unzip the reply packet.  Be sure to use the -U switch of unzip or else
  69. the file names will be mapped to lower case and uqwk won't find them.
  70. Then feed the REPLIES file to uqwk thusly:  uqwk -m -n +L -RREPLIES
  71. ________________________________________________________________________
  72.  
  73. How do I get uqwk to process a ZipNews reply packet?
  74.  
  75. Unzip the reply packet.  Then tell uqwk which *directory* the reply
  76. files are in.  For example, if they are in your current directory,
  77. invoke uqwk thusly:  uqwk -m -n +z -R.
  78. ________________________________________________________________________
  79.  
  80. I have the registered ZipNews reader, but uqwk refuses to process reply
  81. packets.  Why?
  82.  
  83. Be sure to specify "packer : uqwk" in your ZipNews Reader configuration
  84. file.
  85. ________________________________________________________________________
  86.  
  87. Where can I FTP the latest version of uqwk?
  88.  
  89. ftp.gte.com:/pub/uqwk
  90. ________________________________________________________________________
  91.  
  92. Where can I FTP reader programs?
  93.  
  94. Numerous QWK readers exist for DOS, Windows, and OS/2.  There are far
  95. too many QWK readers to list here.  Patrick Y. Lee (patlee@panix.com)
  96. maintains an excellent, exhaustive list which is available from
  97. wuarchive.wustl.edu:/systems/ibmpc/msdos/offline/qwkp9307.zip.
  98. A good number of readers are located in the same directory.  One popular
  99. DOS reader that I like is SLMR (slmr21a.zip in the same directory).
  100.  
  101. Helldiver Packet Viewer (DOS):  halcyon.com:/pub/incoming/hpv101b.zip
  102. Usenet Offline Reader (Windows):  ftp.gte.com:/pub/unor/unor0030.zip
  103. ZipNews reader (DOS):  ftp.gte.com:/pub/zipnews/znr092w.zip
  104. Yarn (DOS, OS/2): oak.oakland.edu:/pub/msdos/offline/yarn-055.zip
  105. ________________________________________________________________________
  106.  
  107. How can I get uqwk to work with my Waffle (Unix version) mailbox?
  108.  
  109. Try changing the ^A's in the mailbox file to newlines:
  110.  
  111.         tr '\001' '\012' <waffle-mailbox >tmp-mailbox
  112.         uqwk -ftmp-mailbox
  113. ________________________________________________________________________
  114.