Roger Dingledine commited on 2006-08-28 08:45:14
Zeige 2 geänderte Dateien mit 6 Einfügungen und 6 Löschungen.
| ... | ... |
@@ -51,7 +51,7 @@ sub do_status($$) {
|
| 51 | 51 |
print "<tr>"; |
| 52 | 52 |
printf "<th>%s</th>", $file; |
| 53 | 53 |
printf '<td%s>Revision %s%s<br> |
| 54 |
- <a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/%sen/%s?root=torcvs&view=markup">HEAD</a> |
|
| 54 |
+ <a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/trunk/%sen/%s?root=tor&view=markup">HEAD</a> |
|
| 55 | 55 |
%s', |
| 56 | 56 |
($obs ? ' bgcolor="lightgrey"' : ''), |
| 57 | 57 |
$files{'en'}->{$file}->{'rev'},
|
| ... | ... |
@@ -81,7 +81,7 @@ sub do_status($$) {
|
| 81 | 81 |
} else {
|
| 82 | 82 |
$status='not current'; |
| 83 | 83 |
if ($files{$lang}->{$file}->{'based'} ne 'unknown') {
|
| 84 |
- $difflink=sprintf '<br><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/%sen/%s?root=torcvs&r1=%s&r2=%s">changes in original</a>', |
|
| 84 |
+ $difflink=sprintf '<br><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/trunk/%sen/%s?root=tor&r1=%s&r2=%s">changes in original</a>', |
|
| 85 | 85 |
($dir eq '.' ? '' : $dir.'/'), $file, $files{$lang}->{$file}->{'based'}, $files{'en'}->{$file}->{'rev'};
|
| 86 | 86 |
$color='yellow'; |
| 87 | 87 |
} else {
|
| ... | ... |
@@ -90,7 +90,7 @@ sub do_status($$) {
|
| 90 | 90 |
}; |
| 91 | 91 |
}; |
| 92 | 92 |
printf '<td bgcolor="%s">%s<br> |
| 93 |
- <a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/%s%s/%s?root=torcvs&view=markup">HEAD</a><br> |
|
| 93 |
+ <a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/trunk/%s%s/%s?root=tor&view=markup">HEAD</a><br> |
|
| 94 | 94 |
%s |
| 95 | 95 |
%s |
| 96 | 96 |
%s</td>', |
| ... | ... |
@@ -23,16 +23,16 @@ for each language, but even a few pages will still be helpful. |
| 23 | 23 |
|
| 24 | 24 |
<ol> |
| 25 | 25 |
<li>Look in <a |
| 26 |
-href="<cvssandbox>website/en/"><cvssandbox>website/en/</a> |
|
| 26 |
+href="<svnsandbox>website/en/"><svnsandbox>website/en/</a> |
|
| 27 | 27 |
for a set of ".wml" files. The most important ones to |
| 28 | 28 |
translate are <code>index.wml</code>, <code>overview.wml</code>, |
| 29 | 29 |
<code>download.wml</code>, <code>documentation.wml</code>, |
| 30 | 30 |
<code>foot.wmi</code>, and <code>navigation.wml</code>. |
| 31 | 31 |
You are welcome to translate more pages than this if you would |
| 32 | 32 |
like: the next set that would be useful are the ".wml" files in <a |
| 33 |
-href="<cvssandbox>website/docs/en/"><cvssandbox>website/docs/en/</a>. |
|
| 33 |
+href="<svnsandbox>website/docs/en/"><svnsandbox>website/docs/en/</a>. |
|
| 34 | 34 |
You can look at <a |
| 35 |
-href="<cvssandbox>website/de/"><cvssandbox>website/de/</a> |
|
| 35 |
+href="<svnsandbox>website/de/"><svnsandbox>website/de/</a> |
|
| 36 | 36 |
for examples of the desired translation formats.</li> |
| 37 | 37 |
|
| 38 | 38 |
#<li>File names should be changed from index.html to index.xx.html, where xx |
| 39 | 39 |