Sven heeft een mooie diff opgestuurd

This commit is contained in:
Ward Wouts 2005-02-05 11:44:29 +00:00
parent f77ca9ea9c
commit 230ed3a05a

View file

@ -1,4 +1,4 @@
# $Dwarf: README,v 1.14 2005/02/01 22:10:51 ward Exp $ # $Dwarf: README,v 1.15 2005/02/03 16:29:18 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
@ -35,8 +35,8 @@ DATADIR=/mnt/newspace/News
# uses a lot more memory # uses a lot more memory
TEMPDIR=/mnt/newspace/News/ripnews_temp TEMPDIR=/mnt/newspace/News/ripnews_temp
# Set include pattern to a case insensitive "bad religion" # Set include pattern to a case insensitive "grateful.dead"
OPT_I=(?i)bad religion OPT_I=(?i)grateful.dead
# Set the base newsrc name. The server name will be appended. # Set the base newsrc name. The server name will be appended.
NEWSRCNAME=/ward/src/ruby/ripnews/.newsrc NEWSRCNAME=/ward/src/ruby/ripnews/.newsrc
@ -47,21 +47,23 @@ PERMISSION=0700
# Set the niceness of the ripnews process [global keyword] # Set the niceness of the ripnews process [global keyword]
NICE=20 NICE=20
# For alt.binaries.e-book.technical change from defaults... # For alt.binaries.e-book and alt.binaries.e-books change from defaults...
alt.binaries.e-book.technical { alt.binaries.e-book| \
alt.binaries.e-books {
# Set another include pattern # Set another include pattern
OPT_I=(?i)reilly OPT_I=(?i)(bible|dickens|shakespeare)
} }
alt.binaries.e-book.flood { alt.binaries.e-book.flood {
# Add to default pattern, this will not be case insensitive # Add to default pattern, this will not be case insensitive
# anymore, because that's how ruby patterns work # anymore, because that's how ruby patterns work
OPT_I+=|douglas adams OPT_I+=|george.orwell
} }
# For both alt.binaries.e-book.technical and alt.binaries.e-book.flood # For both alt.binaries.e-book, alt.binaries.e-books and
# change some value # alt.binaries.e-book.flood change some value
alt.binaries.e-book.technical| \ alt.binaries.e-book| \
alt.binaries.e-books| \
alt.binaries.e-book.flood { alt.binaries.e-book.flood {
# Sets long filenames. If this is set the subject will be used # Sets long filenames. If this is set the subject will be used
# as a filename instead of the name specified in the encoding. # as a filename instead of the name specified in the encoding.
@ -72,21 +74,24 @@ alt.binaries.e-book.flood {
# is parsed in order this will be used from her on down # is parsed in order this will be used from her on down
NNTPSERVER=news.tilbu1.nb.nl.home.com NNTPSERVER=news.tilbu1.nb.nl.home.com
alt.binaries.sounds.mp3.heavy-metal| \ alt.binaries.music.classical| \
alt.binaries.sounds.mp3.1980s { alt.binaries.sounds.lossless.classical| \
alt.binaries.sounds.mp3.classical {
# Add news4.euro.net as a second server for # Add news4.euro.net as a second server for
# alt.binaries.sounds.mp3.heavy-metal and # alt.binaries.music.classical and
# alt.binaries.sounds.mp3.1980s # alt.binaries.sounds.lossless.classical
NNTPSERVER+=|news4.euro.net NNTPSERVER+=|news4.euro.net
} }
alt.binaries.sounds.mp3.gothic-industrial| \ alt.binaries.music.classical| \
alt.binaries.sounds.mp3.heavy-metal| \ alt.binaries.sounds.lossless.classical| \
alt.binaries.sounds.mp3.1980s { alt.binaries.sounds.mp3.classical {
OPT_L=true OPT_L=true
OPT_I=(?i)( \ OPT_I=(?i)( \
bauhaus| \ verdi| \
big black \ vivaldi| \
mozart| \
beethoven \
) )
} }
<== cut here ==> <== cut here ==>