The Following 10 Users Say Thank You to thp For This Useful Post: | ||
|
2009-08-25
, 21:07
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#2
|
|
2009-10-04
, 21:03
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#3
|
|
2010-01-04
, 19:06
|
Posts: 161 |
Thanked: 209 times |
Joined on Oct 2009
@ Edinburgh
|
#4
|
The Following User Says Thank You to mivoligo For This Useful Post: | ||
|
2010-01-07
, 11:41
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#5
|
There's new RSS reader in Extras-devel: http://maemo.org/packages/view/feedingit/. It's very simple but much faster then native RSS reader on N900. Any chance to see support for it in Feedhandler?
The Following User Says Thank You to thp For This Useful Post: | ||
|
2010-01-07
, 13:20
|
Posts: 161 |
Thanked: 209 times |
Joined on Oct 2009
@ Edinburgh
|
#6
|
The Following User Says Thank You to mivoligo For This Useful Post: | ||
|
2010-01-07
, 15:26
|
Posts: 324 |
Thanked: 371 times |
Joined on Dec 2009
@ Vancouver, BC
|
#7
|
Sure! Please add it as a feature request to https://garage.maemo.org/tracker/?group_id=1057 and tell me the method for "giving" a feed URL to your application (e.g. command-line or even better: D-Bus with activation).
The Following User Says Thank You to Slocan For This Useful Post: | ||
|
2013-11-19
, 12:57
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#8
|
Tags |
browser, feed reader, feedhandler, integration, rss |
|
The current test app looks roughly like this:
(Clicking on the RSS icon in the web browser brings up this window which will allow the user to choose which feed reader to pass the feed to. The UI needs some more work, and the entries are currently static.)
A quick research (related threads: here and here) revealed the following existing apps:
Do you know of any other feed readers that you use and are not listed here? I'd like to get some input on how to interface with other apps. Ideally, it would be good if every feed reader could provide a command-line "subscribe" tool that gets one parameter (the URL) and launches the feed reader (if it's not running already) and passes the URL to it and presents the user with a "subscribe" dialog.
Then, every feed reader could depend on this "feedhandler" package and install a description file in some agreed-upon location that will contain the name of the feed reader and the binary that's to be used to subscribe to URLs. The feedhandler can then load and parse all subscription files and display a menu like the one in the screenshot with all installed feed readers.
At least Nibbles describes how to do this manually on its home page, and obviously Canola has this in the canola-tuning package (sadly it does not allow other readers to integrate into the feed handler and it drags in lots of canola dependencies, that's why I decided to create a separate feed handler).
The resulting feedhandler package and integration works at least on Chinook, Diablo and Fremantle, maybe even on older versions.
Does this sound like a good idea? Is the way of interfacing with the RSS applications (agreed-upon location to install a description file + command-line "subscribe" utility) a good idea or are there better ideas? Is subscribing to feeds with web apps useful or unnecessary?