Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-06 | The r2e shell script now has a versioned filename. No user-visible change. | schmonz | 2 | -9/+16 | |
2005-08-03 | Update to rss2email 2.55 (fixed datetime parsing). While here, | schmonz | 3 | -18/+18 | |
update to html2text 2.23 (fix for Python 2.1). | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+4 | |
2004-08-28 | Update to 2.54 (and html2text-2.21). Bug fixes. | schmonz | 2 | -10/+10 | |
2004-08-27 | Update to 2.53 (and to html2text 2.2). | schmonz | 2 | -10/+10 | |
Changes in 2.52: Fixes include better error handling and support for HTML descriptions, Unicode headers, and Python 2.1. The most notable new feature is that textwrapping is back. To turn it on: echo "BODY_WIDTH = 78" >> config.py Other new options include BONUS_HEADER (for mailing lists) and OVERRIDE_FROM. (Check the top of rss2email.py for details on usage.) Thanks to Peter Vangorp, Lars Wizenius, Martin "Joey" Schulze, Ricardo Reyes, and everyone else who contributed a suggestion or bug report. Changes in 2.53: Fix a mistake left in 2.52 by accident. | |||||
2004-07-07 | Update to 2.511. From the changelog: | schmonz | 2 | -9/+9 | |
* Typo bug with emails. | |||||
2004-06-30 | "r2e" distfile changed. Update checksum and patch, riding the recent update. | schmonz | 2 | -8/+8 | |
2004-06-30 | Update to 2.51. From the changelog for 2.5: | schmonz | 4 | -29/+31 | |
* An HTML mail option. * SMTP support. * html2text 2.0. * A gaggle of bug fixes. * A gaggle of small improvements. And for 2.51: * Fixes a crash in older versions of Python on slow feeds. pkgsrc changes: * Set the versions of rss2email.py and html2text.py in one place. | |||||
2004-06-27 | Import rss2email 2.32. | schmonz | 7 | -0/+213 | |
rss2email is a simple Python script that lets you subscribe to a list of XML newsfeeds and get new items sent to you by email. The man page and sample config file are from the Debian package. |