[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [syndication] Re: What to call the RSS file



>There isn't and shouldn't be a standard extension for RSS, and 
>all of these might be RSS:
[snip]

Then of course there's the dynamically-generated feeds:

	http://www.example.com/feed?channel=foo
	http://www.example.com/feed.asp?channel=foo
	http://www.moreover.com/cgi-local/page?c=Marketing%20news&o=rss

etc.

These URLs can change depending on the information requested. We syndicate
our events listing in both RSS 0.91 and RSS 1.0 using a single script with
parameters, like so:

	
https://web2.ssg.gunter.af.mil/IL/webservices/events/events-list.asp?start=0
1/12/01
	
https://web2.ssg.gunter.af.mil/IL/webservices/events/events-list.asp?start=0
1/12/01&end=3/3/01&format=rss091

etc.

-dave