Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
FeedReader extension: comments and questions
In my forum I needed an extension to show up our common del.icio.us links in the sidebar. So, I developed this extension that does exactly this: reads any RSS/Atom/RDF feed and displays titles and links in a side panel.
FeedReader extension
It should be able to read RSS, Atom and RDF feeds without problems.
It's labeled as 0.3 since I'm still working on it: I have to improve something here and there, plus improve customizability.
I'm also trying to make it as modular as possible. At this time in this package you will find that the fetch, parse and cache operations are handled by separate classes, so you might find useful to reuse the code for other extensions. Plus I'm working on an "easier" way to add Settings Panels.
If you're an Extensions developer, you might be interested on the classes ready inside this package.
If you want to give some feedback, it will be very appreciated.
Thanks a lot to SirNotAppearingOnThisForum since I've used its FlickrFeed extension as a base for mine (main code, RSSCache, Snoopy).
Thanks also to everyone that's supporting this Extensions and helping me to find bugs.
FeedReader extension
It should be able to read RSS, Atom and RDF feeds without problems.
It's labeled as 0.3 since I'm still working on it: I have to improve something here and there, plus improve customizability.
I'm also trying to make it as modular as possible. At this time in this package you will find that the fetch, parse and cache operations are handled by separate classes, so you might find useful to reuse the code for other extensions. Plus I'm working on an "easier" way to add Settings Panels.
If you're an Extensions developer, you might be interested on the classes ready inside this package.
If you want to give some feedback, it will be very appreciated.
Thanks a lot to SirNotAppearingOnThisForum since I've used its FlickrFeed extension as a base for mine (main code, RSSCache, Snoopy).
Thanks also to everyone that's supporting this Extensions and helping me to find bugs.
0
This discussion has been closed.
Comments
But it doesn't show in my forum. Do i have to edit somthing in the theme?
Here is my forum: http://bloggywood.se/forum
If you could give me the feeds that doesn't work I'll try to get them working.
@LoOkHerE
I need if possible the feed source, still I can do something already with the current error. I'll see.
@bloggywood
The theme shouldn't be cause of any problem, since I'm using standard functions. Could I ask also to you the feed causing the problem? With the del.icio.us feed does it work?
I have tried to in the "Attach"-section of default.php to use the one feed that is commented. On line 126 (http://im.digitalhymn.com/feed/). But there were no change. The feed still didn't show...
I've just installed the extension AGAIN. Now it worked! The del.icio.us-feed shows up... I've must have done something wrong earlier...
As you have probably noticed, i'm no expert. So i'm thankful for all the help i can get...
In fact, it's in 0.1 release due to this: I've got to make a few improvements before labeling it 1.0, those two are in the list.
At this time I'm trying to manage the bugs above, improving the cache and the parser and adding a preferences panel.
One of the steps needed to be the detection of the feeds, if you are already doing something like that as a standalone class based on XMLPlainParser I'll skip that part and work on something elese.
I have to say that adding a panel is quite "hard", so since I'm already working on this I'm also creating a class to easy integrate a Settings Panel. Will be in with the next release of the extension.
I'm quite there also for the configuration panel. At this time it just shows you the feed URL.
For the configuration panel it's based on a meta-class that makes "easy" to create a configuration panel. It's in "beta" but still I'm quite there.
@ LoOkHerE
As soon I'm there with the Settings Panel it should be a configurable option. Incoming...