home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume16 / narc / README < prev    next >
Text File  |  1989-01-17  |  2KB  |  54 lines

  1.     Did you ever fail to capture a postings because it was too much hassle,
  2.     only to wish you had done so a few months later?  Hopefully its now not
  3.     so much of a problem.
  4.  
  5.     This posting provides you with some relief for your NetNews habit.  In
  6.     particular, it helps you with the capture and organization of your
  7.     archive of NetNews source postings.  The posting consists of a single C
  8.     program and a few Csh scripts.  The program was developed under Sun OS
  9.     3.4 (i.e., BSD) but should not be too difficult to port to Xenix or
  10.     System V. The Csh scripts may be another matter.  Perhaps a Perl port?
  11.  
  12.     What you have here is tools to capture the postings as they arrive and
  13.     organize them as they are completed.  The author spends a few minutes
  14.     each day and gets everything he wants.
  15.  
  16.     Aliases and a configuration file, .narcrc, are part of the total system.
  17.     Here are the ones that the author finds useful.
  18.  
  19.         alias ton    'pushd $ARCHIVE/$ARCDIR/$ARCVOL'
  20.         alias arc    'setenv ARCDIR \!*'
  21.         alias vol    'setenv ARCVOL v\!*'
  22.         alias text    'setenv ARCDIR text; setenv ARCVOL '
  23.         alias alt    'setenv ARCDIR alt; setenv ARCVOL '
  24.         alias doc    'setenv ARCDIR doc; setenv ARCVOL '
  25.         alias unix    'setenv ARCDIR unix; setenv ARCVOL v16'
  26.         alias misc    'setenv ARCDIR misc; setenv ARCVOL v04'
  27.         alias games    'setenv ARCDIR games; setenv ARCVOL v05'
  28.         alias x        'setenv ARCDIR x; setenv ARCVOL v01'
  29.  
  30.     and from his .narcrc file
  31.  
  32.         comp.sources.unix:unix:Posting-number
  33.         comp.sources.misc:misc:Posting-number
  34.         comp.sources.games:games:Comp.sources.games
  35.         comp.sources.x:x:Posting-number
  36.         alt.sources:alt
  37.         comp.doc:doc
  38.         comp.text:text
  39.  
  40.     Suggestions and bug reports are welcome.  I'd particularly like to 
  41.     hear from Xenix and System V users who might wish to contribute diffs
  42.     for their particular environments.  Or a /bin/sh port of the scripts.
  43.     Whatever.
  44.  
  45.     I've also included makemap.csh.  I spent some time figuring out a 
  46.     way to make use of the UseNet maps in a way that (a) did not require
  47.     a bunch of repeat processing and (b) did not require the deletion
  48.     of the posting after processing.  This is my solution.  
  49.  
  50.     Enjoy!
  51.  
  52.     Geoffrey Leach    
  53.     {att,bellcore,sun,ames,pyramid}!pacbell!laticorp!geoff
  54.