<?xml version="1.0"?>

<rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://simon.incutio.com/syndicate/syndication/rss1.0">
  <title>RSS and Syndication</title>
  <link>http://simon.incutio.com/</link>
  <description>Simon Willison's RSS and Syndication cateory</description>
  <language>en-uk</language>
  <webMaster>simon@incutio.com</webMaster>
  <items>
    <rdf:Seq>
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2004/09/14/liveBookmarks" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2004/09/01/track" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2004/06/16/sucks" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2004/06/06/theyWorkForYou" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2004/05/18/customisedWithCSS" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2004/02/18/advanced" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2004/02/12/itsJustData" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2004/02/05/hotLinks" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/12/20/testFu" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/11/26/feedYou" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/10/08/yahooNewsRSS" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/07/11/winerWatcher" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/07/11/rssLinks" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/07/10/clearout" />
      <rdf:li rdf:resource="http://simon.incutio.com/archive/2003/07/09/throwingMoney" />
    </rdf:Seq>
  </items>
</channel>

<item rdf:about="http://simon.incutio.com/archive/2004/09/14/liveBookmarks">
  <title>Browser innovation is alive and well</title>
  <description>&lt;p id=&quot;p-0&quot;&gt;Here's a feature that caught me by surprise (maybe I haven't been keeping my ear close enough to the ground): the new &lt;a href=&quot;http://www.mozilla.org/products/firefox/releases/0.10.html&quot; title=&quot;Firefox 1.0 PR Release Notes&quot;&gt;Firefox 1.0 preview release&lt;/a&gt; supports &lt;a href=&quot;http://www.mozilla.org/products/firefox/live-bookmarks.html&quot;&gt;&lt;em&gt;Live Bookmarks&lt;/em&gt;&lt;/a&gt;, a novel twist on &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; aggregators where feeds look just like bookmark folders, displaying a list of bookmarks corresponding to the headlines from the feed. Best of all, the feature support &lt;a href=&quot;http://diveintomark.org/archives/2002/05/30/rss_autodiscovery&quot;&gt;RSS autodiscovery&lt;/a&gt;. Sites with auto-discoverable feeds display an attractive &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; icon on the right hand side of the status bar, allowing for one click subscriptions.&lt;/p&gt;

&lt;p id=&quot;p-1&quot;&gt;There are certainly some issues to be ironed out. Subscribing to a feed without auto-discovery isn't very easy, as the &quot;New Live Bookmark&quot; button is missing from the bookmark manager's toolbar (look in the File menu there instead). I also haven't found the interface for setting subscription options such as polling intervals, so I'll have to trust that Firefox is doing more or less the right thing. Those points aside, it's great to see Firefox driving forward browser innovation yet again.&lt;/p&gt;

&lt;p id=&quot;p-2&quot;&gt;&lt;strong&gt;Update:&lt;/strong&gt; Here's a killer app for this feature: if you use &lt;a href=&quot;http://simon.incutio.com/blogmarks/&quot;&gt;blogmarks&lt;/a&gt;/&lt;a href=&quot;http://diveintomark.org/archives/blinks/&quot;&gt;b-links&lt;/a&gt;/&lt;a href=&quot;http://del.icio.us/&quot;&gt;del.icio.us&lt;/a&gt; instead of bookmarks, subscribing to the accompanying &lt;acronym title=&quot;Really Simply Syndication&quot;&gt;RSS&lt;/acronym&gt; feed as a live bookmark will give you access to your most recently added items within the browser &lt;acronym title=&quot;User Interface&quot;&gt;UI&lt;/acronym&gt;.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2004/09/14/liveBookmarks</link>
  <dc:subject>Mozilla, RSS and Syndication</dc:subject>
  <dc:date>2004-09-14T16:28:33-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2004/09/01/track">
  <title>How to track an RSS feed</title>
  <description>&lt;p id=&quot;p-0&quot;&gt;According to the &lt;acronym title=&quot;HyperText Transfer Protocol&quot;&gt;HTTP&lt;/acronym&gt; specification, RSS/Atom aggregators should obey the &lt;acronym title=&quot;HyperText Transfer Protocol&quot;&gt;HTTP&lt;/acronym&gt; &lt;samp&gt;301 Moved Permanently&lt;/samp&gt; header by altering the stored subscription &lt;acronym title=&quot;Universal Republic of Love&quot;&gt;URL&lt;/acronym&gt; for the feed they are attempting to retrieve.&lt;/p&gt;

&lt;p id=&quot;p-1&quot;&gt;This behaviour can be used to track repeat aggregator hits to a feed, in essence the equivalent a setting a permanent cookie. The first time an aggregator hits the published feed address, a 301 header is served redirecting that aggregator to a new &lt;acronym title=&quot;Universal Republic of Love&quot;&gt;URL&lt;/acronym&gt; incorporating a unique ID. The aggregator permanently changes the stored subscription &lt;acronym title=&quot;Universal Republic of Love&quot;&gt;URL&lt;/acronym&gt;, meaning future request to that feed will carry the unique ID that was assigned the first time the feed was retrieved.&lt;/p&gt;

&lt;p id=&quot;p-2&quot;&gt;At its most innocent, this could allow people to track their number of unique subscriptions - although the value of this would be severely diluted if people started deliberately subscribing to the same redirected feed &lt;acronym title=&quot;Universal Republic of Love&quot;&gt;URL&lt;/acronym&gt;. I'm sure there are more insidious uses for this as well.&lt;/p&gt;

&lt;p id=&quot;p-3&quot;&gt;Maybe aggregators should prompt users when a feed has permanently moved, to prevent them from being tracked without their knowledge.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2004/09/01/track</link>
  <dc:subject>RSS and Syndication</dc:subject>
  <dc:date>2004-09-01T00:53:28-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2004/06/16/sucks">
  <title>The orange XML icon sucks</title>
  <description>&lt;p&gt;I'm not a fan of the orange &lt;acronym title=&quot;eXtensible Markup Language&quot;&gt;XML&lt;/acronym&gt; icon, even though I use it on &lt;a href=&quot;http://simon.incutio.com/categories/&quot;&gt;my categories page&lt;/a&gt;. I love the concept of a universally recognised icon for &lt;acronym title=&quot;Really Simple/Stupid/Sexy/Sinful Syndication&quot;&gt;RSS&lt;/acronym&gt; feeds, but &lt;acronym title=&quot;eXtensible Markup Language&quot;&gt;XML&lt;/acronym&gt; is simply the wrong acronym to put on it. Don't think it's liable to cause confusion? Check out this &lt;a href=&quot;http://www.journalism.co.uk/news/story918.shtml&quot; title=&quot;Guardian site to expand RSS services &quot;&gt;excerpt from Journalism.co.uk&lt;/a&gt; (emphasis mine):&lt;/p&gt;

&lt;blockquote cite=&quot;http://www.journalism.co.uk/news/story918.shtml&quot;&gt;&lt;p&gt; The Guardian is planning to launch more XML-based services in the next few months, adding to the news feed services the site already provides to both commercial clients and individual readers.&lt;/p&gt;

&lt;p&gt;XML, &lt;strong&gt;also known as RSS&lt;/strong&gt;, is a method of streaming information from a website. Many sites now offer a free XML feed enabling readers to receive headlines from news sites via a desktop software program. XML also avoids problems involved with sending email newsletters, such as junk mail and out-of-date addresses.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Doh!&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2004/06/16/sucks</link>
  <dc:subject>RSS and Syndication</dc:subject>
  <dc:date>2004-06-16T18:28:48-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2004/06/06/theyWorkForYou">
  <title>They Work For You</title>
  <description>&lt;p id=&quot;p-0&quot;&gt;Today is/was (you never can tell with these wretched time zone differences) &lt;a href=&quot;http://www.xcom2002.com/nc04/&quot;&gt;NotCon 2004&lt;/a&gt;, London's premiere low-cost, informal, one-day technology conference. Friday's &lt;a href=&quot;http://www.ntk.net/2004/06/04/&quot;&gt;MiniNTK&lt;/a&gt; promised the &lt;q cite=&quot;http://www.ntk.net/2004/06/04/&quot;&gt;unveiling of a new project from the people behind FaxYourMP and PublicWhip&lt;/q&gt; and sure enough, here it is: &lt;a href=&quot;http://www.theyworkforyou.com/&quot;&gt;TheyWorkForYou.com&lt;/a&gt;.&lt;/p&gt;

&lt;p id=&quot;p-1&quot;&gt;TheyWorkForYou.com is the finest example of a &lt;a href=&quot;http://simon.incutio.com/archive/2004/02/17/hackingPolitics&quot; title=&quot;Hacking the political system&quot;&gt;political hack&lt;/a&gt; I've ever seen. It's basically an ultra-user-friendly front-end to the Hansard public record of all speeches and debates in the houses of commons, with each &lt;acronym title=&quot;Member of Parliament&quot;&gt;MP&lt;/acronym&gt; getting their own page complete with a summary of their recent performance and member's interests and a list of their recently recorded parliamentary appearances.&lt;/p&gt;

&lt;p id=&quot;p-2&quot;&gt;The community features are pretty impressive as well: you can add comments to any speech made in any debate, and there's also a &lt;a href=&quot;http://www.theyworkforyou.com/addterm/&quot;&gt;user-populated glossary&lt;/a&gt; which is automatically linked in to the speech transcripts.&lt;/p&gt;

&lt;p id=&quot;p-3&quot;&gt;But with all that, the most useful feature is probably the most subtle: you can subscribe to an &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; feed of your &lt;acronym title=&quot;Member of Parliament&quot;&gt;MP&lt;/acronym&gt;'s appearances, meaning you can keep track of everything they say on your behalf. It's simple, powerful and a perfect example of the political hacker ethic at work.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2004/06/06/theyWorkForYou</link>
  <dc:subject>RSS and Syndication</dc:subject>
  <dc:date>2004-06-06T21:51:21-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2004/05/18/customisedWithCSS">
  <title>Atom discussion minutes</title>
  <description>&lt;p&gt;The minutes from the Atom/&lt;acronym title=&quot;World Wide Web Consortium&quot;&gt;W3C&lt;/acronym&gt; discussion in New York have been &lt;a href=&quot;http://www.w3.org/2004/05/18-atom-nyc&quot;&gt;posted online&lt;/a&gt;. Unfortunately the default formatting is pretty difficult to follow. I found it a lot easier to figure out who was saying what after applying the following &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; (using the &lt;a href=&quot;http://www.squarefree.com/bookmarklets/webdevel.html#test_styles&quot; title=&quot;Web Development Bookmarklets: test styles&quot;&gt;test styles&lt;/a&gt; bookmarklet):&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;css&quot;&gt;
abbr {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
abbr:after {
  content: &quot; - &quot; attr(title);
}
&lt;/code&gt;&lt;/pre&gt;</description>
  <link>http://simon.incutio.com/archive/2004/05/18/customisedWithCSS</link>
  <dc:subject>[X]HTML and CSS, RSS and Syndication</dc:subject>
  <dc:date>2004-05-18T22:24:53-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2004/02/18/advanced">
  <title>Advanced Python network programming</title>
  <description>&lt;p&gt;&lt;a href=&quot;http://www.onlamp.com/pub/a/python/2004/02/12/advanced_nio.html?page=1&quot;&gt;Understanding Network I/O, Part 2&lt;/a&gt; by George Belotsky (via &lt;a href=&quot;http://dev.r.tucows.com/blog/_archives/2004/2/17/20915.html&quot; title=&quot;Return of a great Python network programming tutorial&quot;&gt;The Farm&lt;/a&gt;) is the best tutorial on the subject of network programming I've seen yet. It provides a detailed explanation of simple threaded network clients, thread pools using the Queue module and asynchronous I/O using both Twisted and Python's asyncore library - then discusses the strengths and weaknesses of each approach.&lt;/p&gt;

&lt;p&gt;I've also just noticed that O'Reilly &lt;a href=&quot;http://www.oreillynet.com/pub/au/1204&quot; title=&quot;O'Reilly Network: George Belotsky&quot;&gt;provide RSS 1.0 and Atom feeds&lt;/a&gt; for each of their authors. Neat.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2004/02/18/advanced</link>
  <dc:subject>Python, RSS and Syndication</dc:subject>
  <dc:date>2004-02-18T03:36:18-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2004/02/12/itsJustData">
  <title>RSS vs Atom, condensed</title>
  <description>&lt;p&gt;&lt;a href=&quot;http://jeremy.zawodny.com/blog/archives/001585.html&quot; title=&quot;My Yahoo and Atom&quot;&gt;Jeremy Zawodny&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote cite=&quot;http://jeremy.zawodny.com/blog/archives/001585.html&quot;&gt;&lt;p&gt;Since everyone's jumping up and down about the Atom vs. RSS (or &quot;Google vs. RSS&quot; if that's your paranoia) debate, it's probably worth pointing out that My Yahoo's RSS module also groks Atom. It was added last night. It took about a half hour.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;To &lt;a href=&quot;http://www.intertwingly.net/blog/&quot; title=&quot;from Sam Ruby&quot;&gt;borrow&lt;/a&gt; a phrase, &lt;em&gt;it's just data&lt;/em&gt;.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2004/02/12/itsJustData</link>
  <dc:subject>RSS and Syndication</dc:subject>
  <dc:date>2004-02-12T20:31:11-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2004/02/05/hotLinks">
  <title>Hot Links</title>
  <description>&lt;p&gt;The thing I love about &lt;acronym title=&quot;R... S... Syndication&quot;&gt;RSS&lt;/acronym&gt;, and by extension web services, is that they allow people to take publically available data and combine it in ways never thought of by the originator of the feed. The internet is awash with examples of this, from useful services such as &lt;a href=&quot;http://www.feedster.com/&quot;&gt;Feedster&lt;/a&gt; to useless amusements like &lt;a href=&quot;http://www.chthonicionic.net/bile/&quot;&gt;I despise you and your so-called taste&lt;/a&gt;, the most insulting extension of the Amazon &lt;acronym title=&quot;Application Programming Interface&quot;&gt;API&lt;/acronym&gt; I've seen to date.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://dev.upian.com/hotlinks/&quot;&gt;Hot Links&lt;/a&gt; is the neatest new serice of this kind I've seen in quite a while, spotted a few weeks ago thanks to a vanity &lt;a href=&quot;http://weblogs.pubsub.com/&quot;&gt;PubSub&lt;/a&gt; subscription. Hot Links subscribes to a bunch of &lt;acronym title=&quot;R... S... Syndication&quot;&gt;RSS&lt;/acronym&gt; feeds for link logs (or blogmarks or whatever you want to call them) and watches them for newly linked sites. When it spots one, it grabs a thumbnail sized screenshot using &lt;a href=&quot;http://www.babysimon.co.uk/khtml2png/&quot;&gt;khtml2png&lt;/a&gt; and posts it along with the description cribbed from the link log. Sites linked to from more than one link roll are promoted, allowing Hot Links visitors to restrict their &quot;level&quot; and view only sites with a certain minimum number of citations.&lt;/p&gt;

&lt;p&gt;Syndicating link logs like this is a smart idea, and the people behind Hot Links have pulled it off in a stylish manner with great attention to detail. I particularly like the ability to view &lt;a href=&quot;http://dev.upian.com/hotlinks/?f=9&quot;&gt;links from just my blogmarks&lt;/a&gt; as it provides a neat visual reminder of the sites I've recently recorded.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2004/02/05/hotLinks</link>
  <dc:subject>Web Services, RSS and Syndication</dc:subject>
  <dc:date>2004-02-05T23:53:50-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/12/20/testFu">
  <title>Atom autodiscovery test suite</title>
  <description>&lt;p&gt;Mark Pilgrim has &lt;a href=&quot;http://diveintomark.org/archives/2003/12/20/autodiscovery-tests&quot; title=&quot;Atom autodiscovery conformance tests&quot;&gt;released&lt;/a&gt; the &lt;a href=&quot;http://diveintomark.org/tests/client/autodiscovery/&quot;&gt;Atom autodiscovery test suite&lt;/a&gt;, comprising 148 tests:&lt;/p&gt;

&lt;blockquote cite=&quot;http://diveintomark.org/archives/2003/12/20/autodiscovery-tests&quot;&gt;&lt;p&gt;When we say that Atom is going to have better specs, validators, and conformance tests than anything you've ever seen before, this is what we're talking about.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Mark's &lt;a href=&quot;http://diveintomark.org/tests/client/autodiscovery/atomautodiscovery.py&quot;&gt;atomautodiscovery.py&lt;/a&gt; (based on Python's &lt;a href=&quot;http://www.python.org/doc/current/lib/module-sgmllib.html&quot; title=&quot;13.2 sgmllib - Simple SGML parser&quot;&gt;sgmllib&lt;/a&gt; module) passes all of the tests using a surprisingly small amount of actual code. The neatest thing about the test suite is that each test provides a &lt;code class=&quot;html&quot;&gt;&amp;lt;link rel=&quot;next&quot; ...&lt;/code&gt; attribute pointing to the next test in the suite. &lt;code&gt;atomautodiscovery.py&lt;/code&gt; uses these links in its &lt;code class=&quot;python&quot;&gt;test()&lt;/code&gt; function to run through every test in the suite, meaning that new tests can be added without modifying the test execution code.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/12/20/testFu</link>
  <dc:subject>RSS and Syndication</dc:subject>
  <dc:date>2003-12-20T21:45:20-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/11/26/feedYou">
  <title>Feed you</title>
  <description>&lt;p&gt;Wow, &lt;a href=&quot;http://simon.incutio.com/archive/2003/11/25/collaborativeRedesign#comments&quot; title=&quot;Comments on Collaborative Redesign&quot;&gt;that's&lt;/a&gt; what I call feedback! It's a shame pretty much everyone hates the new design but &lt;em&gt;I&lt;/em&gt; like it so it stays. I've taken a few tips though and tweaked the link colours a bit, as well as making a few other small changes such as a darker green for the header and a 1em margin around the page.&lt;/p&gt;

&lt;p&gt;In an attempt to satiate the voracious appetite for &lt;acronym title=&quot;REally Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; displayed by some of my visitors I've set up two new feeds: &lt;a href=&quot;http://simon.incutio.com/comments/rss&quot;&gt;Blog comments&lt;/a&gt; and &lt;a href=&quot;http://simon.incutio.com/blogmarks/rss&quot;&gt;Blogmarks&lt;/a&gt;. I don't use an aggregator myself so I'd appreciate feedback on how well they work. I've also put together a &lt;a href=&quot;http://simon.incutio.com/blogmarks/&quot;&gt;blogmarks archive&lt;/a&gt; - no search engine yet, but it's on the list.&lt;/p&gt;
</description>
  <link>http://simon.incutio.com/archive/2003/11/26/feedYou</link>
  <dc:subject>Blogging, RSS and Syndication</dc:subject>
  <dc:date>2003-11-26T01:55:12-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/10/08/yahooNewsRSS">
  <title>Yahoo News Search RSS feeds</title>
  <description>&lt;p&gt;It's not a new idea (&lt;a href=&quot;http://www.feedster.com/&quot;&gt;Feedster&lt;/a&gt; has been doing it for a while) but it's a first for a major search engine: Yahoo are &lt;a href=&quot;http://jeremy.zawodny.com/blog/archives/001001.html&quot; title=&quot;Yahoo! News Search via RSS&quot;&gt;now offering&lt;/a&gt; &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; feeds of the results of searches within Yahoo news. The feeds are advertisement free, probably because you have to click through to the news stories to read them in full. I wonder how long it will be before someone starts offering custom feeds like this with advertising in the feed itself? As &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; is an &lt;acronym title=&quot;eXtensible Markup Language&quot;&gt;XML&lt;/acronym&gt; format parsing out adverts before they get to the user is a much more obviosu step than ad-blockers in web browsers.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/10/08/yahooNewsRSS</link>
  <dc:subject>Search Engines, RSS and Syndication</dc:subject>
  <dc:date>2003-10-08T00:29:46-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/07/11/winerWatcher">
  <title>Sitting nervously on the fence</title>
  <description>&lt;p&gt;Today's hot topic is the &lt;a href=&quot;http://diveintomark.org/ww/&quot;&gt;Winer Watcher&lt;/a&gt;, Mark Pilgrim's new tool that tracks and highlights edits made to Dave Winer's &lt;a href=&quot;http://www.scripting.com/&quot;&gt;Scripting News&lt;/a&gt;. The blogosphere is pretty much evenly split on this: some people think it is a blatant attack on Dave Winer, tantamount o blogger bullying, while others see it as a neat technical solution to a very real problem.&lt;/p&gt;

&lt;p&gt;I've been using &lt;a href=&quot;http://www.technorati.com/cosmos/links.html?rank=&amp;amp;url=http%3A%2F%2Fdiveintomark.org%2Fww%2F&amp;amp;sub=Get+Link+Cosmos&quot; title=&quot;Inbound Links to http://diveintomark.org/ww&quot;&gt;Technorati&lt;/a&gt; to follow the discussion, but the real action is in the comments attached to &lt;a href=&quot;http://www.docuverse.com/blog/donpark/2003/07/10.html#a701&quot; title=&quot;Mark Pilgrim Stalks Dave Winer&quot;&gt;this entry&lt;/a&gt; by Don Park. To save you having to read all 80+ comments, here are some highlights (I've tried to pick out entries which represent the different opinions on display). Please note that by the very nature of this post I am quoting these people out of context. If that makes you uncomfortable, read &lt;a href=&quot;http://radiocomments.userland.com/comments?u=112479&amp;amp;p=701&amp;amp;link=http%3A%2F%2Fwww.docuverse.com%2Fblog%2Fdonpark%2F2003%2F07%2F10.html%23a701&quot;&gt;the whole thread&lt;/a&gt;.&lt;/p&gt;

&lt;h4&gt;M&amp;aacute;r &amp;Ouml;rlygsson&lt;/h4&gt;

&lt;blockquote cite=&quot;http://radiocomments.userland.com/comments?u=112479&amp;amp;p=701&amp;amp;link=http%3A%2F%2Fwww.docuverse.com%2Fblog%2Fdonpark%2F2003%2F07%2F10.html%23a701&quot;&gt;&lt;p&gt;
IMO Mark is acting like a school-yard bully, picking on someone he feels will make him look big. Hrrmphf! (Surely Mark has every right to dislike Dave - or anyone else for that matter - but constantly picking on people is just plain nasty and can have terrible psychological effects on even the strongest people.)
&lt;/p&gt;&lt;/blockquote&gt;

&lt;h4&gt;Greg Ritter&lt;/h4&gt;

&lt;blockquote cite=&quot;http://radiocomments.userland.com/comments?u=112479&amp;amp;p=701&amp;amp;link=http%3A%2F%2Fwww.docuverse.com%2Fblog%2Fdonpark%2F2003%2F07%2F10.html%23a701&quot;&gt;&lt;p&gt;
There's editing posts and then there's what I call &quot;de-publishing.&quot; &lt;a href=&quot;http://www.tenreasonswhy.com/weblog/archives/2003/07/10/the_ethics_of_depublishing.html&quot;&gt;http://www.tenreasonswhy.com/weblog/archives/2003/07/10/the_ethics_of_depublishing.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;De-publishing is when an author deletes or substantively changes a post without any sort of retraction or notice that the change has taken place. Note that I'm talking about *substantive* changes -- not fixing grammer or spelling or text formatting, but changes that affect the meaning or impact of the post.&lt;/p&gt;

&lt;p&gt;Winer regularly writes something inflammatory and then later tries to &quot;erase&quot; it from existence by de-publishing it. I disapprove of that because with publishing should come accountability.&lt;/p&gt;

&lt;p&gt;Mark Pilgrim is using Winer's RSS feeds to track the &quot;virtual paper trail&quot; to reveal the kind of de-publishing that takes place on Scripting News.&lt;/p&gt;

&lt;p&gt;I find de-publishing far more unethical and detrimental to the blogosphere (especially when it comes from such a prominent blogger as Winer) than what Mark Pilgrim is doing. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;Blake Winton&lt;/h4&gt;

&lt;blockquote cite=&quot;http://radiocomments.userland.com/comments?u=112479&amp;amp;p=701&amp;amp;link=http%3A%2F%2Fwww.docuverse.com%2Fblog%2Fdonpark%2F2003%2F07%2F10.html%23a701&quot;&gt;&lt;p&gt;
Am I the only person here who finds the Winer Watcher a fascinating look into the mind of a popular and experienced weblogger as he writes his posts? I read it compulsively, and find myself thinking &quot;What changed there? Why did he rephrase that particular statement? How is the new phrasing better than the old?&quot;.
&lt;/p&gt;&lt;/blockquote&gt;

&lt;h4&gt;Dave Winer&lt;/h4&gt;

&lt;blockquote cite=&quot;http://radiocomments.userland.com/comments?u=112479&amp;amp;p=701&amp;amp;link=http%3A%2F%2Fwww.docuverse.com%2Fblog%2Fdonpark%2F2003%2F07%2F10.html%23a701&quot;&gt;&lt;p&gt;
 &quot;there's never a concept of a final posting&quot;&lt;/p&gt;

&lt;p&gt;Not true. 10PM is the final, that's when the people who subscribe via email get their copy of Scripting.&lt;/p&gt;

&lt;p&gt;BTW, I've deleted a few paragraphs as I'm writing this post. Think about it. Did I do something wrong? That's how ridiculous this discussion is.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;Mark Pilgrim&lt;/h4&gt;

&lt;blockquote cite=&quot;http://radiocomments.userland.com/comments?u=112479&amp;amp;p=701&amp;amp;link=http%3A%2F%2Fwww.docuverse.com%2Fblog%2Fdonpark%2F2003%2F07%2F10.html%23a701&quot;&gt;
&lt;p&gt;1. Diff-like highlighting of changes within posts is an incredibly useful feature that all news aggregators should support.&lt;/p&gt;

&lt;p&gt;2. Dave's bandwidth claim is bogus. Winer Watcher uses a system of distributed mirrors and never touches scripting.com directly. If WW ceased to exist, Dave's bandwidth bill would change by precisely zero.&lt;/p&gt;

&lt;p&gt;3. Dave's copyright claim is bogus. Winer Watcher is no more infringing than these existing syndication services:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.oreillynet.com/meerkat/?c=584&amp;amp;t=ALL&quot;&gt;http://www.oreillynet.com/meerkat/?c=584&amp;amp;t=ALL&lt;/a&gt; &lt;a href=&quot;http://newsisfree.com/sources/info/336/&quot;&gt;http://newsisfree.com/sources/info/336/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;[...]&lt;/p&gt;

&lt;p&gt;For the record, Winer Watcher was started because Dave wrote a series of posts totally lashing out at Blogger, Movable Type, Google, Tim Bray, and myself, and then edited them within hours to erase all traces of his own slanderous flaming. This kind of slander is NOT ACCEPTABLE UNDER ANY CIRCUMSTANCES, and the fact that he seems to know this at some level and edits/deletes it later only makes it worse. WW tracks this kind of Orwellian rewriting of history and displays it. It would be more useful if it could distinguish between a relevant edit and a typo correction, but sometimes even a single word is relevant, so I don't know how it could tell.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;Bill Brown&lt;/h4&gt;

&lt;blockquote cite=&quot;http://radiocomments.userland.com/comments?u=112479&amp;amp;p=701&amp;amp;link=http%3A%2F%2Fwww.docuverse.com%2Fblog%2Fdonpark%2F2003%2F07%2F10.html%23a701&quot;&gt;&lt;p&gt;Dave: you're free to delete anything you want and do whatever you want on your blog. It's not wrong, it's just a pain in the ass for your regular readers. I might read in the morning and revisit by afternoon to a completely different page, one who's mood and tone have changed thoroughly. I personally don't like that because I'm hardly confident in my previous recollection -- it's unsettling.&lt;/p&gt;&lt;/blockquote&gt;

&lt;h4&gt;Mark Pilgrim&lt;/h4&gt;

&lt;blockquote cite=&quot;http://radiocomments.userland.com/comments?u=112479&amp;amp;p=701&amp;amp;link=http%3A%2F%2Fwww.docuverse.com%2Fblog%2Fdonpark%2F2003%2F07%2F10.html%23a701&quot;&gt;
&lt;p&gt;For the record, here is a Scripting News post he posted on July 8 2003 and subsequently deleted (but Winer Watcher caught it):&lt;/p&gt;

&lt;p&gt;&quot;&quot;&quot; There's more to the story, in re Mark's control of the RSS validator. It seems people who accuse me of controlling RSS may have missed that Mark and Sam have actually been exerting silent control by changing key aspects of the validator, without telling anyone they were doing it. Mark's flaming in this thread, which caught the attention of quite a few people as being extrordinarily mean, even for Mark, was in exactly the area he wouldn't want you to look in the validator. I want to disclaim that I control RSS, folks, because since the RSS 2.0 spec was frozen, it was Mark and Sam that controlled it, not me. Ironically, no one knew. &quot;&quot;&quot;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;Rogers Cadenhead&lt;/h4&gt;

&lt;blockquote cite=&quot;http://radiocomments.userland.com/comments?u=112479&amp;amp;p=701&amp;amp;link=http%3A%2F%2Fwww.docuverse.com%2Fblog%2Fdonpark%2F2003%2F07%2F10.html%23a701&quot;&gt;&lt;p&gt;
Regardless of the legality, though, it seems particularly ill-timed. If the Echo Project is going to move anyone beyond the intractable political fights over RSS, it's counterproductive to find novel new ways to piss each other off.
&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The thread then devolves in to an argument about whether Mark's tool is a copyright infringment or is protected by &quot;fair use&quot;, at which point I tuned out (there are good arguments either way on that one).&lt;/p&gt;

&lt;p&gt;Having thought things over, I love the functionality of the tool (Dave's edits have caught me out on more than one occasion) but I am uncomfortable with the way it is being used to attack Dave's personality. &lt;a href=&quot;http://www.rebeccablood.net/handbook/excerpts/weblog_ethics.html#deliberate&quot;&gt;Point 4&lt;/a&gt; of Rebecca Blood's guide to weblog ethics is worth reading here: editing entries is best avoided, and when they are edited they should be accompanied by an addendum. Weblogs are a personal medium, but that does not absolve people from responsibility for what they have written. My own policy is to clearly mark any alterations I make to posts (with the exception of spelling mistakes), and I usually avoid making any edits at all. Dave's policy is to edit his blog &quot;live&quot; until 10pm. when the day's entries become frozen. It is not so much this policy that is under fire as the scale of Dave's edits, and the nature of the material he later deletes.&lt;/p&gt;

&lt;p&gt;If Winer Watcher was available as a standalone tool, I would use it. As a public resource, it does feel a little below the belt.&lt;/p&gt;
</description>
  <link>http://simon.incutio.com/archive/2003/07/11/winerWatcher</link>
  <dc:subject>Online Issues, RSS and Syndication</dc:subject>
  <dc:date>2003-07-11T21:02:11-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/07/11/rssLinks">
  <title>RSS Links</title>
  <description>&lt;p&gt;Here's one for budding &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; historians: Ken MacLeod's &lt;a href=&quot;http://bitsko.slc.ut.us/blog/2003/06/11/rss-links-0dot3&quot; title=&quot;RSS Links 0.3 released&quot;&gt;RSS Links&lt;/a&gt; is a collection of links relevant to the development of &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; between March 15, 1999 and August 14, 2000. Ken also provides a &lt;a href=&quot;http://bitsko.slc.ut.us/cgi-bin/rss-links&quot;&gt;distilled list&lt;/a&gt; of the more important discussion points. Combine that with Mark Pilgrim's &lt;a href=&quot;http://diveintomark.org/archives/2002/09/06/history_of_the_rss_fork.html&quot;&gt;History of the RSS Fork&lt;/a&gt; (covering July 2000 to November 2000) and you've got more knowledge about &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; history than anyone could possible want to know.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/07/11/rssLinks</link>
  <dc:subject>RSS and Syndication</dc:subject>
  <dc:date>2003-07-11T18:43:50-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/07/10/clearout">
  <title>Clearout</title>
  <description>&lt;ul&gt;
 &lt;li&gt;Tristan Louis' &lt;a href=&quot;http://www.tnl.net/blog/entry/RSS2Necho&quot;&gt;RSS to Necho convertor&lt;/a&gt; puts paid to the idea that the success of one format will be detrimental to the usefulness of the other.&lt;/li&gt;
 &lt;li&gt;O'Reilly's RegExp Power series (&lt;a href=&quot;http://www.perl.com/pub/a/2003/06/06/regexps.html&quot; title=&quot;Regexp Power&quot;&gt;part one&lt;/a&gt; and &lt;a href=&quot;http://www.perl.com/pub/a/2003/07/01/regexps.html&quot; title=&quot;Power Regexps, Part II&quot;&gt;part two&lt;/a&gt;) demonstrate some powerful tricks for use with Perl compatible regular expressions.&lt;/li&gt;
 &lt;li&gt;Norman Walsh explains &lt;a href=&quot;http://norman.walsh.name/2003/07/02/conneg&quot;&gt;Content Negotiation&lt;/a&gt; and some of the pitfalls with modern browser implementations.&lt;/li&gt;
 &lt;li&gt;So &lt;a href=&quot;http://forum.digitalspy.co.uk/board/t/51809/11f30324974ff57f0779a36abf0b7ebdds.html&quot; title=&quot;No more Mister Biffo&quot;&gt;that's&lt;/a&gt; what happened to Digitiser. See also a &lt;a href=&quot;http://www.lynn3686.freeserve.co.uk/digitiser.html&quot;&gt;Digitiser Tribute&lt;/a&gt; and a &lt;a href=&quot;http://www.geocities.com/flyingturduk/biffo.html&quot;&gt;Mr Biffo interview&lt;/a&gt; from 2001 for background information. I cuss you bad.&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.resort.com/~prime8/Orwell/patee.html&quot;&gt;George Orwell: Politics and the English Language&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;Clay Shirky: &lt;a href=&quot;http://www.shirky.com/writings/group_enemy.html&quot;&gt;A Group Is Its Own Worst Enemy&lt;/a&gt;. The title is misguiding; this is an essay about how online groups behave and how to look after them.&lt;/li&gt;
 &lt;li&gt;A &lt;a href=&quot;http://jakarta.apache.org/commons/httpclient/&quot;&gt;Java HttpClient Class&lt;/a&gt;.&lt;/li&gt;
 &lt;li&gt;Some good stuff on Boxes and Arrows: &lt;a href=&quot;http://www.boxesandarrows.com/archives/ten_quotable_moments_challenges_and_responses_for_ui_designers.php&quot;&gt;Ten Quotable Moments: Challenges and Responses for UI Designers&lt;/a&gt; and &lt;a href=&quot;http://www.boxesandarrows.com/archives/views_and_forms_principles_of_task_flow_for_web_applications_part_1.php&quot;&gt;Views and Forms: Principles of Task Flow for Web Applications (Part 1)&lt;/a&gt;.&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.lynnparkplace.org/vot/archives/accessibility/000050.html&quot;&gt;Inside our notions of &quot;document&quot;&lt;/a&gt; and &lt;a href=&quot;http://www.lynnparkplace.org/vot/archives/accessibility/000051.html&quot;&gt;Inside our documents II - the Runoff model&lt;/a&gt;.&lt;/li&gt;
 &lt;li&gt;5 days worth of XSLT observations from Simon St. Laurent: &lt;a href=&quot;http://www.oreillynet.com/pub/wlg/3339&quot; title=&quot;XSLT Training, Day 1&quot;&gt;One&lt;/a&gt;, &lt;a href=&quot;http://www.oreillynet.com/pub/wlg/3345&quot; title=&quot;XSLT Training, Day 2&quot;&gt;Two&lt;/a&gt;, &lt;a href=&quot;http://www.oreillynet.com/pub/wlg/3350&quot; title=&quot;Labels vs. Types and Other Culture Clashes&quot;&gt;Three&lt;/a&gt;, &lt;a href=&quot;http://www.oreillynet.com/pub/wlg/3356&quot; title=&quot;Switching Gears - XSL-FO, Day 1&quot;&gt;Four&lt;/a&gt;, &lt;a href=&quot;http://www.oreillynet.com/pub/wlg/3363&quot; title=&quot;XSL-FO, Day 2&quot;&gt;Five&lt;/a&gt;.&lt;/li&gt;
 &lt;li&gt;Windows programming with open source tools: &lt;a href=&quot;http://www.mingw.org/&quot;&gt;Minimalist GNU For Windows&lt;/a&gt; and &lt;a href=&quot;http://webclub.kcom.ne.jp/ma/colinp/win32/&quot;&gt;Win32 Programming with GNU C and C++&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</description>
  <link>http://simon.incutio.com/archive/2003/07/10/clearout</link>
  <dc:subject>Blogging, Information Architecture, RSS and Syndication</dc:subject>
  <dc:date>2003-07-10T13:52:43-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>
<item rdf:about="http://simon.incutio.com/archive/2003/07/09/throwingMoney">
  <title>Throwing your money around</title>
  <description>&lt;p&gt;Adam Curry is a dangerous man: He's &lt;a href=&quot;http://www.blognewsnetwork.com/members/0000001/2003/07/07.html#a4052&quot; title=&quot;
Taking a stand on RSS&quot;&gt;throwing $10,000&lt;/a&gt; at a problem he clearly doesn't understand. Quote from &lt;a href=&quot;http://radio.weblogs.com/0001014/2003/06/29.html#a3981&quot; title=&quot;my $0.02 on the rss debate&quot;&gt;June 29th&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote cite=&quot;http://radio.weblogs.com/0001014/2003/06/29.html#a3981&quot;&gt;&lt;p&gt;
I wonder if netscape came up with the Really Simple Syndication when they hijacked the name for what they called rss1.0.
&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Anyone who's been following &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; even a little bit should know that Netscape had absolutely nothing to do with &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; 1.0 - they defined &lt;acronym title=&quot;Really Simple Syndication&quot;&gt;RSS&lt;/acronym&gt; 0.91 and that was it. Netscape certainly didn't hijack the name, and it was Dave Winer who came up with &quot;Really Simple Syndication&quot;.&lt;/p&gt;

&lt;p&gt;Despite questionable understanding of the situation, Adam is taking a stand by promising to spread $10,000 around in payments to aggregator authors to include him as a default feed, but only if they omit support for (N)Echo. As Rafe Colburn &lt;a href=&quot;http://rc3.org/cgi-bin/less.pl?arg=5385&quot; title=&quot;Wrong in so many ways&quot;&gt;points out&lt;/a&gt;, even if you assume a complete understanding of the issues behind the creation of (N)Echo, this simply doesn't make sense.&lt;/p&gt;</description>
  <link>http://simon.incutio.com/archive/2003/07/09/throwingMoney</link>
  <dc:subject>Blogging, RSS and Syndication</dc:subject>
  <dc:date>2003-07-09T01:18:54-00:00</dc:date>
  <dc:creator>Simon Willison</dc:creator>
</item>

</rdf:RDF>