rename and update

This commit is contained in:
Ward Wouts 2020-03-11 07:27:48 +01:00
parent 08e83501be
commit 4bf964ace8
3 changed files with 5 additions and 11 deletions

View file

@ -1,6 +1,3 @@
# $Id$
# $URL$
from 0.5.4 to
- add option to only rip one group
- add option to list configured groups
@ -8,6 +5,8 @@ from 0.5.4 to
- reduce memory footprint and speed ups
- fix authentication
- add option to filter on posting date
- fix long standing bug in cache handling
- better housekeeping
from 0.5.3 to 0.5.4
- filtering on posters useing OPT_IF, OPT_XF, OPT_MRF

View file

@ -1,8 +0,0 @@
# $Dwarf: INSTALL,v 1.1 2002/05/05 20:05:11 ward Exp $
# $Source$
For now the easiest way to install this is just extract the tarball in
its own directory and run ./ripnews.rb from there. Before running you
should make your own .ripnewsrc configuration file which is described in
the README file. You may have to change the first line in ripnews.rb to
point to your ruby executable.

3
INSTALL.md Normal file
View file

@ -0,0 +1,3 @@
For now the easiest way to install this is just create a git clone and run
`./ripnews.rb` from there. Before running you should make your own `.ripnewsrc`
configuration file which is described in the README.md file.