I am developing for a website that has an event "listing" service. It uses an rss feed (located at the web root under the name 'rss.xml') to give an RSS feed of the events to users who are interested in the service.
I've been tasked with developing a blog for the website. I have the blog piece done, but I'm not sure the best way to integrate an RSS feed for the blog in to the website. Ideally, in the future some people will be visiting to read the blog while others may be visiting to use the service.
What's the best way to integrate the blog RSS feed in to the website? Do I combine the event listings AND blog RSS feeds in to the main rss.xml or do I need to pick one? I also wonder how this plays in to using services like feedburner to track subscription, etc.