Feed Handling: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 34: Line 34:
== Links ==
== Links ==


* [[Feed Handling:User Interface]] - User Interface design for proposed feature.
* [[File Handling]] - long term overall architectural wishlist
* [[File Handling]] - long term overall architectural wishlist
* '''OBSOLETE''' [[Feed Handling:User Interface]] - User Interface design for proposed feature.

Revision as of 01:24, 13 December 2005

Introduction

Better RSS feed discovery and dispatch. This is the project page for the design and implementation of Feed Handling features within the Firefox browser.

2.0 Todo List

Common Types UI

  • "Programs" panel for Preferences with Richlistbox of common types, plus a button linking to download actions dialog
  • Decide what this list of common types is
  • Decide what the defaults are

Web Protocol Handler

  • Write a protocol handler for configuration of types
  • Provide a scriptable web page API for registering additional types
  • Provide a confirmation UI for users to see when pages use the above API

Protocol Handlers

  • Determine what to do with protocol handlers when the browser is and is not the default browser. This may be _complicated_.
  • Determine how to implement feed:
  • UI path for feed: should not differ from UI path for application/rss+xml content load, feed: is merely a way to coerce content-type.

Internal Handlers

  • Preview: pass for now.
  • Pretty UCT View: pass for now unless low hanging fruit.

Downloading UI

  • Add "Open With..." context menu to links that offers UCT dialog/UI experience override for individual files. Also add to the Subscription icon in the URL bar.

Links