Mike Perry commited on 2010-09-30 23:18:59
Zeige 2 geänderte Dateien mit 11 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -104,3 +104,6 @@ |
| 104 | 104 |
|
| 105 | 105 |
<define-tag version-torbutton whitespace=delete>1.2.5 (08 April 2010)</define-tag> |
| 106 | 106 |
<define-tag version-hash-torbutton whitespace=delete>sha1:e84592877593ad6119e829ac7199fd19333e101e</define-tag> |
| 107 |
+ |
|
| 108 |
+<define-tag version-torbutton-alpha whitespace=delete>1.3.0-alpha (30 September 2010)</define-tag> |
|
| 109 |
+<define-tag version-hash-torbutton-alpha whitespace=delete>sha1:be60421d92a455e6e7c25ade84da19db9f299e7e</define-tag> |
| ... | ... |
@@ -83,15 +83,21 @@ function install (aEvent) |
| 83 | 83 |
<h2>Torbutton</h2> |
| 84 | 84 |
<hr /> |
| 85 | 85 |
|
| 86 |
-<strong>Current version:</strong><version-torbutton><br/> |
|
| 86 |
+<strong>Current stable version:</strong><version-torbutton><br/> |
|
| 87 |
+<strong>Current alpha version:</strong><version-torbutton-alpha><br/> |
|
| 87 | 88 |
<br/> |
| 88 | 89 |
<strong>Authors:</strong> Mike Perry & Scott Squires<br/> |
| 89 | 90 |
<br/> |
| 90 |
-<strong>Install:</strong> Click to |
|
| 91 |
+<strong>Install Stable:</strong> Click to |
|
| 91 | 92 |
<a href="http://www.torproject.org/torbutton/torbutton-current.xpi" |
| 92 | 93 |
hash="<version-hash-torbutton>" |
| 93 | 94 |
onclick="return install(event);">install from this website</a> or |
| 94 | 95 |
<a href="https://addons.mozilla.org/en-US/firefox/downloads/latest/2275/addon-2275-latest.xpi?src=addondetail">install from Mozilla's Add-On site</a><br/> |
| 96 |
+<strong>Install Alpha:</strong> Click to |
|
| 97 |
+<a href="http://www.torproject.org/torbutton/torbutton-current-alpha.xpi" |
|
| 98 |
+ hash="<version-hash-torbutton-alpha>" |
|
| 99 |
+ onclick="return install(event);">install from this website</a> |
|
| 100 |
+<br/> |
|
| 95 | 101 |
<strong>Past Releases:</strong> <a href="releases/">Local</a><br/> |
| 96 | 102 |
<strong>Developer Documentation:</strong> <a href="design/">Torbutton Design Document</a> and <a href="design/MozillaBrownBag.pdf">Slides (Not actively updated)</a><br/> |
| 97 | 103 |
<strong>Extras:</strong> |
| 98 | 104 |