home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / RXNEWS1A.ZIP / newsrc.rxn < prev    next >
Text File  |  1993-04-19  |  2KB  |  42 lines

  1. RexxNews and NEWSRC files
  2.  
  3. Currently, RexxNews can only handle 1 newsrc file.  The default name is
  4. NEWSRC stored in the %ETC% directory.
  5.  
  6. RexxNews uses a simplified NEWSRC format.  It is simply a list of groupnames
  7. followed by the highest article read.  A typical NEWSRC file might look like:
  8.  
  9. comp.os.os2.apps 1-12345
  10. comp.os.os2.networking 1-2345
  11. news.groups 1-24567
  12.  
  13. If you're familiar with Unix newsrc files, you'll note two differences. 
  14.  
  15. First, there is no symbol indicating the subscribed/unsubscribed status.
  16. Actually, RexxNews will keep subscription statuses, but there is no provision
  17. for setting them in version 1.0.  This will probably change in a later 
  18. release.
  19.  
  20. Second, RexxNews only really cares about the highest article that has been
  21. read.  The other number is there simply to make the newsrc file look like a
  22. Unix newsrc file.
  23.  
  24. RexxNews and Unix NEWSRC Files
  25. ------------------------------
  26.  
  27. If you regularly read news on a Unix host, you can copy your Unix NEWSRC file
  28. for RexxNews to use, provided that you will be reading news from the same
  29. NNTP server.  I personally copy my .NEWSRC file that I use with NN to the PC
  30. and use it with RexxNews.
  31.  
  32. RexxNews will preserve the subscribed/unsubscribed status of newsgroups from
  33. a Unix NEWSRC file.  When it encounters a list of read articles, such as:
  34.  
  35. comp.os.os2.misc: 1-4000,4124-4160,4163,4165-4183
  36.  
  37. RexxNews simply assumes that the last number is the highest article read.
  38. When it writes a newsrc file out, it writes the name of the group,
  39. subscription status (if known) and 1-highest article read.
  40.  
  41. I haven't yet tried taking a RexxNews NEWSRC file back to the mainframe.
  42.