Author: runa Date: 2012-03-11 22:54:27 +0000 (Sun, 11 Mar 2012) New Revision: 25524
Added: website/trunk/getinvolved/en/relays.wml Log: Add relays page, need to fix the video
Added: website/trunk/getinvolved/en/relays.wml =================================================================== --- website/trunk/getinvolved/en/relays.wml (rev 0) +++ website/trunk/getinvolved/en/relays.wml 2012-03-11 22:54:27 UTC (rev 25524) @@ -0,0 +1,87 @@ +## translation metadata +# Revision: $Revision: 25517 $ +# Translation-Priority: 4-optional + +#include "head.wmi" TITLE="Tor: Become a part of the Tor network" CHARSET="UTF-8" +<div id="content" class="clearfix"> + <div id="breadcrumbs"> + <a href="<page index>">Home » </a> + <a href="<page getinvolved/relays>">Set up relays</a> + </div> + <div id="maincol"> + <!-- PUT CONTENT AFTER THIS TAG --> + +<h1>Be a part of the Tor network</h1> +<hr><br> +<div class="underline"></div> +<p><a href="http://www.tacticaltech.org/">Tactical Tech</a> has produced a +video to encourage more people to become a part of the Tor network. +Below is the English version. We are working on translated videos as +well.</p> +<div class="center"> +<p><video id="v1" width="700" height="340" autobuffer="true" controls="controls"> + <source src="https://media.torproject.org/video/2012-03-04-BuildingBridges-HD.mp4" type="video/mp4" /> +</video></p> +</div> +<p>The Tor network relies on volunteers to donate bandwidth. The more +people who run Tor as a bridge or a relay, and become a part of the Tor +network, the faster the network will be.</p> + + +<h2>Option 1: Use your own computer</h2> +<p>You can run Tor as either a bridge or a relay. A bridge will usually +see less traffic than a relay, and will only be used to transfer data +from a client to the rest of the Tor network.</p> +<h3>Windows</h3> +<p> +<ul> +<li>Vidalia Bridge Bundle: <a href="<package-win32-bridge-bundle-stable>">package</a>, <a href="<package-win32-bridge-bundle-stable>.asc">signature</a></li> +<li>Vidalia Relay Bundle: <a href="<package-win32-relay-bundle-stable>">package</a>, <a href="<package-win32-relay-bundle-stable>.asc">signature</a></li> +<li>Vidalia Exit Bundle: <a href="<package-win32-exit-bundle-stable>">package</a>, <a href="<package-win32-exit-bundle-stable>.asc">signature</a></li> +</ul> +</p> + +<h3>Mac OS X</h3> +<p> +<ul> +<li>Vidalia Bundle, OS X Intel: <a href="<package-osx-x86-bundle-stable>">package</a>, <a href="<package-osx-x86-bundle-stable>.asc">signature</a></li> +<li>Vidalia Bundle, OS X Power PC: <a href="<package-osx-ppc-bundle-stable>">package</a>, <a href="<package-osx-ppc-bundle-stable>.asc">signature</a></li> +<li>Vidalia Bundle, OS X Intel, unstable: <a href="<package-osx-x86-bundle-alpha>">package</a>, <a href="<package-osx-x86-bundle-alpha>.asc">signature</a></li> +<li>idalia Bundle, OS X Power PC, unstable: <a href="<package-osx-ppc-bundle-alpha>">package</a>, <a href="<package-osx-ppc-bundle-alpha>.asc">signature</a></li> +</ul> +Read the instructions for how to configure the Vidalia Bundle as either a <a href="https://www.torproject.org/docs/bridges.html.en">bridge</a> or a <a href="https://www.torproject.org/docs/tor-doc-relay.html.en">relay</a>. +</p> + +<h3>Linux</h3> +<p> +<ul> +<li>Tor Browser Bundle: <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz">package</a>, <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz.asc">signature</a></li> +<li>Tor Browser Bundle, 64-bit: <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<lang>.tar.gz">package</a>, <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<lang>.tar.gz.asc">signature</a></li> +</ul> +You can also download Tor from one of our <a +href="https://www.torproject.org/download/download-unix.html.en%22%3Erepositories</a>. Read the instructions for how to configure Tor as either a <a href="https://www.torproject.org/docs/bridges.html.en">bridge</a> or a <a href="https://www.torproject.org/docs/tor-doc-relay.html.en">relay</a>. +</p> + +<br> + +<div class="nb"> +<h2>Option 2: Use the cloud</h2> +<p><a href="https://cloud.torproject.org/">The Tor Cloud project</a> runs on the Amazon EC2 cloud computing platform, and gives you a user-friendly way of deploying bridges to help users access an uncensored Internet. Setting up a Tor bridge on Amazon EC2 is cheap, simple, and will only take you a couple of minutes.</p> +</div> + +<div class="nb"> +<h2>Option 3: Donate</h2> +<p>Both <a href="https://www.torservers.net/">torservers.net</a> and <a href="http://noisetor.net/">Noisetor</a> will turn donations into Tor exit relays.</p> +</div> + + + </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