-
Website
http://HuddledMasses.org/ -
Original page
http://HuddledMasses.org/huddledparser2/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Clint Ecker
1 comment · 5 points
-
avenzke
1 comment · 1 points
-
Euri
1 comment · 4 points
-
Stuart
1 comment · 1 points
-
Luciano Evaristo Guerche
1 comment · 1 points
-
-
Popular Threads
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.
I'm using it from my private page to view my feeds.
I hope you don't mind that I build a little on it.
I have adjusted it a little to use cURL instead of fopen.
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: https://gmailusername:password@gmail.google.com....
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.
If you are interested I'll be happy to send you the changed code.
Thanks and good luck
Jan
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).
$cacheName = $this->cacheFolder . '/xmlcache_' . md5($url);
using the md5 hash on the url will pretty much guarantee that you get a unique file name for each cached feed.
Any ideas? is this suitable with modifications?
Thanks
Ben
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.
Example: href="https://www.blogger.com/atom/8090863/109380437787746685http://onlytheweb.blogspot.com/2004/08/quick-reply-in-opera-mail.html" title="">Quick Reply in Opera Mail
How can I remove the first link?
Thanks.