After a search I settled on QuiteRSS. In the process I tried RSSOwl but I wasn't able to start it due to different XULRunner version on my Fedora. Besides, it turns out the last version of RSSOwl was released in December 2013, and isn't maintained any more. QuiteRSS was very good, but it turned out that the bug in Webkit started to annoy me. So, I started to explore RSS feed readers again. Note that I have the following requirements:
- No Web application! I want desktop RSS feed reader with GUI interface. It would be nice, though, that I can synchronize it with a reader on a mobile phone!
- I have a large number of feeds and keep a lot of new (that is unread :D) posts around. So, scalability is of paramount importance.
- And last, but not least, nice looking and usable GUI.
QuiteRSS
QuiteRSS is quite good and I'm using it all the time. There is a homepage and GitHub development page. It has the ability to tag posts, mark them as a read, etc.It is interesting to look at QuiteRSS GitHub page. From there, the following conclusions can be inferred:
- QuiteRSS is quite popular, 33 watches, 180 stars and 28 forks.
- QuiteRSS is basically in maintenance mode since there is no substantial activity since 2014. From 2012 to 2014 development was very intensive.
- There are 212 open issues and 719 closed ones. I think that there are a lot of open issues but more thorough statistics has to be performed to know for certain.
- You have to disable JavaScript because QuiteRss often freezes on some feeds while loading. It still freezes with some RSS feeds and if that happens some history is lost (read feeds, marked/tagged feds, etc).
- If you accidentally click on a link to PDF file, QuiteRSS freezes!
- Once I mistakenly selected the option "Mark all news read" which is irreversible. There is no confirmation dialog for such cases.
- Some posts on GitHub are in Russian. That's a problem because not everyone is speaking Russion. ;)
- It depends on Qt4 and Webkit4 that are not maintained any more.
FeedReader
FeedReader is a interesting because it has two components, daemon and a front end. This is uniqe to other readers that bundle those functions together into a single binary. You can read more about this reader on its homepage, and there is also GitHub development page. Looking at the Web page, it has a lots of features but I'm using only a few, if any at this stage. Take this into account while reading this review. Looking at the GitHub page of FeedReader, the following conclusions can be inferred:- FeedReader is somehow less popular than QuiteRss. It has 26 watches (against 33 for QuiteRss), 152 stars (against 180) and 6 forks (against 28).
- FeedReader is in active development, and all the activity is concentrated in 2016 with some additional in 2015.
- There are 27 open issues and 197 closed ones. This is better ratio than for QuiteRss, but again more research has to be done!
The next problem was that only two level hierarchy supported, while in QuiteRSS I have three level. So, importing OPML file with multiple levels will result in transforming everything into two layers.
While removing certain feed folders, some of them kept coming back! Maybe the problem was that I right-clicked on a feed and selected delete but it was necessary to first left-click and then right-click. Who will know...
RSS Guard
RSS Guard, as all the other feed readers mentioned above, has its GitHub development page. As for the homepage, it uses Wiki on GitHub. Again, by looking into GitHub page, the following conclusions can be made:- RSSGuard has 6 watches, 21 stars and 6 forks. This makes it the lowest ranked by popularity of the three RSS readers reviewed here.
- RSSGuard is in development since 2013 with evenly spread development efforts. This probably means it isn't going to be finished soon.
- It has 11 open issues reported and 51 closed. Which isn't that bad.
When I click "Update all items" button in a toolbar, I expected that all feeds will be updated. But for some reason, that didn't happen.
Conclusion
Comparing development of each of the proposed readers, it turns out that each one of them basically depends on a single developer and has its own pros and cons. In the end, I think that despite its shortcomings, QuiteRSS is still the best feed reader closely followed by FeedReader. If development activity of FeedReader continues with the same intensity, expect that it will become the best RSS among the three.ChangeLog
- 20161101 - Initial version
No comments:
Post a Comment