Author: runa Date: 2011-10-15 16:10:24 +0000 (Sat, 15 Oct 2011) New Revision: 25168
Added: website/trunk/docs/en/short-user-manual.wml Modified: website/trunk/docs/en/sidenav.wmi Log: Added a page for the user manual to tpo/docs
Added: website/trunk/docs/en/short-user-manual.wml =================================================================== --- website/trunk/docs/en/short-user-manual.wml (rev 0) +++ website/trunk/docs/en/short-user-manual.wml 2011-10-15 16:10:24 UTC (rev 25168) @@ -0,0 +1,35 @@ +## translation metadata +# Revision: $Revision: 25138 $ +# Translation-Priority: 2-medium + +#include "head.wmi" TITLE="Tor Project: FAQ" CHARSET="UTF-8" +<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/short-user-manual>">Short User Manual</a> + </div> + <div id="maincol"> + <!-- PUT CONTENT AFTER THIS TAG --> + <h1>Short User Manual</h1> + <hr> + + <p>The short user manual contains information about how to download + Tor, how to use it, and what to do if Tor is unable to connect to the + network. If you can't find the answer to your question in this document, + email <i>community-support at lists.torproject.org</i>.</p> + + <p>The user manual is available in the following languages:</p> + <ul> + </ul> + + </div> + <!-- END MAINCOL --> + <div id = "sidecol"> +#include "side.wmi" +#include "info.wmi" + </div> + <!-- END SIDECOL --> +</div> +<!-- END CONTENT --> +#include <foot.wmi>
Modified: website/trunk/docs/en/sidenav.wmi =================================================================== --- website/trunk/docs/en/sidenav.wmi 2011-10-13 01:32:48 UTC (rev 25167) +++ website/trunk/docs/en/sidenav.wmi 2011-10-15 16:10:24 UTC (rev 25168) @@ -80,6 +80,10 @@ { 'url' => '<wiki>', 'txt' => 'Tor Wiki', + }, + { + 'url' => 'docs/short-user-manual', + 'txt' => 'Short User Manual', }, {'url' => 'docs/faq', 'txt' => 'General FAQ',
tor-commits@lists.torproject.org