b063d97044
* This update unbreaks the port at runtime by using the builtin "html.unescape()" function (introduced in Python 3.4) instead of the "html2text.unescape()" function from textproc/py-text2html which was removed since the 2019.8.11 release. * Submitter becomes maintainer because the previous maintainer seems to be missing in action as there was no feedback over five months. While I'm here: * Switch manpages to the preferred share/man location. * Remove no longer required CONFLICTS_INSTALL entry. * Update the WWW field to point to the new upstream repository. Changelog since 3.9: https://github.com/rss2email/rss2email/blob/v3.11/CHANGELOG PR: 243515 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (based on) Reported by: Michael Bueker <m.bueker@berlin.de> Approved by: maintainer timeout (5+ months) MFH: 2020Q3 (blanket: runtime fix)
8 lines
357 B
Text
8 lines
357 B
Text
rss2email is a python script that lets you subscribe to a list of
|
|
RSS or Atom feeds and get new posts sent to you by email. It is
|
|
generally run via cron, but can be run manually as well.
|
|
|
|
This is a python 3 rewrite of the original rss2email project by
|
|
Lindsey Smith at AllThingsRSS. It does not run on python 2.
|
|
|
|
WWW: https://github.com/rss2email/rss2email
|