<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Huddled Masses - Latest Comments in HuddledParser 2.0</title><link>http://huddledmasses.disqus.com/</link><description>Joel Bennett's development blog...</description><language>en</language><lastBuildDate>Sat, 27 May 2006 04:33:15 -0000</lastBuildDate><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584118</link><description>Hello.&lt;br&gt;&lt;br&gt;Thank you for HuddledParser. I've been trying forever to figure out how to pull the link element from Blogger and HuddledParser is doing it, except Blogger's feed includes two link elements and it's adding both to the href attribute.&lt;br&gt;&lt;br&gt;Example: href="https://www.blogger.com/atom/8090863/109380437787746685http://onlytheweb.blogspot.com/2004/08/quick-reply-in-opera-mail.html" title=""&amp;gt;Quick Reply in Opera Mail&lt;br&gt;&lt;br&gt;How can I remove the first link?&lt;br&gt;&lt;br&gt;Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Swartz</dc:creator><pubDate>Sat, 27 May 2006 04:33:15 -0000</pubDate></item><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584117</link><description>is there a n0ob proof man for the installation for this script? would be great if that script could be used by other people than nerds. tzhank you very much for your reply.&lt;br&gt;&lt;br&gt;Ben</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ben</dc:creator><pubDate>Thu, 10 Nov 2005 07:06:11 -0000</pubDate></item><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584116</link><description>is there a live demo of this? would really like to see this at work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">d3vlabs</dc:creator><pubDate>Thu, 14 Jul 2005 04:13:34 -0000</pubDate></item><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584115</link><description>Of course you could use this and modify it ...  it's really just a simple example of how to use PHP's xml parsing ;), The only reason it's limited to what it is, is that I'm just not interested in competing with existing server-side aggregators, all I wanted was something I could use on my site.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jaykul</dc:creator><pubDate>Fri, 11 Mar 2005 13:01:22 -0000</pubDate></item><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584114</link><description>I have been looking around for a PHP script that can parse feeds but preferably liberally - from what you say this seems to do that (Magpie doesn't). However you only parse for summaries and my aim is to build a complete server side personal RSS aggregator (the current ones about don't 'float my boat', I have 'needs').&lt;br&gt;&lt;br&gt;Any ideas? is this suitable with modifications?&lt;br&gt;&lt;br&gt;Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon B</dc:creator><pubDate>Thu, 10 Mar 2005 00:55:53 -0000</pubDate></item><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584113</link><description>any thoughts on allowing for enclosure fetching?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">eugene</dc:creator><pubDate>Fri, 11 Feb 2005 14:56:04 -0000</pubDate></item><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584112</link><description>Joel, one more thing - to guarantee uniqueness on your saved cache file name you can try this:&lt;br&gt;&lt;br&gt;$cacheName = $this-&amp;gt;cacheFolder . '/xmlcache_' . md5($url);&lt;br&gt;&lt;br&gt;using the md5 hash on the url will pretty much guarantee that you get a unique file name for each cached feed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Rawlinson</dc:creator><pubDate>Thu, 10 Feb 2005 22:32:57 -0000</pubDate></item><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584111</link><description>Joel, I would suggest you use fsocket instead of fopen - just because fsocket supports a connection timeout to the remote url.  This way if a feed is unavailable you can handle it.&lt;br&gt;&lt;br&gt;Other than that it sounds like a nice little package.  I will have to download it and see if it will suit my needs better than the current parser I use, lastRSS (which also uses fopen but is easilly modified to use fsocket).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Rawlinson</dc:creator><pubDate>Thu, 10 Feb 2005 22:22:11 -0000</pubDate></item><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584110</link><description>Well, I admit I hadn't tried it before, mainly because I'm just using this on web-pages, and I don't have any private feeds that I want to make public [;)] but I just tried it on _my_ gmail atom feed, and it works fine with &lt;a href="https://user:password%40host" rel="nofollow"&gt;https://user:password@host&lt;/a&gt; using fopen.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jaykul</dc:creator><pubDate>Wed, 02 Feb 2005 21:22:06 -0000</pubDate></item><item><title>Re: HuddledParser 2.0</title><link>http://HuddledMasses.org/huddledparser2/#comment-2584109</link><description>Great little parser.&lt;br&gt;It has saved me a lot of work and headaches as this one handles the atom feeds as well (gmail/blogger etc.) in contrast to most others.&lt;br&gt;I'm using it from my private page to view my feeds.&lt;br&gt;I hope you don't mind that I build a little on it.&lt;br&gt;I have adjusted it a little to use cURL instead of fopen.&lt;br&gt;This in turn allowed me to add some more code to view authenticated pages (gmail in my case)simply by supplying it with a url like: &lt;a href="https://gmailusername:password%40gmail.google.com/gmail/feed/atom/" rel="nofollow"&gt;https://gmailusername:password@gmail.google.com...&lt;/a&gt;.&lt;br&gt;The only other thing I changed was moving the $showSummary bolean to the parseFeed function as for some reason I didn't get summaries with the original setup.&lt;br&gt;If you are interested I'll be happy to send you the changed code.&lt;br&gt;Thanks and good luck&lt;br&gt;Jan</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan van Gessel</dc:creator><pubDate>Wed, 02 Feb 2005 14:16:28 -0000</pubDate></item></channel></rss>