我如何获取来自多个网站的最近十篇博文的标题,日期和网址?

I need to read multiple rss feeds from different blogs and get just the title, date, and url for the last 10 posts of each site, and then format those lists however I like.

I'm working on creating a buzz type website. Somewhat like affbuzz.com.

Please let me know the easiest and cleanest way of doing this, either in php, or jquery etc... Thanks for your help!

You need to aggregate the feeds. Either use SimplePie or Zend_Feed. If you are after a PopURLs clone, SimplePie has a tutorial for this as well. An alternative would be to use Yahoo Pipes

Have a RSS feed reader showing first ten items from each feed if you don't wish to store the items. For a buzz type site, I don't feel you need to store them at your end.