Karsten Loesing commited on 2011-08-31 15:56:36
Zeige 2 geänderte Dateien mit 32 Einfügungen und 4 Löschungen.
... | ... |
@@ -61,15 +61,41 @@ |
61 | 61 |
<!-- VIDALIA BRIDGE BUNDLE --> |
62 | 62 |
<div class="package"> |
63 | 63 |
<div class="downloads"> |
64 |
- <a class="button" href="../dist/vidalia-bundles/vidalia-bridge-bundle-<version-win32-bridge-bundle-alpha>.exe"><span class="strong">Download</span><span class="normal">Vidalia Bridge Bundle (Beta)</span></a> |
|
64 |
+ <a class="button" href="../dist/vidalia-bundles/vidalia-bridge-bundle-<version-win32-bridge-bundle-stable>.exe"><span class="strong">Download</span><span class="normal">Vidalia Bridge Bundle (Beta)</span></a> |
|
65 | 65 |
<div class="sig"> |
66 |
- (<a href="../dist/vidalia-bundles/vidalia-bridge-bundle-<version-win32-bridge-bundle-alpha>.exe.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a> |
|
66 |
+ (<a href="../dist/vidalia-bundles/vidalia-bridge-bundle-<version-win32-bridge-bundle-stable>.exe.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a> |
|
67 | 67 |
</div> |
68 | 68 |
</div> |
69 | 69 |
|
70 | 70 |
<h2>Vidalia Bridge Bundle</h2> |
71 | 71 |
<em>Windows 7, Vista, and XP</em> |
72 |
- <p>A Vidalia Bundle which is configured to be a <a href="<page docs/bridges>">bridge</a> by default. This helps censored users reach the Tor network. <a href="<page docs/tor-doc-windows>">Installation Guide »</a></p> |
|
72 |
+ <p>A Vidalia Bundle which is configured to be a <a href="<page docs/bridges>">bridge</a> by default. This helps censored users reach the Tor network.</p> |
|
73 |
+ </div> |
|
74 |
+<!-- VIDALIA RELAY BUNDLE --> |
|
75 |
+ <div class="package"> |
|
76 |
+ <div class="downloads"> |
|
77 |
+ <a class="button" href="https://archive.torproject.org/tor-package-archive/technology-preview/vidalia-relay-bundle-<version-win32-relay-bundle-stable>.exe"><span class="strong">Download</span><span class="normal">Vidalia Relay Bundle (Beta)</span></a> |
|
78 |
+ <div class="sig"> |
|
79 |
+ (<a href="https://archive.torproject.org/tor-package-archive/technology-preview/vidalia-relay-bundle-<version-win32-relay-bundle-stable>.exe.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a> |
|
80 |
+ </div> |
|
81 |
+ </div> |
|
82 |
+ |
|
83 |
+ <h2>Vidalia Relay Bundle</h2> |
|
84 |
+ <em>Windows 7, Vista, and XP</em> |
|
85 |
+ <p>A Vidalia Bundle which is configured to be a non-exit <a href="<page docs/tor-doc-relay>">relay</a> by default. This helps grow the Tor network.</p> |
|
86 |
+ </div> |
|
87 |
+<!-- VIDALIA EXIT BUNDLE --> |
|
88 |
+ <div class="package"> |
|
89 |
+ <div class="downloads"> |
|
90 |
+ <a class="button" href="https://archive.torproject.org/tor-package-archive/technology-preview/vidalia-exit-bundle-<version-win32-exit-bundle-stable>.exe"><span class="strong">Download</span><span class="normal">Vidalia Exit Bundle (Beta)</span></a> |
|
91 |
+ <div class="sig"> |
|
92 |
+ (<a href="https://archive.torproject.org/tor-package-archive/technology-preview/vidalia-exit-bundle-<version-win32-exit-bundle-stable>.exe.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a> |
|
93 |
+ </div> |
|
94 |
+ </div> |
|
95 |
+ |
|
96 |
+ <h2>Vidalia Exit Bundle</h2> |
|
97 |
+ <em>Windows 7, Vista, and XP</em> |
|
98 |
+ <p>A Vidalia Bundle which is configured to be an <a href="<page docs/tor-doc-relay>">exit relay</a> by default. <strong>Please read these <a href="https://blog.torproject.org/running-exit-node">tips for running an exit node with minimal harassment</a> before you get started!</strong></p> |
|
73 | 99 |
</div> |
74 | 100 |
<!-- EXPERT BUNDLE --> |
75 | 101 |
<div class="package"> |
... | ... |
@@ -7,7 +7,9 @@ |
7 | 7 |
<define-tag version-win32-bundle-stable whitespace=delete>0.2.2.32</define-tag> |
8 | 8 |
<define-tag version-win32-bundle-alpha whitespace=delete>0.2.2.32</define-tag> |
9 | 9 |
|
10 |
-<define-tag version-win32-bridge-bundle-alpha whitespace=delete>0.2.2.32-<version-vidalia-stable></define-tag> |
|
10 |
+<define-tag version-win32-bridge-bundle-stable whitespace=delete>0.2.2.32-<version-vidalia-stable></define-tag> |
|
11 |
+<define-tag version-win32-relay-bundle-stable whitespace=delete>0.2.2.32-<version-vidalia-stable>-1</define-tag> |
|
12 |
+<define-tag version-win32-exit-bundle-stable whitespace=delete>0.2.2.32-<version-vidalia-stable>-2</define-tag> |
|
11 | 13 |
|
12 | 14 |
<define-tag version-osx-x86-bundle-stable whitespace=delete>0.2.2.32</define-tag> |
13 | 15 |
<define-tag version-osx-x86-bundle-alpha whitespace=delete>0.2.2.32</define-tag> |
14 | 16 |