[www] r969 - trunk/svn.matroska.org/WebSVN/include
[email protected] Wed, 3 Aug 2005 02:56:28 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-08-03 02:56:24 +0400 (Wed, 03 Aug 2005)
New Revision: 969
Modified:
trunk/svn.matroska.org/WebSVN/include/config.inc
Log:
WebSVN: try changing the repo friendly names
Modified: trunk/svn.matroska.org/WebSVN/include/config.inc
===================================================================
--- trunk/svn.matroska.org/WebSVN/include/config.inc 2005-08-02 22:53:59 UTC (rev 968)
+++ trunk/svn.matroska.org/WebSVN/include/config.inc 2005-08-02 22:56:24 UTC (rev 969)
@@ -54,8 +54,8 @@
//
// To configure the repositories by hand, copy the line below, uncomment it and replace the name and path
//
-$config->addRepository("Matroska Website", "/svn/www");
-$config->addRepository("Matroska Sources", "/svn/matroska");
+$config->addRepository("Matroska_Website", "/svn/www");
+$config->addRepository("Matroska_Sources", "/svn/matroska");
//
// To use the parent path method, uncomment the newt line and and replace the path with your one. You
// can call the function several times if you have several parent paths.
@@ -66,8 +66,8 @@
//
// Uncomment ONLY the display file that you want.
-$config->setTemplatePath("$locwebsvnreal/templates/Standard/");
-// $config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/");
+//$config->setTemplatePath("$locwebsvnreal/templates/Standard/");
+$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/");
// $config->setTemplatePath("$locwebsvnreal/templates/Zinn/");
// --- LANGUAGE SETUP ---
@@ -225,7 +225,7 @@
set_time_limit(0);
// Comment this line to turn off caching of repo information. This will slow down your browsing.
-$config->setCachingOn();
+//$config->setCachingOn();
// Number of spaces to expand tabs to in diff/listing view across all repositories