[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r8264: break out the linux/unix download packages onto their own pa (website/trunk/en)



Author: arma
Date: 2006-08-28 01:50:05 -0400 (Mon, 28 Aug 2006)
New Revision: 8264

Added:
   website/trunk/en/download-osx.wml
   website/trunk/en/download-unix.wml
   website/trunk/en/download-windows.wml
Modified:
   website/trunk/en/download.wml
Log:
break out the linux/unix download packages onto their own page. also
prepare windows and osx package pages, but don't link to them yet.


Added: website/trunk/en/download-osx.wml
===================================================================
--- website/trunk/en/download-osx.wml	2006-08-28 05:46:47 UTC (rev 8263)
+++ website/trunk/en/download-osx.wml	2006-08-28 05:50:05 UTC (rev 8264)
@@ -0,0 +1,109 @@
+## translation metadata
+# Revision: $Revision: 8216 $
+
+#include "head.wmi" TITLE="Download for OS X"
+
+<div class="main-column">
+
+<h2>Tor: OS X Packages</h2>
+<hr />
+
+<p>The latest stable release is <b><version-stable></b>, and the
+latest development release is <b><version-alpha></b>.</p>
+
+<p><b>Subscribe</b> to the
+<a href="http://archives.seul.org/or/announce/";>or-announce mailing list</a>
+to keep informed of security advisories and new stable releases (you will
+need to confirm via email):</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">
+</form>
+
+<table border="1" cellspacing="0" cellpadding="2">
+<thead>
+<tr>
+<th>Platform</th>
+<th>Package</th>
+<th>Setup info</th>
+</tr>
+</thead>
+
+<tr>
+<td>Mac OS X: Tor &amp; Privoxy &amp; <a href="http://www.vidalia-project.net/";>Vidalia</a> bundle</td>
+<td>
+<a href="<package-osx-bundle-stable>"><version-osx-bundle-stable> for Tiger (OSX 10.4)</a> (<a href="<package-osx-bundle-stable-sig>">sig</a>).
+<br />
+<a href="<package-oldosx-bundle-stable>"><version-oldosx-bundle-stable> for Panther (OSX 10.3)</a> (<a href="<package-oldosx-bundle-stable-sig>">sig</a>).
+</td>
+<td><a href="<page docs/tor-doc-osx>">OS X instructions</a>.
+</td>
+</tr>
+
+<tr>
+<td>Dev packages: Tor &amp; Privoxy &amp; <a href="http://www.vidalia-project.net/";>Vidalia</a> bundle</td>
+<td>
+<a href="<package-osx-bundle-alpha>"><version-osx-bundle-alpha> for Tiger (OSX 10.4)</a> (<a href="<package-osx-bundle-alpha-sig>">sig</a>).
+<!--
+<br />
+<a href="<package-oldosx-bundle-alpha>"><version-oldosx-bundle-alpha> for Panther OSX 10.3)</a> (<a href="<package-oldosx-bundle-alpha-sig>">sig</a>).
+-->
+</td>
+<td><a href="<page docs/tor-doc-osx>">OS X instructions</a>.
+</td>
+</tr>
+
+<tr>
+<td>For experts only: just Tor &amp; Privoxy</td>
+<td>
+<a href="<package-osx-stable>"><version-osx-stable> for Tiger (OSX 10.4)</a> (<a href="<package-osx-stable-sig>">sig</a>).
+<br />
+<a href="<package-oldosx-stable>"><version-oldosx-stable> for Panther (OSX 10.3)</a> (<a href="<package-oldosx-stable-sig>">sig</a>).
+</td>
+<td><a href="<page docs/tor-doc-osx>">OS X instructions</a></td>
+</tr>
+
+<tr>
+<td>For experts only: Dev packages, just Tor &amp; Privoxy</td>
+<td>
+<a href="<package-osx-alpha>"><version-osx-alpha> for Tiger (OSX 10.4)</a> (<a href="<package-osx-alpha-sig>">sig</a>).
+<!--
+<br />
+<a href="<package-oldosx-alpha>"><version-oldosx-alpha> for Panther (OSX 10.3)</a> (<a href="<package-oldosx-alpha-sig>">sig</a>)
+-->
+</td>
+<td><a href="<page docs/tor-doc-osx>">OS X instructions</a></td>
+</tr>
+
+</table>
+
+<br />
+
+<h2>More Information</h2>
+
+<ul>
+<li>Tor is distributed as <a href="http://www.fsf.org/";>Free Software</a>
+under the <a href="<svnsandbox>LICENSE">3-clause BSD license</a>.</li>
+<li>If you want Tor to become faster and more usable, please consider <a
+href="<page donate>">making a donation to the Tor project</a>.</li>
+<li>Read the <a href="<page download>#ChangeLog">description of changes
+in each release</a>.</li>
+<li>Here is a <a href="<page mirrors>">list of
+sites mirroring the Tor site</a>. Here is a <a
+href="http://opensource.depthstrike.com/?category=tor";>page with torrents
+for each download above</a>. You can also download the
+<a href="dist/privoxy-3.0.3-2-stable.src.tar.gz">Privoxy 3.0.3 source</a>
+or <a href="dist/vidalia-bundles/">Vidalia source</a>.</li>
+<li>See our <a
+href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures";>FAQ
+entry on verifying package signatures</a>, which allows
+you to make sure you've downloaded the file we intended you to get.</li>
+</ul>
+
+  </div><!-- #main -->
+
+#include <foot.wmi>

Added: website/trunk/en/download-unix.wml
===================================================================
--- website/trunk/en/download-unix.wml	2006-08-28 05:46:47 UTC (rev 8263)
+++ website/trunk/en/download-unix.wml	2006-08-28 05:50:05 UTC (rev 8264)
@@ -0,0 +1,181 @@
+## translation metadata
+# Revision: $Revision: 8216 $
+
+#include "head.wmi" TITLE="Download for Linux/Unix"
+
+<div class="main-column">
+
+<h2>Tor: Linux/Unix Packages</h2>
+<hr />
+
+<p>The latest stable release is <b><version-stable></b>, and the
+latest development release is <b><version-alpha></b>.</p>
+
+<p><b>Subscribe</b> to the
+<a href="http://archives.seul.org/or/announce/";>or-announce mailing list</a>
+to keep informed of security advisories and new stable releases (you will
+need to confirm via email):</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">
+</form>
+
+<table border="1" cellspacing="0" cellpadding="2">
+<thead>
+<tr>
+<th>Platform</th>
+<th>Package</th>
+<th>Setup info</th>
+</tr>
+</thead>
+
+<tr>
+<td>Debian sid</td>
+<td><kbd>apt-get install tor</kbd>
+    </td>
+<td>
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a>
+</td>
+</tr>
+
+<tr>
+<td>Other Debian, Knoppix, Ubuntu</td>
+<td><a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian";>noreply.org packages</a>
+    </td>
+<td>
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a>
+</td>
+</tr>
+
+<tr>
+<td>Red Hat Linux</td>
+<td>
+<a href="<package-rpm-stable>"><version-rpm-stable> RPM</a> (<a href="<package-rpm-stable-sig>">sig</a>)
+<br>
+<a href="<package-srpm-stable>"><version-rpm-stable> SRPM</a> (<a href="<package-srpm-stable-sig>">sig</a>)
+<br>
+</td>
+<td>
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a>
+</td>
+</tr>
+
+<tr>
+<td>Red Hat, development packages</td>
+<td>
+<a href="<package-rpm-alpha>"><version-rpm-alpha> RPM</a> (<a href="<package-rpm-alpha-sig>">sig</a>)
+<br>
+<a href="<package-srpm-alpha>"><version-rpm-alpha> SRPM</a> (<a href="<package-srpm-alpha-sig>">sig</a>)
+</td>
+<td>
+<ul>
+<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li>
+<li><a href="http://mirror.noreply.org/pub/devil.homelinux.org/Tor/";>Contrib RPMs including CVS snapshots</a></li>
+</ul>
+</td>
+</tr>
+
+<tr>
+<td>SUSE Linux</td>
+<td>
+<a href="<package-rpmsuse-stable>"><version-rpmsuse-stable> RPM</a> (<a href="<package-rpm-stable-sig>">sig</a>)
+<br>
+<a href="<package-srpmsuse-stable>"><version-rpmsuse-stable> SRPM</a> (<a href="<package-srpm-stable-sig>">sig</a>)
+<br>
+</td>
+<td>
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a>
+</td>
+</tr>
+
+<tr>
+<td>SUSE, development packages</td>
+<td>
+<a href="<package-rpmsuse-alpha>"><version-rpmsuse-alpha> RPM</a> (<a href="<package-rpmsuse-alpha-sig>">sig</a>)
+<br>
+<a href="<package-srpmsuse-alpha>"><version-rpmsuse-alpha> SRPM</a> (<a href="<package-srpmsuse-alpha-sig>">sig</a>)
+</td>
+<td>
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a>
+</td>
+</tr>
+
+<tr>
+<td>Gentoo Linux</td>
+<td><kbd>emerge tor</kbd></td>
+<td>
+<ul>
+<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li>
+<li><a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy";>Gentoo-wiki guide</a></li>
+</ul>
+</td>
+</tr>
+
+<tr>
+<td>FreeBSD</td>
+<td><kbd>portinstall -s security/tor</kbd></td>
+<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></td>
+</tr>
+
+<tr>
+<td>OpenBSD</td>
+<td><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
+<td>
+<ul>
+<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li>
+<li><a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor";>Guide to chrooting Tor in OpenBSD</a></li>
+</ul>
+</td>
+</tr>
+
+<tr>
+<td>NetBSD</td>
+<td><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
+<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></td>
+</tr>
+
+<tr>
+<td>Source tarballs</td>
+<td>
+<a href="<package-source-stable>"><version-stable></a> (<a href="<package-source-stable-sig>">sig</a>),
+<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>
+
+<br />
+
+<h2>More Information</h2>
+
+<ul>
+<li>Tor is distributed as <a href="http://www.fsf.org/";>Free Software</a>
+under the <a href="<svnsandbox>LICENSE">3-clause BSD license</a>.</li>
+<li>If you want Tor to become faster and more usable, please consider <a
+href="<page donate>">making a donation to the Tor project</a>.</li>
+<li>Read the <a href="<page download>#ChangeLog">description of changes
+in each release</a>.</li>
+<li>Here is a <a href="<page mirrors>">list of
+sites mirroring the Tor site</a>. Here is a <a
+href="http://opensource.depthstrike.com/?category=tor";>page with torrents
+for each download above</a>. You can also download the
+<a href="dist/privoxy-3.0.3-2-stable.src.tar.gz">Privoxy 3.0.3 source</a>
+or <a href="dist/vidalia-bundles/">Vidalia source</a>.</li>
+<li>See our <a
+href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures";>FAQ
+entry on verifying package signatures</a>, which allows
+you to make sure you've downloaded the file we intended you to get.</li>
+<li>See the <a href="<page documentation>#Developers">developer
+documentation</a> for instructions on fetching Tor from SVN to get
+the latest development version. Note that this version may not work or
+even compile!</li>
+</ul>
+
+  </div><!-- #main -->
+
+#include <foot.wmi>

Added: website/trunk/en/download-windows.wml
===================================================================
--- website/trunk/en/download-windows.wml	2006-08-28 05:46:47 UTC (rev 8263)
+++ website/trunk/en/download-windows.wml	2006-08-28 05:50:05 UTC (rev 8264)
@@ -0,0 +1,102 @@
+## translation metadata
+# Revision: $Revision: 8216 $
+
+#include "head.wmi" TITLE="Download for Windows"
+
+<div class="main-column">
+
+<h2>Tor: Windows Packages</h2>
+<hr />
+
+<p>The latest stable release is <b><version-stable></b>, and the
+latest development release is <b><version-alpha></b>.</p>
+
+<p><b>Subscribe</b> to the
+<a href="http://archives.seul.org/or/announce/";>or-announce mailing list</a>
+to keep informed of security advisories and new stable releases (you will
+need to confirm via email):</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">
+</form>
+
+<table border="1" cellspacing="0" cellpadding="2">
+<thead>
+<tr>
+<th>Platform</th>
+<th>Package</th>
+<th>Setup info</th>
+</tr>
+</thead>
+
+<tr>
+<td>Windows: Tor &amp; Privoxy &amp; <a href="http://www.vidalia-project.net/";>Vidalia</a> bundle</td>
+<td>
+<a href="<package-win32-bundle-stable>"><version-win32-bundle-stable></a> (<a href="<package-win32-bundle-stable-sig>">sig</a>).
+</td>
+<td><a href="<page docs/tor-doc-win32>">Windows
+instructions</a>; <a href="<local-win32-bundle-stable>">local mirror</a>
+(<a href="<local-win32-bundle-stable-sig>">sig</a>).
+You can get the old <a
+href="http://www.freehaven.net/~edmanm/torcp/download/tor-0.1.1.18-torcp-0.0.4-bundle.exe";>TorCP
+bundle</a> (<a
+href="http://www.freehaven.net/~edmanm/torcp/download/tor-0.1.1.18-torcp-0.0.4-bundle.exe.asc";>sig</a>)
+if you prefer.</td>
+</tr>
+
+<!--
+<tr>
+<td>Dev packages: Tor &amp; Privoxy &amp; <a href="http://www.vidalia-project.net/";>Vidalia</a> bundle</td>
+<td>
+<a href="<package-win32-bundle-alpha>"><version-win32-bundle-alpha></a> (<a href="<package-win32-bundle-alpha-sig>">sig</a>).
+</td>
+<td><a href="<page docs/tor-doc-win32>">Windows instructions</a>;
+<a href="<local-win32-bundle-alpha>">local mirror</a>
+(<a href="<local-win32-bundle-alpha-sig>">sig</a>).</td>
+</tr>
+-->
+
+<tr>
+<td>For experts only: just Tor</td>
+<td>
+<!--
+<a href="<package-win32-stable>"><version-win32-stable></a> (<a href="<package-win32-stable-sig>">sig</a>),
+-->
+<a href="<package-win32-alpha>"><version-win32-alpha></a> (<a href="<package-win32-alpha-sig>">sig</a>).
+</td>
+<td>similar to the <a href="<page docs/tor-doc-unix>#privoxy">Unix instructions</a></td>
+</tr>
+
+</table>
+
+<br />
+
+<h2>More Information</h2>
+
+<ul>
+<li>Tor is distributed as <a href="http://www.fsf.org/";>Free Software</a>
+under the <a href="<svnsandbox>LICENSE">3-clause BSD license</a>.</li>
+<li>If you want Tor to become faster and more usable, please consider <a
+href="<page donate>">making a donation to the Tor project</a>.</li>
+<li>Read the <a href="<page download>#ChangeLog">description of changes
+in each release</a>.</li>
+<li>Here is a <a href="<page mirrors>">list of
+sites mirroring the Tor site</a>. Here is a <a
+href="http://opensource.depthstrike.com/?category=tor";>page with torrents
+for each download above</a>. You can also download the
+<a href="dist/privoxy-3.0.3-2-stable.src.tar.gz">Privoxy 3.0.3 source</a>
+or <a href="dist/vidalia-bundles/">Vidalia source</a>.</li>
+<li>See our <a
+href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures";>FAQ
+entry on verifying package signatures</a>, which allows
+you to make sure you've downloaded the file we intended you to get.</li>
+</ul>
+
+  </div><!-- #main -->
+
+#include <foot.wmi>
+

Modified: website/trunk/en/download.wml
===================================================================
--- website/trunk/en/download.wml	2006-08-28 05:46:47 UTC (rev 8263)
+++ website/trunk/en/download.wml	2006-08-28 05:50:05 UTC (rev 8264)
@@ -111,99 +111,17 @@
 </tr>
 
 <tr>
-<td>Debian (and Knoppix, and Ubuntu)</td>
-<td><kbd>apt-get install tor</kbd> (on Debian sid)<br/>
-    <a href="http://wiki.noreply.org/noreply/TorOnDebian";>Everywhere else</a>
-    </td>
+<td>Linux/Unix packages</td>
+<td><a href="<page download-unix>">Linux/Unix download page</a></td>
 <td>
-<ul>
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li>
-<li><a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian";>Backports to Woody and Sarge, Packages for Ubuntu, and packages of experimental Tor versions</a></li>
-</ul>
+<a href="<page docs/tor-doc-unix>">Linux/Unix instructions</a>
 </td>
 </tr>
 
 <tr>
-<td>Red Hat Linux</td>
-<td>
-<!--
-<a href="<package-rpm-stable>"><version-rpm-stable> RPM</a> (<a href="<package-rpm-stable-sig>">sig</a>)
-<br>
-<a href="<package-srpm-stable>"><version-rpm-stable> SRPM</a> (<a href="<package-srpm-stable-sig>">sig</a>)
-<br>
--->
-<a href="<package-rpm-alpha>"><version-rpm-alpha> RPM</a> (<a href="<package-rpm-alpha-sig>">sig</a>)
-<br>
-<a href="<package-srpm-alpha>"><version-rpm-alpha> SRPM</a> (<a href="<package-srpm-alpha-sig>">sig</a>)
-</td>
-<td>
-<ul>
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li>
-<li><a href="http://mirror.noreply.org/pub/devil.homelinux.org/Tor/";>Contrib RPMs including CVS snapshots</a></li>
-</ul>
-</td>
-</tr>
-
-<tr>
-<td>SUSE Linux</td>
-<td>
-<!--
-<a href="<package-rpmsuse-stable>"><version-rpmsuse-stable> RPM</a> (<a href="<package-rpm-stable-sig>">sig</a>)
-<br>
-<a href="<package-srpmsuse-stable>"><version-rpmsuse-stable> SRPM</a> (<a href="<package-srpm-stable-sig>">sig</a>)
-<br>
--->
-<a href="<package-rpmsuse-alpha>"><version-rpmsuse-alpha> RPM</a> (<a href="<package-rpmsuse-alpha-sig>">sig</a>)
-<br>
-<a href="<package-srpmsuse-alpha>"><version-rpmsuse-alpha> SRPM</a> (<a href="<package-srpmsuse-alpha-sig>">sig</a>)
-</td>
-<td>
-<ul>
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li>
-</ul>
-</td>
-</tr>
-
-<tr>
-<td>Gentoo</td>
-<td><kbd>emerge tor</kbd></td>
-<td>
-<ul>
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li>
-<li><a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy";>Gentoo-wiki guide</a></li>
-</ul>
-</td>
-</tr>
-
-<tr>
-<td>FreeBSD</td>
-<td><kbd>portinstall -s security/tor</kbd></td>
-<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></td>
-</tr>
-
-<tr>
-<td>OpenBSD</td>
-<td><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
-<td>
-<ul>
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li>
-<li><a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor";>Guide to chrooting Tor in OpenBSD</a></li>
-</ul>
-</td>
-</tr>
-
-<tr>
-<td>NetBSD</td>
-<td><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
-<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></td>
-</tr>
-
-<tr>
 <td>Source tarballs</td>
 <td>
-<!--
 <a href="<package-source-stable>"><version-stable></a> (<a href="<package-source-stable-sig>">sig</a>),
--->
 <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>
@@ -211,7 +129,7 @@
 
 </table>
 
-<hr />
+<br />
 
 <h2>More Information</h2>
 
@@ -234,10 +152,10 @@
 
 <hr />
 
-<!--
+<a id="ChangeLog"></a>
+
 <h2>Testing releases</h2>
 <hr />
--->
 
 <h2>Stable releases</h2>