UIKit0 / newsbeuter

Automatically exported from code.google.com/p/newsbeuter
0 stars 0 forks source link

RFE: support feedhq in addition to Google Reader and ttrss #329

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
FeedHQ (open source rss reader) implemented the Google Reader API 
https://feedhq.org/blog/3-supporting-google-reader-api 

I tried replacing the urls in src/google_api.cpp to https://feedhq.org as a 
dirty test which worked (well I also added a output=xml in the 
subscription/list URL as otherwise, it was serving json). The list of feeds, 
read/unread status and synchronization worked.

Attached is the dirty and unusable patch

Original issue reported on code.google.com by hai...@gmail.com on 18 Jun 2013 at 7:24

Attachments:

GoogleCodeExporter commented 9 years ago
I improved the patch and created a fork on github to keep it: 
https://github.com/ehainry/newsbeuter

Original comment by hai...@gmail.com on 22 Aug 2013 at 8:59

GoogleCodeExporter commented 9 years ago
Sorry for answering so late to this. I will seriously consider this, especially 
since we already got another Google Reader alternative with the latest release.

Original comment by akrennm...@gmail.com on 28 Jan 2014 at 10:31