meer verbeteringen door Sven

This commit is contained in:
Ward Wouts 2005-02-05 11:58:56 +00:00
parent 230ed3a05a
commit de79c0cc6d

View file

@ -1,4 +1,4 @@
# $Dwarf: README,v 1.15 2005/02/03 16:29:18 ward Exp $
# $Dwarf: README,v 1.16 2005/02/05 11:44:29 ward Exp $
# $Source$
Ripnews is a bulk downloader for usenet. It's quite flexible in terms of
@ -114,8 +114,13 @@ Supported config options:
OPT_I=<pattern> Set include pattern.
OPT_L=<bool> Set long filenames.
OPT_C=<bool> Sets combined filenames.
OPT_X=<pattern> Set exclude pattern.
OPT_MR=<pattern> Set "mark read" pattern.
OPT_X=<pattern> Set exclude pattern. Ripnews will read articles matching this pattern but it will not attempt
to download them.
OPT_MR=<pattern> Set "mark read" pattern. Ripnews will place
articles matching this pattern in your newsrc,
afterwards they will never be present in memory
again. Great for reducing memory usage when
checking a group for the first time.
OPT_T=<bool> Set test mode. Newsrc files will not be written
to.
TEMPDIR=<dir> Set tempdir location.