Skip to content

Commit

Permalink
New article small and draft for now - bookmarking notes onthe content…
Browse files Browse the repository at this point in the history
…Handlers firefox support
  • Loading branch information
taboca committed Mar 11, 2009
1 parent b504fe9 commit e3a84bd
Showing 1 changed file with 21 additions and 0 deletions.
@@ -0,0 +1,21 @@
= Creating Content Handlers for Feeds in Firefox =

== about:config screen ==

browser.contentHandlers.types.#.title = Netvibes
browser.contentHandlers.types.#.type = application/vnd.mozilla.maybe.feed
browser.contentHandlers.types.#.uri = http://www.netvibes.com/subscribe.php?url=%s

== JavaScript Interfaces to Register a New Feed ==

navigator.registerContentHandler("application/vnd.mozilla.maybe.feed",
"http://www.theeasyreaderurl.com?feed=%s",
"Easy Reader");


== References ==

* [https://developer.mozilla.org/en/Adding_feed_readers_to_Firefox | Adding Feed Handlers at MDC]
* [http://kb.mozillazine.org/Browser.contentHandlers.types.*.type | Mozillazine contentHandlers]


0 comments on commit e3a84bd

Please sign in to comment.