<?
/*
* This simple setup gives us a page with five RSS feeds and
* nothing else.
*/
$zort->feed(
'http://www.theregister.co.uk/excerpts.rss',
'http://www.osnews.com/files/recent.rdf',
'http://linuxtoday.com/biglt.rss',
'http://www.linuxjournal.com/node/feed',
'http://slashdot.org/index.rss'
);
/*
* Alternatively, we can define the feeds one at a time, like so:
*
$zort->feed('http://www.theregister.co.uk/excerpts.rss');
$zort->feed('http://www.osnews.com/files/recent.rdf');
...
*
*/
?>