From 230ed3a05a14d3ffe930cd3ebce396ada004772b Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Sat, 5 Feb 2005 11:44:29 +0000 Subject: [PATCH] Sven heeft een mooie diff opgestuurd --- trunk/ripnews/README | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/trunk/ripnews/README b/trunk/ripnews/README index 0f68585..0b73d52 100644 --- a/trunk/ripnews/README +++ b/trunk/ripnews/README @@ -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$ 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 TEMPDIR=/mnt/newspace/News/ripnews_temp -# Set include pattern to a case insensitive "bad religion" -OPT_I=(?i)bad religion +# Set include pattern to a case insensitive "grateful.dead" +OPT_I=(?i)grateful.dead # Set the base newsrc name. The server name will be appended. NEWSRCNAME=/ward/src/ruby/ripnews/.newsrc @@ -47,21 +47,23 @@ PERMISSION=0700 # Set the niceness of the ripnews process [global keyword] NICE=20 -# For alt.binaries.e-book.technical change from defaults... -alt.binaries.e-book.technical { +# For alt.binaries.e-book and alt.binaries.e-books change from defaults... +alt.binaries.e-book| \ +alt.binaries.e-books { # Set another include pattern - OPT_I=(?i)reilly + OPT_I=(?i)(bible|dickens|shakespeare) } alt.binaries.e-book.flood { # Add to default pattern, this will not be case insensitive # 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 -# change some value -alt.binaries.e-book.technical| \ +# For both alt.binaries.e-book, alt.binaries.e-books and +# alt.binaries.e-book.flood change some value +alt.binaries.e-book| \ +alt.binaries.e-books| \ alt.binaries.e-book.flood { # Sets long filenames. If this is set the subject will be used # 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 NNTPSERVER=news.tilbu1.nb.nl.home.com -alt.binaries.sounds.mp3.heavy-metal| \ -alt.binaries.sounds.mp3.1980s { +alt.binaries.music.classical| \ +alt.binaries.sounds.lossless.classical| \ +alt.binaries.sounds.mp3.classical { # Add news4.euro.net as a second server for - # alt.binaries.sounds.mp3.heavy-metal and - # alt.binaries.sounds.mp3.1980s + # alt.binaries.music.classical and + # alt.binaries.sounds.lossless.classical NNTPSERVER+=|news4.euro.net } -alt.binaries.sounds.mp3.gothic-industrial| \ -alt.binaries.sounds.mp3.heavy-metal| \ -alt.binaries.sounds.mp3.1980s { +alt.binaries.music.classical| \ +alt.binaries.sounds.lossless.classical| \ +alt.binaries.sounds.mp3.classical { OPT_L=true OPT_I=(?i)( \ - bauhaus| \ - big black \ + verdi| \ + vivaldi| \ + mozart| \ + beethoven \ ) } <== cut here ==>