Browse code

Bug 20734: Fix links and redirects for new donation site

Arthur Edelstein authored on 22/11/2016 07:02:06
Showing 1 changed files
... ...
@@ -116,7 +116,7 @@ under the <a href="<gitblob>LICENSE">3-clause BSD license</a>.
116 116
 <p>
117 117
 There is no fee for installing Tor, or using the Tor network, but
118 118
 if you want Tor to become faster and more usable please consider
119
-<a href="<page donate/donate>">making a tax-deductible donation to The Tor Project</a>.
119
+<a href="<page donate/donate-download>">making a tax-deductible donation to The Tor Project</a>.
120 120
 </p>
121 121
 </div>
122 122
 
Browse code

Update rpm instructions

Thanks cypherpunks for the patch!

Sebastian Hahn authored on 24/09/2016 10:28:33
Showing 1 changed files
... ...
@@ -39,7 +39,7 @@
39 39
 <tr class="beige">
40 40
 <td align="center"><img src="$(IMGROOT)/distros/centos.png" alt="CentOS"> <img src="$(IMGROOT)/distros/fedora.png" alt="Fedora"></td>
41 41
 <td>CentOS and Fedora</td>
42
-<td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
42
+<td colspan="2">yum install tor / dnf install tor</td>
43 43
 <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
44 44
 </tr>
45 45
 
Browse code

Changed portinstall to pkg (freebsd)

ilv authored on 22/02/2015 23:38:46 • Sebastian Hahn committed on 05/02/2016 20:33:30
Showing 1 changed files
... ...
@@ -55,7 +55,7 @@
55 55
 <tr class="beige">
56 56
 <td align="center"><img src="$(IMGROOT)/distros/freebsd.png" alt="FreeBSD"></td>
57 57
 <td>FreeBSD</td>
58
-<td colspan="2"><kbd>portinstall -s security/tor</kbd></td>
58
+<td colspan="2"><kbd>pkg install tor</kbd></td>
59 59
 <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
60 60
 </tr>
61 61
 
Browse code

Remove some whitespace at eol

Sebastian Hahn authored on 20/12/2014 16:28:13
Showing 1 changed files
... ...
@@ -111,7 +111,7 @@ serious reliability and security bugs in these downloads.  Please be prepared to
111 111
 <div class="nb">
112 112
 <p>
113 113
 Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
114
-under the <a href="<gitblob>LICENSE">3-clause BSD license</a>. 
114
+under the <a href="<gitblob>LICENSE">3-clause BSD license</a>.
115 115
 </p>
116 116
 <p>
117 117
 There is no fee for installing Tor, or using the Tor network, but
Browse code

Replaced "the Tor Browser Bundle" in active docs.

Matt Pagan authored on 20/12/2014 16:05:28
Showing 1 changed files
... ...
@@ -111,10 +111,7 @@ serious reliability and security bugs in these downloads.  Please be prepared to
111 111
 <div class="nb">
112 112
 <p>
113 113
 Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
114
-under the <a href="<gitblob>LICENSE">3-clause BSD license</a>. The
115
-bundles also include <a href="<page projects/vidalia>">Vidalia</a>
116
-and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, which are supporting
117
-applications distributed under the GNU GPL.
114
+under the <a href="<gitblob>LICENSE">3-clause BSD license</a>. 
118 115
 </p>
119 116
 <p>
120 117
 There is no fee for installing Tor, or using the Tor network, but
Browse code

linking to git from tags works again.

Matt Pagan authored on 12/12/2014 08:29:59
Showing 1 changed files
... ...
@@ -151,7 +151,7 @@ href="<page getinvolved/mirrors>">list of sites mirroring the Tor site</a>.
151 151
 <a id="Testing"></a>
152 152
 <p>
153 153
 For a list of what has changed in each stable Tor release, see the
154
-<a href="<gitblobstable>ReleaseNotes">ReleaseNotes</a>. For a list of
154
+<a href="<gitblob>ReleaseNotes<cgitstable>">ReleaseNotes</a>. For a list of
155 155
 changes in both stable and development versions, see the
156 156
 <a href="<gitblob>ChangeLog">ChangeLog</a>.
157 157
 </p>
Browse code

we don't have opensuse RPMs, apparently

Sebastian Hahn authored on 19/10/2014 23:02:00
Showing 1 changed files
... ...
@@ -37,8 +37,8 @@
37 37
 </tr>
38 38
 
39 39
 <tr class="beige">
40
-<td align="center"><img src="$(IMGROOT)/distros/centos.png" alt="CentOS"> <img src="$(IMGROOT)/distros/fedora.png" alt="Fedora"> <img src="$(IMGROOT)/distros/suse.png" alt="openSUSE 11"></td>
41
-<td>CentOS, Fedora, OpenSUSE</td>
40
+<td align="center"><img src="$(IMGROOT)/distros/centos.png" alt="CentOS"> <img src="$(IMGROOT)/distros/fedora.png" alt="Fedora"></td>
41
+<td>CentOS and Fedora</td>
42 42
 <td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
43 43
 <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
44 44
 </tr>
Browse code

link to the correct warning. closes ticket 5986.

Andrew Lewman authored on 20/06/2012 22:46:11
Showing 1 changed files
... ...
@@ -12,8 +12,11 @@
12 12
         <!-- BEGIN TEASER WARNING -->
13 13
       	<div class="warning">
14 14
           <h2>Want Tor to really work?</h2>
15
-<p>...then please don't just install it and go on.  You need to change some of your habits, and reconfigure your software! Tor by itself is <em>NOT</em> all you need to maintain your anonymity. Read the <a href="#warning">full list of warnings</a>.
16
-</p>
15
+            <p>...then please don't just install it and go on.
16
+            You need to change some of your habits, and reconfigure
17
+            your software! Tor by itself is <em>NOT</em> all you need
18
+            to maintain your anonymity. Read the <a href="<page download/download>#warning">full
19
+            list of warnings</a>.</p>
17 20
         </div>
18 21
         <!-- END TEASER WARNING -->
19 22
         <table class="topforty">
Browse code

Remove the ANNOUNCE_RSS hack as per ticket 4951

Sebastian Hahn authored on 25/01/2012 00:54:07
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 # Revision: $Revision$
3 3
 # Translation-Priority: 3-low
4 4
 
5
-#include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
5
+#include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8"
6 6
 
7 7
     <div id="content" class="clearfix">
8 8
 			<div id="breadcrumbs"><a href="<page index>">Home &raquo; </a><a href="<page download/download-unix>">Download</a></div>
Browse code

Update wiki links

Karsten Loesing authored on 11/06/2011 20:55:49
Showing 1 changed files
... ...
@@ -62,7 +62,7 @@
62 62
 <td colspan="2"><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
63 63
 <td>
64 64
 <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
65
-<a href="<wiki>/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
65
+<a href="<wiki>doc/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
66 66
 </td>
67 67
 </tr>
68 68
 
Browse code

HTTPS-ify links to media.tpo and archive.tpo

Robert Ransom authored on 29/03/2011 23:17:50
Showing 1 changed files
... ...
@@ -133,7 +133,7 @@ the list's RSS feed</a>.
133 133
 
134 134
 <p>
135 135
 If you would like to research any past release of Tor source, packages,
136
-or other binaries, see <a href="http://archive.torproject.org/">the
136
+or other binaries, see <a href="https://archive.torproject.org/">the
137 137
 archive</a>.
138 138
 </p>
139 139
 
Browse code

Update mailing list subscription links

Robert Ransom authored on 29/03/2011 23:17:16
Showing 1 changed files
... ...
@@ -124,19 +124,11 @@ if you want Tor to become faster and more usable please consider
124 124
 <div class="nb">
125 125
 <p>
126 126
 To keep informed of security advisories and new stable releases, subscribe
127
-to the <a href="http://archives.seul.org/or/announce/">or-announce
127
+to the <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce
128 128
 mailing list</a> (you will be asked to confirm via email). You can also
129 129
 <a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
130 130
 the list's RSS feed</a>.
131 131
 </p>
132
-
133
-<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
134
-<input type="hidden" name="mlist" value="or-announce"/>
135
-<input type="hidden" name="subscribe" value="1"/>
136
-<input type="hidden" name="host" value="freehaven.net"/>
137
-<input name="email" size="15"/>
138
-<input type="submit" value="subscribe to or-announce"/>
139
-</form>
140 132
 </div>
141 133
 
142 134
 <p>
Browse code

Fix color scheme for source on download-unix

Sebastian Hahn authored on 20/01/2011 02:45:43
Showing 1 changed files
... ...
@@ -73,7 +73,7 @@
73 73
 <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
74 74
 </tr>
75 75
 
76
-<tr class="beige">
76
+<tr>
77 77
 <td align="center"><img src="$(IMGROOT)/distros/terminal.png" alt="Source code"></td>
78 78
 <td>Source tarballs</td>
79 79
 <td>
Browse code

Fix download links for signatures on download-unix

They were broken since revision 23974 when the removal of -sig version
tags was a bit overzealous.

Sebastian Hahn authored on 20/01/2011 02:43:02
Showing 1 changed files
... ...
@@ -78,11 +78,11 @@
78 78
 <td>Source tarballs</td>
79 79
 <td>
80 80
 <a href="<package-source-stable>"><version-stable></a>
81
- (<a href="<package-source-stable-sig>">sig</a>)
81
+ (<a href="<package-source-stable>.asc">sig</a>)
82 82
 </td>
83 83
 <td>
84 84
 <a href="<package-source-alpha>"><version-alpha></a>
85
- (<a href="<package-source-alpha-sig>">sig</a>)
85
+ (<a href="<package-source-alpha>.asc">sig</a>)
86 86
 </td>
87 87
 <td><kbd>./configure &amp;&amp; make &amp;&amp; src/or/tor</kbd></td>
88 88
 </tr>
Browse code

looks like we never set the keywords either

Roger Dingledine authored on 27/10/2010 12:31:57
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 ## translation metadata
2
-# Revision: $Revision: 22543 $
2
+# Revision: $Revision$
3 3
 # Translation-Priority: 3-low
4 4
 
5 5
 #include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
Browse code

rename easy-download to download-easy to match the rest of the naming convention. Add sigs to the tbb files as a hack. update verifying-signatures with actual package names since we have the technology to do so. rework the gpg sidenav blurb to match the download sig link.

Andrew Lewman authored on 16/10/2010 23:15:58
Showing 1 changed files
... ...
@@ -167,7 +167,7 @@ changes in both stable and development versions, see the
167 167
         <div class="img-shadow">
168 168
           <div class="infoblock">
169 169
           	<h2>Verify Signatures</h2>
170
-            <p>Verify your downloads with our PGP signatures:</p>
170
+            <p>Verify your downloads with our GPG signatures:</p>
171 171
             <a href="<page docs/verifying-signatures>">Read how to
172 172
 verify the signatures</a>.
173 173
           </div>
Browse code

actually link to the anchor on the page from the sidebar.

Andrew Lewman authored on 11/10/2010 15:19:38
Showing 1 changed files
... ...
@@ -177,7 +177,7 @@ verify the signatures</a>.
177 177
         	<div class="sidenav-sub">
178 178
           	<h2>Having Trouble?</h2>
179 179
           	<ul>
180
-            	<li class="dropdown"><a href="#">What are the differences between stable and unstable downloads?</a></li>
180
+            	<li class="dropdown"><a href="#packagediff">What are the differences between stable and unstable downloads?</a></li>
181 181
             </ul>
182 182
           </div>
183 183
       	</div>
Browse code

clean up the sidenav on unix download

Andrew Lewman authored on 11/10/2010 14:27:17
Showing 1 changed files
... ...
@@ -178,11 +178,6 @@ verify the signatures</a>.
178 178
           	<h2>Having Trouble?</h2>
179 179
           	<ul>
180 180
             	<li class="dropdown"><a href="#">What are the differences between stable and unstable downloads?</a></li>
181
-            	<li class="dropdown"><a href="#">Why is the TorBrowser Bundle only available for Windows?</a></li>
182
-            	<li class="dropdown"><a href="#">What is the Expert Developer Package?</a></li>
183
-            	<li class="dropdown"><a href="#">What are the differences between stable and unstable downloads?</a></li>
184
-            	<li class="dropdown"><a href="#">Why is the TorBrowser Bundle only available for Windows?</a></li>
185
-            	<li class="dropdown"><a href="#">What is the Expert Developer Package?</a></li>
186 181
             </ul>
187 182
           </div>
188 183
       	</div>
Browse code

fix image path on the unix download page.

Andrew Lewman authored on 11/10/2010 14:24:22
Showing 1 changed files
... ...
@@ -27,21 +27,21 @@
27 27
 </thead>
28 28
 
29 29
 <tr>
30
-<td align="center"><img src="images/distros/debian.png" alt="Debian"> <img src="images/distros/ubuntu.png" alt="Ubuntu"> <img src="images/distros/knoppix.png" alt="Knoppix"></td>
30
+<td align="center"><img src="$(IMGROOT)/distros/debian.png" alt="Debian"> <img src="$(IMGROOT)/distros/ubuntu.png" alt="Ubuntu"> <img src="$(IMGROOT)/distros/knoppix.png" alt="Knoppix"></td>
31 31
 <td>Debian, Ubuntu, Knoppix</td>
32 32
 <td colspan="2"><a href="<page docs/debian>">repository packages</a> </td>
33 33
 <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
34 34
 </tr>
35 35
 
36 36
 <tr class="beige">
37
-<td align="center"><img src="images/distros/centos.png" alt="CentOS"> <img src="images/distros/fedora.png" alt="Fedora"> <img src="images/distros/suse.png" alt="openSUSE 11"></td>
37
+<td align="center"><img src="$(IMGROOT)/distros/centos.png" alt="CentOS"> <img src="$(IMGROOT)/distros/fedora.png" alt="Fedora"> <img src="$(IMGROOT)/distros/suse.png" alt="openSUSE 11"></td>
38 38
 <td>CentOS, Fedora, OpenSUSE</td>
39 39
 <td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
40 40
 <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
41 41
 </tr>
42 42
 
43 43
 <tr>
44
-<td align="center"><img src="images/distros/gentoo.png" alt="Gentoo Linux"></td>
44
+<td align="center"><img src="$(IMGROOT)/distros/gentoo.png" alt="Gentoo Linux"></td>
45 45
 <td>Gentoo Linux</td>
46 46
 <td colspan="2"><kbd>emerge tor</kbd></td>
47 47
 <td>
... ...
@@ -50,14 +50,14 @@
50 50
 </tr>
51 51
 
52 52
 <tr class="beige">
53
-<td align="center"><img src="images/distros/freebsd.png" alt="FreeBSD"></td>
53
+<td align="center"><img src="$(IMGROOT)/distros/freebsd.png" alt="FreeBSD"></td>
54 54
 <td>FreeBSD</td>
55 55
 <td colspan="2"><kbd>portinstall -s security/tor</kbd></td>
56 56
 <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
57 57
 </tr>
58 58
 
59 59
 <tr>
60
-<td align="center"><img src="images/distros/openbsd.png" alt="OpenBSD"></td>
60
+<td align="center"><img src="$(IMGROOT)/distros/openbsd.png" alt="OpenBSD"></td>
61 61
 <td>OpenBSD</td>
62 62
 <td colspan="2"><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
63 63
 <td>
... ...
@@ -67,14 +67,14 @@
67 67
 </tr>
68 68
 
69 69
 <tr class="beige">
70
-<td align="center"><img src="images/distros/netbsd.png" alt="NetBSD"></td>
70
+<td align="center"><img src="$(IMGROOT)/distros/netbsd.png" alt="NetBSD"></td>
71 71
 <td>NetBSD</td>
72 72
 <td colspan="2"><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
73 73
 <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
74 74
 </tr>
75 75
 
76 76
 <tr class="beige">
77
-<td align="center"><img src="images/distros/terminal.png" alt="Source code"></td>
77
+<td align="center"><img src="$(IMGROOT)/distros/terminal.png" alt="Source code"></td>
78 78
 <td>Source tarballs</td>
79 79
 <td>
80 80
 <a href="<package-source-stable>"><version-stable></a>
Browse code

We decided to go with HTML in favor of XHTML.

Sebastian Hahn authored on 10/10/2010 03:34:47
Showing 1 changed files
... ...
@@ -27,54 +27,54 @@
27 27
 </thead>
28 28
 
29 29
 <tr>
30
-<td align="center"><img src="images/distros/debian.png" alt="Debian" /> <img src="images/distros/ubuntu.png" alt="Ubuntu" /> <img src="images/distros/knoppix.png" alt="Knoppix" /></td>
30
+<td align="center"><img src="images/distros/debian.png" alt="Debian"> <img src="images/distros/ubuntu.png" alt="Ubuntu"> <img src="images/distros/knoppix.png" alt="Knoppix"></td>
31 31
 <td>Debian, Ubuntu, Knoppix</td>
32 32
 <td colspan="2"><a href="<page docs/debian>">repository packages</a> </td>
33 33
 <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
34 34
 </tr>
35 35
 
36 36
 <tr class="beige">
37
-<td align="center"><img src="images/distros/centos.png" alt="CentOS" /> <img src="images/distros/fedora.png" alt="Fedora" /> <img src="images/distros/suse.png" alt="openSUSE 11" /></td>
37
+<td align="center"><img src="images/distros/centos.png" alt="CentOS"> <img src="images/distros/fedora.png" alt="Fedora"> <img src="images/distros/suse.png" alt="openSUSE 11"></td>
38 38
 <td>CentOS, Fedora, OpenSUSE</td>
39 39
 <td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
40 40
 <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
41 41
 </tr>
42 42
 
43 43
 <tr>
44
-<td align="center"><img src="images/distros/gentoo.png" alt="Gentoo Linux" /></td>
44
+<td align="center"><img src="images/distros/gentoo.png" alt="Gentoo Linux"></td>
45 45
 <td>Gentoo Linux</td>
46 46
 <td colspan="2"><kbd>emerge tor</kbd></td>
47 47
 <td>
48
-<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
48
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
49 49
 </td>
50 50
 </tr>
51 51
 
52 52
 <tr class="beige">
53
-<td align="center"><img src="images/distros/freebsd.png" alt="FreeBSD" /></td>
53
+<td align="center"><img src="images/distros/freebsd.png" alt="FreeBSD"></td>
54 54
 <td>FreeBSD</td>
55 55
 <td colspan="2"><kbd>portinstall -s security/tor</kbd></td>
56 56
 <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
57 57
 </tr>
58 58
 
59 59
 <tr>
60
-<td align="center"><img src="images/distros/openbsd.png" alt="OpenBSD" /></td>
60
+<td align="center"><img src="images/distros/openbsd.png" alt="OpenBSD"></td>
61 61
 <td>OpenBSD</td>
62 62
 <td colspan="2"><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
63 63
 <td>
64
-<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
64
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
65 65
 <a href="<wiki>/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
66 66
 </td>
67 67
 </tr>
68 68
 
69 69
 <tr class="beige">
70
-<td align="center"><img src="images/distros/netbsd.png" alt="NetBSD" /></td>
70
+<td align="center"><img src="images/distros/netbsd.png" alt="NetBSD"></td>
71 71
 <td>NetBSD</td>
72 72
 <td colspan="2"><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
73 73
 <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
74 74
 </tr>
75 75
 
76 76
 <tr class="beige">
77
-<td align="center"><img src="images/distros/terminal.png" alt="Source code" /></td>
77
+<td align="center"><img src="images/distros/terminal.png" alt="Source code"></td>
78 78
 <td>Source tarballs</td>
79 79
 <td>
80 80
 <a href="<package-source-stable>"><version-stable></a>
Browse code

start the conversion of download-unix to look like the new site.

Andrew Lewman authored on 05/10/2010 23:44:11
Showing 1 changed files
... ...
@@ -4,27 +4,27 @@
4 4
 
5 5
 #include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6 6
 
7
-<div class="main-column">
8
-
9
-<h2>Available Linux/Unix Packages</h2>
10
-<div class="warning">
11
-
12
-Warning: Want Tor to really work?  ...then please don't just install it
13
-and go on. You need to change some of your habits, and reconfigure your
14
-software! Tor by itself is NOT all you need to maintain your anonymity.
15
-Please take time to read the <a href="#Warning">warning</a> to familiarize yourself with the pitfalls and limits of Tor.
16
-</div>
17
-
18
-<div class="underline"></div>
19
-
20
-<table cellpadding="6" cellspacing="1" border="0" width="100%">
7
+    <div id="content" class="clearfix">
8
+			<div id="breadcrumbs"><a href="<page index>">Home &raquo; </a><a href="<page download/download-unix>">Download</a></div>
9
+    	<div id="maincol-left">
10
+      	<h1>Download Tor for Unix, Linux, BSD</h1>
11
+
12
+        <!-- BEGIN TEASER WARNING -->
13
+      	<div class="warning">
14
+          <h2>Want Tor to really work?</h2>
15
+<p>...then please don't just install it and go on.  You need to change some of your habits, and reconfigure your software! Tor by itself is <em>NOT</em> all you need to maintain your anonymity. Read the <a href="#warning">full list of warnings</a>.
16
+</p>
17
+        </div>
18
+        <!-- END TEASER WARNING -->
19
+        <table class="topforty">
21 20
 <thead>
22 21
 <tr bgcolor="#009933" style="color: white; ">
23
-<th colspan="2">Platform</th>
24
-<th>Download Stable</th>
25
-<th>Download Unstable</th>
26
-<th>Installation and Configuration</th>
27
-</tr> </thead>
22
+  <th colspan="2">Platform</th>
23
+  <th>Download Stable</th>
24
+  <th>Download Unstable</th>
25
+  <th>Installation and Configuration</th>
26
+</tr>
27
+</thead>
28 28
 
29 29
 <tr>
30 30
 <td align="center"><img src="images/distros/debian.png" alt="Debian" /> <img src="images/distros/ubuntu.png" alt="Ubuntu" /> <img src="images/distros/knoppix.png" alt="Knoppix" /></td>
... ...
@@ -33,7 +33,7 @@ Please take time to read the <a href="#Warning">warning</a> to familiarize yours
33 33
 <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
34 34
 </tr>
35 35
 
36
-<tr bgcolor="e5e5e5">
36
+<tr class="beige">
37 37
 <td align="center"><img src="images/distros/centos.png" alt="CentOS" /> <img src="images/distros/fedora.png" alt="Fedora" /> <img src="images/distros/suse.png" alt="openSUSE 11" /></td>
38 38
 <td>CentOS, Fedora, OpenSUSE</td>
39 39
 <td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
... ...
@@ -49,7 +49,7 @@ Please take time to read the <a href="#Warning">warning</a> to familiarize yours
49 49
 </td>
50 50
 </tr>
51 51
 
52
-<tr bgcolor="e5e5e5">
52
+<tr class="beige">
53 53
 <td align="center"><img src="images/distros/freebsd.png" alt="FreeBSD" /></td>
54 54
 <td>FreeBSD</td>
55 55
 <td colspan="2"><kbd>portinstall -s security/tor</kbd></td>
... ...
@@ -62,18 +62,18 @@ Please take time to read the <a href="#Warning">warning</a> to familiarize yours
62 62
 <td colspan="2"><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
63 63
 <td>
64 64
 <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
65
-<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
65
+<a href="<wiki>/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
66 66
 </td>
67 67
 </tr>
68 68
 
69
-<tr bgcolor="e5e5e5">
69
+<tr class="beige">
70 70
 <td align="center"><img src="images/distros/netbsd.png" alt="NetBSD" /></td>
71 71
 <td>NetBSD</td>
72 72
 <td colspan="2"><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
73 73
 <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
74 74
 </tr>
75 75
 
76
-<tr bgcolor="e5e5e5">
76
+<tr class="beige">
77 77
 <td align="center"><img src="images/distros/terminal.png" alt="Source code" /></td>
78 78
 <td>Source tarballs</td>
79 79
 <td>
... ...
@@ -89,7 +89,6 @@ Please take time to read the <a href="#Warning">warning</a> to familiarize yours
89 89
 
90 90
 </table>
91 91
 
92
-<div class="underline"></div>
93 92
 <div class="nb">
94 93
 <a id="packagediff"></a>
95 94
 <h2><a class="anchor" href="#packagediff">What's the difference between Stable &amp; Unstable?</a></h2>
... ...
@@ -140,106 +139,12 @@ the list's RSS feed</a>.
140 139
 </form>
141 140
 </div>
142 141
 
143
-<div class="underline"></div>
144
-<div class="warning">
145
-<a id="Warning"></a>
146
-<h2><a class="anchor" href="#Warning">Warning: Want Tor to really
147
-work?</a></h2>
148
-
149
-<p>
150
-...then please don't just install it and go on.  You need to change
151
-some of your habits, and reconfigure your software!
152
-Tor by itself is <em>NOT</em> all you need to maintain your anonymity.
153
-There are several major pitfalls to watch out for:
154
-</p>
155
-
156
-<ol>
157
-<li>
158
-Tor only protects Internet applications that are configured to
159
-send their traffic through Tor &mdash; it doesn't magically anonymize
160
-all your traffic just because you install it.  We recommend you
161
-use <a href="http://www.mozilla.com/en-US/firefox/all-older.html">Firefox</a> with the <a
162
-href="https://addons.mozilla.org/firefox/2275/">Torbutton</a> extension.
163
-</li>
164
-
165
-<li>
166
-Browser plugins such as Java, Flash, ActiveX, RealPlayer,
167
-Quicktime, Adobe's PDF plugin, and others can be manipulated
168
-into revealing your IP address. You should probably
169
-<a href="http://plugindoc.mozdev.org/faqs/uninstall.html">uninstall your
170
-plugins</a>
171
-(go to "about:plugins" to see what is installed), or investigate <a
172
-href="https://addons.mozilla.org/firefox/1237/">QuickJava</a>, <a
173
-href="https://addons.mozilla.org/firefox/433/">FlashBlock</a>, and
174
-<a href="http://noscript.net/">NoScript</a>
175
-if you really need them. Consider removing extensions that look up
176
-more information about the websites you type in (like Google toolbar),
177
-as they may bypass Tor and/or broadcast sensitive information. Some
178
-people prefer using two browsers (one for Tor, one for unsafe browsing).
179
-</li>
180
-
181
-<li>
182
-Beware of cookies: if you ever browse without Tor 
183
-and a site gives you a cookie, that cookie could identify you even when
184
-you start using Tor again. You should clear your cookies frequently. <a
185
-href="https://addons.mozilla.org/firefox/82/">CookieCuller</a> can help
186
-protect any cookies you do not want to lose.
187
-</li>
188
-
189
-<li>
190
-Tor anonymizes the origin of your traffic,
191
-and it encrypts everything inside the Tor network, but <a
192
-href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#ExitEavesdroppers">it
193
-can't encrypt your traffic between the Tor network and its final
194
-destination.</a>
195
-If you are communicating sensitive information, you should use as much
196
-care as you would on the normal scary Internet &mdash; use HTTPS or other
197
-end-to-end encryption and authentication.
198
-</li>
199
-
200
-<li>
201
-While Tor blocks attackers
202
-on your local network from discovering or influencing your destination,
203
-it opens new risks: malicious or misconfigured Tor exit nodes can send
204
-you the wrong page, or even send you embedded Java applets disguised as
205
-domains you trust.
206
-</li>
207
-</ol>
208
-
209
-<br />
210
-<p>
211
-Be smart and learn more. Understand what Tor does and does not offer.
212
-This list of pitfalls isn't complete, and we need your
213
-help <a href="<page getinvolved/volunteer>#Documentation">identifying and documenting
214
-all the issues</a>.
215
-</p>
216
-</div>
217
-
218
-<div class="underline"></div>
219
-<div class="nb">
220
-<p>
221
-See our <a href="<page docs/verifying-signatures>">instructions
222
-on verifying package signatures</a>, which allows
223
-you to make sure you've downloaded the file we intended you to get.
224
-</p>
225
-
226 142
 <p>
227 143
 If you would like to research any past release of Tor source, packages,
228 144
 or other binaries, see <a href="http://archive.torproject.org/">the
229 145
 archive</a>.
230 146
 </p>
231 147
 
232
-<p>
233
-See the <a href="<page docs/documentation>#Developers">developer
234
-documentation</a> for instructions on fetching Tor from Git to get
235
-the very latest development version source code.
236
-You can also download the <a
237
-href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo source</a> or <a
238
-href="vidalia/dist/">Vidalia source</a>.
239
-</p>
240
-</div>
241
-
242
-<div class="underline"></div>
243 148
 <div class="nb">
244 149
 <p>
245 150
 If you have trouble downloading Tor from this site, here is a <a
... ...
@@ -256,6 +161,36 @@ changes in both stable and development versions, see the
256 161
 <a href="<gitblob>ChangeLog">ChangeLog</a>.
257 162
 </p>
258 163
 </div>
259
-</div><!-- #main -->
164
+      </div>
165
+      <!-- END MAINCOL -->
166
+      <div id="sidecol-right">
167
+        <div class="img-shadow">
168
+          <div class="infoblock">
169
+          	<h2>Verify Signatures</h2>
170
+            <p>Verify your downloads with our PGP signatures:</p>
171
+            <a href="<page docs/verifying-signatures>">Read how to
172
+verify the signatures</a>.
173
+          </div>
174
+        </div>
175
+        <!-- END INFOBLOCK -->
176
+        <div class="img-shadow">
177
+        	<div class="sidenav-sub">
178
+          	<h2>Having Trouble?</h2>
179
+          	<ul>
180
+            	<li class="dropdown"><a href="#">What are the differences between stable and unstable downloads?</a></li>
181
+            	<li class="dropdown"><a href="#">Why is the TorBrowser Bundle only available for Windows?</a></li>
182
+            	<li class="dropdown"><a href="#">What is the Expert Developer Package?</a></li>
183
+            	<li class="dropdown"><a href="#">What are the differences between stable and unstable downloads?</a></li>
184
+            	<li class="dropdown"><a href="#">Why is the TorBrowser Bundle only available for Windows?</a></li>
185
+            	<li class="dropdown"><a href="#">What is the Expert Developer Package?</a></li>
186
+            </ul>
187
+          </div>
188
+      	</div>
189
+        <!-- END SIDENAV -->
190
+      </div>
191
+      <!-- END SIDECOL -->
192
+    </div>
193
+    <!-- END CONTENT -->
194
+
260 195
 
261 196
 #include <foot.wmi>
Browse code

create download-unix.wml

Andrew Lewman authored on 18/08/2010 19:07:54
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@
12 12
 Warning: Want Tor to really work?  ...then please don't just install it
13 13
 and go on. You need to change some of your habits, and reconfigure your
14 14
 software! Tor by itself is NOT all you need to maintain your anonymity.
15
-Please take time to read the <a href="<page download-unix>#Warning">warning</a> to familiarize yourself with the pitfalls and limits of Tor.
15
+Please take time to read the <a href="#Warning">warning</a> to familiarize yourself with the pitfalls and limits of Tor.
16 16
 </div>
17 17
 
18 18
 <div class="underline"></div>
... ...
@@ -73,28 +73,6 @@ Please take time to read the <a href="<page download-unix>#Warning">warning</a>
73 73
 <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
74 74
 </tr>
75 75
 
76
-<tr>
77
-<td align="center"><img src="images/distros/200px-Maemo_logo_color.svg.png" alt="Maemo" /></td>
78
-<td>Maemo / N900</td>
79
-<td colspan="2"><a href="<page docs/N900>">Experimental instructions</a></td>
80
-<td></td>
81
-</tr>
82
-
83
-<tr bgcolor="e5e5e5">
84
-<td align="center"><img src="images/distros/android-market.gif" alt="Android" width="32" height="32"/></td>
85
-<td>Android</td>
86
-<td></td>
87
-<td><a href="<package-androidbundle-alpha>"><version-androidbundle-tor></a> (<a href="<package-androidbundle-alpha-sig>">sig</a>)</td>
88
-<td><a href="<page docs/android>">Android instructions and information</a></td>
89
-</tr>
90
-
91
-<tr>
92
-<td align="center"><img src="images/distros/apple.png" alt="Apple iPhone/iPod Touch" /></td>
93
-<td>Apple iPhone/iPod Touch</td>
94
-<td colspan="2"><a href="http://sid77.slackware.it/iphone/">Test packages by Marco</a></td>
95
-<td></td>
96
-</tr>
97
-
98 76
 <tr bgcolor="e5e5e5">
99 77
 <td align="center"><img src="images/distros/terminal.png" alt="Source code" /></td>
100 78
 <td>Source tarballs</td>
... ...
@@ -132,14 +110,14 @@ serious reliability and security bugs in these downloads.  Please be prepared to
132 110
 <p>
133 111
 Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
134 112
 under the <a href="<gitblob>LICENSE">3-clause BSD license</a>. The
135
-bundles also include <a href="<page vidalia/index>">Vidalia</a>
113
+bundles also include <a href="<page projects/vidalia>">Vidalia</a>
136 114
 and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, which are supporting
137 115
 applications distributed under the GNU GPL.
138 116
 </p>
139 117
 <p>
140 118
 There is no fee for installing Tor, or using the Tor network, but
141 119
 if you want Tor to become faster and more usable please consider
142
-<a href="<page donate>">making a tax-deductible donation to The Tor Project</a>.
120
+<a href="<page donate/donate>">making a tax-deductible donation to The Tor Project</a>.
143 121
 </p>
144 122
 </div>
145 123
 
... ...
@@ -232,7 +210,7 @@ domains you trust.
232 210
 <p>
233 211
 Be smart and learn more. Understand what Tor does and does not offer.
234 212
 This list of pitfalls isn't complete, and we need your
235
-help <a href="<page volunteer>#Documentation">identifying and documenting
213
+help <a href="<page getinvolved/volunteer>#Documentation">identifying and documenting
236 214
 all the issues</a>.
237 215
 </p>
238 216
 </div>
... ...
@@ -240,7 +218,7 @@ all the issues</a>.
240 218
 <div class="underline"></div>
241 219
 <div class="nb">
242 220
 <p>
243
-See our <a href="<page verifying-signatures>">instructions
221
+See our <a href="<page docs/verifying-signatures>">instructions
244 222
 on verifying package signatures</a>, which allows
245 223
 you to make sure you've downloaded the file we intended you to get.
246 224
 </p>
... ...
@@ -252,7 +230,7 @@ archive</a>.
252 230
 </p>
253 231
 
254 232
 <p>
255
-See the <a href="<page documentation>#Developers">developer
233
+See the <a href="<page docs/documentation>#Developers">developer
256 234
 documentation</a> for instructions on fetching Tor from Git to get
257 235
 the very latest development version source code.
258 236
 You can also download the <a
... ...
@@ -265,7 +243,7 @@ href="vidalia/dist/">Vidalia source</a>.
265 243
 <div class="nb">
266 244
 <p>
267 245
 If you have trouble downloading Tor from this site, here is a <a
268
-href="<page mirrors>">list of sites mirroring the Tor site</a>.
246
+href="<page getinvolved/mirrors>">list of sites mirroring the Tor site</a>.
269 247
 </p>
270 248
 
271 249
 <a id="ChangeLog"></a>
Browse code

add download-unix, fix up download some more.

Andrew Lewman authored on 18/08/2010 18:32:14
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,283 @@
1
+## translation metadata
2
+# Revision: $Revision: 22543 $
3
+# Translation-Priority: 3-low
4
+
5
+#include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Available Linux/Unix Packages</h2>
10
+<div class="warning">
11
+
12
+Warning: Want Tor to really work?  ...then please don't just install it
13
+and go on. You need to change some of your habits, and reconfigure your
14
+software! Tor by itself is NOT all you need to maintain your anonymity.
15
+Please take time to read the <a href="<page download-unix>#Warning">warning</a> to familiarize yourself with the pitfalls and limits of Tor.
16
+</div>
17
+
18
+<div class="underline"></div>
19
+
20
+<table cellpadding="6" cellspacing="1" border="0" width="100%">
21
+<thead>
22
+<tr bgcolor="#009933" style="color: white; ">
23
+<th colspan="2">Platform</th>
24
+<th>Download Stable</th>
25
+<th>Download Unstable</th>
26
+<th>Installation and Configuration</th>
27
+</tr> </thead>
28
+
29
+<tr>
30
+<td align="center"><img src="images/distros/debian.png" alt="Debian" /> <img src="images/distros/ubuntu.png" alt="Ubuntu" /> <img src="images/distros/knoppix.png" alt="Knoppix" /></td>
31
+<td>Debian, Ubuntu, Knoppix</td>
32
+<td colspan="2"><a href="<page docs/debian>">repository packages</a> </td>
33
+<td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
34
+</tr>
35
+
36
+<tr bgcolor="e5e5e5">
37
+<td align="center"><img src="images/distros/centos.png" alt="CentOS" /> <img src="images/distros/fedora.png" alt="Fedora" /> <img src="images/distros/suse.png" alt="openSUSE 11" /></td>
38
+<td>CentOS, Fedora, OpenSUSE</td>
39
+<td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
40
+<td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
41
+</tr>
42
+
43
+<tr>
44
+<td align="center"><img src="images/distros/gentoo.png" alt="Gentoo Linux" /></td>
45
+<td>Gentoo Linux</td>
46
+<td colspan="2"><kbd>emerge tor</kbd></td>
47
+<td>
48
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
49
+</td>
50
+</tr>
51
+
52
+<tr bgcolor="e5e5e5">
53
+<td align="center"><img src="images/distros/freebsd.png" alt="FreeBSD" /></td>
54
+<td>FreeBSD</td>
55
+<td colspan="2"><kbd>portinstall -s security/tor</kbd></td>
56
+<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
57
+</tr>
58
+
59
+<tr>
60
+<td align="center"><img src="images/distros/openbsd.png" alt="OpenBSD" /></td>
61
+<td>OpenBSD</td>
62
+<td colspan="2"><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
63
+<td>
64
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
65
+<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
66
+</td>
67
+</tr>
68
+
69
+<tr bgcolor="e5e5e5">
70
+<td align="center"><img src="images/distros/netbsd.png" alt="NetBSD" /></td>
71
+<td>NetBSD</td>
72
+<td colspan="2"><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
73
+<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
74
+</tr>
75
+
76
+<tr>
77
+<td align="center"><img src="images/distros/200px-Maemo_logo_color.svg.png" alt="Maemo" /></td>
78
+<td>Maemo / N900</td>
79
+<td colspan="2"><a href="<page docs/N900>">Experimental instructions</a></td>
80
+<td></td>
81
+</tr>
82
+
83
+<tr bgcolor="e5e5e5">
84
+<td align="center"><img src="images/distros/android-market.gif" alt="Android" width="32" height="32"/></td>
85
+<td>Android</td>
86
+<td></td>
87
+<td><a href="<package-androidbundle-alpha>"><version-androidbundle-tor></a> (<a href="<package-androidbundle-alpha-sig>">sig</a>)</td>
88
+<td><a href="<page docs/android>">Android instructions and information</a></td>
89
+</tr>
90
+
91
+<tr>
92
+<td align="center"><img src="images/distros/apple.png" alt="Apple iPhone/iPod Touch" /></td>
93
+<td>Apple iPhone/iPod Touch</td>
94
+<td colspan="2"><a href="http://sid77.slackware.it/iphone/">Test packages by Marco</a></td>
95
+<td></td>
96
+</tr>
97
+
98
+<tr bgcolor="e5e5e5">
99
+<td align="center"><img src="images/distros/terminal.png" alt="Source code" /></td>
100
+<td>Source tarballs</td>
101
+<td>
102
+<a href="<package-source-stable>"><version-stable></a>
103
+ (<a href="<package-source-stable-sig>">sig</a>)
104
+</td>
105
+<td>
106
+<a href="<package-source-alpha>"><version-alpha></a>
107
+ (<a href="<package-source-alpha-sig>">sig</a>)
108
+</td>
109
+<td><kbd>./configure &amp;&amp; make &amp;&amp; src/or/tor</kbd></td>
110
+</tr>
111
+
112
+</table>
113
+
114
+<div class="underline"></div>
115
+<div class="nb">
116
+<a id="packagediff"></a>
117
+<h2><a class="anchor" href="#packagediff">What's the difference between Stable &amp; Unstable?</a></h2>
118
+
119
+<p>
120
+Stable packages are released when we believe the features and code will
121
+not change for many months.
122
+</p>
123
+<p>
124
+Unstable packages are released so you can help us test new features and bugfixes. Even though they have a higher version number
125
+than the stable versions listed above, there is a much higher chance of
126
+serious reliability and security bugs in these downloads.  Please be prepared to <a href="https://bugs.torproject.org/">report bugs</a>.
127
+</p>
128
+</div>
129
+
130
+<div class="underline"></div>
131
+<div class="nb">
132
+<p>
133
+Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
134
+under the <a href="<gitblob>LICENSE">3-clause BSD license</a>. The
135
+bundles also include <a href="<page vidalia/index>">Vidalia</a>
136
+and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, which are supporting
137
+applications distributed under the GNU GPL.
138
+</p>
139
+<p>
140
+There is no fee for installing Tor, or using the Tor network, but
141
+if you want Tor to become faster and more usable please consider
142
+<a href="<page donate>">making a tax-deductible donation to The Tor Project</a>.
143
+</p>
144
+</div>
145
+
146
+<div class="underline"></div>
147
+<div class="nb">
148
+<p>
149
+To keep informed of security advisories and new stable releases, subscribe
150
+to the <a href="http://archives.seul.org/or/announce/">or-announce
151
+mailing list</a> (you will be asked to confirm via email). You can also
152
+<a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
153
+the list's RSS feed</a>.
154
+</p>
155
+
156
+<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
157
+<input type="hidden" name="mlist" value="or-announce"/>
158
+<input type="hidden" name="subscribe" value="1"/>
159
+<input type="hidden" name="host" value="freehaven.net"/>
160
+<input name="email" size="15"/>
161
+<input type="submit" value="subscribe to or-announce"/>
162
+</form>
163
+</div>
164
+
165
+<div class="underline"></div>
166
+<div class="warning">
167
+<a id="Warning"></a>
168
+<h2><a class="anchor" href="#Warning">Warning: Want Tor to really
169
+work?</a></h2>
170
+
171
+<p>
172
+...then please don't just install it and go on.  You need to change
173
+some of your habits, and reconfigure your software!
174
+Tor by itself is <em>NOT</em> all you need to maintain your anonymity.
175
+There are several major pitfalls to watch out for:
176
+</p>
177
+
178
+<ol>
179
+<li>
180
+Tor only protects Internet applications that are configured to
181
+send their traffic through Tor &mdash; it doesn't magically anonymize
182
+all your traffic just because you install it.  We recommend you
183
+use <a href="http://www.mozilla.com/en-US/firefox/all-older.html">Firefox</a> with the <a
184
+href="https://addons.mozilla.org/firefox/2275/">Torbutton</a> extension.
185
+</li>
186
+
187
+<li>
188
+Browser plugins such as Java, Flash, ActiveX, RealPlayer,
189
+Quicktime, Adobe's PDF plugin, and others can be manipulated
190
+into revealing your IP address. You should probably
191
+<a href="http://plugindoc.mozdev.org/faqs/uninstall.html">uninstall your
192
+plugins</a>
193
+(go to "about:plugins" to see what is installed), or investigate <a
194
+href="https://addons.mozilla.org/firefox/1237/">QuickJava</a>, <a
195
+href="https://addons.mozilla.org/firefox/433/">FlashBlock</a>, and
196
+<a href="http://noscript.net/">NoScript</a>
197
+if you really need them. Consider removing extensions that look up
198
+more information about the websites you type in (like Google toolbar),
199
+as they may bypass Tor and/or broadcast sensitive information. Some
200
+people prefer using two browsers (one for Tor, one for unsafe browsing).
201
+</li>
202
+
203
+<li>
204
+Beware of cookies: if you ever browse without Tor 
205
+and a site gives you a cookie, that cookie could identify you even when
206
+you start using Tor again. You should clear your cookies frequently. <a
207
+href="https://addons.mozilla.org/firefox/82/">CookieCuller</a> can help
208
+protect any cookies you do not want to lose.
209
+</li>
210
+
211
+<li>
212
+Tor anonymizes the origin of your traffic,
213
+and it encrypts everything inside the Tor network, but <a
214
+href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#ExitEavesdroppers">it
215
+can't encrypt your traffic between the Tor network and its final
216
+destination.</a>
217
+If you are communicating sensitive information, you should use as much
218
+care as you would on the normal scary Internet &mdash; use HTTPS or other
219
+end-to-end encryption and authentication.
220
+</li>
221
+
222
+<li>
223
+While Tor blocks attackers
224
+on your local network from discovering or influencing your destination,
225