Feed Client
Moderator: General Moderators
Feed Client
Hi all,
I'm looking at an open source feed client which I should be able to embed in my website. I've searched for many of feed clients, but none are satisfactory. Can somebody suggest me to a right feed client??
Thanks in Advance
dude
I'm looking at an open source feed client which I should be able to embed in my website. I've searched for many of feed clients, but none are satisfactory. Can somebody suggest me to a right feed client??
Thanks in Advance
dude
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Hi all,
Really great thanks. I would have a look at them and try to implement one of them. Also, On my search yielded feed on feeds Application. how is that application?
Between , I also have a small doubt on Google Adsense program? I was wondering whether the adsense is an RSS or Atom feeds?? Can somebody clarify this, that would be great.
Good to see new avtars of all users
Thank You
dude
Really great thanks. I would have a look at them and try to implement one of them. Also, On my search yielded feed on feeds Application. how is that application?
Between , I also have a small doubt on Google Adsense program? I was wondering whether the adsense is an RSS or Atom feeds?? Can somebody clarify this, that would be great.
Good to see new avtars of all users
Thank You
dude
- aaronhall
- DevNet Resident
- Posts: 1040
- Joined: Tue Aug 13, 2002 5:10 pm
- Location: Back in Phoenix, missing the microbrews
- Contact:
http://www.text-link-ads.com/ is the only one I know of... I'm sure there are others. Search for "rss text advertising"dude81 wrote:I was wondering whether the adsense is an RSS or Atom feeds??
Hi all,
I was glad to see so many responses. But I would like to have some more clarifications on feed reader.
1) Is feed reader and aggreagator same.( According to wikipedia , both are same)?
2)If so Simplepie mentions it to be only feed parsers to read feeds, so is it a feed reader/ feed parser only.
3) Also any feed reader shall have pull mechanism built in as its default feature or is it a value added feature.
Thanks
dude
I was glad to see so many responses. But I would like to have some more clarifications on feed reader.
1) Is feed reader and aggreagator same.( According to wikipedia , both are same)?
2)If so Simplepie mentions it to be only feed parsers to read feeds, so is it a feed reader/ feed parser only.
3) Also any feed reader shall have pull mechanism built in as its default feature or is it a value added feature.
Thanks
dude
A feed reader is a program that will read a single RSS/Atom feed.
A aggregator is a program that will do the same thing, but will read multiple feeds. An aggregator usually just uses a feed reader to read multiple feeds rather than just one, so there's no real difference.
To turn SimplePie into an aggregator per se, just use it to access multiple feeds rather than just one.
I'm not entirely sure what a "pull mechanism" is.
A aggregator is a program that will do the same thing, but will read multiple feeds. An aggregator usually just uses a feed reader to read multiple feeds rather than just one, so there's no real difference.
To turn SimplePie into an aggregator per se, just use it to access multiple feeds rather than just one.
I'm not entirely sure what a "pull mechanism" is.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.