jonbrett / cinnamon-feeds-applet

Cinnamon applet for fetching and displaying RSS feeds
https://jonbrettdev.wordpress.com
20 stars 10 forks source link

Support OPML feeds #25

Closed jonbrett closed 10 years ago

jonbrett commented 11 years ago

Support the OPML format for feeds

Example OPML feed:

http://news.bbc.co.uk/rss/feeds.opml

OPML v1 spec: http://dev.opml.org/spec1.html OPML v2 spec: http://dev.opml.org/spec2.html

anandrkris commented 11 years ago

Thanks, for addinmg it here. Now with Google's decision to sunset Reader, many may use OPMl feature to import feeds.

jonbrett commented 10 years ago

@anandrkris I've been taking a look at how to add this to the feed reader backend. My understanding is that OPML is used mainly to import/export lists of RSS feeds and not as a permanent list of feeds.

Therefore rather than supporting OPML feeds directly (in the way the applet supports RSS/Atom feeds) I propose to add a setting to import/export from an OPML file (perhaps via the new feed management GUI -- #31). Would this suite what you want to do?

Also if you could provide an example or partial example of the OPML file you want to use it would be useful for testing.

anandrkris commented 10 years ago

Yes, you're right it will be one-off process. Have generated file from exporting feeds i follow in https://www.goread.io/. https://www.dropbox.com/s/dkke3ugq1br1i36/subscriptions.opml Now, am thinking usually it could be a big list of feeds. If it is too much work, you may defer this feature or seek feedback from community if they want it. BTW, the prototype feed management app looks cool. :smile: