[or-cvs] r22951: {website} add download-unix, fix up download some more. (website/branches/web20/download/en)

Andrew Lewman andrew at torproject.org
Wed Aug 18 16:32:14 UTC 2010


Author: phobos
Date: 2010-08-18 16:32:14 +0000 (Wed, 18 Aug 2010)
New Revision: 22951

Added:
   website/branches/web20/download/en/download-unix.wml
Modified:
   website/branches/web20/download/en/download.wml
Log:
add download-unix, fix up download some more.


Added: website/branches/web20/download/en/download-unix.wml
===================================================================
--- website/branches/web20/download/en/download-unix.wml	                        (rev 0)
+++ website/branches/web20/download/en/download-unix.wml	2010-08-18 16:32:14 UTC (rev 22951)
@@ -0,0 +1,283 @@
+## translation metadata
+# Revision: $Revision: 22543 $
+# Translation-Priority: 3-low
+
+#include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
+
+<div class="main-column">
+
+<h2>Available Linux/Unix Packages</h2>
+<div class="warning">
+
+Warning: Want Tor to really work?  ...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 NOT all you need to maintain your anonymity.
+Please take time to read the <a href="<page download-unix>#Warning">warning</a> to familiarize yourself with the pitfalls and limits of Tor.
+</div>
+
+<div class="underline"></div>
+
+<table cellpadding="6" cellspacing="1" border="0" width="100%">
+<thead>
+<tr bgcolor="#009933" style="color: white; ">
+<th colspan="2">Platform</th>
+<th>Download Stable</th>
+<th>Download Unstable</th>
+<th>Installation and Configuration</th>
+</tr> </thead>
+
+<tr>
+<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>
+<td>Debian, Ubuntu, Knoppix</td>
+<td colspan="2"><a href="<page docs/debian>">repository packages</a> </td>
+<td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
+</tr>
+
+<tr bgcolor="e5e5e5">
+<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>
+<td>CentOS, Fedora, OpenSUSE</td>
+<td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
+<td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
+</tr>
+
+<tr>
+<td align="center"><img src="images/distros/gentoo.png" alt="Gentoo Linux" /></td>
+<td>Gentoo Linux</td>
+<td colspan="2"><kbd>emerge tor</kbd></td>
+<td>
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
+</td>
+</tr>
+
+<tr bgcolor="e5e5e5">
+<td align="center"><img src="images/distros/freebsd.png" alt="FreeBSD" /></td>
+<td>FreeBSD</td>
+<td colspan="2"><kbd>portinstall -s security/tor</kbd></td>
+<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
+</tr>
+
+<tr>
+<td align="center"><img src="images/distros/openbsd.png" alt="OpenBSD" /></td>
+<td>OpenBSD</td>
+<td colspan="2"><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
+<td>
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
+<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
+</td>
+</tr>
+
+<tr bgcolor="e5e5e5">
+<td align="center"><img src="images/distros/netbsd.png" alt="NetBSD" /></td>
+<td>NetBSD</td>
+<td colspan="2"><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
+<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
+</tr>
+
+<tr>
+<td align="center"><img src="images/distros/200px-Maemo_logo_color.svg.png" alt="Maemo" /></td>
+<td>Maemo / N900</td>
+<td colspan="2"><a href="<page docs/N900>">Experimental instructions</a></td>
+<td></td>
+</tr>
+
+<tr bgcolor="e5e5e5">
+<td align="center"><img src="images/distros/android-market.gif" alt="Android" width="32" height="32"/></td>
+<td>Android</td>
+<td></td>
+<td><a href="<package-androidbundle-alpha>"><version-androidbundle-tor></a> (<a href="<package-androidbundle-alpha-sig>">sig</a>)</td>
+<td><a href="<page docs/android>">Android instructions and information</a></td>
+</tr>
+
+<tr>
+<td align="center"><img src="images/distros/apple.png" alt="Apple iPhone/iPod Touch" /></td>
+<td>Apple iPhone/iPod Touch</td>
+<td colspan="2"><a href="http://sid77.slackware.it/iphone/">Test packages by Marco</a></td>
+<td></td>
+</tr>
+
+<tr bgcolor="e5e5e5">
+<td align="center"><img src="images/distros/terminal.png" alt="Source code" /></td>
+<td>Source tarballs</td>
+<td>
+<a href="<package-source-stable>"><version-stable></a>
+ (<a href="<package-source-stable-sig>">sig</a>)
+</td>
+<td>
+<a href="<package-source-alpha>"><version-alpha></a>
+ (<a href="<package-source-alpha-sig>">sig</a>)
+</td>
+<td><kbd>./configure &amp;&amp; make &amp;&amp; src/or/tor</kbd></td>
+</tr>
+
+</table>
+
+<div class="underline"></div>
+<div class="nb">
+<a id="packagediff"></a>
+<h2><a class="anchor" href="#packagediff">What's the difference between Stable &amp; Unstable?</a></h2>
+
+<p>
+Stable packages are released when we believe the features and code will
+not change for many months.
+</p>
+<p>
+Unstable packages are released so you can help us test new features and bugfixes. Even though they have a higher version number
+than the stable versions listed above, there is a much higher chance of
+serious reliability and security bugs in these downloads.  Please be prepared to <a href="https://bugs.torproject.org/">report bugs</a>.
+</p>
+</div>
+
+<div class="underline"></div>
+<div class="nb">
+<p>
+Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
+under the <a href="<gitblob>LICENSE">3-clause BSD license</a>. The
+bundles also include <a href="<page vidalia/index>">Vidalia</a>
+and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, which are supporting
+applications distributed under the GNU GPL.
+</p>
+<p>
+There is no fee for installing Tor, or using the Tor network, but
+if you want Tor to become faster and more usable please consider
+<a href="<page donate>">making a tax-deductible donation to The Tor Project</a>.
+</p>
+</div>
+
+<div class="underline"></div>
+<div class="nb">
+<p>
+To keep informed of security advisories and new stable releases, subscribe
+to the <a href="http://archives.seul.org/or/announce/">or-announce
+mailing list</a> (you will be asked to confirm via email). You can also
+<a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
+the list's RSS feed</a>.
+</p>
+
+<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
+<input type="hidden" name="mlist" value="or-announce"/>
+<input type="hidden" name="subscribe" value="1"/>
+<input type="hidden" name="host" value="freehaven.net"/>
+<input name="email" size="15"/>
+<input type="submit" value="subscribe to or-announce"/>
+</form>
+</div>
+
+<div class="underline"></div>
+<div class="warning">
+<a id="Warning"></a>
+<h2><a class="anchor" href="#Warning">Warning: Want Tor to really
+work?</a></h2>
+
+<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.
+There are several major pitfalls to watch out for:
+</p>
+
+<ol>
+<li>
+Tor only protects Internet applications that are configured to
+send their traffic through Tor &mdash; it doesn't magically anonymize
+all your traffic just because you install it.  We recommend you
+use <a href="http://www.mozilla.com/en-US/firefox/all-older.html">Firefox</a> with the <a
+href="https://addons.mozilla.org/firefox/2275/">Torbutton</a> extension.
+</li>
+
+<li>
+Browser plugins such as Java, Flash, ActiveX, RealPlayer,
+Quicktime, Adobe's PDF plugin, and others can be manipulated
+into revealing your IP address. You should probably
+<a href="http://plugindoc.mozdev.org/faqs/uninstall.html">uninstall your
+plugins</a>
+(go to "about:plugins" to see what is installed), or investigate <a
+href="https://addons.mozilla.org/firefox/1237/">QuickJava</a>, <a
+href="https://addons.mozilla.org/firefox/433/">FlashBlock</a>, and
+<a href="http://noscript.net/">NoScript</a>
+if you really need them. Consider removing extensions that look up
+more information about the websites you type in (like Google toolbar),
+as they may bypass Tor and/or broadcast sensitive information. Some
+people prefer using two browsers (one for Tor, one for unsafe browsing).
+</li>
+
+<li>
+Beware of cookies: if you ever browse without Tor 
+and a site gives you a cookie, that cookie could identify you even when
+you start using Tor again. You should clear your cookies frequently. <a
+href="https://addons.mozilla.org/firefox/82/">CookieCuller</a> can help
+protect any cookies you do not want to lose.
+</li>
+
+<li>
+Tor anonymizes the origin of your traffic,
+and it encrypts everything inside the Tor network, but <a
+href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#ExitEavesdroppers">it
+can't encrypt your traffic between the Tor network and its final
+destination.</a>
+If you are communicating sensitive information, you should use as much
+care as you would on the normal scary Internet &mdash; use HTTPS or other
+end-to-end encryption and authentication.
+</li>
+
+<li>
+While Tor blocks attackers
+on your local network from discovering or influencing your destination,
+it opens new risks: malicious or misconfigured Tor exit nodes can send
+you the wrong page, or even send you embedded Java applets disguised as
+domains you trust.
+</li>
+</ol>
+
+<br />
+<p>
+Be smart and learn more. Understand what Tor does and does not offer.
+This list of pitfalls isn't complete, and we need your
+help <a href="<page volunteer>#Documentation">identifying and documenting
+all the issues</a>.
+</p>
+</div>
+
+<div class="underline"></div>
+<div class="nb">
+<p>
+See our <a href="<page verifying-signatures>">instructions
+on verifying package signatures</a>, which allows
+you to make sure you've downloaded the file we intended you to get.
+</p>
+
+<p>
+If you would like to research any past release of Tor source, packages,
+or other binaries, see <a href="http://archive.torproject.org/">the
+archive</a>.
+</p>
+
+<p>
+See the <a href="<page documentation>#Developers">developer
+documentation</a> for instructions on fetching Tor from Git to get
+the very latest development version source code.
+You can also download the <a
+href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo source</a> or <a
+href="vidalia/dist/">Vidalia source</a>.
+</p>
+</div>
+
+<div class="underline"></div>
+<div class="nb">
+<p>
+If you have trouble downloading Tor from this site, here is a <a
+href="<page mirrors>">list of sites mirroring the Tor site</a>.
+</p>
+
+<a id="ChangeLog"></a>
+<a id="Stable"></a>
+<a id="Testing"></a>
+<p>
+For a list of what has changed in each stable Tor release, see the
+<a href="<gitblobstable>ReleaseNotes">ReleaseNotes</a>. For a list of
+changes in both stable and development versions, see the
+<a href="<gitblob>ChangeLog">ChangeLog</a>.
+</p>
+</div>
+</div><!-- #main -->
+
+#include <foot.wmi>


Property changes on: website/branches/web20/download/en/download-unix.wml
___________________________________________________________________
Added: svn:mime-type
   + text/vnd.wap.wml

Modified: website/branches/web20/download/en/download.wml
===================================================================
--- website/branches/web20/download/en/download.wml	2010-08-18 16:26:21 UTC (rev 22950)
+++ website/branches/web20/download/en/download.wml	2010-08-18 16:32:14 UTC (rev 22951)
@@ -93,8 +93,8 @@
           <tr class="beige">
           	<td>English (en-US)</td>
             <td><version-torbrowserbundle></td>
-            <td><span class="windows"><a href="torbrowser/dist/tor-browser-<version-torimbrowserbundle>_en-US.exe">Download</a></span></td>
-            <td><span class="windows"><a href="torbrowser/dist/tor-browser-<version-torimbrowserbundle>_en-US.tar.gz">Download Tarball</a></span></td>
+            <td><span class="windows"><a href="torbrowser/dist/tor-browser-<version-torbrowserbundle>_en-US.exe">Download</a></span></td>
+            <td><span class="windows"><a href="torbrowser/dist/tor-browser-<version-torbrowserbundle>_en-US.tar.gz">Download Tarball</a></span></td>
           </tr>
           <tr>
             <td>English (en-US)</td>
@@ -117,7 +117,7 @@
                 <td>English (en-US)</td>
                 <td><version-torimbrowserbundle></td>
                 <td><span class="windows"><a href="torbrowser/dist/tor-im-browser-<version-torimbrowserbundle>_en-US.exe">Download</a></span></td>
-                <td><span class="windows"><a href="torbrowser/dist/tor-im-browser-<version-torimbrowserbundle>_en-US.tar.gz">Download Tarball</a></span></td>
+                <td><span class="windows"><a href="torbrowser/dist/tor-im-browser-<version-torbrowserbundle>_en-US.tar.gz">Download Tarball</a></span></td>
                 <td></td>
               </tr>
               <tr>
@@ -141,14 +141,14 @@
               <td><version-stable></td>
               <td><span class="windows"><a href="<package-win32-bundle-stable>">Download</a></span></td>
               <td><span class="mac"><a href="<package-osx-bundle-stable>">Download</a></span>
-              <td><span class="linux"><a href="<package-source-stable>">Download</a></span></td>
+              <td><span class="linux"><a href="<page download/download-unix/>">Unix Packages</a></span></td>
               <td><a href="<package-source-stable>">Download Tarball</a></td>
           	</tr>
             <tr>
               <td><version-alpha></td>
               <td><span class="windows"><a href="<package-win32-bundle-alpha>">Download</a></span></td>
               <td><span class="mac"><a href="<package-osx-bundle-alpha>">Download</a></span>
-              <td><span class="linux"><a href="<package-source-alpha>">Download</a></span></td>
+              <td><span class="linux"><a href="<page download/download-unix>">Unix Packages</a></span></td>
               <td><a href="<package-source-alpha>">Download Tarball</a></td>
           	</tr> 
         </table>
@@ -164,7 +164,7 @@
             </tr>
             <tr class="beige">
               <td>Android</td>
-              <td><span class="android"><a href="#">Download</a></span></td>
+              <td></td>
               <td><package-androidbundle-alpha></td>
               <td><a href="<page docs/android>">Instructions</a></td>
           	</tr>
@@ -174,7 +174,7 @@
               <td><span class="mac"><a href="http://sid77.slackware.it/iphone/">Test packages by Marco</a></span></td>
               <td></td>
           	</tr>
-          	<tr>
+          	<tr class="beige">
               <td>Nokia Maemo/N900</td>
               <td></td>
               <td><span class="nokia"><a href="<page docs/N900>">Experimental instructions</a></span></td>
@@ -189,7 +189,7 @@
                 <td><span class="column-title">Operating System</span></td>
                 <td><span class="column-title">Notes</span></td>
                 <td><span class="column-title">Stable</span></td>
-                <td><span class="column-title">Unstable</span></td>
+                <td><span class="column-title">Alpha</span></td>
                 <td><span class="column-title">Installation Guide</span></td>
               </tr>
               <tr class="beige">



More information about the tor-commits mailing list