Visit Mozilla.org

Feed Handling/Handlers

From MozillaWiki

Handlers [edit]

There are three types of handler:

  • native client application handlers (e.g. Mozilla Thunderbird)
  • web handlers (Bloglines, Google Reader, etc)
  • Firefox Live Bookmarks

Picking a Default [edit]

When we show the Subscribe view, it is important to select a good default handler, since feeds may or may not be a new concept to the user.

There are possibly heuristics here but I'm not yet sure what they are. Ideas welcome. In the interim we can probably pick the first one.

Registering Handlers [edit]

We can show the default client handler on the system for handling various feed types or the feed protocol.

As for web handlers, we will want to store a list somewhere, and expose a web API that allows a website to register itself as an alternative. This should be either through a script call or a <link> tag.

Discussion: mozilla.dev.platform