home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 362a.lha / uucp0_v1.05d / NewsSetup.DOC < prev    next >
Text File  |  1990-04-08  |  3KB  |  92 lines

  1.  
  2.             NEWSSETUP.DOC
  3.  
  4.     This is really only a note.  Once you have the rest of UUCP
  5.     working and get a news feed (by having another machine sent
  6.     news to you), you should edit the file 'UULIB:Newsgroups'.
  7.     This file contains a list of newsgroups you wish to receive,
  8.     one per line.
  9.  
  10.     The program 'ANews', originally part of William Loftus's 0.60 News
  11.     distribution, can be used to read news.  News is placed in separate
  12.     directories in the UUNEWS: directory.
  13.  
  14.     As I said, really aweful documentation eh?
  15.  
  16.                 ---
  17.              WHERE DOES NEWS GO?
  18.  
  19.     News goes into UUNEWS: unless you overide it with a Config entry
  20.     like this:
  21.  
  22.     UUNews    barf:somedirectory
  23.  
  24.     If you leave it at UUNEWS: then you must make sure UUNEWS: is
  25.     Assign'd to the appropriate directory.  The Assign is normally
  26.     done from your startup-sequence.
  27.  
  28.     There is a config entry to specify your feed site.    This should
  29.     be set to your feed site which must be directly called from
  30.     your site:
  31.  
  32.     NewsFeed    fubar
  33.  
  34.     Note that you do NOT specify a full domain name for the site name.
  35.  
  36.                 ---
  37.             WHAT NEWSGROUPS DO I GET
  38.  
  39.     You get the newsgroups your feed sends you (you have to tell
  40.     them what you want), and you must also list the groups in the
  41.     file UULIB:NewsGroups .  Any newsgroups you receive that are
  42.     not in UULIB:NewsGroups are placed into the UUNEWS:Rejects
  43.     directory.
  44.  
  45.     If problems develop and you find yourself deleting UUNEWS:Rejects
  46.     often, I suggest making a crontab entry (see the documentation
  47.     for DCron) that deletes the directory and its contents automatically
  48.     every so often.
  49.  
  50.                 ---
  51.             HOW IS NEWS TRANSFERED
  52.  
  53.     News is transfered by UUCP.  Your feed site will send you the
  54.     news compressed.  It will be run through the RNews program
  55.     automatically which uncompresses it and splits it up into
  56.     separate articles, creating any necessary directories, and
  57.     placing said articles in those directories according to the
  58.     newsgroups each article is destined for.  Currently we do not
  59.     handle articles posted to multiple groups very well, this may
  60.     cause some confusion at some future date.
  61.  
  62.     When you post news (via ANews), a UUCP request is setup to transfer
  63.     your article back to your feed site, currently uncompressed and
  64.     unbatched.
  65.  
  66.                 ---
  67.             READING NEWS WITH ANEWS
  68.  
  69.     ANews is pretty much self explanatory.  There are a few problems,
  70.     such as it not being able to figure out the size of the window it
  71.     is run it.    That particular problems is semi-fixable by
  72.     specifying '-r rows -c columns' on the command line or in the
  73.     script file that runs anews.
  74.  
  75.     Refer to the online help within ANews... which you probably
  76.     can't reach until you get stuff comming through your news feed.
  77.  
  78.                 ---
  79.                POSTING NEWS
  80.  
  81.     ANews now has appropriate commands to reply to and post news.
  82.     From inside ANews 'p' posts news and 'r' or 'R' replies to news
  83.     ('R' includes the text of the message you are replying to).  You
  84.     can also invoke ANews with the -p option:
  85.  
  86.     1> anews -p comp.sys.amiga
  87.  
  88.     To post an article.  Again, this assumes your feed site understands
  89.     news.
  90.  
  91.  
  92.