The initial lines described the blog. They were followed by a series of entries describing each blog post. It was a pretty clear format, but it was easy to make a mistake and you had to add a new item when you added a post to your blog.<feed> Title (of the blog in this case) Description Editor's email address etc. <entry> Title of post 1 Description Date published URL etc. </entry> <entry> Title of post 2 Description Date published URL etc. </entry> ... </feed>
Since many bloggers wanted RSS feeds, the programmers of the Blogger service added the capability to create the feed automatically and update it whenever a new item is posted. The feed URL will be:
If you link to that address on your blog, readers will be able to subscribe.http://yourblogname.blogspot.com/feeds/posts/full
You can, if you wish, still supply your own RSS file. If you do so, you would use that URL instead.
There are also Internet services which will generate RSS feeds for your blog. Feedburner.com is one of the oldest and largest. If you establish an account at Feedburner, and have them create the feed, they will also keep track of statistics like the number of subscribers. Again, if you use a service to generate your feed, you would use its URL in your blog.
You can see a portion of the RSS feed for our class blog here.