git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
62911f21e
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
en
tor-manual-dev.wml
get rid of the translations of the tor man page script, and add a note discouraging other people from translating those.
Roger Dingledine
commited
62911f21e
at 2007-06-11 07:25:53
tor-manual-dev.wml
Blame
History
Raw
## translation metadata # Revision: $Revision$ #include "head.wmi" TITLE="manpage" # Translators shouldn't translate this file, unless they want # to translate the whole man page too. <div class="main-column"> <: die "Missing manpage" unless -f "$(TORSVNHEAD)/doc/tor.1.in"; my $man = `man2html -M '' $(TORSVNHEAD)/doc/tor.1.in`; die "No manpage" unless $man; $man =~ s,.*<body>,,is; $man =~ s,</body>.*,,is; print $man; :> </div><!-- #main --> #include <foot.wmi>