array( 'project'=> 'FlexySvn', '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' => '/home/svn/svn/wikidata', 'webdavUrl' => '/svn/wikidata', 'default' => 'akbkhome', ), 'FlexySvn' => array( 'repos' => array( // repos => needs authentication 'public' => array( 'src' => 'http://www.akbkhome.com/svn', ), 'team' => array( 'src' => 'http://www.akbkhome.com/svn/team', ), 'clients' => array( 'src' => 'http://www.akbkhome.com/svn/clients', 'auth' => true, ), 'wikidata' => array( 'src' => 'http://www.akbkhome.com/svn/wikidata', ), 'subversion' => array( 'src' => 'http://svn.collab.net/repos/svn', ), 'ez' => array( 'src' => 'http://pubsvn.ez.no/community' ), 'ScriptReorganizer' => array( 'src' => 'svn://svn.berlios.de/screo', ), 'oxfam.1' => array( 'src' => 'http://svn.oxfam.org.uk/repos/myoxfam', 'auth' => true, ), 'oxfam.2' => array( 'src' => 'http://svn.oxfam.org.uk/repos/pubcookie', 'auth' => true, ), ), 'default_repo' => 'public', ), ));