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.