The Rss/Atom/Whatever News Feed Format extension guide
User Guide
- Enable the extension using the Extension manager
- Browse the Interweb
- When you are viewing a site that has a feed:
- An icon appear in the bottom left in the statusbar
- The menu item becomes active in the Tools menu
- Click on one of these, a dialog appears showing the feeds (title, url)
Developer Guide
If you want to provide a way for users to add feeds automatically to your feed reader, here are the dbus specs to implement.
The service name is: org.gnome.feed.Reader
You must create a dbus object at path: /org/gnome/feed/Reader
This object should implement dbus interface: org.gnome.feed.Reader
It provides a method with signature (case is important): bool Subscribe (string url)
The passed url is as found in the rel="url" attribute in the page.
You must return TRUE if the feed has been successfully added or FALSE if the feed could not be registered.
