remove easy download since it's obsolete.
Andrew Lewman

Andrew Lewman commited on 2010-11-04 22:14:13
Zeige 1 geänderte Dateien mit 0 Einfügungen und 95 Löschungen.

... ...
@@ -1,95 +0,0 @@
1
-## translation metadata
2
-# Revision: $Revision$
3
-# Translation-Priority: 1-high
4
-
5
-#include "head.wmi" TITLE="Tor: Download" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6
-
7
-<div class="main-column">
8
-
9
-<h3>Download Now - Free &amp; Open Source Software</h3>
10
-<hr>
11
-<table width="99%" cellspacing="0" cellpadding="3">
12
-<tr>
13
-<th bgcolor="#e5e5e5" align="center" width="25%"><img src="$(IMGROOT)/logo.windows-header.gif"/></th>
14
-<th align="center" width="25%"><img src="$(IMGROOT)/ref_leopard_box.jpg"/></th>
15
-<th bgcolor="#e5e5e5" align="center" width="25%"><img src="$(IMGROOT)/logo.windows-header.gif"/></th>
16
-<th align="center" width="25%"><img src="$(IMGROOT)/distros/generic.png"/><img src="$(IMGROOT)/distros/freebsd.png"/><img src="$(IMGROOT)/distros/package.png"/><img src="$(IMGROOT)/distros/src.png"/></th>
17
-</tr>
18
-<tr>
19
-<td bgcolor="#e5e5e5" align="center">
20
-# Translators: please point to the version of TBB in your language,
21
-# if there is one.
22
-<a href="torbrowser/dist/tor-browser-<version-torbrowserbundle>_en-US.exe">Tor Browser Bundle for Windows</a>
23
-</td>
24
-<td align="center">
25
-<a href="<package-osx-bundle-stable>">Installation Bundle for Apple OS X</a>
26
-</td>
27
-<td bgcolor="#e5e5e5" align="center">
28
-<a href="<package-win32-bundle-stable>">Installation Bundle for
29
-Windows</a>
30
-</td>
31
-</tr>
32
-<tr>
33
-<td bgcolor="#e5e5e5" align="center">Zero installation.  Great for USB
34
-drives! Pre-configured with Firefox and more. <a href="<page
35
-projects/torbrowser>">More details and languages</a>.</td>
36
-<td align="center">Simple.  Drag and Drop Install. i386-only.  <a href="<page
37
-download/download>">PowerPC? Go here.</a></td>
38
-<td bgcolor="#e5e5e5" align="center">Easy to Install.</td>
39
-<td align="center">
40
-<a href="<page download/download>">Linux/BSD/Unix/Source</a>
41
-</td>
42
-</tr>
43
-</table>
44
-
45
-<div class="underline"></div>
46
-<div class="warning">
47
-Tor does <strong>not</strong> magically encrypt all of your Internet activities.
48
-Understand what Tor does and does not do for you. <a href="<page
49
-download/download>#Warning">Read more about this topic</a>.
50
-</div>
51
-
52
-<div class="underline"></div>
53
-<div class="nb">
54
-<p>Need more download options?  <a href="<page download/download>">See advanced choices</a>.</p>
55
-</div>
56
-
57
-<div class="underline"></div>
58
-<div class="nb">
59
-<p>Verify the signatures for the downloads above (<a href="<page docs/verifying-signatures>">How?</a>):</p>
60
-  <ul>
61
-    <li><a href="torbrowser/dist/tor-browser-<version-torbrowserbundle>_en-US.exe.asc">Tor Browser Bundle for Windows signature</a></li>
62
-    <li><a href="<package-win32-bundle-stable-sig>">Installation Bundle for Windows signature</a></li>
63
-    <li><a href="<package-osx-bundle-stable-sig>">Installation Bundle for OS X signature</a></li>
64
-  </ul>
65
-</div>
66
-
67
-<div class="underline"></div>
68
-<div class="nb">
69
-<p>Interested in <a href="<page about/overview>">learning more about Tor in general</a>?</p>
70
-</div>
71
-
72
-<div class="underline"></div>
73
-<div class="nb">
74
-<p>
75
-To keep informed of security advisories and new stable releases, subscribe
76
-to the <a href="http://archives.seul.org/or/announce/">or-announce
77
-mailing list</a> (you will be asked to confirm via email). You can also
78
-<a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
79
-the list's RSS feed</a>.
80
-</p>
81
-
82
-<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
83
-<input type="hidden" name="mlist" value="or-announce"/>
84
-<input type="hidden" name="subscribe" value="1"/>
85
-<input type="hidden" name="host" value="freehaven.net"/>
86
-<input name="email" size="15"/>
87
-<input type="submit" value="subscribe to or-announce"/>
88
-</form>
89
-</div>
90
-
91
-<p>All trademarks are the property of their respective owners.</p>
92
-</div><!-- #main -->
93
-
94
-#include <foot.wmi>
95
-
96 0