Roger Dingledine commited on 2007-10-22 12:51:25
Zeige 2 geänderte Dateien mit 5 Einfügungen und 178 Löschungen.
| ... | ... |
@@ -1,99 +1,8 @@ |
| 1 | 1 |
## translation metadata |
| 2 | 2 |
# Revision: $Revision$ |
| 3 |
+# Status: obsolete |
|
| 3 | 4 |
|
| 4 |
-#include "head.wmi" TITLE="Download for OS X" |
|
| 5 |
- |
|
| 6 |
-<div class="main-column"> |
|
| 7 |
- |
|
| 8 |
-<h2>Tor: OS X Packages</h2> |
|
| 9 |
-<hr /> |
|
| 10 |
- |
|
| 11 |
-<p>The latest stable release is <b><version-stable></b>, and the |
|
| 12 |
-latest development release is <b><version-alpha></b>.</p> |
|
| 13 |
- |
|
| 14 |
-<p><b>Subscribe</b> to the |
|
| 15 |
-<a href="http://archives.seul.org/or/announce/">or-announce mailing list</a> |
|
| 16 |
-to keep informed of security advisories and new stable releases (you will |
|
| 17 |
-need to confirm via email):</p> |
|
| 18 |
- |
|
| 19 |
-<form action="http://freehaven.net/cgi-bin/majordomo.cgi"> |
|
| 20 |
-<input type="hidden" name="mlist" value="or-announce"> |
|
| 21 |
-<input type="hidden" name="subscribe" value="1"> |
|
| 22 |
-<input type="hidden" name="host" value="freehaven.net"> |
|
| 23 |
-<input name="email" size="15"> |
|
| 24 |
-<input type="submit" value="subscribe"> |
|
| 25 |
-</form> |
|
| 26 |
- |
|
| 27 |
-<table border="1" cellspacing="0" cellpadding="2"> |
|
| 28 |
-<thead> |
|
| 29 |
-<tr> |
|
| 30 |
-<th>Platform</th> |
|
| 31 |
-<th>Package</th> |
|
| 32 |
-<th>Setup info</th> |
|
| 33 |
-</tr> |
|
| 34 |
-</thead> |
|
| 35 |
- |
|
| 36 |
-<tr> |
|
| 37 |
-<td>OS X 10.4 (Tiger) Universal Binary</td> |
|
| 38 |
-<td>Tor & Privoxy & Vidalia bundle: |
|
| 39 |
-<a href="<package-osx-bundle-stable>"><version-osx-bundle-stable></a> (<a href="<package-osx-bundle-stable-sig>">sig</a>), |
|
| 40 |
-<a href="<package-osx-bundle-alpha>"><version-osx-bundle-alpha></a> (<a href="<package-osx-bundle-alpha-sig>">sig</a>). |
|
| 41 |
-</td> |
|
| 42 |
-<td><a href="<page docs/tor-doc-osx>">OS X instructions</a></td> |
|
| 43 |
-</tr> |
|
| 44 |
- |
|
| 45 |
-<tr> |
|
| 46 |
-<td>OS X 10.3 (Panther)</td> |
|
| 47 |
-<td>Tor & Privoxy & Vidalia bundle: |
|
| 48 |
-<a href="<package-oldosx-bundle-stable>"><version-oldosx-bundle-stable></a> (<a href="<package-oldosx-bundle-stable-sig>">sig</a>), |
|
| 49 |
-<a href="<package-oldosx-bundle-alpha>"><version-oldosx-bundle-alpha></a> (<a href="<package-oldosx-bundle-alpha-sig>">sig</a>). |
|
| 50 |
-</td> |
|
| 51 |
-<td><a href="<page docs/tor-doc-osx>">OS X instructions</a></td> |
|
| 52 |
-</tr> |
|
| 53 |
- |
|
| 54 |
-<tr> |
|
| 55 |
-<td>For experts only: Tiger</td> |
|
| 56 |
-<td>Just Tor & Privoxy: |
|
| 57 |
-<a href="<package-osx-stable>"><version-osx-stable></a> (<a href="<package-osx-stable-sig>">sig</a>), |
|
| 58 |
-<a href="<package-osx-alpha>"><version-osx-alpha></a> (<a href="<package-osx-alpha-sig>">sig</a>). |
|
| 59 |
-</td> |
|
| 60 |
-<td><a href="<page docs/tor-doc-osx>">OS X instructions</a></td> |
|
| 61 |
-</tr> |
|
| 62 |
- |
|
| 63 |
-<tr> |
|
| 64 |
-<td>For experts only: Panther</td> |
|
| 65 |
-<td>Just Tor & Privoxy: |
|
| 66 |
-<a href="<package-oldosx-stable>"><version-oldosx-stable></a> (<a href="<package-oldosx-stable-sig>">sig</a>), |
|
| 67 |
-<a href="<package-oldosx-alpha>"><version-oldosx-alpha></a> (<a href="<package-oldosx-alpha-sig>">sig</a>). |
|
| 68 |
-</td> |
|
| 69 |
-<td><a href="<page docs/tor-doc-osx>">OS X instructions</a></td> |
|
| 70 |
-</tr> |
|
| 71 |
- |
|
| 72 |
-</table> |
|
| 73 |
- |
|
| 74 |
-<br /> |
|
| 75 |
- |
|
| 76 |
-<h2>More Information</h2> |
|
| 77 |
- |
|
| 78 |
-<ul> |
|
| 79 |
-<li>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a> |
|
| 80 |
-under the <a href="<svnsandbox>LICENSE">3-clause BSD license</a>.</li> |
|
| 81 |
-<li>If you want Tor to become faster and more usable, please consider <a |
|
| 82 |
-href="<page donate>">making a donation to the Tor project</a>.</li> |
|
| 83 |
-<li>Read the <a href="<page download>#ChangeLog">description of changes |
|
| 84 |
-in each release</a>.</li> |
|
| 85 |
-<li>Here is a <a href="<page mirrors>">list of |
|
| 86 |
-sites mirroring the Tor site</a>. Here is a <a |
|
| 87 |
-href="http://opensource.depthstrike.com/?category=tor">page with torrents |
|
| 88 |
-for each download above</a>. You can also download the |
|
| 89 |
-<a href="dist/privoxy-3.0.3-2-stable.src.tar.gz">Privoxy 3.0.3 source</a> |
|
| 90 |
-or <a href="dist/vidalia-bundles/">Vidalia source</a>.</li> |
|
| 91 |
-<li>See our <a |
|
| 92 |
-href="http://wiki.noreply.org/noreply/TheOnionRouter/VerifyingSignatures">FAQ |
|
| 93 |
-entry on verifying package signatures</a>, which allows |
|
| 94 |
-you to make sure you've downloaded the file we intended you to get.</li> |
|
| 95 |
-</ul> |
|
| 96 |
- |
|
| 97 |
- </div><!-- #main --> |
|
| 5 |
+#include "head.wmi" TITLE="Redirecting" REDIRECT="download" |
|
| 98 | 6 |
|
| 99 | 7 |
#include <foot.wmi> |
| 8 |
+ |
| ... | ... |
@@ -1,90 +1,8 @@ |
| 1 | 1 |
## translation metadata |
| 2 | 2 |
# Revision: $Revision$ |
| 3 |
+# Status: obsolete |
|
| 3 | 4 |
|
| 4 |
-#include "head.wmi" TITLE="Download for Windows" |
|
| 5 |
- |
|
| 6 |
-<div class="main-column"> |
|
| 7 |
- |
|
| 8 |
-<h2>Tor: Windows Packages</h2> |
|
| 9 |
-<hr /> |
|
| 10 |
- |
|
| 11 |
-<p>The latest stable release is <b><version-stable></b>, and the |
|
| 12 |
-latest development release is <b><version-alpha></b>.</p> |
|
| 13 |
- |
|
| 14 |
-<p><b>Subscribe</b> to the |
|
| 15 |
-<a href="http://archives.seul.org/or/announce/">or-announce mailing list</a> |
|
| 16 |
-to keep informed of security advisories and new stable releases (you will |
|
| 17 |
-need to confirm via email):</p> |
|
| 18 |
- |
|
| 19 |
-<form action="http://freehaven.net/cgi-bin/majordomo.cgi"> |
|
| 20 |
-<input type="hidden" name="mlist" value="or-announce"> |
|
| 21 |
-<input type="hidden" name="subscribe" value="1"> |
|
| 22 |
-<input type="hidden" name="host" value="freehaven.net"> |
|
| 23 |
-<input name="email" size="15"> |
|
| 24 |
-<input type="submit" value="subscribe"> |
|
| 25 |
-</form> |
|
| 26 |
- |
|
| 27 |
-#Jens suggests something like: |
|
| 28 |
-#<dl> |
|
| 29 |
-#<dt>Windows</dt> |
|
| 30 |
-#<dd>latest version: <a href="">0.1.1.23</a>, <a |
|
| 31 |
-#href="">instructions</a></dd> |
|
| 32 |
-#</dl> |
|
| 33 |
- |
|
| 34 |
-<table border="1" cellspacing="0" cellpadding="2"> |
|
| 35 |
-<thead> |
|
| 36 |
-<tr> |
|
| 37 |
-<th>Platform</th> |
|
| 38 |
-<th>Package</th> |
|
| 39 |
-<th>Setup info</th> |
|
| 40 |
-</tr> |
|
| 41 |
-</thead> |
|
| 42 |
- |
|
| 43 |
-<tr> |
|
| 44 |
-<td>Windows</td> |
|
| 45 |
-<td>Tor & Privoxy & Vidalia bundle: |
|
| 46 |
-<a href="<package-win32-bundle-stable>"><version-win32-bundle-stable></a> (<a href="<package-win32-bundle-stable-sig>">sig</a>), |
|
| 47 |
-<a href="<package-win32-bundle-alpha>"><version-win32-bundle-alpha></a> (<a href="<package-win32-bundle-alpha-sig>">sig</a>). |
|
| 48 |
-</td> |
|
| 49 |
-<td><a href="<page docs/tor-doc-win32>">Windows instructions</a></td> |
|
| 50 |
-</tr> |
|
| 51 |
- |
|
| 52 |
-<tr> |
|
| 53 |
-<td>For experts only</td> |
|
| 54 |
-<td>Just Tor: |
|
| 55 |
-<a href="<package-win32-stable>"><version-win32-stable></a> (<a href="<package-win32-stable-sig>">sig</a>), |
|
| 56 |
-<a href="<package-win32-alpha>"><version-win32-alpha></a> (<a href="<package-win32-alpha-sig>">sig</a>). |
|
| 57 |
-</td> |
|
| 58 |
-<td>similar to the <a href="<page docs/tor-doc-unix>#privoxy">Unix instructions</a> |
|
| 59 |
-</td> |
|
| 60 |
-</tr> |
|
| 61 |
- |
|
| 62 |
-</table> |
|
| 63 |
- |
|
| 64 |
-<br /> |
|
| 65 |
- |
|
| 66 |
-<h2>More Information</h2> |
|
| 67 |
- |
|
| 68 |
-<ul> |
|
| 69 |
-<li>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a> |
|
| 70 |
-under the <a href="<svnsandbox>LICENSE">3-clause BSD license</a>.</li> |
|
| 71 |
-<li>If you want Tor to become faster and more usable, please consider <a |
|
| 72 |
-href="<page donate>">making a donation to the Tor project</a>.</li> |
|
| 73 |
-<li>Read the <a href="<page download>#ChangeLog">description of changes |
|
| 74 |
-in each release</a>.</li> |
|
| 75 |
-<li>Here is a <a href="<page mirrors>">list of |
|
| 76 |
-sites mirroring the Tor site</a>. Here is a <a |
|
| 77 |
-href="http://opensource.depthstrike.com/?category=tor">page with torrents |
|
| 78 |
-for each download above</a>. You can also download the |
|
| 79 |
-<a href="dist/privoxy-3.0.3-2-stable.src.tar.gz">Privoxy 3.0.3 source</a> |
|
| 80 |
-or <a href="dist/vidalia-bundles/">Vidalia source</a>.</li> |
|
| 81 |
-<li>See our <a |
|
| 82 |
-href="http://wiki.noreply.org/noreply/TheOnionRouter/VerifyingSignatures">FAQ |
|
| 83 |
-entry on verifying package signatures</a>, which allows |
|
| 84 |
-you to make sure you've downloaded the file we intended you to get.</li> |
|
| 85 |
-</ul> |
|
| 86 |
- |
|
| 87 |
- </div><!-- #main --> |
|
| 5 |
+#include "head.wmi" TITLE="Redirecting" REDIRECT="download" |
|
| 88 | 6 |
|
| 89 | 7 |
#include <foot.wmi> |
| 90 | 8 |
|
| 91 | 9 |