5d9fe2fddeeb6c1eda26facbef1f7e43fa9f2d51
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>
Sebastian Hahn dev version is now 0.2.3.2-...

Sebastian Hahn authored 12 years ago

12)     <a href="<page docs/tor-doc-osx>">Tor Dev Manual</a>
13)   </div>
14)   <div id="maincol">  
15)     <:
16)     	die "Missing git clone at $(TORGIT)" unless -d "$(TORGIT)";
17)     	my $man = `GIT_DIR=$(TORGIT) git show $(STABLETAG):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)     :>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)   </div>
22)   <!-- END MAINCOL -->
Sebastian Hahn dev version is now 0.2.3.2-...

Sebastian Hahn authored 12 years ago

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

Andrew Lewman authored 13 years ago

24) #include "side.wmi"
25) #include "info.wmi"
Sebastian Hahn dev version is now 0.2.3.2-...

Sebastian Hahn authored 12 years ago

26)   </div>
27)   <!-- END SIDECOL -->
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

28) </div>
29) <!-- END CONTENT -->