array( 'project'=> 'FlexyWiki2', 'debug' => 0, 'no_database' => 1, 'export_to_pear' => true, ), 'HTML_Template_Flexy' => array( 'templateDir' => dirname(__FILE__). '/FlexyWiki2', 'compileDir' => '/tmp/FlexyWiki2/templates', //'forceCompile' => true, // 'debug' => 1 ), 'FlexyWiki2' => array( 'store' => '/mnt/svn_live/wikidata', 'webdavUrl' => '/svn/wikidata', 'default' => 'akbkhome', ), 'DB_DataObject' => array( 'class_location' => dirname(__FILE__).'/Blog/DataObjects', 'require_prefix' => 'Blog/DataObjects/', 'class_prefix' => 'Blog_DataObjects_', ), ));