Added a page for the user manual to tpo/docs
Runa A. Sandvik

Runa A. Sandvik commited on 2011-10-15 18:10:24
Zeige 2 geänderte Dateien mit 39 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,35 @@
1
+## translation metadata
2
+# Revision: $Revision: 25138 $
3
+# Translation-Priority: 2-medium
4
+
5
+#include "head.wmi" TITLE="Tor Project: FAQ" CHARSET="UTF-8"
6
+<div id="content" class="clearfix">
7
+  <div id="breadcrumbs">
8
+    <a href="<page index>">Home &raquo; </a>
9
+    <a href="<page docs/documentation>">Documentation &raquo; </a>
10
+    <a href="<page docs/short-user-manual>">Short User Manual</a>
11
+  </div>
12
+  <div id="maincol">
13
+    <!-- PUT CONTENT AFTER THIS TAG -->
14
+    <h1>Short User Manual</h1>
15
+    <hr>
16
+
17
+    <p>The short user manual contains information about how to download
18
+    Tor, how to use it, and what to do if Tor is unable to connect to the
19
+    network. If you can't find the answer to your question in this document,
20
+    email <i>community-support at lists.torproject.org</i>.</p>
21
+
22
+    <p>The user manual is available in the following languages:</p>
23
+    <ul>
24
+    </ul>
25
+
26
+  </div>
27
+  <!-- END MAINCOL -->
28
+  <div id = "sidecol">
29
+#include "side.wmi"
30
+#include "info.wmi"
31
+  </div>
32
+  <!-- END SIDECOL -->
33
+</div>
34
+<!-- END CONTENT -->
35
+#include <foot.wmi>
... ...
@@ -81,6 +81,10 @@
81 81
        'url'  => '<wiki>',
82 82
        'txt'  => 'Tor Wiki',
83 83
       },
84
+      {   
85
+       'url'  => 'docs/short-user-manual',
86
+       'txt'  => 'Short User Manual',
87
+      }, 
84 88
       {'url'  => 'docs/faq',
85 89
        'txt'  => 'General FAQ',  
86 90
       },
87 91