home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newshound / Docs / OtherFiles < prev    next >
Text File  |  1997-03-23  |  2KB  |  52 lines

  1. Other details
  2. ~~~~~~~~~~~~~
  3.  
  4. Of these files, the only one you should need to edit 'by hand' is
  5. the GlobalRule file.
  6.  
  7. The files in !NewsHound.Config have the following purpose:
  8.  
  9. i) Config
  10.  
  11.   This is the global configuration file, and contains the nickname
  12.   (the 3 letters preceding 'Group' from genGroup) of the default newsserver.
  13.   It also includes the time that message id's are held in the Id
  14.   History. This is to stop duplicate messages been downloaded -
  15.   a value around 14 days is normally okay, although slightly longer is
  16.   better. The number of times to retry, and the delay inbetween them, should
  17.   the server be busy, is also specified in here.
  18.   This file can be editted via the 'Configure...' menu option.
  19.  
  20. ii) xxxGroup
  21.  
  22.   This is the file that contains all the data about the 'xxx' newserver,
  23.   like its hostname name, and all the newsgroups that are fetched from
  24.   it. Normally, you don't need to manually edit this - it's all done from
  25.   newsbase.
  26.   If you have access to more than one newsserver, you can create more
  27.   of these files, and can select the news servers from the
  28.   'Start Fetch' menu in newshound.
  29.  
  30. iii) GlobalRule
  31.  
  32.   This contains a list of statements that allow NewsHound to decide whether
  33.   to completely ignore an article, download only the header, or download
  34.   the whole article. This file can be editted manually - do not remove
  35.   the lines beginning with $'s. It is also modified by the addgroup
  36.   program.
  37.   You can use this file to automatically select interesting articles
  38.   out of groups that are downloaded header only.
  39.   For example, if I wanted to download all the articles by 'John' in
  40.   csa.misc, I'd add a line like this:
  41.  
  42. comp.sys.acorn.misc    *    *John*    *    *    art
  43. [group name        subject    From    Bytes    Lines    Amount]
  44.  
  45.   just after the '$ exceptions:' line in !NewsHound.Config.GlobalRule.
  46.  
  47.   You can also adjust the maximum size of article that is fetched
  48.   complete, by changing the line after '$ max articlesize'. Any articles
  49.   that are bigger than this (100k by default) will only have their
  50.   headers downloaded, unless you specify otherwise.
  51.  
  52.