Anyone working on implementing a RSS feed as a tag ? Like {rss url=""} ?
Would be a nice add-on for a CMS I guess.
RSS Feed tag
Re: RSS Feed tag
Hi Patricia,
Could not find that one but wrote my own.
I cannot upload the tag as the upload script ends with some freaky php error here so here goes nothing:
http://www.spikecity.net/download/function.rss.zip
It reads RSS 0.91, 1.00 and 2.00 version feeds and only outputs html links to the page (so basically anonymous links to any feed.
See it working at www.spikecity.net (Dutch NOS newsfeed).
Far from foolproof but worth testing I think.
Cheers,
Ron
Could not find that one but wrote my own.
I cannot upload the tag as the upload script ends with some freaky php error here so here goes nothing:
http://www.spikecity.net/download/function.rss.zip
It reads RSS 0.91, 1.00 and 2.00 version feeds and only outputs html links to the page (so basically anonymous links to any feed.
See it working at www.spikecity.net (Dutch NOS newsfeed).
Far from foolproof but worth testing I think.
Cheers,
Ron
Re: RSS Feed tag
does it cache? any rss aggregator needs to have a cache as to minimize or spread out the hits to the rss source. many have limits on how often you can refresh your feed.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: RSS Feed tag
No not yet, it's very very betakermit wrote: does it cache? any rss aggregator needs to have a cache as to minimize or spread out the hits to the rss source. many have limits on how often you can refresh your feed.

Working on caching as we write(speak)
Re: RSS Feed tag
The original RSS module (which I just need to cut a release of, it should work fine) does do proper caching. It just implements the magpie rss library which handles the specs correctly.
Re: RSS Feed tag
magpie. cool. i used that somewhere else on an otherwise static site, pretty slick stuff.
one of the wonders of open source, you don't have to reinvent the wheel unless you really want to.
one of the wonders of open source, you don't have to reinvent the wheel unless you really want to.

eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: RSS Feed tag
It actually works very well, so my tag solution compared to magpie is ofcourse very rudimentarywishy wrote: The original RSS module (which I just need to cut a release of, it should work fine) does do proper caching. It just implements the magpie rss library which handles the specs correctly.

I had no idea this module was already there until Patricia pointed to it so of course the magpie implementation is favorite over my quick and dirty fingerpractice

Basically I will always rewrite parts of ready made code to fit my needs better (but I think that comes with having developed a lot of online applications).
But I must truly admin that CMS is a hell of a basis to start of with and even without any modification itis an awesome package.