<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://labs.echoditto.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>EchoDitto Labs - Freakonomics and Partial Feeds - Comments</title>
 <link>http://labs.echoditto.com/freakonomics-feed</link>
 <description>Comments for &quot;Freakonomics and Partial Feeds&quot;</description>
 <language>en</language>
<item>
 <title>hi i understand you were</title>
 <link>http://labs.echoditto.com/freakonomics-feed#comment-3922</link>
 <description>&lt;p&gt;hi i understand you were successful in creating a &quot;Full Text Freakonomics feed&quot;, i was just wondering if i could please have a copy of the script or atleast instructions into making the script, i would be forever thankful,&lt;/p&gt;
&lt;p&gt;thanks for your time&lt;/p&gt;
&lt;p&gt;contact me at &lt;a href=&quot;mailto:willports@gmail.com&quot;&gt;willports@gmail.com&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 13 Apr 2008 23:32:43 -0700</pubDate>
 <dc:creator>dawilster</dc:creator>
 <guid isPermaLink="false">comment 3922 at http://labs.echoditto.com</guid>
</item>
<item>
 <title>That&#039;s fantastic, Eli.  I&#039;m</title>
 <link>http://labs.echoditto.com/freakonomics-feed#comment-3034</link>
 <description>&lt;p&gt;That&#039;s fantastic, Eli.  I&#039;m a big fan of Why&#039;s stuff, although I have to admit that I haven&#039;t gotten as far into Ruby as I&#039;d like.  Hpricot looks very interesting.  I was under the impression that &lt;a href=&quot;http://www.crummy.com/software/BeautifulSoup/&quot;&gt;Beautiful Soup&lt;/a&gt; was the Ruby screen-scraper of choice, but hpricot&#039;s pedigree (and jQuery namedropping) has definitely got my attention.&lt;/p&gt;
&lt;p&gt;It&#039;s great to have another screenscraping tool.  I&#039;ve also been wanting to try Adrian Holovaty&#039;s &lt;a href=&quot;http://www.holovaty.com/blog/archive/2007/07/06/0128&quot;&gt;templatemaker&lt;/a&gt;.  I&#039;m not a huge Python fan (although RoR&#039;s scaling problems are making me think about giving Django a closer look), but this looks like very impressive software to me.&lt;/p&gt;
</description>
 <pubDate>Thu, 20 Sep 2007 07:43:03 -0700</pubDate>
 <dc:creator>Tom</dc:creator>
 <guid isPermaLink="false">comment 3034 at http://labs.echoditto.com</guid>
</item>
<item>
 <title>If you&#039;re ever so inclined,</title>
 <link>http://labs.echoditto.com/freakonomics-feed#comment-2927</link>
 <description>&lt;p&gt;If you&#039;re ever so inclined, you should take a look at Hpricot, the phenomenal Ruby-based HTML scraping library that supports XPath and CSS-style searching. It beats the pants of RegExps.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://code.whytheluckystiff.net/hpricot/&quot; title=&quot;http://code.whytheluckystiff.net/hpricot/&quot;&gt;http://code.whytheluckystiff.net/hpricot/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I wrote my own Full Text Freakonomics feed in a few minutes. It looks like something like this:&lt;br /&gt;
&lt;code class=&quot;geshifilter php&quot;&gt;&lt;br /&gt;
feed&lt;span style=&quot;color: #66cc66;&quot;&gt;.&lt;/span&gt;items&lt;span style=&quot;color: #66cc66;&quot;&gt;.&lt;/span&gt;&lt;a href=&quot;http://www.php.net/each&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;each&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;|&lt;/span&gt;item&lt;span style=&quot;color: #66cc66;&quot;&gt;|&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; doc &lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt; Hpricot&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;open&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;item&lt;span style=&quot;color: #66cc66;&quot;&gt;.&lt;/span&gt;&lt;a href=&quot;http://www.php.net/link&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;link&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; item&lt;span style=&quot;color: #66cc66;&quot;&gt;.&lt;/span&gt;description &lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;doc&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;.post-content&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;.&lt;/span&gt;inner_html&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;/code&gt;&lt;/p&gt;
</description>
 <pubDate>Sun, 16 Sep 2007 18:48:54 -0700</pubDate>
 <dc:creator>Eli</dc:creator>
 <guid isPermaLink="false">comment 2927 at http://labs.echoditto.com</guid>
</item>
<item>
 <title>You might want to consult</title>
 <link>http://labs.echoditto.com/freakonomics-feed#comment-2058</link>
 <description>&lt;p&gt;You might want to consult the comments on the Freakonomics post -- looks like someone&#039;s gone ahead and supplied a link.&lt;/p&gt;
</description>
 <pubDate>Fri, 24 Aug 2007 12:59:00 -0700</pubDate>
 <dc:creator>Tom</dc:creator>
 <guid isPermaLink="false">comment 2058 at http://labs.echoditto.com</guid>
</item>
<item>
 <title>could you post a link for</title>
 <link>http://labs.echoditto.com/freakonomics-feed#comment-2055</link>
 <description>&lt;p&gt;could you post a link for the full feed that works please? Thanks in advance&lt;/p&gt;
</description>
 <pubDate>Fri, 24 Aug 2007 07:07:23 -0700</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2055 at http://labs.echoditto.com</guid>
</item>
<item>
 <title>Freakonomics and Partial Feeds</title>
 <link>http://labs.echoditto.com/freakonomics-feed</link>
 <description>&lt;p&gt;The popular Freakonomics Blog has recently &lt;a href=&quot;http://freakonomics.blogs.nytimes.com/&quot;&gt;moved to the New York Times&lt;/a&gt;, and along the way it&#039;s dropped its full-text RSS feed.  Stephen Dubner wrote a &lt;a href=&quot;http://freakonomics.blogs.nytimes.com/2007/08/22/the-last-word-for-now-on-our-rss-feed-an-excruciatingly-long-and-boring-post-that-will-please-exactly-no-one/&quot;&gt;thoughtful explanation&lt;/a&gt; of the reasons for the switch &amp;mdash; basically, advertisers aren&#039;t comfortable with RSS &amp;mdash; but judging from the comment section the blog&#039;s readers are still upset.&lt;/p&gt;

&lt;p&gt;Well, let me offer a gentle reminder that our very own &lt;a href=&quot;http://labs.echoditto.com/fulltextrss&quot;&gt;full text RSS tool&lt;/a&gt; continues to work, and was designed for exactly this purpose.  I&#039;ve tested it with the new, truncated Freakonomics feed and it works great.  Why not give it a try and help push advertisers just a little bit closer to grappling with the internet?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://labs.echoditto.com/projects/fulltextrss/?url=http%3A%2F%2Ffreakonomics.blogs.nytimes.com%2Frss2.xml&quot;&gt;Freakonomics full-text feed&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; Alas!  It looks like the Freakonomics authors have adopted the intermittent and irritating habit of writing descriptions in the RSS description field rather than including excerpts of the actual text.  That confuses our general-purpose algorithm.&lt;/p&gt;

&lt;p&gt;However, it won&#039;t stop a dedicated Freakonomics fan from creating a blog-specific script to provide full feeds.  Here, I&#039;ll even get them started:&lt;/p&gt;

&lt;p&gt;
m/&amp;lt;div\s+class=&quot;post\-content&quot;&amp;gt;(.*?)\-+&amp;gt;/i&lt;br/&gt; 
s/&amp;lt;\/?div[^&amp;gt;]*&gt;//igx;
&lt;/p&gt;</description>
 <comments>http://labs.echoditto.com/freakonomics-feed#comments</comments>
 <category domain="http://labs.echoditto.com/taxonomy/term/85">freakonomics</category>
 <category domain="http://labs.echoditto.com/taxonomy/term/86">nytimes</category>
 <category domain="http://labs.echoditto.com/taxonomy/term/17">rss</category>
 <pubDate>Wed, 22 Aug 2007 14:30:00 -0700</pubDate>
 <dc:creator>Tom</dc:creator>
 <guid isPermaLink="false">41 at http://labs.echoditto.com</guid>
</item>
</channel>
</rss>
