add bridge-by-default bundle link and some information about it to download page
Erinn Clark

Erinn Clark commited on 2011-04-27 17:26:04
Zeige 2 geänderte Dateien mit 8 Einfügungen und 2 Löschungen.

... ...
@@ -20,10 +20,11 @@
20 20
 <td class="nopad"><div class="title"><a name="Windows">Microsoft Windows</a></div></td>
21 21
 </tr>
22 22
 <tr>
23
-<td>The Tor Software for Windows comes bundled in three different ways:
23
+<td>The Tor Software for Windows comes bundled in four different ways:
24 24
 <ul>
25 25
 <li>The <strong>Tor Browser Bundle</strong> contains everything you need to safely browse the Internet. This package requires no installation. Just extract it and run. <a href="<page projects/torbrowser>">Learn more &raquo;</a></li>
26 26
 <li>The <strong>Vidalia Bundle</strong> contains Tor, <a href="<page projects/vidalia>">Vidalia</a>, and Polipo for installation on your system.  You need to configure your applications to use Tor.</li>
27
+<li>The <strong>Bridge-by-Default Vidalia Bundle</strong> is a <strong>Vidalia Bundle</strong> which is configured to be a <a href="<page docs/bridges>">bridge</a> in order to help censored users reach the Tor network.
27 28
 <li>The <strong>Expert Package</strong> contains just Tor and nothing else.  You'll need to configure Tor and all of your applications manually.</li>
28 29
 </ul>
29 30
 <p>There are two versions of each package, a stable and alpha release.  Stable packages are released when we believe the features and code will not change for many months.  Alpha or unstable packages are released so you can help us test new features and bugfixes. Even though they have a higher version number than the stable versions listed above, there is a much higher chance of serious reliability and security bugs in these downloads.  Please be prepared to <a href="https://bugs.torproject.org/">report bugs</a>.</p>
... ...
@@ -54,7 +55,10 @@ Download <a href="<page projects/torbrowser>">other language versions and the so
54 55
  Stable Vidalia Bundle works with Windows 7, Vista, XP, <a href="<package-win32-bundle-stable>">Download Stable</a>&nbsp;(<a href="<package-win32-bundle-stable>.asc">sig</a>)
55 56
  </span></td>
56 57
  </tr>
57
- <tr class="gray"><td><span class="windows">Unstable Vidalia Bundles works with Windows 7, Vista, XP, <a href="<package-win32-bundle-alpha>">Download Unstable</a>&nbsp;(<a href="<package-win32-bundle-alpha>.asc">sig</a>)</span></td>
58
+ <tr class="gray"><td><span class="windows">Unstable Vidalia Bundle works with Windows 7, Vista, XP, <a href="<package-win32-bundle-alpha>">Download Unstable</a>&nbsp;(<a href="<package-win32-bundle-alpha>.asc">sig</a>)</span></td>
59
+ </tr>
60
+ <tr><td><span class="windows">
61
+ <tr class="gray"><td><span class="windows">Unstable Bridge-by-Default Vidalia Bundle works with Windows 7, Vista, XP, <a href="../dist/vidalia-bundles/vidalia-bridge-bundle-<version-win32-bridge-bundle-alpha>.exe">Download Unstable</a>&nbsp;(<a href="../dist/vidalia-bundles/vidalia-bridge-bundle-<version-win32-bridge-bundle-alpha>.asc">sig</a>)</span></td>
58 62
  </tr>
59 63
  <tr>
60 64
  <td><span class="windows">Stable Expert Bundle works with Windows 98SE, ME, Windows 7, Vista, XP, 2000, 2003 Server, <a href="../dist/win32/tor-<version-win32-stable>-win32.exe">Download Stable</a>&nbsp;(<a href="../dist/win32/tor-<version-win32-stable>-win32.exe.asc">sig</a>)</span></td>
... ...
@@ -7,6 +7,8 @@
7 7
 <define-tag version-win32-bundle-stable whitespace=delete>0.2.1.30</define-tag>
8 8
 <define-tag version-win32-bundle-alpha whitespace=delete>0.2.2.24-alpha</define-tag>
9 9
 
10
+<define-tag version-win32-bridge-bundle-alpha whitespace=delete>0.2.2.24-alpha-<version-vidalia-stable></define-tag>
11
+
10 12
 <define-tag version-osx-x86-bundle-stable whitespace=delete>0.2.1.30</define-tag>
11 13
 <define-tag version-osx-x86-bundle-alpha whitespace=delete>0.2.2.24-alpha</define-tag>
12 14
 
13 15