diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-22 02:42:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-22 02:42:04 +0000 |
commit | c478168e95e87668945d2e41ff46074c30632603 (patch) | |
tree | a6a6a3fca58abc9bc0538df2792fb5d26280b5fc /doc/todo | |
parent | 89fef1b0b7ce8c4e5e36a60fce245fab902daec3 (diff) |
web commit by JoshTriplett
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn b/doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn new file mode 100644 index 000000000..84372fc1d --- /dev/null +++ b/doc/todo/integration_with_Firefox_and_Iceweasel_feed_subscription_mechanism.mdwn @@ -0,0 +1,11 @@ +Firefox and Iceweasel, when encountering a news feed, display a page that +allows the user to subscribe to the feed, using Live Bookmarks, Google Reader, +Bloglines, My Yahoo!, or an external reader program. The list of available +applications comes from URIs and titles in the preferences, under +`browser.contentHandlers.types.*`. For the benefit of people who use +[[plugin/aggregate]] as their feed reader, the ikiwiki CGI could expose a URI +to directly add a new feed to the aggregated list; this would allow users to +configure their browser to subscribe to feeds via [[plugin/aggregate]] running +on their site. We could then provide the manual configuration settings as a +[[tip|tips]], and perhaps provide an extension or other mechanism to set them +automatically. --[[JoshTriplett]] |