Add rss2email v2.59 v2.59
authorLindsey Smith <lindsey.smith@gmail.com>
Fri, 9 Jun 2006 12:00:00 +0000 (12:00 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 15 Feb 2013 17:47:54 +0000 (12:47 -0500)
commit28b8a9e34083ea6966223ce54d01de92dd60be98
treeed3fad9eb4c6aa2908a9e800504fdd342396f053
parent5a387c7bb9ddf6ea51ec2357fe4fa7f6383b6989
Add rss2email v2.59

* Finally added oft-requested support for enclosures. Any enclosures,
  such as a podcast MP3, will be listed under the entry URL
* Made feed timeout compatible with Python versions 2.2 and higher,
  instead of v2.4 only
* Added optional, configurable CSS styling to HTML mail. Set
  USE_CSS_STYLING=1 in your config.py to enable this. If you want to
  tweak the look, modify STYLE_SHEET.
* Improved empty feed checking
* Improved invalid feed messages
* Unfortunately, rss2email is no longer compatible with Python
  v2.1. Two of the most serious lingering issues with rss2email were
  waiting forever for non-responsive feeds and its inablility to
  properly handle feeds with international characters. To properly fix
  these once and for all, rss2email now depends on functionality that
  was not available until Python v2.2. Hopefully this does not unduly
  inconvenience anyone that has not yet upgraded to a more current
  version of Python.

Downloaded from:

  http://web.archive.org/web/20060708040414/http://rss2email.infogami.com/rss2email.py

and filtered through dos2unix.
rss2email.py