Add OpenBSD installation instruction
hiromipaw

hiromipaw commited on 2018-01-12 16:27:32
Zeige 2 geänderte Dateien mit 42 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,39 @@
1
+## translation metadata
2
+# Revision: $Revision$
3
+# Translation-Priority: 2-medium
4
+
5
+#include "head.wmi" TITLE="Tor Project: OpenBSD Install Instructions" 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/tor-doc-osx>">OpenBSD Client</a>
11
+  </div>
12
+  <div id="maincol">
13
+    <h1>Running Tor on OpenBSD</h1>
14
+    <br>
15
+
16
+    <h2>These are advanced installation instructions for running
17
+    Tor in a OpenBSD environment.
18
+    </h2>
19
+
20
+    <p>To install from OpenBSD's packages, run:</p>
21
+
22
+
23
+    <pre>pkg_add tor-browser</pre>
24
+
25
+   
26
+    <p>To install the Tor Browser port from an updated ports tree, run:</p>
27
+
28
+    <pre>cd /usr/ports/meta/tor-browser && make installr</pre>
29
+
30
+  </div>
31
+  <!-- END MAINCOL -->
32
+  <div id = "sidecol">
33
+#include "side.wmi"
34
+#include "info.wmi"
35
+  </div>
36
+  <!-- END SIDECOL -->
37
+</div>
38
+<!-- END CONTENT -->
39
+#include <foot.wmi>
... ...
@@ -39,6 +39,9 @@
39 39
           {'url'  => 'docs/rpms',
40 40
            'txt'  => 'Installing Tor on Fedora/CentOS',
41 41
           },
42
+	  {'url'  => 'docs/openbsd',
43
+	   'txt'  => 'Installing Tor on OpenBSD',
44
+	  },
42 45
           {'url'  => 'docs/tor-doc-unix',
43 46
            'txt'  => 'Installing Tor Source',
44 47
           },
45 48