开发者

RSS Reader php (have already read related articles)

开发者 https://www.devze.com 2022-12-26 16:25 出处:网络
Hey there. I\'ve read all the related articles on here and can\'t find one that is specific to wha开发者_StackOverflowt I am looking for. I am new to RSS and am looking for the following reader if any

Hey there. I've read all the related articles on here and can't find one that is specific to wha开发者_StackOverflowt I am looking for. I am new to RSS and am looking for the following reader if anyone know's the right direction to throw me in:

  1. An rss reader that I can put on my page that does NOT require mysql database
  2. A fairly light chunk of code that I can just add as many .xml,rss.php links/addresses to
  3. I can wrap div's around to style each segment specifically as possible
  4. can manually limit the amount of feeds that are read to conform to my desires of the pages content out put

thanks in advance!


You could use the Magpie library which converts RSS feeds into arrays, making it easy to foreach the data, and then just wrap it up with whatever HTML you want.


Well its not clear to me if youre looking for a library to ease the parsing and conversion of the RSS to html out put or if youre looking for a standalone module you can just throw a number of feeds at and let it do all the conversion output internally.

Personally i would recommend the former as RSS isnt terribly complex and when combined with a good library to parse it its super simple. Id probably recommend Zend_Feed for this. Youll just need to write the logic to control it (ie. limiting the number of feeds and items from each and the dumping of the ouput).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号