8306e2478db2b700dfbf78033dccf8e0a4acf68c
Runa A. Sandvik translated man pages for th...

Runa A. Sandvik authored 13 years ago

1) ## translation metadata
2) # Revision: $Revision: 23689 $
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 &raquo; </a>
11)     <a href="<page docs/documentation>">Documentation &raquo; </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)";
Roger Dingledine disable arabic man page so...

Roger Dingledine authored 13 years ago

17) #    	my $man = `cat manpages/ar/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;