get rid of the translations of the tor man page script, and add a note discouraging other people from translating those.
Roger Dingledine

Roger Dingledine commited on 2007-06-11 07:25:53
Zeige 6 geänderte Dateien mit 6 Einfügungen und 88 Löschungen.

... ...
@@ -3,6 +3,9 @@
3 3
 
4 4
 #include "head.wmi" TITLE="manpage"
5 5
 
6
+# Translators shouldn't translate this file, unless they want
7
+# to translate the whole man page too.
8
+
6 9
 <div class="main-column">
7 10
 
8 11
 <:
... ...
@@ -3,6 +3,9 @@
3 3
 
4 4
 #include "head.wmi" TITLE="manpage"
5 5
 
6
+# Translators shouldn't translate this file, unless they want
7
+# to translate the whole man page too.
8
+
6 9
 <div class="main-column">
7 10
 
8 11
 <:
... ...
@@ -1,22 +0,0 @@
1
-## translation metadata
2
-# Based-On-Revision: 8261
3
-# Last-Translator: bogdandr_at_op . pl
4
-
5
-#include "head.wmi" TITLE="Strona podręcznika" CHARSET="UTF-8"
6
-
7
-<div class="main-column">
8
-
9
-<:
10
-  	die "Brak strony podręcznika" unless -f "$(TORSVNHEAD)/doc/tor.1.in";
11
-	my $man = `man2html -M '' $(TORSVNHEAD)/doc/tor.1.in`;
12
-	die "Brak strony podręcznika" unless $man;
13
-
14
-	$man =~ s,.*<body>,,is;
15
-	$man =~ s,</body>.*,,is;
16
-
17
-	print $man;
18
-:>
19
-
20
-</div><!-- #main -->
21
-
22
-#include <foot.wmi>
... ...
@@ -1,22 +0,0 @@
1
-## translation metadata
2
-# Based-On-Revision: 8260
3
-# Last-Translator: bogdandr_at_op . pl
4
-
5
-#include "head.wmi" TITLE="manpage" CHARSET="UTF-8"
6
-
7
-<div class="main-column">
8
-
9
-<:
10
-  	die "Brak strony podręcznika" unless -f "$(TORSVNSTABLE)/doc/tor.1.in";
11
-	my $man = `man2html -M '' $(TORSVNSTABLE)/doc/tor.1.in`;
12
-	die "Brak strony podręcznika" unless $man;
13
-
14
-	$man =~ s,.*<body>,,is;
15
-	$man =~ s,</body>.*,,is;
16
-
17
-	print $man;
18
-:>
19
-
20
-</div><!-- #main -->
21
-
22
-#include <foot.wmi>
... ...
@@ -1,22 +0,0 @@
1
-## translation metadata
2
-# Based-On-Revision: 8261
3
-# Last-Translator: translator.se atTAat unowned.net
4
-
5
-#include "head.wmi" TITLE="man-sida"
6
-
7
-<div class="main-column">
8
-
9
-<:
10
-	die "man-sidan saknas" unless -f "$(TORSVNHEAD)/doc/tor.1.in";
11
-	my $man = `man2html -M '' $(TORSVNHEAD)/doc/tor.1.in`;
12
-	die "Ingen man-sida" unless $man;
13
-
14
-	$man =~ s,.*<body>,,is;
15
-	$man =~ s,</body>.*,,is;
16
-
17
-	print $man;
18
-:>
19
-
20
-</div><!-- #main -->
21
-
22
-#include <foot.wmi>
... ...
@@ -1,22 +0,0 @@
1
-## translation metadata
2
-# Based-On-Revision: 8260
3
-# Last-Translator: translator.se atTAat unowned.net
4
-
5
-#include "head.wmi" TITLE="man-sida"
6
-
7
-<div class="main-column">
8
-
9
-<:
10
-	die "man-sidan saknas" unless -f "$(TORSVNSTABLE)/doc/tor.1.in";
11
-	my $man = `man2html -M '' $(TORSVNSTABLE)/doc/tor.1.in`;
12
-	die "Ingen man-sida" unless $man;
13
-
14
-	$man =~ s,.*<body>,,is;
15
-	$man =~ s,</body>.*,,is;
16
-
17
-	print $man;
18
-:>
19
-
20
-</div><!-- #main -->
21
-
22
-#include <foot.wmi>
23 0