git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
913c2101f
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
en
tor-manual-cvs.wml
Make translation status more verbose use 'use strict' in perl stuff.
Peter Palfrader
commited
913c2101f
at 2005-10-08 14:16:45
tor-manual-cvs.wml
Blame
History
Raw
## translation metadata # Revision: $Revision$ #include "head.wmi" TITLE="Volunteer" <div class="main-column"> <: my $man = `man2html -M '' $(TORCVSHEAD)/doc/tor.1.in`; die "No manpage" unless $man; $man =~ s,.*<body>,,is; $man =~ s,</body>.*,,is; print $man; :> </div><!-- #main --> #include <foot.wmi>