Difference between revisions of "Web feed"
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | On the [[World Wide Web]], a '''web feed''' ('''news feed''', '''syndicated feed''') is a [[data format]] used for providing [[user (computing)]] with frequently updated content. | + | On the [[World Wide Web]], a '''web feed''' ('''news feed''', '''syndicated feed''') is a [[data format]] used for providing [[user (computing)|users]] with frequently updated content. |
== Description == | == Description == |
Latest revision as of 21:23, 6 September 2016
On the World Wide Web, a web feed (news feed, syndicated feed) is a data format used for providing users with frequently updated content.
Description
Content distributors syndicate a web feed, thereby allowing users to subscribe to it.
Making a collection of web feeds accessible in one spot is known as aggregation, which is performed by a news aggregator.
A typical scenario of web-feed use might involve the following:
A content provider publishes a feed link on its site which end users can register with a news aggregator program (also called a feed reader or a news reader) running on their own machines; doing this is usually as simple as dragging the link from the web browser to the aggregator. When instructed, the aggregator asks all the servers in its feed list if they have new content; if so, the aggregator either makes a note of the new content or downloads it. One can schedule aggregators to check for new content periodically.
Web feeds exemplify pull technology, although they may appear to push content to the user.
The kinds of content delivered by a web feed are typically HTML (webpage content) or links to webpages and other kinds of digital media. Often when websites provide web feeds to notify users of content updates, they only include summaries in the web feed rather than the full content itself.
Many news websites, weblogs, schools, and podcasters operate web feeds.
See also
- Atom (standard)
- Feed icon
- RSS
- Web syndication
- Web service
- Web API
- feed: URI scheme
- Wikipedia:Syndication
- Usenet
External links
- Web feed @ Wikipedia.org