mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / rss2email.mdwn
1 [[!template id=gitrepo repo=rss2email]]
2
3 Since November 2012 I've been maintaining [rss2email][], a package
4 that converts [RSS][] or [Atom][] feeds to email so you can follow
5 them with your mail user agent.  Rss2email was created by the late
6 [Aaron Swartz][AS] and maintained for several years by [Lindsey
7 Smith][LS].  I've added a [mailing list][ml] (hosted with [[mlmmj]])
8 and [PyPI package][pypi] and made the GitHub location the homepage.
9
10 Overall, setting up the standard project infrastructure has been fun,
11 and it's nice to see interest in the newly streamlined code picking
12 up.  The timing also works out well, since the [demise of Google
13 Reader][GR] may push some talented folks in our direction.  I'm not
14 sure how visible rss2email is, especially the fresh development
15 locations, hence this post ;).  If you know anyone who might be
16 interested in using (or contributing to!) rss2email, please pass the
17 word.
18
19 [rss2email]: https://github.com/wking/rss2email
20 [RSS]: http://en.wikipedia.org/wiki/RSS
21 [Atom]: http://en.wikipedia.org/wiki/Atom_%28standard%29
22 [AS]: http://en.wikipedia.org/wiki/Aaron_Swartz
23 [LS]: http://www.gerundinganimal.com/
24 [ml]: http://dir.gmane.org/gmane.mail.rss2email
25 [pypi]: https://pypi.python.org/pypi/rss2email/
26 [GR]: http://googlereader.blogspot.com/2013/03/powering-down-google-reader.html
27
28 [[!tag tags/code]]
29 [[!tag tags/pypi]]
30 [[!tag tags/python]]