RSS Stands for extremely simple Syndication.
It provides an even format to permit the data
to be accessed by several programs.
These also are called “web feeds”.
people can subscribe RSS feeds and obtain latest updates from the site with the help of a specialised program called RSS reader.
a number of the favored RSS readers that helps people to
read their favorite feeds square measure “Google reader”, “Feed reader” etc.
Example of RSS File
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Your RSS Feed Title Goes Here</title>
<description>Your RSS Feed description goes here</description>
<link>Link to your website</link>
<lastBuildDate>Date when the feed was last build </lastBuildDate>
<pubDate>Date when the feed was published </pubDate>
<item>
<title>Title of item 1</title>
<description>Description of item 1</description>
<link>link to the item</link>
<pubDate>Date of publication of item 1</pubDate>
</item>
<item>
<title>Title of item 2</title>
<description>Description of item 2</description>
<link>link to the item</link>
<pubDate>Date of publication of item 2</pubDate>
</item>
<item>
<title>Title of item 3</title>
<description>Description of item 3</description>
<link>link to the item</link>
<pubDate>Date of publication of item 3</pubDate>
</item>
<item>
<title>Title of item n</title>
<description>Description of item n</description>
<link>link to the item</link>
<pubDate>Date of publication of item n</pubDate>
</item>
</channel>
</rss>
+ comments + 2 comments
This is a great article that provide useful information.
marvelous This is an incredible article that give helpful data.
Post a Comment
We're glad you have chosen to leave a comment. Please keep in mind that all comments are moderated according to our comment policy , and all links are nofollow. Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.
Thanks