Closed Bug 568717 Opened 15 years ago Closed 14 years ago

Document how to create a custom feed handler using Camino's feedhandlers code

Categories

(Camino Graveyard :: Product Site, enhancement)

All
macOS
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: contact, Assigned: alqahira)

References

()

Details

User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en; rv:1.9.2.5pre) Gecko/20100527 Camino/2.1a1pre (like Firefox/3.6.5pre) Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en; rv:1.9.2.5pre) Gecko/20100527 Camino/2.1a1pre (like Firefox/3.6.5pre) The preference pane provides a way to add another app as feed viewer, but there is no way to add a website. Would it be possible to select a website as feedviewer ? (Or at least document how to create an applescript app like the ones used for Bloglines, Google and Yahoo.) Reproducible: Always
It's not feasible to support adding arbitrary websites, both because there's no standard for the URL/parameters used for subscriptions (each web-based feed reader determines that on its own) and also because we don't implement any custom handling for feed protocols (we just hand feed protocols off to the OS, just like any other external protocol). However, it is easy enough to document how to use Camino's feedhandler code to implement your own (though implementing your own is more complicated than writing the instructions, given the requirements of LaunchServices and application bundles).
Assignee: nobody → samuel.sidler
Status: UNCONFIRMED → NEW
Component: General → Product Site
Ever confirmed: true
QA Contact: general → product.site
Summary: Custom feed handler → Document how to create a custom feed handler using Camino's feedhandlers code
Assignee: samuel.sidler → alqahira
I started writing this (just an introduction so far): http://wiki.caminobrowser.org/Development:Supporting_Additional_Web-based_Feed_Readers (URL subject to change, but it's linked from the wiki’s Development page, under the "Information for Third-Party Developers" section.)
I finished this up today; sorry for the long delay. :( If you try to use them, please let me know if you have any questions.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.