From 4bf964ace8d25636e25ee95c901583a66bab07bc Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Wed, 11 Mar 2020 07:27:48 +0100 Subject: [PATCH] rename and update --- CHANGELOG => CHANGELOG.md | 5 ++--- INSTALL | 8 -------- INSTALL.md | 3 +++ 3 files changed, 5 insertions(+), 11 deletions(-) rename CHANGELOG => CHANGELOG.md (98%) delete mode 100644 INSTALL create mode 100644 INSTALL.md diff --git a/CHANGELOG b/CHANGELOG.md similarity index 98% rename from CHANGELOG rename to CHANGELOG.md index 0a3ce7b..e79f715 100644 --- a/CHANGELOG +++ b/CHANGELOG.md @@ -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 diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 15b86bd..0000000 --- a/INSTALL +++ /dev/null @@ -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. diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..30414f7 --- /dev/null +++ b/INSTALL.md @@ -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.