git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
bcf36ed82
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
pl
tor-manual-dev.wml
translated pages for the website
Runa A. Sandvik
commited
bcf36ed82
at 2010-08-08 17:18:50
tor-manual-dev.wml
Blame
History
Raw
## translation metadata # Revision: $Revision: 22526 $ #include "head.wmi" TITLE="Tor: manual" # Translators shouldn't translate this file, unless they want # to translate the whole man page too. <div class="main-column"> <: die "Missing git clone" unless -d "$(TORGIT)"; my $man = `cat manpages/pl/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><!-- #main --> #include <foot.wmi>