<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2009:/1/tag:72.47.210.69,2007://1.3672-</id>
  <updated>2009-11-23T19:53:27Z</updated>
  <title>Comments for The Future of RSS</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>
  <entry>
    <id>tag:72.47.210.69,2007://1.3672</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=3672" title="The Future of RSS" />
    <published>2007-04-04T03:33:29Z</published>
    <updated>2007-12-16T23:11:20Z</updated>
    <title>The Future of RSS</title>
    <summary> digg_url = &apos;http://digg.com/tech_news/The_Future_of_RSS&apos;; digg_bgcolor = &apos;#ffffff&apos;; digg_skin = &apos;compact&apos;; There is little doubt that RSS is a disruptive, game-changing technology. The so called Really Simple Syndication (previously also called Rich Site Summary and RDF Site Summary), has powered a fundamentally new way to deliver and consume web content. Before RSS, users had to visit...</summary>
    <author>
      <name>Alex Iskold</name>
      <uri>http://www.adaptiveblue.com</uri>
    </author>
    
    <category term="Analysis" />
    
    <category term="RSS &amp; Feed Management" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><font style="float: right"><script type="text/javascript">
digg_url = 'http://digg.com/tech_news/The_Future_of_RSS';
digg_bgcolor = '#ffffff';
digg_skin = 'compact';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></font><img border="0" src="http://www.readwriteweb.com/images/feed_icon_large_apr07.png" align="left" hspace="5" vspace="5" width="75" height="75" />There is little doubt that RSS is a disruptive, game-changing technology. The so called <a href="http://en.wikipedia.org/wiki/RSS">Really Simple Syndication</a> (previously also called Rich Site Summary and RDF Site Summary), has powered a fundamentally new way to deliver and consume web content. Before RSS, users had to visit individual web sites to find out what was new. Today, news is delivered via RSS directly to web browsers, desktops and <a href="http://en.wikipedia.org/wiki/Aggregators">aggregators</a>. With RSS, the dynamics of the web changed into an on-demand medium.</p>
<p>RSS usage has since spread beyond simple news delivery. Companies like de.licio.us, Flickr and YouTube added another dimension to RSS - i.e. they made it an integral part of the Social Web (social networking, photos, video, etc). Also Google built <a href="http://base.google.com/base">Google Base</a>, its Craigslist competitor, entirely on RSS. Other companies too are beginning to extend RSS, sometimes with proprietary extensions.</p>
<p>In short, because of RSS ubiquity it is now a very attractive delivery medium for all kinds of content. However because the basic format is simple and primitive, there is no way to encode semantics without building an extension. So in this post, we look at RSS today and ask <strong>if RSS is evolving into a tool for delivering complex, semantically rich information.</strong></p>]]>
      <![CDATA[<h2>Brief History of RSS</h2>
<p>RSS is an XML-based language and its early roots can be traced to back to 1995, to Apple Labs and then slightly later to Netscape, Userland Software and Microsoft. The first major use of RSS was in 1999 when it was integrated into the My Netscape portal. So RSS is not a new kid on the block, in fact it was around way before the new Social Web came about. So why did it not take off earlier? It appears to have been misunderstood and de-emphasized by AOL, and was downplayed after the Netscape acquisition.</p>
<p>RSS survived mainly because of one man's heavy-lifting - <a href="http://www.scripting.com">Dave Winer</a>. Dave authored RSS 0.91, RSS 0.92 and then the widely used RSS 2.0 specification. Over the years he has drummed the beat of RSS on his blog and every corner of the web, until it got adopted by companies such as Microsoft and Yahoo. <em>[<strong>Ed:</strong> there were also heated format wars during this time, with RSS 1.0 and then ATOM, but we won't re-hash those here!]</em></p>
<h2>RSS in a Nutshell</h2>
<p>RSS is rather simple language to describe the latest headlines (or the full content of articles). The following explanation of RSS is based on the <a href="http://blogs.law.harvard.edu/tech">RSS 2.0 format</a>, but other formats are similar. Here is a sample of what it looks like:</p>
<p><img border="0" src="http://www.readwriteweb.com/images/rss_apr07a.jpg" width="520" height="318" /></p>
<p>Each RSS file consists of items delivered in a single <strong>channel</strong>. Each item has a <strong>title</strong>, a <strong>link</strong> and a <strong>description</strong> (attributes). The on-demand aspect of RSS is enabled by two timestamps - the <strong>lastBuildDate</strong> in the channel indicates the last time this channel changed, while the <strong>pubDate</strong> of the item indicates when the item was published. RSS aggregators (a.k.a. RSS readers) take advantage of these timestamps to decide when new content is available.</p>
<p><img border="0" src="http://www.readwriteweb.com/images/rss_apr07b.jpg" width="488" height="428" /></p>
<p>The old web was a pure <strong>pull</strong> medium, because users had to visit each web site in order to find out what (if anything) had changed. However, businesses and advertisers in particular love <strong>push</strong> technologies - where content is delivered to the user when it becomes available. RSS is an interesting mix between the two extremes, neither of which could actually work in our information-overloaded and advertising-saturated world. RSS is basically a <strong>filtered push</strong> - the user subscribes (pulls in) to channels that he/she likes, and after that content is delivered automatically.</p>
<h2>RSS - Beyond the Distribution Medium</h2>
<p>So today RSS is a great distribution medium. Why? Because it has become ubiquitous. If you are an online business with customers and you do not utilize RSS, then you are simply missing out. Smart companies are leveraging blogs, photos, video, podcasts to stay in touch with customers daily. Other services, like del.icio.us (owned by Yahoo), allow users to publish and subscribe to feeds, enabling powerful social networks outside the website.</p>
<p>The ubiquity of RSS is so powerful that publishers want to deliver more and more content to users via RSS. But the problem is that basic RSS cannot be used to deliver <strong>structured information</strong>.</p>
<p>Lets look at a specific example. Suppose your bank wants to deliver you statements in RSS instead of email. However if you use RSS as it is today, then the bank statements would need to be encoded in HTML - meaning no financial application would be able to manipulate the data. When your Quicken software connects to the bank, the information gets downloaded in a structured format. But with RSS, it is simply not possible currently - because there is no way to describe bank transactions using standard RSS.</p>
<h2>Why this matters</h2>
<p><img border="0" src="http://www.readwriteweb.com/images/rss_apr07c.png" width="491" height="205" /></p>
<p>At first glance this might not make much sense. Why do we care about RSS having structure? Because structured RSS holds the promise of <strong>information portability</strong>. Going back to the bank statement example, it would be great if the statement also can be taken as an input by a financial application of your choice. Since we are moving our desktops online - e.g. the trend of Web Office suites - the formats that we used in the Windows age are not going to work well. We need something lighter and more portable to carry our information around - hence XML and RSS.&nbsp;</p>
<p>Note that businesses are probably the most interested party here, because to a business a loss of structure leads to loss of meaning, loss of trail and ultimately the loss of customers.</p>
<h2>Extending RSS</h2>
<p>To extend RSS basically means to add a custom tag. For example, Google Base currently has <a href="http://base.google.com/base/api/itemTypeDocs">148 attributes</a> that it recommends to add to RSS. Here are some examples starting with the letter 'a': age, actor, agent, apparel type, artist. These are everyday concepts that might come handy in classifieds and other aspects of life. All of these tags allow Google Base to make RSS structured, whilst preserving its basic capability.&nbsp;</p>
<p>Similarly, FeedBurner inserts proprietary attributes into their RSS feeds. This is done purely for house keeping purposes, because only FeedBurner's engine is meant to process these attributes.</p>
<p>The main problem with extending RSS is <em>agreeing</em> on what things mean. In the case of FeedBurner it is not critical, but in the case of Google Base it is much more important. In order for RSS extensions to work, the second piece of the old technology dilemma needs to be solved. There needs to be a common format for communicating data between applications:</p>
<p><img border="0" src="http://www.readwriteweb.com/images/rss_apr07d.png" width="492" height="217" /></p>
<h2>Conclusion</h2>
<p>Purists, myself included, would argue that using RSS for the delivery of complex content is a hack. After all, what does a news format have to do with semantics? But technologies do not evolve in a pure way. Some things catch on and succeed, and become widely adopted. The fact is that RSS is becoming a pervasive on-demand technology, which outweighs the fact that it was never meant to be the semantic agent of the web. But even from a purist's perspective, there may not be much to pick at - RSS is just another XML-language and in that respect it is as good as any other flavor of XML.</p>
<p>So will RSS become more than it is today? Will it be able to solve the second piece of the old technology industry puzzle - the common format? As usual, only time will tell. However RSS does look like a strong front runner at this point, as we do not have a lot of attractive, simple and widespread alternatives. But again, who knows, technology is not a predictable thing.&nbsp;</p>
<p><font style="float: right"><script type="text/javascript">
digg_url = 'http://digg.com/tech_news/The_Future_of_RSS';
digg_bgcolor = '#ffffff';
digg_skin = 'compact';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></font>Do you think RSS will expand beyond what it is today? What real world things are you are seeing that hint at RSS being used in more ways?</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31214</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31214" />
    <title>Comment from ajaxus on 2007-04-03</title>
    <author>
        <name>ajaxus</name>
        <uri>http://ajaxus.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://ajaxus.net">
        <![CDATA[<p>RSS was intended only for text in the begining. now I see its being extended with links, images etc. </p>

<p>but thats not the solution, in near future technologies will develop and will bring new format with all those rich extensions natively supported.</p>]]>
    </content>
    <published>2007-04-04T05:54:56Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31215</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31215" />
    <title>Comment from Peter Cooper on 2007-04-04</title>
    <author>
        <name>Peter Cooper</name>
        <uri>http://www.petercooper.co.uk/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.petercooper.co.uk/">
        <![CDATA[<p>HTML was only intended for text in the beginning as well. Now it has scripting in it and all sorts of nonsense. But.. it evolved to fit what the Web wanted, as any good format should. RSS should also, but it seems the people in charge of these various standards would rather bicker and throw their egos around rather than do anything productive (Atom partially excluded from this criticism).</p>]]>
    </content>
    <published>2007-04-04T09:28:38Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31216</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31216" />
    <title>Comment from kaz on 2007-04-04</title>
    <author>
        <name>kaz</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Very good article and in response to your last question of new feed applications:</p>

<p>1. Geo RSS, feeds based on geographical data. GEORSS.org seems to be leading the way on this.</p>

<p>2. ZapTxt.com, feeds on the go, sort of like alerts on the go</p>

<p>3. Feeds being converted to podcasts, excellent for disabled citizens</p>

<p>There are more, but I wanted to push these points.</p>]]>
    </content>
    <published>2007-04-04T09:33:36Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31217</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31217" />
    <title>Comment from George S. on 2007-04-04</title>
    <author>
        <name>George S.</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>HELP !!! </p>

<p>Please... <b>Do not extend RSS any more</b>! </p>

<p>For god's sake (place any god here), RSS should NOT be extended anymore. The list of current formats (that in the end do the same thing) is HUGE and already really complicated with incompatible formats with one another:</p>

<p>RSS 0.90, 0.91, 0.92, 0.93, 0.94, 1.0, 1.1, 2.0, 2.0.1 <br />
ATOM 1.0, 2.0</p>

<p>See a "very" old post on this subject [The myth of RSS compatibility] <a href="http://diveintomark.org/archives/2004/02/04/incompatible-rss" rel="nofollow"><a href="http://diveintomark.org/archives/2004/02/04/incompatible-rss" rel="nofollow">http://diveintomark.org/archives/2004/02/04/incompatible-rss</a></a></p>

<p><br />
RSS means many things... but lately the most common meaning for it is:  really SIMPLE syndication. <b>SIMPLE</b> as in: NOT totally complicated as it already is now.</p>

<p><br />
RSS is meant for people that use aggregators to get the content of internet sites. It is not meant to be used as mean for transferring data. This is also already solved! It is called XML and is used to carry data, even execute bank transactions... whatever. </p>

<p>RSS is a subset of XML... If you are asking for RSS expansion it is like you are asking for RSS to become XML... Why not just invent a new name for it like "TDML" (transfer data mark-up language) and use this. RSS was never meant for carrying data for bank transactions or anything like that.</p>

<p><br />
My 2 cents and a huge cry for help, to make RSS Formats expansion stop here.</p>]]>
    </content>
    <published>2007-04-04T10:14:18Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31218</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31218" />
    <title>Comment from Alex on 2007-04-04</title>
    <author>
        <name>Alex</name>
        <uri>http://dropshiparea.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dropshiparea.com/">
        <![CDATA[<p>Compared to e-mail RSS is a great echnology that has a few advantages that are liktly to make it last.</p>]]>
    </content>
    <published>2007-04-04T10:16:37Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31219</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31219" />
    <title>Comment from Kristaps Kaupe on 2007-04-04</title>
    <author>
        <name>Kristaps Kaupe</name>
        <uri>http://kristaps.blogiem.lv/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://kristaps.blogiem.lv/">
        <![CDATA[<p>It is not correct that "Really Simple Sindication" was previously called "RDF Site Summary". These are two different (but somewhat) similar standarts - Dave's RSS 2.0 (Really Simple ...) and RDF/XML based RSS 1.0 (RDF Site...).</p>]]>
    </content>
    <published>2007-04-04T10:25:17Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31220</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31220" />
    <title>Comment from ben_ on 2007-04-04</title>
    <author>
        <name>ben_</name>
        <uri>http://birkenhake.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://birkenhake.org">
        <![CDATA[<p>Maybe we should add some layout elements to RSS, like italic and bold? ;)</p>]]>
    </content>
    <published>2007-04-04T11:29:01Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31221</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31221" />
    <title>Comment from Denis Papathanasiou on 2007-04-04</title>
    <author>
        <name>Denis Papathanasiou</name>
        <uri>http://www.seeksift.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.seeksift.com/">
        <![CDATA[<p>Even without extending RSS (which I think is a good idea), there is still a lot of potential in "remixing" existing feeds to personal tastes.</p>

<p>Pipes is one way, SeekSift (my company's service) is another, but I don't think anyone's got it quite right yet.</p>]]>
    </content>
    <published>2007-04-04T12:17:11Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31222</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31222" />
    <title>Comment from Tom Morris on 2007-04-04</title>
    <author>
        <name>Tom Morris</name>
        <uri>http://blogs.opml.org/tommorris</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blogs.opml.org/tommorris">
        <![CDATA[<p>This really is silly. For domain-specific information, we've got XML and RDF. Why use a content syndication format to deliver domain-specific information when we have technologies like XML and RDF which are far better suited for that purpose? RSS can be extended for simple things, but there becomes a point where it becomes easier just to use the technologies specifically designed for the purpose of data interchange.</p>

<p>For instance, take the problem of data persistence. If you are using RSS, the data stays in place in the RSS feed only as long as it's fresh. Typical RSS behaviour is after fifteen entries, the information disappears from the feed. Podcast archives are a problem for this reason - if you want to go and get an old episode of a podcast, there's no structured information. With generic XML and with RDF, data persistence becomes a lot easier to deal with - because one can, for instance, use a URL to point to previous entries.</p>

<p>RSS solves a very distinct problem. Extending it can be useful in certain circumstances. For instance, for upcoming.org, they add extra data to their RSS feeds. This is tremendously useful as it allows one to reformat their data. I used an upcoming.org feed as a neat way to add event listings to a site. But the data is not persistent. It's not a problem in some situations (the 'forthcoming events' page on a website only needs a handful of forthcoming events). But the historical information is available through an API, and in HTML marked up with microformats.</p>

<p>RSS is only going to be one small part of the ecosystem. Well-specified APIs (both official and screen-scraping unofficial ones), XML, RDF, Microformats (with a capital M) and domain-specific semantic HTML markup ('microformats' with a lower-case 'm') all have their part to play.</p>

<p>"The main problem with extending RSS is agreeing on what things mean"</p>

<p>RDF has means of doing this through the creation of simple ontologies which declare equivalence. So, if I created an ontology of all English words (just to give a purely academic example that would never work in reality), I could specify that when I say "trousers" in my English namespace and someone writing in the American namespace uses the word "pants", we both mean the same thing.</p>

<p>The RDF/SemWeb people have been working on this for a long time. It is a tremendously simple way of merging large sets of data from disparate sources. But, as usual, everyone will write it off as being too complex and have all the usual naming conflicts even though URIs and namespaces can solve the problem...</p>

<p>Using RSS for anything but the most basic of data interchange seems to be a case of reinventing the wheel.</p>]]>
    </content>
    <published>2007-04-04T12:26:22Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31223</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31223" />
    <title>Comment from George S on 2007-04-04</title>
    <author>
        <name>George S</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@ben: it's already there: HTML</p>]]>
    </content>
    <published>2007-04-04T12:35:08Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31224</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31224" />
    <title>Comment from Randy Charles Morin on 2007-04-04</title>
    <author>
        <name>Randy Charles Morin</name>
        <uri>http://www.kbcafe.com/rss/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.kbcafe.com/rss/">
        <![CDATA[<p>This article is complete wrong. Your RSS is invalid in several ways and you have lacking understanding of what RSS is for. I'll comment more specifically if I get time later today. Sorry to be negative.</p>]]>
    </content>
    <published>2007-04-04T12:38:38Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31225</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31225" />
    <title>Comment from seb on 2007-04-04</title>
    <author>
        <name>seb</name>
        <uri>http://www.internet-strategy.eu</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.internet-strategy.eu">
        <![CDATA[<p>Interesting issue!<br />
To me, the first thing to improve is the name itself - RSS - too technical to unserstand for 'lamda' user.<br />
Feel free to see my comments about RSS here :<br />
<a href="http://www.internet-strategy.eu/?p=17" rel="nofollow"><a href="http://www.internet-strategy.eu/?p=17" rel="nofollow">http://www.internet-strategy.eu/?p=17</a></a><br />
Cheers,</p>]]>
    </content>
    <published>2007-04-04T12:39:45Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31226</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31226" />
    <title>Comment from Tom Morris on 2007-04-04</title>
    <author>
        <name>Tom Morris</name>
        <uri>http://blogs.opml.org/tommorris</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blogs.opml.org/tommorris">
        <![CDATA[<p>The name doesn't matter, seb. Joe Consumer understands VCRs, ABR brakes, TVs, SMS, WWW, DSL and DVD. The name isn't what is hindering the mass adoption of RSS - it's the fact that most users don't have a compelling use for it. Yes, it's cool to be able to read a whole mass of news in an aggregator in about the tenth of the time it would take to read it normally, but that's not useful for most people.</p>]]>
    </content>
    <published>2007-04-04T13:30:44Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31227</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31227" />
    <title>Comment from Micke on 2007-04-04</title>
    <author>
        <name>Micke</name>
        <uri>http://mickej.se</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://mickej.se">
        <![CDATA[<p>Hi,</p>

<p>I have thought about one thing. Stats is important to many website holders and bloggers today. Most of them only count visits to their sites, not to the RSS. Can this lead to a lot of people not wanting visitors to use RSS, or even disable the RSS on the sites / blogs?</p>

<p>Just a thought.</p>]]>
    </content>
    <published>2007-04-04T14:31:06Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31228</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31228" />
    <title>Comment from seb on 2007-04-04</title>
    <author>
        <name>seb</name>
        <uri>http://www.internet-strategy.eu</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.internet-strategy.eu">
        <![CDATA[<p>Tom, I can confirm that for a "non english", all that technical slang words are very confusing!<br />
I can see that each time I'm trying to explain RSS to my friends! They always forget the word 'RSS'. <br />
:)</p>]]>
    </content>
    <published>2007-04-04T15:08:16Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31229</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31229" />
    <title>Comment from Spinchange on 2007-04-04</title>
    <author>
        <name>Spinchange</name>
        <uri>http://rsspectmeme.googlepages.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://rsspectmeme.googlepages.com">
        <![CDATA[<p>Rsspect the feeds, Rsspect the mash-ups!</p>

<p>REST-full information delivery is the future </p>

<p>Yes, Kids -- It blends, It blends well ;-)</p>]]>
    </content>
    <published>2007-04-04T15:12:31Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31230</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31230" />
    <title>Comment from Chris Marino on 2007-04-04</title>
    <author>
        <name>Chris Marino</name>
        <uri>http://www.snaplogic.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.snaplogic.org">
        <![CDATA[<p>Extending RSS might seem like a practical way to address these very real problems, but as you say, RSS took off because it was Really Simple. The more complicated you make it, the further it strays from what made it attractive in the first place.</p>

<p>A big problem with all the 'structured' data integration approaches is that no one can ever agree on what the structure ought to be.  Look back to all failed attempts to solve this problem, from EDI, cXML, x12, etc. Yuk.</p>

<p>I think its interesting that regardless of how complex you data schema might be, when you query it, you results are simple tabular record sets. Give me access to those record sets and I'll figure out the rest. Could I do this with RSS? Probably, but then I'm going to run smack into the next thing that I've got to figure out.  Security, access control, etc.</p>

<p>IMHO, I don't think RSS is going to get very far in the enterprise for their real data.</p>]]>
    </content>
    <published>2007-04-04T15:26:45Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31231</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31231" />
    <title>Comment from John K on 2007-04-04</title>
    <author>
        <name>John K</name>
        <uri>http://themicrobusinessexperiment.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://themicrobusinessexperiment.blogspot.com">
        <![CDATA[<p>I'm probably going against the grain here, but I think adding more attributes to RSS is a mistake. It's supposed to be about simple syndication. In the bank account example, rss simply isn't suitable and trying to make it suitable is a hack. How about using RSS to notify a customer of an event, but have the actual content of the event stored somewhere else?</p>

<p>In other words, use RSS as a notification service, and have the link attribute point to somewhere that contains the proprietary format. So, anyone can be notified of the event, if you want to get more details, use an adapter that's suitable for reading that particular format.</p>]]>
    </content>
    <published>2007-04-04T15:47:38Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31232</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31232" />
    <title>Comment from Emre Sokullu on 2007-04-04</title>
    <author>
        <name>Emre Sokullu</name>
        <uri>http://emresokullu.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://emresokullu.com">
        <![CDATA[<p>I'd prefer RSS to stay as pure as possible.</p>]]>
    </content>
    <published>2007-04-04T15:48:03Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31233</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31233" />
    <title>Comment from feedMashr on 2007-04-04</title>
    <author>
        <name>feedMashr</name>
        <uri>http://www.feedmashr.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.feedmashr.com">
        <![CDATA[<p><a href="http://www.feedmashr.com" rel="nofollow">feedmashr.com</a> may be part of this future as well, as well as other kinds of aggregators, and in addition to a robust use of api's.</p>]]>
    </content>
    <published>2007-04-04T16:30:33Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31234</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31234" />
    <title>Comment from Henrik Lied on 2007-04-04</title>
    <author>
        <name>Henrik Lied</name>
        <uri>http://fourmargins.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://fourmargins.com">
        <![CDATA[<p>Good article, but I would replace "RSS" with "Syndication" all through it. RSS is <em>deprecated</em>. I can no longer see why we're still hanging on to it. Atom is currently the best (if not only) alternative.</p>]]>
    </content>
    <published>2007-04-04T17:00:24Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31235</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31235" />
    <title>Comment from gm on 2007-04-04</title>
    <author>
        <name>gm</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This article IS WRONG. RSS is for TEXT. If we keep adding other content that is viewable via an RSS reader, then we are practically reproducing all the content that was viewable from the original website! Retarded.</p>

<p>RSS feeds focus on the  QUALITY of the content.</p>]]>
    </content>
    <published>2007-04-04T17:13:20Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31236</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31236" />
    <title>Comment from Alex Iskold on 2007-04-04</title>
    <author>
        <name>Alex Iskold</name>
        <uri>http://www.adaptiveblue.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.adaptiveblue.com">
        <![CDATA[<p>@22 and all. I am not asserting that this is right, in fact I am saying that it is not pure myself. I am summarizing for you what is going on and what people are doing with RSS so that we can discuss this here.</p>

<p>One bit that gets overlooked a lot and the reason I wrote the article is delivery. Look at the diagrams in the article, there 2 questions: Delivery and Format.</p>

<p>Alex</p>]]>
    </content>
    <published>2007-04-04T17:27:33Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31237</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31237" />
    <title>Comment from John K on 2007-04-04</title>
    <author>
        <name>John K</name>
        <uri>http://themicrobusinessexperiment.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://themicrobusinessexperiment.blogspot.com">
        <![CDATA[<p>Alex, </p>

<p>Right. I think that RSS should be used as a delivery mechanism with a basic format. Anything special should be link to using the basic format. The people who come up with the special format should provide adaptors that your RSS reader can use.</p>

<p>RSS can't be both delivery and format without losing it's value.</p>]]>
    </content>
    <published>2007-04-04T17:58:34Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31238</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31238" />
    <title>Comment from sull on 2007-04-04</title>
    <author>
        <name>sull</name>
        <uri>http://spreadthemedia.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://spreadthemedia.com">
        <![CDATA[<p>a few things.</p>

<p>First, YouTube should not be mentioned in the same sentence as RSS unless its to point out how they did not and still do not promote the use of their RSS feeds.  In particular, and to fit within their business model, they never were interested in distributing video as vodcasts by using the rss enclosure element.  YouTube's idea of "subscriptions" is internalalized and not based on RSS.  They do offer rss feeds... but go to their site and you'll see they do not promote them anywhere that is obvious.  No little orange rss buttons in sight.  So dont place them, just because they are a success story in viral video clip sharing, as an RSS evangelizing company.  Instead, blip.tv would be appropriately pointed to.</p>

<p><br />
Another point... I think somewhere in this article, a reference to the Yahoo MediaRSS spec is in high order.  <br />
Why is it missing?  It is the largest effort to extend RSS for a wide adoption of users... focusing on media distribution.  Google it.  Or, Yahoo it ;)</p>

<p><br />
The banking/invoice example makes me think that it isnt RSS that needs to be more structured, it is instead a need for smarter and more flexible XML readers.  Note that I say XML, not RSS specifically.  This is because what I feel is needed is focus on having a system to register custom XML DTDs that xml readers (web or client) can then understand (machine-readable compat).  When I say register, there should be a way for X Bank to become associated/binded with a given XML DTD.  The Reader software just needs to parse out the XML structure and present the data... Include rules and parameters to the system and things get even cleaner for the benefit of the user viewing the data.</p>

<p>So, it's not so much about RSS adoption as it is just making use of XML for a plethora of business needs.  RSS serves well for a rather broad market, from headline news to video/audio/image distribution.  But this doesnt mean that RSS is the right spec for everything.  I dont find logic in that when a bigger picture approach using existing technologies and methods is their for us to think about instead.</p>]]>
    </content>
    <published>2007-04-04T18:19:51Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31239</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31239" />
    <title>Comment from Krish on 2007-04-04</title>
    <author>
        <name>Krish</name>
        <uri>http://www.krishworld.com/blog</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.krishworld.com/blog">
        <![CDATA[<p>I agree. I also don't see a need for extending RSS any further, when we have other tools at our disposal.</p>]]>
    </content>
    <published>2007-04-04T18:35:51Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31240</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31240" />
    <title>Comment from Richard MacManus on 2007-04-04</title>
    <author>
        <name>Richard MacManus</name>
        <uri>http://www.readwriteweb.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com">
        <![CDATA[<p>#11 Randy, it's ok to be negative, but you need to tell us why...</p>]]>
    </content>
    <published>2007-04-04T20:13:38Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31241</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31241" />
    <title>Comment from brian on 2007-04-04</title>
    <author>
        <name>brian</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>since RSS is xml-based, cant the 'content' that it is delivering be xml as well? instead of delivering text, or html, or media in enclosures, cant it just deliver xml? then you get all of the structure you could ever ask for. the receiving application has to know what to do with it, but that would be the case with any kind of structured content. no extentions, nothing 'unpure' about it.</p>]]>
    </content>
    <published>2007-04-04T20:50:42Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31242</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31242" />
    <title>Comment from Danny on 2007-04-04</title>
    <author>
        <name>Danny</name>
        <uri>http://dannyayers.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dannyayers.com">
        <![CDATA[<p>Randy's right about the example being flawed: there's no outer rss element, author should be an email address - maybe other things. Not sure about his negativity though ;-)</p>

<p>For simple content delivery, RSS 2.0 is ok-ish though it is broken in a few places (such as markup in titles), and it's not very well defined for extension. Atom can be seen as a bugfix version, and can be pushed a lot further. </p>

<p>As Tom suggests there are better defined approaches of representing and delivering arbitrary data, in particular RDF. But I don't think it's really an either/or situation. Atom is nicely defined for content syndication, and has some nice features in place such as entry versioning which could be used to benefit in delivery of broader data. </p>

<p>The Atom Publishing Protocol is going to open a lot of doors, very much allowing Read/Write Web using the standards as originally designed. The extension potential there is also pretty good. It remains to be seen where this will lead, but it's likely to be very good for the web. As a Semantic Web fan I like that - what's good for the web is good for the Semantic Web, and vice versa.</p>

<p>btw, did you see <a href="http://www.technologyreview.com/video/semantic" rel="nofollow">The Semantic Web of Data</a> yet? 8 mins video of Tim Berners-Lee that could change your life! (heh - new style outreach)</p>]]>
    </content>
    <published>2007-04-04T21:26:42Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31243</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31243" />
    <title>Comment from Andy on 2007-04-04</title>
    <author>
        <name>Andy</name>
        <uri>http://www.allsortgroup.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.allsortgroup.com">
        <![CDATA[<p>Yes,</p>

<p>RSS was only intended for text, but i think that its good that you can have links and images. Hopefully videos soon!</p>]]>
    </content>
    <published>2007-04-04T21:53:03Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31244</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31244" />
    <title>Comment from Richie on 2007-04-04</title>
    <author>
        <name>Richie</name>
        <uri>http://www.excitebarbados.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.excitebarbados.com">
        <![CDATA[<p>This page is interesting. I'm now reasearching Rss for my sites.. I'm new to this stuff, seems straight foward...but i'll sit back read what the pro's gotta say..</p>]]>
    </content>
    <published>2007-04-04T22:14:45Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31245</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31245" />
    <title>Comment from Craig Hughes on 2007-04-04</title>
    <author>
        <name>Craig Hughes</name>
        <uri>http://www.fisssh.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.fisssh.com">
        <![CDATA[<p>Hi Alex,</p>

<p>Great article on RSS!  </p>

<p>I recently developed and launched a new search service called fisssh! (http://www.fisssh.com) that is based entirely on RSS.</p>]]>
    </content>
    <published>2007-04-04T22:15:09Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31246</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31246" />
    <title>Comment from Jeff on 2007-04-04</title>
    <author>
        <name>Jeff</name>
        <uri>http://www.makemyshow.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.makemyshow.com">
        <![CDATA[<p>Alex is right, RSS is conclusively solving the delivery problem. The high-level concept of a sequence of dated items is applicable to many problems and that is why RSS is attractive - there's no reason to invent anything different. RSS is a great wrapper for all sorts of dated information.</p>

<p>The format question is really about what lives inside the description element; there are two sides to this. Not all feeds have to be consumed by a conventional feed reader, the date wrapper that RSS provides is useful for machine-to-machine applications. On the other hand, XML (including RSS extensions) was always intended to be human-readable with the tags ignored so properly structured data should still render in some way.</p>

<p>So for a banking application for example, RSS would provide a convenient transport to get transactions or statments into your software and as a by-product lower the bar for other developers to do useful things with it. This is of benefit to users without them trying to consume the feed in the usual way, although if they did it should still make some kind of sense!</p>]]>
    </content>
    <published>2007-04-04T22:35:05Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31247</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31247" />
    <title>Comment from Simon Dvorak on 2007-04-04</title>
    <author>
        <name>Simon Dvorak</name>
        <uri>http://simondvorak.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://simondvorak.com">
        <![CDATA[<p>I don't see what is wrong with encapsulating XML content within the description element.  Say we want to deliver a news item via RSS.  We use the description element for the text of the news item.  Similarly, if we want to deliver some other type of information, engine specs perhaps, what is wrong with placing XML based markup in the description element.  This isn't extending RSS and there isn't any type limitations on the description element of RSS 2.0 as  far as I am aware.  In this way complex structured data could be delivered via RSS.</p>]]>
    </content>
    <published>2007-04-04T22:58:34Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31248</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31248" />
    <title>Comment from matthew on 2007-04-04</title>
    <author>
        <name>matthew</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>rss is not a push technology!</p>]]>
    </content>
    <published>2007-04-04T23:09:18Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31249</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31249" />
    <title>Comment from Alex Iskold on 2007-04-04</title>
    <author>
        <name>Alex Iskold</name>
        <uri>http://www.adaptiveblue.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.adaptiveblue.com">
        <![CDATA[<p>@35 Mattew, effectively it is because as new content becomes available it is delivered to consumer. </p>

<p>Alex</p>]]>
    </content>
    <published>2007-04-05T00:20:02Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31250</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31250" />
    <title>Comment from Randy Charles Morin on 2007-04-04</title>
    <author>
        <name>Randy Charles Morin</name>
        <uri>http://www.kbcafe.com/rss/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.kbcafe.com/rss/">
        <![CDATA[<p>Sorry Richard, had two big meetings today and just couldn't take the time this morning to tell you why. Here's the stuff...</p>

<p><a href="http://www.kbcafe.com/rss/?guid=20070404173524" rel="nofollow"><a href="http://www.kbcafe.com/rss/?guid=20070404173524" rel="nofollow">http://www.kbcafe.com/rss/?guid=20070404173524</a></a></p>]]>
    </content>
    <published>2007-04-05T00:37:09Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31251</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31251" />
    <title>Comment from engtech on 2007-04-04</title>
    <author>
        <name>engtech</name>
        <uri>http://engtech.wordpress.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://engtech.wordpress.com/">
        <![CDATA[<p>RSS is an amazing thing. You can use sites like <a href="http://engtech.tumblr.com" rel="nofollow">tumblr.com</a> to pull your attention data from several sites into one spot. You can send RSS feeds to IM applications like <a href="http://twitter.com/et" rel="nofollow">Twitter</a>. Yahoo Pipes is a good idea but not all the way there yet -- they need to incorporate a web scraper like Dapper and the ability to output to XMLRPC, delicious API, etc.</p>]]>
    </content>
    <published>2007-04-05T04:31:04Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31252</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31252" />
    <title>Comment from Simon Willison on 2007-04-05</title>
    <author>
        <name>Simon Willison</name>
        <uri>http://simonwillison.net/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://simonwillison.net/">
        <![CDATA[<p>RSS is for simple content syndication - the extensibility was pretty much tacked on at the end. Atom is designed as a general format for creating feeds of any type of data, and is thus much better suited to being extended. Google Base uses Atom, not RSS. You can't seriously discuss feed syndication while skipping Atom entirely - it's much more robustly specified than RSS and has been designed with other purposes (such as structured bank statements) in mind.</p>]]>
    </content>
    <published>2007-04-05T09:20:06Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31253</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31253" />
    <title>Comment from Ernst on 2007-04-05</title>
    <author>
        <name>Ernst</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>About two years ago we developed a rss-2-mms gateway. I use it to push posts from my favorite bloggers and newssites (only those with nice multi media feeds) to my mobile phone.</p>

<p>We have been experimenting with mobile blog auctions and other n:n crazy ideas. There must be a market for this!</p>]]>
    </content>
    <published>2007-04-05T12:57:04Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31254</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31254" />
    <title>Comment from Franky on 2007-04-05</title>
    <author>
        <name>Franky</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Alex,I think matthew is right. RSS is not a push technology. It seems that the new content is push to the consumer. But actually, it is the client side of the technology doning the job to pull the new content from the web site serving the rss feed.</p>

<p>The difference between push and pull is just like the postman send you a newspaper everyday and you buy it youself.In fact,subscribing a RSS feed by giving your email to the website, that is a push technology, since the host of the website konw your email address and push the new content to you  when they are avaiable, just like the postman know your address.</p>]]>
    </content>
    <published>2007-04-05T17:08:00Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31255</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31255" />
    <title>Comment from huahua on 2007-04-05</title>
    <author>
        <name>huahua</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>me again;)<br />
translating again<br />
here it goes<br />
<a href="http://www.yeeyan.com/articles/view/huahua/699" rel="nofollow"><a href="http://www.yeeyan.com/articles/view/huahua/699" rel="nofollow">http://www.yeeyan.com/articles/view/huahua/699</a></a></p>]]>
    </content>
    <published>2007-04-06T05:07:45Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31256</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31256" />
    <title>Comment from Bill Seitz on 2007-04-06</title>
    <author>
        <name>Bill Seitz</name>
        <uri>http://webseitz.fluxent.com/wiki</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://webseitz.fluxent.com/wiki">
        <![CDATA[<p>It might be better to discuss more of the architecture design supporting a specific use-case.</p>

<p>But anyhow... one approach might be to use RSS simply as a messaging tool, passing a URI that a specialized client can do a GET on to get the real content in XML or whatever.</p>

<p>Kinda like the idea of RSS feeds only including summmary/intro content, not full content. That idea hasn't been popular for blogs, but might make a lot of sense for this very-different case.</p>]]>
    </content>
    <published>2007-04-06T12:50:05Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31257</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31257" />
    <title>Comment from David Armstrong on 2007-04-10</title>
    <author>
        <name>David Armstrong</name>
        <uri>http://www.bouncebase.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bouncebase.com">
        <![CDATA[<p>I see RSS as a broadcasting standard (no duh), a means to distribute content.  In our physical world it's called TV and Radio.  So now there is a standard, somewhat for anyone to broadcast.  The cool part is the development of the "tv set" to listen, filter, alert, search..blah blah.  Who cares about RSS...the users don't, but it sure does help solve some internet pain points for entrepreneurs.  I look forward to the day that I can stop advertisements, select keyword filters, group, listen, watch, search, shop and broadcast to my friends. It's here I think.</p>]]>
    </content>
    <published>2007-04-10T16:13:56Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31258</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31258" />
    <title>Comment from Ivo on 2007-04-17</title>
    <author>
        <name>Ivo</name>
        <uri>http://www.gadgetfriends.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.gadgetfriends.com">
        <![CDATA[<p>One just have to make RSS less RSS-isch. Take a look at this "visual feed reader":</p>

<p><a href="http://www.gadgetfriends.com" rel="nofollow"><a href="http://www.gadgetfriends.com" rel="nofollow">http://www.gadgetfriends.com</a></a></p>

<p>Feed items from various feeds are presented in a chronological order and shown as a "regular" website. No one has to care about the "heavy lifting" RSS feed management...</p>]]>
    </content>
    <published>2007-04-17T08:15:57Z</published>
  </entry>

  <entry>
    <id>tag:72.47.210.69,2007://1.3672-comment:31259</id>
    <thr:in-reply-to ref="tag:72.47.210.69,2007://1.3672" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_future_of_rss.php#c31259" />
    <title>Comment from Motorcycle Guy on 2007-04-24</title>
    <author>
        <name>Motorcycle Guy</name>
        <uri>http://www.cyclechaos.com/blog/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.cyclechaos.com/blog/">
        <![CDATA[<p>Atom makes more sense but doesn't have the uniqueness of RSS as a name/acronymn.  If someone said atom they might also mean the smallest component of a molecule.</p>]]>
    </content>
    <published>2007-04-24T18:18:27Z</published>
  </entry>

</feed>