I have used the methods discussed in that thread to create the RSS feed linked above.
Best thing is, it validates! I see you used css to give it an html-like output, I'll be looking into that.
My thanks to musicvid, Parahead, and the others who participated in the discussion about RSS feeds.
Glad that is working on your site. Speaking of which, I really like the clean layout and red/gray color theme.
Dale, I would appreciate any feedback you may have over time, and any issues you may see with active addons. I am esp. curious if it works with Maginot, since I do not have that one on my 1.31.5 installation. Also, thanks for seeing the need for this and for starting the thread!
Here's a suggestion: Put something like this in your home page html <head> section:
- Code: Select all
<link rel="alternate" type="application/rss+xml"
title="CCSJ Softball News"
href="http://www.deadlink.info/ccsjsb_rss_feed.xml">
This will allow many feedbots like Yahoo, MSN and Google to find and list your feed, (Yahoo will even put hit and subscriber stats in your server logs), and Firefox will be able to put your feed in a Live Bookmark right on your personal toolbar. This stuff is so cool!