Community Page
- HuddledMasses.org/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks for the plugins Jaykul! I'm using them on my website which I just migrated from textpattern to wordpress and they are working great... There is just one little problem I am having... It...
- I was able to download the wmv-hd and the powerpoint ones. I gathered info from www.microsoftpdc.com but it seems some formats are not available yet.
- Were you able to get anything aside from wmv to work, Joel?
- Hey Jaykul, I've got some experience with this that I'm happy to share. I've used a Tivo (and hacked it to add a larger hard drive), a Comcast DVR, a Windows XP Media Center with an...
- Hey Joel, Ars Technica is also live tweeting the keynotes here: http://twitter.com/arspdc
Huddled Masses
Joel Bennett's development blog...
A long time ago, on a domain not my own, I wrote a PHP parser that handled pretty much all versions of RSS/RDF xml feeds. I released it for free, and a few people used it. It wasn’t pretty code, but it was small, and it was easy to use, and it didn’t [...
... Continue reading »
4 years ago
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
4 years ago
4 years ago
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).
4 years ago
$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.
4 years ago
4 years ago
Any ideas? is this suitable with modifications?
Thanks
4 years ago
3 years ago
3 years ago
Ben
3 years ago
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.