* @copyright 2004/2005 by gERD Schaufelberger
* @package wombatSite
* @subpackage test
**/
include_once '../include/wbFactory.php';
wbFactory::configure();
/*
$cf =& wbFactory::singleton( 'wbContentFetcher' );
$html = $cf->fetchHtml( 'example://foo/bar' );
echo "Example: " . $html . " This is normal Text!
There is no reason to thing otherwise...
This is normal Text!
date://%c for example
";
$html = $cf->fetchHtml( 'date://%Y-%m-%d %H:%M:%S' );
echo "Date: " . $html . "
";
$html = $cf->fetchHtml( 'blogger://blog/first' );
echo "Blogger: " . $html . "
";
*/
$cm =& wbFactory::singleton( 'wbContentManager' );
$title = 'AnotherTest';
$author = 1;
$content = <<Foo Bar
Let's try to insert some stupud
dynmaic date://%H:%M:%S FOO content
Foo Bar
Let's try to insert some stupud
dynmaic date://%H:%M:%S FOO content
This is normal Text!
date://%c for example