* @package wombat site * @subpackage framework **/ include_once '../factoryLoader.php'; wbFactory::configure(); header( 'Content-Type: application/rss+xml; charset=utf-8;' ); $config = array( 'path' => 'index', 'title' => 'Wombat Feeds the world', 'brief' => 'All blogs on this site!' ); $blog = wbFactory::create( 'wbModule_Blogger' ); echo $blog->feed( '*', $config ); ?>