|
What is RSS?
RSS is a family of web feed formats, specified in XML and used for Web syndication. RSS is used by (among other things) news Web sites, weblogs and podcasting. The abbreviation is variously used to refer to the following standards:
- Really Simple Syndication (RSS 2.0)
- Rich Site Summary (RSS 0.91, RSS 1.0)
- RDF Site Summary (RSS 0.9 and 1.0)
Web feeds provide web content or summaries of web content together with links to the full versions of the content, and other metadata.
RSS, in particular, delivers this information as an XML file called an RSS feed, webfeed, RSS stream, or RSS channel.
In addition to facilitating syndication, web feeds allow a website's frequent readers to track updates on the site using an
aggregator.
What is the difference between the three formats offered?
- RSS
- The RSS syndication format. This is the link you need to choose if you want to use a news reader.
- XML
- A Commission XML format for press release news. Use it only if you want to implement some own processing of the news feed information.
- HTML
- The news feed contents transformed into an HTML page. Through this link, you can view them conveniently in your browser even if you do not have a RSS reader at hand.
|