688e10a43519fa4061fe620bdc7d73143e80e36b
Roger Dingledine break out the linux/unix do...

Roger Dingledine authored 17 years ago

1) ## translation metadata
Roger Dingledine when i made these new websi...

Roger Dingledine authored 17 years ago

2) # Revision: $Revision$
Roger Dingledine break out the linux/unix do...

Roger Dingledine authored 17 years ago

3) 
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>
Andrew Lewman Fixed some errors noticed b...

Andrew Lewman authored 17 years ago

37) <td>OS X 10.4 (Tiger) Universal Binary</td>
Roger Dingledine clean up all the download p...

Roger Dingledine authored 17 years ago

38) <td>Tor &amp; Privoxy &amp; 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>).
Roger Dingledine break out the linux/unix do...

Roger Dingledine authored 17 years ago

41) </td>
Roger Dingledine clean up all the download p...

Roger Dingledine authored 17 years ago

42) <td><a href="<page docs/tor-doc-osx>">OS X instructions</a></td>
Roger Dingledine break out the linux/unix do...

Roger Dingledine authored 17 years ago

43) </tr>
44) 
45) <tr>
Roger Dingledine clean up all the download p...

Roger Dingledine authored 17 years ago

46) <td>OS X 10.3 (Panther)</td>
47) <td>Tor &amp; Privoxy &amp; 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>).
Roger Dingledine break out the linux/unix do...

Roger Dingledine authored 17 years ago

50) </td>
Roger Dingledine clean up all the download p...

Roger Dingledine authored 17 years ago

51) <td><a href="<page docs/tor-doc-osx>">OS X instructions</a></td>
Roger Dingledine break out the linux/unix do...

Roger Dingledine authored 17 years ago

52) </tr>
53) 
54) <tr>
Roger Dingledine more tweaks

Roger Dingledine authored 17 years ago

55) <td>For experts only: Tiger</td>
Roger Dingledine clean up all the download p...

Roger Dingledine authored 17 years ago

56) <td>Just Tor &amp; 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>).
Roger Dingledine break out the linux/unix do...

Roger Dingledine authored 17 years ago

59) </td>
60) <td><a href="<page docs/tor-doc-osx>">OS X instructions</a></td>
61) </tr>
62) 
63) <tr>
Roger Dingledine more tweaks

Roger Dingledine authored 17 years ago

64) <td>For experts only: Panther</td>
Roger Dingledine clean up all the download p...

Roger Dingledine authored 17 years ago

65) <td>Just Tor &amp; 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>).
Roger Dingledine break out the linux/unix do...

Roger Dingledine authored 17 years ago

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
Peter Palfrader r9719@danube: weasel | 20...

Peter Palfrader authored 17 years ago

92) href="http://wiki.noreply.org/noreply/TheOnionRouter/VerifyingSignatures">FAQ