git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
e6e327c1c
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
manpages
en
tor-manual-dev.wml
somewhere along the line we stopped setting svn props
Roger Dingledine
commited
e6e327c1c
at 2011-03-11 02:15:16
tor-manual-dev.wml
Blame
History
Raw
## 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" unless -d "$(TORGIT)"; my $man = `cat ../manpages/lang/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>