Andrew Lewman commited on 2012-03-12 01:45:04
Zeige 1 geänderte Dateien mit 25 Einfügungen und 6 Löschungen.
... | ... |
@@ -16,7 +16,9 @@ |
16 | 16 |
<div class="underline"></div> |
17 | 17 |
|
18 | 18 |
<div align="center"> |
19 |
-<p><video id="v1" src="https://media.torproject.org/video/2012-03-04-BuildingBridges.ogv" autobuffer="true" controls="controls"></video></p> |
|
19 |
+<video id="v1" |
|
20 |
+src="https://media.torproject.org/video/2012-03-04-BuildingBridges.ogv" |
|
21 |
+autobuffer="true" controls="controls"></video> |
|
20 | 22 |
</div> |
21 | 23 |
|
22 | 24 |
<p><a href="https://www.tacticaltech.org/">Tactical Tech</a> |
... | ... |
@@ -33,10 +35,12 @@ network becomes.</p> |
33 | 35 |
<ul class="hlist"> |
34 | 36 |
<li><a href="#diy">Run it yourself.</a></li> |
35 | 37 |
<li><a href="#cloud">Run it in the cloud.</a></li> |
36 |
-<li><a href="#donate">Donate to others to run it for you.</a></li> |
|
38 |
+<li class="last"><a href="#donate">Donate to others to run it for |
|
39 |
+you.</a></li> |
|
37 | 40 |
</ul> |
38 | 41 |
|
39 | 42 |
<div class="hundred toptwenty"> |
43 |
+<div class="dbox donate"> |
|
40 | 44 |
<a name="diy"></a> |
41 | 45 |
<h2>Run it yourself</h2> |
42 | 46 |
<p>You can run Tor as either a bridge or a relay. A bridge will usually |
... | ... |
@@ -46,9 +50,14 @@ three hop circuit. </p> |
46 | 50 |
<h3>Windows</h3> |
47 | 51 |
<p> |
48 | 52 |
<ul> |
49 |
-<li>Be a Bridge: <a href="<package-win32-bridge-bundle-stable>">package</a>, <a href="<package-win32-bridge-bundle-stable>.asc">signature</a></li> |
|
50 |
-<li>Be a Relay: <a href="<package-win32-relay-bundle-stable>">package</a>, <a href="<package-win32-relay-bundle-stable>.asc">signature</a></li> |
|
51 |
-<li>Be an Exit Relay: <a href="<package-win32-exit-bundle-stable>">package</a>, <a href="<package-win32-exit-bundle-stable>.asc">signature</a></li> |
|
53 |
+<li>Be a Bridge: <a |
|
54 |
+href="<package-win32-bridge-bundle-stable>">package</a>, <a |
|
55 |
+href="<package-win32-bridge-bundle-stable>.asc">signature</a></li> |
|
56 |
+<li>Be a Relay: <a href="<package-win32-relay-bundle-stable>">package</a>, |
|
57 |
+<a href="<package-win32-relay-bundle-stable>.asc">signature</a></li> |
|
58 |
+<li>Be an Exit Relay: <a |
|
59 |
+href="<package-win32-exit-bundle-stable>">package</a>, <a |
|
60 |
+href="<package-win32-exit-bundle-stable>.asc">signature</a></li> |
|
52 | 61 |
</ul> |
53 | 62 |
Read the instructions on how to configure a <a |
54 | 63 |
href="https://www.torproject.org/docs/bridges.html.en">bridge</a> or a |
... | ... |
@@ -58,7 +67,12 @@ href="https://www.torproject.org/docs/bridges.html.en">bridge</a> or a |
58 | 67 |
<h3>Mac OS X</h3> |
59 | 68 |
<p> |
60 | 69 |
<ul> |
61 |
-<li>Be a Bridge (Intel Macs only): <a href="<package-osx-x86-bundle-stable>">package</a>, <a href="<package-osx-x86-bundle-stable>.asc">signature</a></li> |
|
70 |
+<li>Be a Bridge (Intel Macs): <a |
|
71 |
+href="<package-osx-x86-bundle-stable>">package</a>, <a |
|
72 |
+href="<package-osx-x86-bundle-stable>.asc">signature</a></li> |
|
73 |
+<li>Be a Bridge (PowerPC Macs ): <a |
|
74 |
+href="<package-osx-ppc-bundle-stable>">package</a>, <a |
|
75 |
+href="<package-osx-ppc-bundle-stable>.asc">signature</a></li> |
|
62 | 76 |
</ul> |
63 | 77 |
Read the instructions on how to configure a <a |
64 | 78 |
href="https://www.torproject.org/docs/bridges.html.en">bridge</a> or a |
... | ... |
@@ -76,8 +90,10 @@ href="https://www.torproject.org/docs/bridges.html.en">bridge</a> or a |
76 | 90 |
<a href="https://www.torproject.org/docs/tor-doc-relay.html.en">relay</a>. |
77 | 91 |
</p> |
78 | 92 |
</div> |
93 |
+</div> |
|
79 | 94 |
|
80 | 95 |
<div class="hundred toptwenty"> |
96 |
+<div class="dbox dsmall"> |
|
81 | 97 |
<a name="cloud"></a> |
82 | 98 |
<h2>Use the cloud</h2> |
83 | 99 |
<p><a href="https://cloud.torproject.org/">The Tor Cloud project</a> |
... | ... |
@@ -86,14 +102,17 @@ user-friendly way of deploying bridges to help users access an uncensored |
86 | 102 |
Internet. Setting up a Tor bridge on Amazon EC2 is cheap, simple, and |
87 | 103 |
will only take you a couple of minutes.</p> |
88 | 104 |
</div> |
105 |
+</div> |
|
89 | 106 |
|
90 | 107 |
<div class="hundred toptwenty"> |
108 |
+<div class="dbox dsmall"> |
|
91 | 109 |
<a name="donate"></a> |
92 | 110 |
<h2>Donate to others to run for you</h2> |
93 | 111 |
<p>Both <a href="https://www.torservers.net/">torservers.net</a> and <a |
94 | 112 |
href="http://noisetor.net/">Noisetor</a> will turn donations into Tor |
95 | 113 |
exit relays.</p> |
96 | 114 |
</div> |
115 |
+</div> |
|
97 | 116 |
|
98 | 117 |
</div> |
99 | 118 |
<!-- END MAINCOL --> |
100 | 119 |