Add Win 64bit bundles to download-easy page
Georg Koppen

Georg Koppen commited on 2018-09-06 11:14:02
Zeige 1 geänderte Dateien mit 26 Einfügungen und 4 Löschungen.


We put the 64bit download link first assuming most Windows users
are capable of running 64bit bundles nowadays. Additionally we adjust
the minimum requirements to Windows 10, 8, and 7.
... ...
@@ -11,7 +11,7 @@
11 11
 
12 12
 #<!-- Download button text for language enabled packages -->
13 13
 <define-tag button-win-tbb32>Tor Browser</define-tag>
14
-<define-tag button-win-tbb64>Currently Unused</define-tag>
14
+<define-tag button-win-tbb64>Windows 64-bit</define-tag>
15 15
 <define-tag button-osx-tbb64>Tor Browser</define-tag>
16 16
 <define-tag button-lin-tbb32>Tor Browser</define-tag>
17 17
 <define-tag button-lin-tbb64>Linux 64-bit</define-tag>
... ...
@@ -33,13 +33,35 @@
33 33
 
34 34
 
35 35
 <div id="dow-don-left">
36
-
37
-
36
+<!-- START WINDOWS 64-Bit -->
37
+      <div id="windows" class="easy windows">
38
+	<div class="package" style="padding-top: 13px; border-top: 0px;">
39
+	  <div class="desc">
40
+	    <h2>Tor Browser for Windows (64 bit)</h2>
41
+	    <em>Version <version-torbrowserbundle> - Windows 10, 8, and 7</em>
42
+	    <p>Everything you need to safely browse the Internet. <br /><a href="<page projects/torbrowser>">Learn more &raquo;</a></p>
43
+	  </div>
44
+	  <form class="downloads">
45
+	    <a class="button win-tbb64" href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-win64-<version-torbrowserbundle>_<lang>.exe"><span
46
+            class="strong">Download</span><span class="normal"><button-win-tbb64></span></a>
47
+	    <select name="language" id="win-tbb64" class="lang">
48
+#include <lang.wmi>
49
+	    </select>
50
+	    <div class="sig" style="margin-bottom: 5px;">
51
+	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
52
+	      (<a class="win-tbb64-sig"
53
+               href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-win64-<version-torbrowserbundle>_<lang>.exe.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
54
+	    </div>
55
+	  </form>
56
+	  <p class="alt-dl">Not Using Windows?<br />Download for <a href="#mac">Mac</a> or <a href="#linux">Linux</a></p>
57
+	</div>
58
+      </div>
59
+<!-- START WINDOWS 32-Bit -->
38 60
       <div id="windows" class="easy windows">
39 61
 	<div class="package" style="padding-top: 13px; border-top: 0px;">
40 62
 	  <div class="desc">
41 63
 	    <h2>Tor Browser for Windows</h2>
42
-	    <em>Version <version-torbrowserbundle> - Windows 10, 8, 7, Vista, and XP</em>
64
+	    <em>Version <version-torbrowserbundle> - Windows 10, 8, and 7</em>
43 65
 	    <p>Everything you need to safely browse the Internet. <br /><a href="<page projects/torbrowser>">Learn more &raquo;</a></p>
44 66
 	  </div>
45 67
 	  <form class="downloads">
46 68