Roger Dingledine commited on 2007-06-11 07:25:53
Zeige 6 geänderte Dateien mit 6 Einfügungen und 88 Löschungen.
... | ... |
@@ -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 |