Author: runa Date: 2011-03-28 15:10:11 +0000 (Mon, 28 Mar 2011) New Revision: 24486
Added: website/trunk/docs/pl/tor-manual-dev.wml Log: do not include the manual pages for now
Added: website/trunk/docs/pl/tor-manual-dev.wml =================================================================== --- website/trunk/docs/pl/tor-manual-dev.wml (rev 0) +++ website/trunk/docs/pl/tor-manual-dev.wml 2011-03-28 15:10:11 UTC (rev 24486) @@ -0,0 +1,30 @@ +## translation metadata +# Revision: $Revision: 24336 $ + +#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/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> + <!-- END MAINCOL --> + <div id = "sidecol"> +#include "side.wmi" +#include "info.wmi" + </div> + <!-- END SIDECOL --> +</div> +<!-- END CONTENT --> +#include <foot.wmi>
tor-commits@lists.torproject.org