commit 27c5c153fc5ff239554e5a420aa4f469dd0bfc36 Author: Sebastian Hahn sebastian@torproject.org Date: Wed Feb 11 08:01:00 2015 +0100
spaces --- docs/en/tor-doc-osx.wml | 54 +++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/docs/en/tor-doc-osx.wml b/docs/en/tor-doc-osx.wml index a3990af..9f280e1 100644 --- a/docs/en/tor-doc-osx.wml +++ b/docs/en/tor-doc-osx.wml @@ -8,51 +8,51 @@ <a href="<page index>">Home » </a> <a href="<page docs/documentation>">Documentation » </a> <a href="<page docs/tor-doc-osx>">Mac OS X Client</a> - </div> + </div> <div id="maincol"> <h1>Running Tor on Mac OS X</h1> <br> - + <h2>These are advanced installation instructions for running Tor in a command line. The recommended way to use Tor is to simply download the <a href="<page projects/torbrowser>">Tor Browser</a> and you are done. </h2> - - <p>Even though the Tor Browser comes with a regular Tor, and you could use the graphical interface to configure Tor as a relay and bridge easily, it will only run as long as you keep the Tor Browser open. The following instructions will set up Tor without graphical interface or a browser. Many people prefer this over TBB when they host hidden services or relay traffic for other Tor users. + + <p>Even though the Tor Browser comes with a regular Tor, and you could use the graphical interface to configure Tor as a relay and bridge easily, it will only run as long as you keep the Tor Browser open. The following instructions will set up Tor without graphical interface or a browser. Many people prefer this over TBB when they host hidden services or relay traffic for other Tor users. <hr> <a id="installing"></a> <h2><a class="anchor" href="#installing">Step One: Install Homebrew</a></h2> <br> - + <p> The advanced Tor without any graphical user interface can be installed using <a href="http://brew.sh">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor. </p> - + <p>If you don't have Homebrew installed, open a terminal window and run:</p> - + <pre>ruby -e "$(curl -fsSkL https://raw.githubusercontent.com/Homebrew/install/master/install)"</pre> - + <hr> <h2>Step Two: Install Tor</a></h2> <br> - + <p>In a terminal window, run:</p>
<pre>brew install tor</pre> - + <p>You will find the Tor configuration file at <tt>/usr/local/etc/tor/torrc</tt>.</p> - + <hr> <a id="verify"></a> <h2><a class="anchor" href="#verify">Step Three: Verify your download</a></h2> - + <p>As with any application, you should make sure it came unmodified from the orginal source. Unfortunately, Homebrew does not come with integrated verification for downloads, and anyone could submit a modified Tor! Currently, we don't have good instructions on how to verify the Tor download on Mac OSX. If you think you do, please <a href="<page about/contact>">let us know</a>!</p>
<hr> - <a id="using"></a> + <a id="using"></a> <h2><a class="anchor" href="#using">Step Four: Configure your application to use Tor</a></h2> - + <p> If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc), you can point your application directly at Tor (localhost @@ -60,11 +60,11 @@ entry</a> for why this may be dangerous. For applications that support neither SOCKS nor HTTP, take a look at <a href="http://www.dest-unreach.org/socat/">socat</a>.</p> - + <p>For information on how to Torify other applications, check out the <a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>. </p> - + <p>If you have a personal firewall that limits your computer's ability to connect to itself, be sure to allow connections from your local applications to local port 9050. If your @@ -72,25 +72,25 @@ connect to at least TCP ports 80 and 443, and then see <a href="<wikifaq>#FirewalledClient">this FAQ entry</a>. </p> - + <p>If it's still not working, look at <a href="<page docs/faq>#DoesntWork">this FAQ entry</a> for hints.</p> - + <p> Once it's working, learn more about <a href="<page download/download>#Warning">what Tor does and does not offer</a>. </p> - + <hr> <a id="server"></a> <a id="relay"></a> <h2><a class="anchor" href="#relay">Configure Tor as a relay</a></h2> <br> - + <p>The Tor network relies on volunteers to donate bandwidth. If you want to help <strong>make the Tor network faster</strong>, please consider <a href="<page docs/tor-doc-relay>">running a relay</a>.</p> - + <hr> <a id="uninstall"></a> <h2><a class="anchor" href="#uninstall">How To Uninstall Tor</a></h2> @@ -99,20 +99,20 @@ <p>Change your application proxy settings back to their original values. If you just want to stop using Tor, you can end at this point.</p> - + <p>If you want to completely remove Tor, and your account has Admin Privileges, then proceed as follows:</p> - + <ol> <li>Open Finder and click on Applications.</li> <li>Drag /Applications/TorBrowser to the Trash.</li> <li>Remove /Library/Torbutton from your system.</li> </ol> - + <p>Tor Browser is now completely removed from your system.</p> - + <hr> - + <p>If you have suggestions for improving this document, please <a href="<page about/contact>">send them to us</a>. Thanks!</p> </div> @@ -124,4 +124,4 @@ <!-- END SIDECOL --> </div> <!-- END CONTENT --> -#include <foot.wmi> +#include <foot.wmi>