Hello... I am working on a site for my university's cross country team. The school has a website already, with an rss feed, that has articles about all the different sports (football, cross country, track, volleyball, basketball, etc...) aggregated onto one page. I can then click on the cross country page to limit it to only posts regarding cross country. However, I can't find an rss feed just for this page. So basically, I want to display these cross-country-only article headlines on the website I'm making and link them to the real article. How can I find if there is an rss feed just for the cross country page? Is there a tool that will search a website for all available rss feeds? Thanks
2 ways: 1. Go to a site like Bloglines.com and use their subscribe to bloglines bookmarklet to view available feeds. Now this will only work if they've made sure to make each feed auto-discoverable. 2. You can grab a search feed via various search engines using the site url and the keywords you want to pull. For this example, you could search for site.com+cross country and grab the RSS feed for that search. There may be an easier way, but I don't know it.