meer verbeteringen door Sven
This commit is contained in:
parent
230ed3a05a
commit
de79c0cc6d
1 changed files with 8 additions and 3 deletions
|
|
@ -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$
|
# $Source$
|
||||||
|
|
||||||
Ripnews is a bulk downloader for usenet. It's quite flexible in terms of
|
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_I=<pattern> Set include pattern.
|
||||||
OPT_L=<bool> Set long filenames.
|
OPT_L=<bool> Set long filenames.
|
||||||
OPT_C=<bool> Sets combined filenames.
|
OPT_C=<bool> Sets combined filenames.
|
||||||
OPT_X=<pattern> Set exclude pattern.
|
OPT_X=<pattern> Set exclude pattern. Ripnews will read articles matching this pattern but it will not attempt
|
||||||
OPT_MR=<pattern> Set "mark read" pattern.
|
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
|
OPT_T=<bool> Set test mode. Newsrc files will not be written
|
||||||
to.
|
to.
|
||||||
TEMPDIR=<dir> Set tempdir location.
|
TEMPDIR=<dir> Set tempdir location.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue