/Websvn/include/config.inc
70,9 → 70,9
//
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)');
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)', 'group');
 
$config->addRepository('MLAB', 'file:///home/MLAB');
 
$config->addRepository('MLAB', 'file:///home/MLAB');
$config->addRepository('TEST1', 'file:///home/MLAB');
$config->addRepository('TEST2', 'file:///home/MLAB');
//
// Remote repositories (without and with optional group):
//
85,7 → 85,6
//
// $config->parentPath('Path/to/parent (e.g. c:\\svn)');
 
//$config->parentPath('/home/');
// }}}
 
// {{{ LOOK AND FEEL ---
92,7 → 91,7
//
// Uncomment ONLY the template file that you want.
 
$config->setTemplatePath("$locwebsvnreal/templates/Standard/");
// $config->setTemplatePath("$locwebsvnreal/templates/Standard/");
// $config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/");
// $config->setTemplatePath("$locwebsvnreal/templates/Zinn/");
 
100,6 → 99,9
// line as necessary. Use the convention "groupname.myrep" if your repository is in a group.
 
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB");
$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "TEST1");
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "TEST2");
 
// The index page containing the projects may either be displayed as a flat view (the default),
// where grouped repositories are displayed as "GroupName.RepName" or as a tree view.
148,25 → 150,26
 
// Uncomment the default language. If you want English then don't do anything here.
//
// include('languages/german.inc');
// include('languages/french.inc');
// include('languages/spanish.inc');
// include('languages/portuguese.inc');
// include('languages/swedish.inc');
// include('languages/slovenian.inc');
// include('languages/dutch.inc');
// include('languages/danish.inc');
// include('languages/finnish.inc');
// include('languages/turkish.inc');
// include('languages/norwegian.inc');
// include('languages/polish.inc');
// include('languages/japanese.inc');
// include('languages/korean.inc');
// include('languages/tchinese.inc');
// include('languages/schinese.inc');
 
include 'languages/czech.inc';
// include 'languages/catalan.inc';
// include 'languages/danish.inc';
// include 'languages/dutch.inc';
// include 'languages/finnish.inc';
// include 'languages/french.inc';
// include 'languages/german.inc';
// include 'languages/japanese.inc';
// include 'languages/korean.inc';
// include 'languages/norwegian.inc';
// include 'languages/polish.inc';
// include 'languages/portuguese.inc';
// include 'languages/russian.inc';
// include 'languages/japanese.inc';
include 'languages/czech.inc';
// include 'languages/schinese.inc';
// include 'languages/slovenian.inc';
// include 'languages/spanish.inc';
// include 'languages/swedish.inc';
// include 'languages/tchinese.inc';
// include 'languages/turkish.inc';
 
// }}}