40e07e2eadea74f9c00a662d8a204e6ec5df4d8d
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor: Configuring your browser to use Tor" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/tor-doc-web>">Configure Your Browser</a>
11)   </div>
12)   <div id="maincol">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

13)     <h1>Configuring your browser to use <a href="<page index>">Tor</a></h1>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

14)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

15)     
16)     <p>If you're using Firefox (we recommend it), you don't need this page.
17)     Simply install the <a
18)     href="https://addons.mozilla.org/firefox/2275/">Torbutton
19)     plugin</a>, restart your Firefox, and you're all set:
20)     </p>
21)     
22)     <img alt="Torbutton plugin for Firefox"
Andrew Lewman address issues from #2038.

Andrew Lewman authored 13 years ago

23)     src="$(IMGROOT)/screenshot-torbutton.png" />
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

24)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

25)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

26)     
27)     <p>Otherwise, you need to manually configure your browser's proxy
Andrew Lewman address issues from #2038.

Andrew Lewman authored 13 years ago

28)     settings.</p>
29)     <p>In Mozilla and Firefox on Windows, this is in Tools - Options -
30)     General - Connection Settings.</p>
31)     <p>In Firefox on OS X, it's Firefox - Preferences - General -
32)     Connection Settings.</p>
33)     <p>In Firefox on Linux, this is in Edit - Preferences - Advanced -
34)     Proxies.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

35)     
36)     <img alt="Proxy settings in Firefox"
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

37)     src="$(IMGROOT)/screenshot-win32-firefox-proxies.jpg">
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

38)     
39)     <p>
40)     You should fill in "localhost"
41)     and "8118" to point the top four protocols to Polipo, as shown here. (Even
42)     though Polipo doesn't support FTP and Gopher, <a
Roger Dingledine fix a bunch of broken links...

Roger Dingledine authored 13 years ago

43)     href="<wikifaq>#FtpProxy">you
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

44)     should set them up anyway</a>.) You should also fill out the socks proxy entry to point directly to Tor ("localhost", "9050", and socks5)
45)     to cover protocols besides the first four. Then click "OK".</p>
46)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

47)     <hr>