[or-cvs] r8267: update the translation pages, sort of. the translation scrip (website/trunk/en)

arma at seul.org arma at seul.org
Mon Aug 28 06:45:14 UTC 2006


Author: arma
Date: 2006-08-28 02:45:14 -0400 (Mon, 28 Aug 2006)
New Revision: 8267

Modified:
   website/trunk/en/translation-status.wml
   website/trunk/en/translation.wml
Log:
update the translation pages, sort of. the translation scripts
are still broken because they use cvs version numbers, not
svn version numbers.


Modified: website/trunk/en/translation-status.wml
===================================================================
--- website/trunk/en/translation-status.wml	2006-08-28 06:07:05 UTC (rev 8266)
+++ website/trunk/en/translation-status.wml	2006-08-28 06:45:14 UTC (rev 8267)
@@ -51,7 +51,7 @@
 		print "<tr>";
 		printf "<th>%s</th>", $file;
 		printf '<td%s>Revision %s%s<br>
-		        <a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/%sen/%s?root=torcvs&amp;view=markup">HEAD</a>
+		        <a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/trunk/%sen/%s?root=tor&amp;view=markup">HEAD</a>
 			%s',
 			($obs ? ' bgcolor="lightgrey"' : ''),
 			$files{'en'}->{$file}->{'rev'},
@@ -81,7 +81,7 @@
 				} else {
 					$status='not current';
 					if ($files{$lang}->{$file}->{'based'} ne 'unknown') {
-						$difflink=sprintf '<br><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/%sen/%s?root=torcvs&amp;r1=%s&amp;r2=%s">changes in original</a>',
+						$difflink=sprintf '<br><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/trunk/%sen/%s?root=tor&amp;r1=%s&amp;r2=%s">changes in original</a>',
 							($dir eq '.' ? '' : $dir.'/'), $file, $files{$lang}->{$file}->{'based'}, $files{'en'}->{$file}->{'rev'};
 						$color='yellow';
 					} else {
@@ -90,7 +90,7 @@
 					};
 				};
 				printf '<td bgcolor="%s">%s<br>
-					<a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/%s%s/%s?root=torcvs&amp;view=markup">HEAD</a><br>
+					<a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/trunk/%s%s/%s?root=tor&amp;view=markup">HEAD</a><br>
 					%s
 					%s
 					%s</td>',

Modified: website/trunk/en/translation.wml
===================================================================
--- website/trunk/en/translation.wml	2006-08-28 06:07:05 UTC (rev 8266)
+++ website/trunk/en/translation.wml	2006-08-28 06:45:14 UTC (rev 8267)
@@ -23,16 +23,16 @@
 
 <ol>
 <li>Look in <a
-href="<cvssandbox>website/en/"><cvssandbox>website/en/</a>
+href="<svnsandbox>website/en/"><svnsandbox>website/en/</a>
 for a set of ".wml" files. The most important ones to
 translate are <code>index.wml</code>, <code>overview.wml</code>,
 <code>download.wml</code>, <code>documentation.wml</code>,
 <code>foot.wmi</code>, and <code>navigation.wml</code>.
 You are welcome to translate more pages than this if you would
 like: the next set that would be useful are the ".wml" files in <a
-href="<cvssandbox>website/docs/en/"><cvssandbox>website/docs/en/</a>.
+href="<svnsandbox>website/docs/en/"><svnsandbox>website/docs/en/</a>.
 You can look at <a
-href="<cvssandbox>website/de/"><cvssandbox>website/de/</a>
+href="<svnsandbox>website/de/"><svnsandbox>website/de/</a>
 for examples of the desired translation formats.</li>
 
 #<li>File names should be changed from index.html to index.xx.html, where xx



More information about the tor-commits mailing list