RSS is an XML standard originally designed for providing summaries of new content from a website "channel".

RSS for this site is at <a href="rss.xml">rss.xml</a> - but it contains little info other than the list of pages. At the moment I believe in reading at-the-source, but I'm always chewing on it...)

It is currently most heavily used for Web Log aggregation - an Rss Aggregator can be either a single-use package which aggregates the blogs on that user's subscription list (Publish And Subscribe), or a shared server which provides any of a number of features.

All User Land tools generate RSS channels automatically.

There's also a couple apps that will "scrape HTML" to generate RSS.

Also see RichSiteSummary and WikisWithRss

Mark Pilgrim's "What is RSS" article is a great intro, including some Py Thon code and comparison of the different versions. Once I get around to an RSS output for this wiki, I'll probably use v2.0 (for the per-item date info) (hmmm, I wonder whether Peer Kat supports it?.

Dave Winer's [[http://blogs.law.harvard.edu/tech/rss |spec]] Comparison of required/optional elements across versions

Validators:

There are scalability issues associated with heavy use of Rss Aggregator software - see Publish And Subscribe.

What more "interesting" kinds of processing could be done on RSS repositories to make the Blog Web more "emergent"?

Enterprise Collaboration Ware may generate RSS feeds (App Log) so that updates can be browsed easily by various parties, integrated with other sources. At that point I would see a greater reason for an aggregation system. On the other hand, it may make more sense to read within the Collaboration Ware, where the security model is already defined.

<hr>

There's an ongoing controversy over who "controls" the RSS spec. At the moment, Dave Winer de-facto shepherds 0.91 (see esp. "Timeline" section) and 0.92 but there's also a 1.0 which conforms to RDF. Dave fought this direction as an increase in complexity (and a lack of backward compatibility). But it was adopted, at least by some people, and they kept the name. Which is horribly confusing.

Some other perspectives:

Aaron Swartz has a [[http://blogspace.com/rss/compatibility |compatibility chart]] Is anyone aware of any reasonably accurate population stats on # of sites (a) by version of RSS and (b) by tool used to generate it? (Actually, a snapshot of such stats from the time that 1.0 hit the radar would be even better...)

Conversely, stats from 1 or more high-traffic sites with RSS support (Slash Dot?) on breakdown of hits to the RSS file by RSS-reader User Agent would be very cool. (You'd probably have to count # of IPs instead of # of hits, since some readers might default to reading more frequently.)

<hr>

I think I'm going to try to quickly hack together an RSS feed for this Wiki Weblog, even though I'm already playing with a newer version of the underlying code.

Feb28'03

|sample]]

Plan

<hr>

try converting to rss v2

want to start including some content, include per-item date and author (esp for IRC bot, aggregator across Team Wiki spaces, etc.)

Nov18, 2003

Nov19

Nov25

<hr>

WebSeitzWiki: RSS (last edited 2010-07-09 20:47:14 by 76-245-240-183)