[or-cvs] r10554: get rid of the translations of the tor man page script, and (in website/trunk: en pl se)

arma at seul.org arma at seul.org
Mon Jun 11 05:25:53 UTC 2007


Author: arma
Date: 2007-06-11 01:25:53 -0400 (Mon, 11 Jun 2007)
New Revision: 10554

Removed:
   website/trunk/pl/tor-manual-dev.wml
   website/trunk/pl/tor-manual.wml
   website/trunk/se/tor-manual-dev.wml
   website/trunk/se/tor-manual.wml
Modified:
   website/trunk/en/tor-manual-dev.wml
   website/trunk/en/tor-manual.wml
Log:
get rid of the translations of the tor man page script, and
add a note discouraging other people from translating those.


Modified: website/trunk/en/tor-manual-dev.wml
===================================================================
--- website/trunk/en/tor-manual-dev.wml	2007-06-11 05:07:59 UTC (rev 10553)
+++ website/trunk/en/tor-manual-dev.wml	2007-06-11 05:25:53 UTC (rev 10554)
@@ -3,6 +3,9 @@
 
 #include "head.wmi" TITLE="manpage"
 
+# Translators shouldn't translate this file, unless they want
+# to translate the whole man page too.
+
 <div class="main-column">
 
 <:

Modified: website/trunk/en/tor-manual.wml
===================================================================
--- website/trunk/en/tor-manual.wml	2007-06-11 05:07:59 UTC (rev 10553)
+++ website/trunk/en/tor-manual.wml	2007-06-11 05:25:53 UTC (rev 10554)
@@ -3,6 +3,9 @@
 
 #include "head.wmi" TITLE="manpage"
 
+# Translators shouldn't translate this file, unless they want
+# to translate the whole man page too.
+
 <div class="main-column">
 
 <:

Deleted: website/trunk/pl/tor-manual-dev.wml
===================================================================
--- website/trunk/pl/tor-manual-dev.wml	2007-06-11 05:07:59 UTC (rev 10553)
+++ website/trunk/pl/tor-manual-dev.wml	2007-06-11 05:25:53 UTC (rev 10554)
@@ -1,22 +0,0 @@
-## translation metadata
-# Based-On-Revision: 8261
-# Last-Translator: bogdandr_at_op . pl
-
-#include "head.wmi" TITLE="Strona podręcznika" CHARSET="UTF-8"
-
-<div class="main-column">
-
-<:
-  	die "Brak strony podręcznika" unless -f "$(TORSVNHEAD)/doc/tor.1.in";
-	my $man = `man2html -M '' $(TORSVNHEAD)/doc/tor.1.in`;
-	die "Brak strony podręcznika" unless $man;
-
-	$man =~ s,.*<body>,,is;
-	$man =~ s,</body>.*,,is;
-
-	print $man;
-:>
-
-</div><!-- #main -->
-
-#include <foot.wmi>

Deleted: website/trunk/pl/tor-manual.wml
===================================================================
--- website/trunk/pl/tor-manual.wml	2007-06-11 05:07:59 UTC (rev 10553)
+++ website/trunk/pl/tor-manual.wml	2007-06-11 05:25:53 UTC (rev 10554)
@@ -1,22 +0,0 @@
-## translation metadata
-# Based-On-Revision: 8260
-# Last-Translator: bogdandr_at_op . pl
-
-#include "head.wmi" TITLE="manpage" CHARSET="UTF-8"
-
-<div class="main-column">
-
-<:
-  	die "Brak strony podręcznika" unless -f "$(TORSVNSTABLE)/doc/tor.1.in";
-	my $man = `man2html -M '' $(TORSVNSTABLE)/doc/tor.1.in`;
-	die "Brak strony podręcznika" unless $man;
-
-	$man =~ s,.*<body>,,is;
-	$man =~ s,</body>.*,,is;
-
-	print $man;
-:>
-
-</div><!-- #main -->
-
-#include <foot.wmi>

Deleted: website/trunk/se/tor-manual-dev.wml
===================================================================
--- website/trunk/se/tor-manual-dev.wml	2007-06-11 05:07:59 UTC (rev 10553)
+++ website/trunk/se/tor-manual-dev.wml	2007-06-11 05:25:53 UTC (rev 10554)
@@ -1,22 +0,0 @@
-## translation metadata
-# Based-On-Revision: 8261
-# Last-Translator: translator.se atTAat unowned.net
-
-#include "head.wmi" TITLE="man-sida"
-
-<div class="main-column">
-
-<:
-	die "man-sidan saknas" unless -f "$(TORSVNHEAD)/doc/tor.1.in";
-	my $man = `man2html -M '' $(TORSVNHEAD)/doc/tor.1.in`;
-	die "Ingen man-sida" unless $man;
-
-	$man =~ s,.*<body>,,is;
-	$man =~ s,</body>.*,,is;
-
-	print $man;
-:>
-
-</div><!-- #main -->
-
-#include <foot.wmi>

Deleted: website/trunk/se/tor-manual.wml
===================================================================
--- website/trunk/se/tor-manual.wml	2007-06-11 05:07:59 UTC (rev 10553)
+++ website/trunk/se/tor-manual.wml	2007-06-11 05:25:53 UTC (rev 10554)
@@ -1,22 +0,0 @@
-## translation metadata
-# Based-On-Revision: 8260
-# Last-Translator: translator.se atTAat unowned.net
-
-#include "head.wmi" TITLE="man-sida"
-
-<div class="main-column">
-
-<:
-	die "man-sidan saknas" unless -f "$(TORSVNSTABLE)/doc/tor.1.in";
-	my $man = `man2html -M '' $(TORSVNSTABLE)/doc/tor.1.in`;
-	die "Ingen man-sida" unless $man;
-
-	$man =~ s,.*<body>,,is;
-	$man =~ s,</body>.*,,is;
-
-	print $man;
-:>
-
-</div><!-- #main -->
-
-#include <foot.wmi>



More information about the tor-commits mailing list