home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / bsnews.src / Readme < prev    next >
Encoding:
Text File  |  1989-08-07  |  2.0 KB  |  58 lines

  1.     bsnews - Bootstrap News
  2.     copyright 1989 Ronald Florence
  3.  
  4.     Bootstrap News is a collection of programs which enable a
  5.     leaf node to take a news feed without installing a full news
  6.     package.  News articles are accumulated in a Unix-mail type
  7.     spool file, where they can be read with a mail reader such
  8.     as Mail or elm.
  9.  
  10.     The Makefile builds the following programs and files:
  11.  
  12.         rnews  -    run by "uux - yoursys!rnews" from a
  13.                 remote system to read single articles, 
  14.                 batched, or batched and compressed 
  15.                 news into the news spool.
  16.  
  17.         uurec -     reads articles which arrive as mail 
  18.                 via "sendnews" into the news spool.
  19.  
  20.         pn -        a simple news poster.
  21.  
  22.         checknews - monitors whether new news has arrived.
  23.  
  24.         readnews -  invokes the mail reader.
  25.  
  26.         /usr/lib/news/seq - last outgoing article number.
  27.  
  28.         /usr/spool/news/bsnews - the mail spool.
  29.  
  30.     To build bootstrap news, make any changes needed in the
  31.     Makefile, and run make.  For a uux feed, add rnews to
  32.     /usr/lib/uucp/L.cmds or the equivalent uucp permissions
  33.     file.  You will need /usr/bin/compress for compressed feeds.
  34.     For a sendnews feed, create a sendmail alias for rnews: 
  35.         "|/usr/bin/uurec", or use cron to run uurec periodically 
  36.     with /usr/spool/mail/rnews as input.  Adding checknews to 
  37.     your .login or .profile file will give you notification of 
  38.     new news when you log in.
  39.  
  40.     You may need to customize "pn":
  41.          If your echo uses -n to suppress newlines,
  42.          If logname does not give the user's name,
  43.          If "uuname -l" does not give the system's uucp name,
  44.          To use an editor other than vi to compose outgoing news,
  45.          To proof outgoing articles with a pager other than more,
  46.          Or to post news by mail.
  47.  
  48.     Permission is hereby granted for unlimited non-commercial
  49.     use of these programs, on condition that the copyright
  50.     notices are left intact and any modifications to the source
  51.     code are noted as such.  No warranty of any kind is implied
  52.     or granted for this material.
  53.  
  54.     Ronald Florence            
  55.     Maple Lawn Farm, Stonington, CT    
  56.     ron@mlfarm.uucp  
  57.     ...{hsi!aati,rayssd}!mlfarm!ron
  58.