Feed URI scheme
{{Short description|Suggested uniform resource identifier to subscribe web feeds.}}
{{lowercase|title=feed URI scheme}}
The feed URI scheme was a suggested uniform resource identifier (URI) scheme designed to facilitate subscription to web feeds; specifically, it was intended that a news aggregator be launched whenever a hyperlink to a feed
URI was clicked in a web browser.
The scheme was intended to flag a document in a syndication format such as Atom or RSS. The document would be typically served over HTTP.
History
In 2006 the feed
URI scheme was supported by several popular desktop aggregators, including NetNewsWire, FeedDemon, Safari, and Flock. {{As of|2011}} no effort seems to be underway to officially register the scheme at IANA.{{cite web
|url=https://www.iana.org/assignments/uri-schemes.html
|title=Uniform Resource Identifier (URI) Schemes per RFC4395
|publisher=Internet Assigned Numbers Authority
|access-date=2011-10-17}}
Critics hold that the purpose of the feed
URI scheme is better served by MIME types,{{cite web|url=http://www.coeus-group.com/en/archives/187-On-the-feed-URI-scheme.html|title=On the feed:// URI scheme|last=Nemerson|first=Evan|date=September 10, 2004|access-date=2009-06-04|archive-url=https://web.archive.org/web/20060614182102/http://www.coeus-group.com/en/archives/187-On-the-feed-URI-scheme.html|archive-date=June 14, 2006}} or that it is not a user-friendly solution for the problem of feed subscription, since a user who has not installed the appropriate software will receive an unhelpful browser error message on clicking a link to a feed
URI.
The feed
URI scheme was suggested in 2003{{cite web
|url=http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=2a056f3b-de38-4751-85e4-bea97a053ad4
|title=Request For Comments: The "feed" URI Scheme
|author=Dare Obasanjo
|date=2003-12-09
|work=25hoursaday.com/weblog
|access-date=2011-10-17}} in {{mono|draft-obasanjo-feed-URI-scheme-01}} and {{mono|02}}. These expired drafts were not submitted as Internet drafts; the author later contributed to the work on the atom standard.
Syntax
The syntax for a feed
URI may be expressed in Backus–Naur form as follows:
Specifically, a feed
URI may be formed from any absolute URI (such as an absolute URL) by prepending feed
, and as a special case, may be formed from any absolute http
URI by replacing the initial http://
with feed://
.
The {{mono|http
URI, and {{mono|feed
URIs:
References
{{URI scheme}}
{{Web syndication}}
{{DEFAULTSORT:Feed Uri Scheme}}