git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
5a1a3864c
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
en
tor-manual.wml
stop prefacing everything with Tor:, now that we have non-tor things in website trunk
Roger Dingledine
commited
5a1a3864c
at 2008-02-28 02:43:11
tor-manual.wml
Blame
History
Raw
## translation metadata # Revision: $Revision$ #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 manpage" unless -f "$(TORSVNSTABLE)/doc/tor.1.in"; my $man = `man2html -M '' $(TORSVNSTABLE)/doc/tor.1.in`; die "No manpage" unless $man; $man =~ s,.*<body>,,is; $man =~ s,</body>.*,,is; print $man; :> </div><!-- #main --> #include <foot.wmi>