RSS

RSS

Infobox file format
name = RSS| icon =
logo =


caption = The RSS logo
extension = .rss, .xml
mime = application/rss+xml (Registration Being Prepared) [cite web |url=http://www.rssboard.org/rss-mime-type-application.txt |title=The application/rss+xml Media Type |publisher=Network Working Group |date=May 22 2006 |accessdate=2007-08-16]
type code =
uniform type =
owner =
genre =
container for =
contained by =
extended from = XML
extended to =
standards =

RSS is a family of Web feed formats used to publish frequently updated works – such as blog entries, news headlines, audio, and video – in a standardized format. An RSS document (which is called a "feed", "web feed", "Web feeds | RSS | The Guardian | guardian.co.uk", "The Guardian", London, 2007, webpage: [http://www.guardian.co.uk/webfeeds GuardianUK-webfeeds] .] or "channel") includes full or summarized text, plus metadata such as publishing dates and authorship. Web feeds benefit publishers by letting them syndicate content quickly and automatically. They benefit readers who want to subscribe to timely updates from favored websites or to aggregate feeds from many sites into one place. RSS feeds can be read using software called an "RSS reader", "feed reader", or "aggregator", which can be web-based or desktop-based. A standardized XML file format allows the information to be published once and viewed by many different programs. The user subscribes to a feed by entering the feed's URI into the reader or by clicking an RSS icon in a browser that initiates the subscription process. The RSS reader checks the user's subscribed feeds regularly for new work, downloads any updates that it finds, and provides a user interface to monitor and read the feeds.

The initials "RSS" are used to refer to the following formats: "Really Simple Syndication (RSS 2.0)", "RDF Site Summary (RSS 1.0 and RSS 0.90)", or "Rich Site Summary (RSS 0.91)".

RSS formats are specified using XML, a generic specification for the creation of data formats. Although RSS formats have evolved since March 1999, the RSS icon ("") first gained widespread use in 2005–2006.Fact|date=June 2008

History

The RSS formats were preceded by several attempts at syndication that did not achieve widespread popularity. The basic idea of restructuring information about websites goes back to as early as 1995, when Ramanathan V. Guha and others in Apple Computer's Advanced Technology Group developed the Meta Content Framework. [cite web |url=http://news.com.com/2100-1001-203893.html |title=W3C takes first step toward RDF spec |author=Lash, Alex |date=1997-10-03 |accessdate=2007-02-16 ] For a more detailed discussion of these early developments, see the history of web syndication technology.

RDF Site Summary, the first version of RSS, was created by Guha at Netscape in March 1999 for use on the My.Netscape.Com portal. This version became known as RSS 0.9.cite web |url=http://my.netscape.com/publish/help/quickstart.html |title=My Netscape Network: Quick Start |archiveurl=http://web.archive.org/web/20001208063100/http://my.netscape.com/publish/help/quickstart.html |archivedate=2000-12-08 |publisher=Netscape Communications |accessdate=2006-10-31 ] In July 1999, Dan Libby of Netscape produced a new version, RSS 0.91,cite web
url= http://web.archive.org/web/20001204093600/my.netscape.com/publish/formats/rss-spec-0.91.html
title=RSS 0.91 Spec, revision 3 | author=Libby, Dan
date=1999-07-10 |publisher=Netscape Communications
accessdate=2007-02-14
] which simplified the format by removing RDF elements and incorporating elements from Dave Winer's scriptingNews syndication format. [cite web
url=http://www.rssboard.org/rss-history
title=RSS History |author=RSS Advisory Board
date=June 7, 2007 | accessdate=2007-09-04
] Libby also renamed RSS "Rich Site Summary" and outlined further development of the format in a "futures document". [cite web
url=http://my.netscape.com/publish/help/futures.html
title=MNN Future Directions |archivedate=2000-12-04
archiveurl=http://web.archive.org/web/20001204123600/http://my.netscape.com/publish/help/futures.html
publisher=Netscape Communications
accessdate=2006-10-31
]

This would be Netscape's last participation in RSS development for eight years. As RSS was being embraced by web publishers who wanted their feeds to be used on My.Netscape.Com and other early RSS portals, Netscape dropped RSS support from My.Netscape.Com in April 2001 during new owner AOL's restructuring of the company, also removing documentation and tools that supported the format. [cite web |url=http://www.webreference.com/authoring/languages/xml/rss/1/ |title=The Evolution of RSS |author=Andrew King |date=2003-04-13 |accessdate=2007-01-17 ]

Two entities emerged to fill the void, with neither Netscape's help nor approval: The RSS-DEV Working Group and Winer, whose UserLand Software had published some of the first publishing tools outside of Netscape that could read and write RSS.

Winer published a modified version of the RSS 0.91 specification on the UserLand website, covering how it was being used in his company's products, and claimed copyright to the document. [cite web |url=http://backend.userland.com/rss091#copyrightAndDisclaimer |title=RSS 0.91: Copyright and Disclaimer |author=Winer, Dave |date=2000-06-04 |publisher=UserLand Software |accessdate=2006-10-31 ] A few months later, UserLand filed a U.S. trademark registration for RSS, but failed to respond to a USPTO trademark examiner's request and the request was rejected in December 2001. [cite web|url=http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=78025336 |title='RSS' Trademark Latest Status Info |author=U.S. Patent & Trademark Office ]

The RSS-DEV Working Group, a project whose members included Guha and representatives of O'Reilly Media and Moreover, produced RSS 1.0 in December 2000. [cite web |url=http://web.resource.org/rss/1.0/spec |title=RDF Site Summary (RSS) 1.0 |author=RSS-DEV Working Group |date=2000-12-09 |accessdate=2006-10-31 ] This new version, which reclaimed the name RDF Site Summary from RSS 0.9, reintroduced support for RDF and added XML namespaces support, adopting elements from standard metadata vocabularies such as Dublin Core.

In December 2000, Winer released RSS 0.92 [cite web |url=http://backend.userland.com/rss092 |title=RSS 0.92 Specification |author=Winer, Dave |date=2000-12-25 |publisher=UserLand Software |accessdate=2006-10-31 ] a minor set of changes aside from the introduction of the enclosure element, which permitted audio files to be carried in RSS feeds and helped spark podcasting. He also released drafts of RSS 0.93 and RSS 0.94 that were subsequently withdrawn. [cite web |url=http://backend.userland.com/rss093 |title=RSS 0.93 Specification |author=Winer, Dave |date=2001-04-20 |publisher=UserLand Software |accessdate=2006-10-31 ]

In September 2002, Winer released a major new version of the format, RSS 2.0, that redubbed its initials Really Simple Syndication. RSS 2.0 removed the "type" attribute added in the RSS 0.94 draft and added support for namespaces.

Because neither Winer nor the RSS-DEV Working Group had Netscape's involvement, they could not make an official claim on the RSS name or format. This has fueled ongoing controversy in the syndication development community as to which entity was the proper publisher of RSS.

One product of that contentious debate was the creation of an alternative syndication format, Atom, that began in June 2003. [cite web
url=http://news.cnet.com/Battle-of-the-blog/2009-1032_3-5059006.html
title= Dispute exposes bitter power struggle behind Web logs
publisher=news.cnet.com
date=2003-08-04
accessdate=2008-08-06
last=Festa
first=Paul
quote=The conflict centers on something called Really Simple Syndication (RSS), a technology widely used to syndicate blogs and other Web content. The dispute pits Harvard Law School fellow Dave Winer, the blogging pioneer who is the key gatekeeper of RSS, against advocates of a different format.
] The Atom syndication format, whose creation was in part motivated by a desire to get a clean start free of the issues surrounding RSS, has been adopted as IETF Proposed Standard RFC 4287.

In July 2003, Winer and UserLand Software assigned the copyright of the RSS 2.0 specification to Harvard's Berkman Center for the Internet & Society, where he had just begun a term as a visiting fellow. [cite web |url=http://www.rssboard.org/advisory-board-notes |title=Advisory Board Notes |date=2003-07-18 |publisher=RSS Advisory Board |accessdate=2007-09-04 ] At the same time, Winer launched the RSS Advisory Board with Brent Simmons and Jon Udell, a group whose purpose was to maintain and publish the specification and answer questions about the format. [cite web|url=http://www.scripting.com/2003/07/18.html#rss20News |title=RSS 2.0 News|publisher=Dave Winer|accessdate=2007-09-04 ]

In December 2005, the Microsoft Internet Explorer team [ [http://blogs.msdn.com/rssteam/archive/2005/12/14/503778.aspx Icons: It’s still orange] , Microsoft RSS Blog, 14 December 2005] andOutlook team [ [http://blogs.msdn.com/michael_affronti/archive/2005/12/15/504316.aspx RSS icon goodness] , blog post by Michael A. Affronti of Microsoft (Outlook Program Manager), 15 December 2005] announced on their blogs that they were adopting the feed icon first used in the Mozilla Firefox browser followed suit. This effectively made the orange square with white radio waves the industry standard for RSS and Atom feeds, replacing the large variety of icons and text that had been used previously to identify syndication data.

In January 2006, Rogers Cadenhead relaunched the RSS Advisory Board without Dave Winer's participation, with a stated desire to continue the development of the RSS format and resolve ambiguities. In June 2007, the board revised their version of the specification to confirm that namespaces may extend core elements with namespace attributes, as Microsoft has done in Internet Explorer 7. According to their view, a difference of interpretation left publishers unsure of whether this was permitted or forbidden.

Variants

As noted above, there are several different versions of RSS, falling into two major branches (RDF and 2.*). The RDF, or RSS 1.* branch includes the following versions:
*RSS 0.90 was the original Netscape RSS version. This RSS was called "RDF Site Summary", but was based on an early working draft of the RDF standard, and was not compatible with the final RDF Recommendation.
*RSS 1.0 is an open format by the RSS-DEV Working Group, again standing for "RDF Site Summary". RSS 1.0 is an RDF format like RSS 0.90, but not fully compatible with it, since 1.0 is based on the final RDF 1.0 Recommendation.
*RSS 1.1 is also an open format and is intended to update and replace RSS 1.0. The specification is an independent draft not supported or endorsed in any way by the RSS-Dev Working Group or any other organization.

The RSS 2.* branch (initially UserLand, now Harvard) includes the following versions:
*RSS 0.91 is the simplified RSS version released by Netscape, and also the version number of the simplified version originally championed by Dave Winer from Userland Software. The Netscape version was now called "Rich Site Summary"; this was no longer an RDF format, but was relatively easy to use.
*RSS 0.92 through 0.94 are expansions of the RSS 0.91 format, which are mostly compatible with each other and with Winer's version of RSS 0.91, but are not compatible with RSS 0.90. In all Userland RSS 0.9x specifications, RSS was no longer an acronym.
*RSS 2.0.1 has the internal version number 2.0. RSS 2.0.1 was proclaimed to be "frozen", but still updated shortly after release without changing the version number. RSS now stood for "Really Simple Syndication". The major change in this version is an explicit extension mechanism using XML namespaces.cite web
title=Namespaces in XML 1.0
url=http://www.w3.org/TR/REC-xml-names/
publisher=W3C
date=16 August 2006
edition=2nd
]

For the most part, later versions in each branch are backward-compatible with earlier versions (aside from non-conformant RDF syntax in 0.90), and both versions include properly documented extension mechanisms using XML Namespaces, either directly (in the 2.* branch) or through RDF (in the 1.* branch). Most syndication software supports both branches. [http://diveintomark.org/archives/2004/02/04/incompatible-rss "The Myth of RSS Compatibility"] , an article written in 2004 by RSS critic and Atom advocate Mark Pilgrim, discusses RSS version compatibility issues in more detail.

The extension mechanisms make it possible for each branch to track innovations in the other. For example, the RSS 2.* branch was the first to support enclosures, making it the current leading choice for podcasting, and as of|2005|lc=on is the format supported for that use by iTunes and other podcasting software; however, an enclosure extension is now available for the RSS 1.* branch, [http://www.xs4all.nl/~foz/mod_enclosure.html mod_enclosure] . Likewise, the RSS 2.* core specification does not support providing full-text in addition to a synopsis, but the RSS 1.* markup can be (and often is) used as an extension. There are also several common outside extension packages available, including a new proposal from Microsoft for use in Internet Explorer 7.

The most serious compatibility problem is with HTML markup. Userland's RSS reader—generally considered as the reference implementation—did not originally filter out HTML markup from feeds. As a result, publishers began placing HTML markup into the titles and descriptions of items in their RSS feeds. This behavior has become expected of readers, to the point of becoming a de facto standard, though there is still some inconsistency in how software handles this markup, particularly in titles. The RSS 2.0 specification was later updated to include examples of entity-encoded HTML; however, all prior plain text usages remain valid.

As of|2007|1, tracking data from www.syndic8.com indicates that the three main versions of RSS in current use are 0.91, 1.0, and 2.0. Of these, RSS 0.91 accounts for 13 percent of worldwide RSS usage and RSS 2.0 for 67 percent, while RSS 1.0 has a 17 percent share. [ [http://www.peachpit.com/articles/article.aspx?p=674690 Peachpit article] ] These figures, however, do not include usage of the rival web feed format Atom. As of|2008|8, the syndic8.com website is indexing 546,069 total feeds, of which 86,496 were some dialect of Atom and 438,102 were some dialect of RSS. [ [http://www.syndic8.com/stats.php?Section=feeds#tabtable Syndic8 stats table] ]

Modules

The primary objective of all RSS modules is to extend the basic XML schema established for more robust syndication of content. This inherently allows for more diverse, yet standardized, transactions without modifying the core RSS specification.

To accomplish this extension, a tightly controlled vocabulary (in the RSS world, "module"; in the XML world, "schema") is declared through an XML namespace to give names to concepts and relationships between those concepts.

Some RSS 2.0 modules with established namespaces are:
* [http://shopping.discovery.com/erss/ Ecommerce RSS 2.0 Module]
* [http://search.yahoo.com/mrss Media RSS 2.0 Module]
* [http://www.opensearch.org/Specifications/OpenSearch/1.1 OpenSearch RSS 2.0 Module]

BitTorrent and RSS

Several BitTorrent-based peer-to-peer applications also support RSS. Such feeds (also known as "Torrent/RSS-es" or "Torrentcasts") allow client applications to download files automatically from the moment the RSS reader detects them (also known as Broadcatching).

Examples

RSS 1.0

The following is an example of an RSS Feed 1.0 file (the quoted strings are in red font).

XML.com http://xml.com/pub XML.com features a rich mix of information and services for the XML community.

XML.com http://www.xml.com http://xml.com/universal/images/xml_tiny.gif Processing Inclusions with XSLT http://xml.com/pub/2000/08/09/xslt/xslt.html Processing document inclusions with general XML tools can be problematic. This article proposes a way of preserving inclusion information through SAX-based processing. Putting RDF to Work http://xml.com/pub/2000/08/09/rdfdb/index.html Tool and API support for the Resource Description Framework is slowly coming of age. Edd Dumbill takes a look at RDFDB, one of the most exciting new RDF toolkits. Search XML.com Search XML.com's XML collection s http://search.xml.com

RSS 2.0

The following is an example of an RSS 2.0 file (strings in red font).

Lift Off News http://liftoff.msfc.nasa.gov/ Liftoff to Space Exploration. en-us Tue, 10 Jun 2003 04:00:00 GMT Tue, 10 Jun 2003 09:41:01 GMT http://blogs.law.harvard.edu/tech/rss Weblog Editor 2.0 editor@example.com webmaster@example.com 5 Star City http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp How do Americans get ready to work with Russians aboard the International Space Station? They take a crash course in culture, language and protocol at Russia's Star City. Tue, 03 Jun 2003 09:39:21 GMT http://liftoff.msfc.nasa.gov/2003/06/03.html#item573 Space Exploration http://liftoff.msfc.nasa.gov/ Sky watchers in Europe, Asia, and parts of Alaska and Canada will experience a partial eclipse of the Sun on Saturday, May 31st. Fri, 30 May 2003 11:06:42 GMT http://liftoff.msfc.nasa.gov/2003/05/30.html#item572 The Engine That Does More http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp Before man travels to Mars, NASA hopes to design new engines that will let us fly through the Solar System more quickly. The proposed VASIMR engine would do that. Tue, 27 May 2003 08:37:32 GMT http://liftoff.msfc.nasa.gov/2003/05/27.html#item571 Astronauts' Dirty Laundry http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp Compared to earlier spacecraft, the International Space Station has many luxuries, but laundry facilities are not one of them. Instead, astronauts have other options. Tue, 20 May 2003 08:56:02 GMT http://liftoff.msfc.nasa.gov/2003/05/20.html#item570

Including in XHTML

The following tag should be placed into the head of an XHTML document to provide a link to an RSS Feed.

ee also

*Aggregators
*Atom
*DataPortability
*List of feed aggregators
*Podcasting
*Syndication
*Web Feed


= Mashup creators =

*Google Mashup Editor
*Microsoft Popfly
*Yahoo! Pipes
*Pageflakes
*Netvibes

References

External links

Specifications

* [http://www.rssboard.org/rss-0-9-0 RSS 0.90 Specification]
* [http://www.rssboard.org/rss-0-9-1-netscape RSS 0.91 Specification]
* [http://web.resource.org/rss/1.0/ RSS 1.0 Specifications] [http://purl.org/rss/1.0/ (RDF Site Summary 1.0)] [http://dmoz.org/Reference/Libraries/Library_and_Information_Science/Technical_Services/Cataloguing/Metadata/RDF/Applications/RSS/Specifications/RSS_1.0_Modules/ Modules]

* [http://cyber.law.harvard.edu/rss/rss.html RSS 2.0 Specification by Dave Winer]
* [http://www.rssboard.org/rss-specification RSS 2.0 (2.0.10) specification by the RSS Advisory Board]
* [http://msdn2.microsoft.com/en-us/xml/bb190613.aspx Draft Microsoft specification for Simple Sharing Extensions to RSS] (See Wikipedia article)

Articles

* [http://backend.userland.com/davesRss2PoliticalFaq RSS Political Faq] (Dave Winer)
* [http://diveintomark.org/archives/2002/09/06/history_of_the_rss_fork History of the RSS Fork] (Mark Pilgrim)
* [http://www.xul.fr/en-xml-rss.html Building an RSS feed] Tutorial with example.


= Validators =
* [http://validator.w3.org/feed/ W3.org validation service]


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • RSS — Значок RSS, используемый во многих браузерах Расширение …   Википедия

  • RSS — Saltar a navegación, búsqueda Este artículo se refiere a una familia de formatos XML. Para el artículo sobre las Repúblicas Socialistas Soviéticas, véase Repúblicas de la URSS. RSS Desarrollador …   Wikipedia Español

  • RSS TV — is an XML based navigation protocol for Internet Media services based on the RSS standard.The adoption of RSS TV enables video device manufacturers to develop applications to navigate Internet media services. Example video devices include set top …   Wikipedia

  • RSS-CB — Saltar a navegación, búsqueda RSS CB es una extensión de RSS 1.0 creado para cubrir ciertas necesidades de diseminación de información de los bancos centrales. Sigue la estructura convencional de RSS 1.0 y agrega elementos orientados… …   Wikipedia Español

  • RSS — protokolas statusas T sritis dirbtinis intelektas apibrėžtis XML kalba grindžiamas protokolas naujienoms skleisti saityne. RSS protokolo patobulintas variantas yra protokolas „Atom“. trumpoji forma RSS atitikmenys: angl. RDF Site Summary; Really… …   Lithuanian dictionary (lietuvių žodynas)

  • Rss — Cette page d’homonymie répertorie les différents sujets et articles partageant un même nom. {{{image}}}   Sigles d une seule lettre   Sigles de deux lettres > Sigles de trois lettres …   Wikipédia en Français

  • RSS — UK US noun [U] ► IT ABBREVIATION for really simple syndication: a technology that allows you to link (= electronically connect) your website, email account, etc. to another website so that when that website changes, the changes are sent to you.… …   Financial and business terms

  • RSS — (computing) abbrev Rich site summary (or, popularly, really simple syndication), a system that allows computer users to view the content of many web pages in a single screen * * * n. any of various XML file formats suitable for disseminating real …   Useful english dictionary

  • RSS — (Regional Spatial Strategies) Strategies bringing together and integrating policies for the use and development of land with other policies and programmes that affect areas and how they function. These are prepared at regional level by the… …   Law dictionary

  • RSS — [Abk. für engl. really simple syndication] (EDV): Datenformat, mit dem Inhalte von Webseiten besonders übersichtlich bereitgestellt werden können …   Universal-Lexikon

  • RSS — [ɛr|ɛs |ɛs] = Really Simple Syndication (EDV Datenformat, mit dem Inhalte von Webseiten besonders übersichtlich bereitgestellt werden können) …   Die deutsche Rechtschreibung

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”