Runa A. Sandvik commited on 2011-03-28 17:10:11
Zeige 1 geänderte Dateien mit 30 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -0,0 +1,30 @@ |
| 1 |
+## translation metadata |
|
| 2 |
+# Revision: $Revision: 24336 $ |
|
| 3 |
+ |
|
| 4 |
+#include "head.wmi" TITLE="Tor Project: manual" |
|
| 5 |
+ |
|
| 6 |
+# Translators shouldn't translate this file, unless they want |
|
| 7 |
+# to translate the whole man page too. |
|
| 8 |
+<div id="content" class="clearfix"> |
|
| 9 |
+ <div id="breadcrumbs"> |
|
| 10 |
+ <a href="<page index>">Home » </a> |
|
| 11 |
+ <a href="<page docs/documentation>">Documentation » </a> |
|
| 12 |
+ <a href="<page docs/tor-doc-osx>">Tor Dev Manual</a> |
|
| 13 |
+ </div> |
|
| 14 |
+ <div id="maincol"> |
|
| 15 |
+ <: |
|
| 16 |
+ die "Missing git clone" unless -d "$(TORGIT)"; |
|
| 17 |
+# my $man = `cat ../manpages/pl/tor.1.txt | asciidoc -d manpage -s -o - -`; |
|
| 18 |
+# die "No manpage because of asciidoc error or file not available from git" unless $man; |
|
| 19 |
+ # print $man; |
|
| 20 |
+ :> |
|
| 21 |
+ </div> |
|
| 22 |
+ <!-- END MAINCOL --> |
|
| 23 |
+ <div id = "sidecol"> |
|
| 24 |
+#include "side.wmi" |
|
| 25 |
+#include "info.wmi" |
|
| 26 |
+ </div> |
|
| 27 |
+ <!-- END SIDECOL --> |
|
| 28 |
+</div> |
|
| 29 |
+<!-- END CONTENT --> |
|
| 30 |
+#include <foot.wmi> |
|
| 0 | 31 |