| Line 68... |
Line 68... |
| 68 |
|
68 |
|
| 69 |
// Local repositories (without and with optional group): |
69 |
// Local repositories (without and with optional group): |
| 70 |
// |
70 |
// |
| 71 |
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)'); |
71 |
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)'); |
| 72 |
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)', 'group'); |
72 |
// $config->addRepository('NameToDisplay', 'URL to repository (e.g. file:///c:/svn/proj)', 'group'); |
| 73 |
|
- |
|
| 74 |
$config->addRepository('MLAB', 'file:///home/MLAB'); |
73 |
$config->addRepository('MLAB', 'file:///home/MLAB'); |
| 75 |
|
- |
|
| - |
|
74 |
$config->addRepository('TEST1', 'file:///home/MLAB'); |
| - |
|
75 |
$config->addRepository('TEST2', 'file:///home/MLAB'); |
| 76 |
// |
76 |
// |
| 77 |
// Remote repositories (without and with optional group): |
77 |
// Remote repositories (without and with optional group): |
| 78 |
// |
78 |
// |
| 79 |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password'); |
79 |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', NULL, 'username', 'password'); |
| 80 |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', 'group', 'username', 'password'); |
80 |
// $config->addRepository('NameToDisplay', 'URL (e.g. http://path/to/rep)', 'group', 'username', 'password'); |
| Line 83... |
Line 83... |
| 83 |
// can call the function several times if you have several parent paths. Note that in this case the |
83 |
// can call the function several times if you have several parent paths. Note that in this case the |
| 84 |
// path is a filesystem path |
84 |
// path is a filesystem path |
| 85 |
// |
85 |
// |
| 86 |
// $config->parentPath('Path/to/parent (e.g. c:\\svn)'); |
86 |
// $config->parentPath('Path/to/parent (e.g. c:\\svn)'); |
| 87 |
|
87 |
|
| 88 |
//$config->parentPath('/home/'); |
- |
|
| 89 |
// }}} |
88 |
// }}} |
| 90 |
|
89 |
|
| 91 |
// {{{ LOOK AND FEEL --- |
90 |
// {{{ LOOK AND FEEL --- |
| 92 |
// |
91 |
// |
| 93 |
// Uncomment ONLY the template file that you want. |
92 |
// Uncomment ONLY the template file that you want. |
| 94 |
|
93 |
|
| 95 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/"); |
94 |
// $config->setTemplatePath("$locwebsvnreal/templates/Standard/"); |
| 96 |
// $config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/"); |
95 |
// $config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/"); |
| 97 |
// $config->setTemplatePath("$locwebsvnreal/templates/Zinn/"); |
96 |
// $config->setTemplatePath("$locwebsvnreal/templates/Zinn/"); |
| 98 |
|
97 |
|
| 99 |
// You may also specify a per repository template file by uncommenting and changing the following |
98 |
// You may also specify a per repository template file by uncommenting and changing the following |
| 100 |
// line as necessary. Use the convention "groupname.myrep" if your repository is in a group. |
99 |
// line as necessary. Use the convention "groupname.myrep" if your repository is in a group. |
| 101 |
|
100 |
|
| 102 |
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep |
101 |
// $config->setTemplatePath('$locwebsvnreal/templates/Standard/', 'myrep'); // Access file for myrep |
| - |
|
102 |
$config->setTemplatePath("$locwebsvnreal/templates/MLAB/", "MLAB"); |
| - |
|
103 |
$config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/", "TEST1"); |
| - |
|
104 |
$config->setTemplatePath("$locwebsvnreal/templates/Standard/", "TEST2"); |
| 103 |
|
105 |
|
| 104 |
// The index page containing the projects may either be displayed as a flat view (the default), |
106 |
// The index page containing the projects may either be displayed as a flat view (the default), |
| 105 |
// where grouped repositories are displayed as "GroupName.RepName" or as a tree view. |
107 |
// where grouped repositories are displayed as "GroupName.RepName" or as a tree view. |
| 106 |
// In the case of a tree view, you may choose whether the entire tree is open by default. |
108 |
// In the case of a tree view, you may choose whether the entire tree is open by default. |
| 107 |
|
109 |
|
| Line 146... |
Line 148... |
| 146 |
// Note for *nix users. You'll need to have iconv compiled into your binary. The default input and |
148 |
// Note for *nix users. You'll need to have iconv compiled into your binary. The default input and |
| 147 |
// output encodings are taken from your locale informations. Override these if they aren't correct. |
149 |
// output encodings are taken from your locale informations. Override these if they aren't correct. |
| 148 |
|
150 |
|
| 149 |
// Uncomment the default language. If you want English then don't do anything here. |
151 |
// Uncomment the default language. If you want English then don't do anything here. |
| 150 |
// |
152 |
// |
| 151 |
// include('languages/german.inc'); |
- |
|
| - |
|
153 |
|
| 152 |
// include('languages/french.inc'); |
154 |
include 'languages/czech.inc'; |
| 153 |
// include('languages/spanish.inc'); |
155 |
// include 'languages/catalan.inc'; |
| 154 |
// include('languages/portuguese.inc'); |
- |
|
| 155 |
// include('languages/swedish.inc'); |
156 |
// include 'languages/danish.inc'; |
| 156 |
// include('languages/slovenian.inc'); |
- |
|
| 157 |
// include('languages/dutch.inc'); |
157 |
// include 'languages/dutch.inc'; |
| 158 |
// include('languages/danish.inc'); |
- |
|
| 159 |
// include('languages/finnish.inc'); |
158 |
// include 'languages/finnish.inc'; |
| 160 |
// include('languages/turkish.inc'); |
159 |
// include 'languages/french.inc'; |
| 161 |
// include('languages/norwegian.inc'); |
- |
|
| 162 |
// include('languages/polish.inc'); |
- |
|
| 163 |
// include('languages/japanese.inc'); |
- |
|
| 164 |
// include('languages/korean.inc'); |
- |
|
| 165 |
// include('languages/tchinese.inc'); |
- |
|
| 166 |
// include('languages/schinese.inc'); |
- |
|
| 167 |
// include 'languages/russian.inc'; |
160 |
// include 'languages/german.inc'; |
| 168 |
// include 'languages/japanese.inc'; |
161 |
// include 'languages/japanese.inc'; |
| - |
|
162 |
// include 'languages/korean.inc'; |
| - |
|
163 |
// include 'languages/norwegian.inc'; |
| - |
|
164 |
// include 'languages/polish.inc'; |
| - |
|
165 |
// include 'languages/portuguese.inc'; |
| - |
|
166 |
// include 'languages/russian.inc'; |
| - |
|
167 |
// include 'languages/schinese.inc'; |
| - |
|
168 |
// include 'languages/slovenian.inc'; |
| - |
|
169 |
// include 'languages/spanish.inc'; |
| 169 |
include 'languages/czech.inc'; |
170 |
// include 'languages/swedish.inc'; |
| - |
|
171 |
// include 'languages/tchinese.inc'; |
| - |
|
172 |
// include 'languages/turkish.inc'; |
| 170 |
|
173 |
|
| 171 |
// }}} |
174 |
// }}} |
| 172 |
|
175 |
|
| 173 |
// {{{ MULTIVIEWS --- |
176 |
// {{{ MULTIVIEWS --- |
| 174 |
|
177 |
|