<?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 - nytimes - Comments</title>
 <link>http://labs.echoditto.com/taxonomy/term/86</link>
 <description>Comments for &quot;nytimes&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>
</channel>
</rss>
