c3c126a5aecfc29de1abfeffadc619f6bd168d0a
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

10)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

11)     <a href="<page docs/documentation>">Documentation &raquo; </a>
12)     <a href="<page docs/tor-doc-osx>">Tor Dev Manual</a>
13)   </div>
hiromipaw Fix navigation active tab i...

hiromipaw authored 7 years ago

14)   <div id="maincol">
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

15)     <:
16)     	die "Missing git clone at $(TORGIT)" unless -d "$(TORGIT)";
17)     	my $man = `GIT_DIR=$(TORGIT) git show $(DEVTAG):doc/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 -->