» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with MagpieRSS + PHP

http://laughingmeme.org/code/rss_parse.inc.with.enclosures

modification of magpie to handle enclosures. I had used this before but forgot about it!

podcasting: del.icio.us tag/podcasting

AOEMedia Sponsoring Magpie

AOE media, a TYPO3 & open source provide from Germany, recently agreed to become a sponsor on Magpie. Which is very exciting!

Looking around I see being sponsored by AOE Media puts me in good company as they sponsor a number of interesting projects, including my favorite wiki software Doku

I’m hoping this will allow me to actually spend a little time with Magpie, maybe finally find the time to re-vamp the website into something a little more functional.

And last if you’re someone interested in sponsorship work as a whole on Magpie, or specific feature development get in touch.

Thanks again AOE Media.

Kellan-Elliot-Mcrea: Laughing Meme

Documentation

MagpieRSS makes it quite easy to fetch RSS feeds in PHP.

To get an array of RSS items from an RSS URL:


require('rss_fetch.inc');
$rss = fetch_rss($url);
$rssItems = $rss->items;

That’s it!

do a var_dump on the $rss->items array to see the RSS feed in MagpieRSS’s simple array structure.