newspipe patches
newspipe
patches
For several years I’ve used newspipe as part of my RSS reading toolset (the other main tool is Google Reader). Newspipe seems to have been somewhat abandoned judging from the sourceforge site, so here are the small set of patches that I’m using:
Remove the local version of feedparser,
as Debian has a newer version available via apt-get
.
-
0002-Bring-over-old-changes.patch
Some old changes which fix annoyances:
- more space around the Home URL (nice for
mutt
). - don’t force the font in HTML output.
- don’t print the ‘about’ text every time.
- more space around the Home URL (nice for
-
0004-Remove-spurious-double-quote-from-the-To-header.patch
Whilst trying to persuade Google Mail to filter newspipe messages, I noticed that a spurious double-quote was appended to the ‘To:’ header.
-
0005-Use-hashlib-rather-than-deprecated-md5.patch and 0006-Use-hashlib-rather-than-deprecated-md5.patch
The
md5
module is out of favour, replaced byhashlib
.
Next up is to replace the use of mimewriter
, but that will have to
wait for another day.
Update: After importing the original CVS repository, I’ve added
these patches to a repository at
github. I noticed one other
repository there - it has a couple of additional changes that I’ll
look at, particular as I may want to have newspipe
talk to Gmail in
the near future.