mirror of
https://github.com/torproject/webwml.git
synced 2024-12-13 04:56:32 +00:00
31 lines
926 B
Plaintext
31 lines
926 B
Plaintext
## translation metadata
|
|
# Revision: $Revision$
|
|
|
|
#include "head.wmi" TITLE="Tor Project: manual"
|
|
|
|
# Translators shouldn't translate this file, unless they want
|
|
# to translate the whole man page too.
|
|
<div id="content" class="clearfix">
|
|
<div id="breadcrumbs">
|
|
<a href="<page index>">Home » </a>
|
|
<a href="<page docs/documentation>">Documentation » </a>
|
|
<a href="<page docs/tor-doc-osx>">Tor Dev Manual</a>
|
|
</div>
|
|
<div id="maincol">
|
|
<:
|
|
die "Missing git clone at $(TORGIT)" unless -d "$(TORGIT)";
|
|
my $man = `GIT_DIR=$(TORGIT) git show $(DEVTAG):doc/tor.1.txt | asciidoc -d manpage -s -o - -`;
|
|
die "No manpage because of asciidoc error or file not available from git" unless $man;
|
|
print $man;
|
|
:>
|
|
</div>
|
|
<!-- END MAINCOL -->
|
|
<div id = "sidecol">
|
|
#include "side.wmi"
|
|
#include "info.wmi"
|
|
</div>
|
|
<!-- END SIDECOL -->
|
|
</div>
|
|
<!-- END CONTENT -->
|
|
#include <foot.wmi>
|