Convert homepage/downloads from allthingsrss.com to GitHub
authorW. Trevor King <wking@tremily.us>
Mon, 12 Nov 2012 20:59:09 +0000 (15:59 -0500)
committerW. Trevor King <wking@tremily.us>
Mon, 12 Nov 2012 20:59:09 +0000 (15:59 -0500)
README
setup.py

diff --git a/README b/README
index 15e0b9be7151aaedf0aef19ae0dd14a9df7cd6e0..908bcf8c8cfe7a5af9accbff388f27525c5c929e 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ We highly recommend that you subscribe to the rss2email project feed
 so you can keep up to date with the latest version, bugfixes and
 features:
 
-  http://feeds.feedburner.com/allthingsrss/hJBr
+  https://github.com/wking/rss2email/commits/master.atom
 
 .. contents::
 
@@ -57,12 +57,12 @@ from several equivalent formats.
 
 1. A ``.zip`` file (suggested for Microsoft Windows users)::
 
-    $ wget http://www.allthingsrss.com/rss2email/rss2email-2.71.zip
+    $ wget https://github.com/wking/rss2email/archive/v2.71.zip
     $ unzip rss2email-*.zip
 
 2. A ``.tar.gz`` file (suggested for everyone else)::
 
-    $ wget http://www.allthingsrss.com/rss2email/rss2email-2.71.tar.gz
+    $ wget https://github.com/wking/rss2email/archive/v2.71.tar.gz
     $ tar xvf rss2email*.tar.gz
 
 3. A Git_ checkout (suggested for developers)::
@@ -108,7 +108,7 @@ sendmail-equivalent, you'll need to edit the SMTP_ options.
 
 Subscribe to some feeds::
 
-  $ r2e add rss2email http://feeds.feedburner.com/allthingsrss/hJBr
+  $ r2e add rss2email https://github.com/wking/rss2email/commits/master.atom
 
 That's the feed to be notified when there's a new version of
 rss2email. Repeat this for each feed you want to subscribe to.
index f0100690049aacba5759f4959beb32c950fd58b3..0b724d569846fd225fbc018a8b452f3ab8f65c2c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -14,8 +14,8 @@ setup(
     version=__version__,
     maintainer='W. Trevor King',
     maintainer_email='wking@tremily.us',
-    url='http://pypi.python.org/pypi/rss2email/',
-    download_url='http://git.tremily.us/?p=rss2email.git;a=snapshot;h=v{};sf=tgz'.format( __version__),
+    url='https://github.com/wking/rss2email/'
+    download_url='https://github.com/wking/rss2email/archive/v{}.tar.gz'.format(__version__),
     license='GNU General Public License (GPL)',
     platforms=['all'],
     description=__doc__,