Feed Handling/Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(some reference that was hard to find) |
||
Line 1: | Line 1: | ||
Feed handler registration is done through the registerContentHandler DOM method. | |||
More information on the MDC: | |||
* http://developer.mozilla.org/en/docs/Adding_feed_readers_to_Firefox | |||
* http://developer.mozilla.org/en/docs/DOM:window.navigator.registerContentHandler | |||
And the WHATWG draft: | |||
* http://www.whatwg.org/specs/web-apps/current-work/ |
Latest revision as of 21:11, 11 April 2007
Feed handler registration is done through the registerContentHandler DOM method.
More information on the MDC:
- http://developer.mozilla.org/en/docs/Adding_feed_readers_to_Firefox
- http://developer.mozilla.org/en/docs/DOM:window.navigator.registerContentHandler
And the WHATWG draft: