Roger Dingledine commited on 2007-06-11 07:31:40
Zeige 2 geänderte Dateien mit 0 Einfügungen und 44 Löschungen.
| ... | ... |
@@ -1,22 +0,0 @@ |
| 1 |
-## translation metadata |
|
| 2 |
-# Based-On-Revision: 8261 |
|
| 3 |
-# Last-Translator: ruben at ugr es |
|
| 4 |
- |
|
| 5 |
-#include "head.wmi" TITLE="Página de manual" CHARSET="UTF-8" |
|
| 6 |
- |
|
| 7 |
-<div class="main-column"> |
|
| 8 |
- |
|
| 9 |
-<: |
|
| 10 |
- die "Falta la página del manual" unless -f "$(TORSVNHEAD)/doc/tor.1.in"; |
|
| 11 |
- my $man = `man2html -M '' $(TORSVNHEAD)/doc/tor.1.in`; |
|
| 12 |
- die "No hay página de manual" 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: ruben at ugr es |
|
| 4 |
- |
|
| 5 |
-#include "head.wmi" TITLE="Página de manual" CHARSET="UTF-8" |
|
| 6 |
- |
|
| 7 |
-<div class="main-column"> |
|
| 8 |
- |
|
| 9 |
-<: |
|
| 10 |
- die "Falta la página del manual" unless -f "$(TORSVNTABLE)/doc/tor.1.in"; |
|
| 11 |
- my $man = `man2html -M '' $(TORSVNTABLE)/doc/tor.1.in`; |
|
| 12 |
- die "No hay página de manual" 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 |