From: W. Trevor King Date: Mon, 12 Nov 2012 20:59:09 +0000 (-0500) Subject: Convert homepage/downloads from allthingsrss.com to GitHub X-Git-Tag: v3.0~70 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd5b8f30942c72a0fd1b82f4763f21cfaad3864b;p=rss2email.git Convert homepage/downloads from allthingsrss.com to GitHub --- diff --git a/README b/README index 15e0b9b..908bcf8 100644 --- 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. diff --git a/setup.py b/setup.py index f010069..0b724d5 100644 --- 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__,