Sebastian Hahn commited on 2015-12-28 10:06:01
Zeige 2 geänderte Dateien mit 5 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -53,7 +53,7 @@ |
| 53 | 53 |
docs/documentation>#MailingLists">mailing lists</a>, |
| 54 | 54 |
you must subscribe before you can post.</li> |
| 55 | 55 |
<li><i>donations@torproject.org</i> is for questions and comments about <a |
| 56 |
- href="<page donate/donate>">getting money to the developers</a>. More |
|
| 56 |
+ href="<page donate/donate-1>">getting money to the developers</a>. More |
|
| 57 | 57 |
donations means <a href="<page docs/faq>#Funding">more |
| 58 | 58 |
Tor</a>. We're happy to help think about creative ways for you |
| 59 | 59 |
to contribute.</li> |
| ... | ... |
@@ -14,6 +14,7 @@ var software = {
|
| 14 | 14 |
'tor': { '_stable': { 'squeeze': [ 'squeeze' ],
|
| 15 | 15 |
'wheezy': [ 'wheezy' ], |
| 16 | 16 |
'jessie': [ 'jessie' ], |
| 17 |
+ 'stretch': [ 'stretch' ], |
|
| 17 | 18 |
'sid': [ 'sid' ], |
| 18 | 19 |
'lucid': [ 'lucid'], |
| 19 | 20 |
'precise': [ 'precise'], |
| ... | ... |
@@ -22,6 +23,7 @@ var software = {
|
| 22 | 23 |
'utopic': [ 'utopic'] }, |
| 23 | 24 |
'experimental-0.2.7.x': { 'wheezy': [ 'wheezy' ],
|
| 24 | 25 |
'jessie': [ 'jessie' ], |
| 26 |
+ 'stretch': [ 'stretch' ], |
|
| 25 | 27 |
'sid': [ 'sid' ], |
| 26 | 28 |
'lucid': [ 'lucid'], |
| 27 | 29 |
'precise': [ 'precise'], |
| ... | ... |
@@ -32,6 +34,7 @@ var software = {
|
| 32 | 34 |
'tor (from source)': { '_stable': { 'squeeze': [ 'squeeze' ],
|
| 33 | 35 |
'wheezy': [ 'wheezy' ], |
| 34 | 36 |
'jessie': [ 'jessie' ], |
| 37 |
+ 'stretch': [ 'stretch' ], |
|
| 35 | 38 |
'sid': [ 'sid' ], |
| 36 | 39 |
'lucid': [ 'lucid'], |
| 37 | 40 |
'precise': [ 'precise'], |
| ... | ... |
@@ -40,6 +43,7 @@ var software = {
|
| 40 | 43 |
'utopic': [ 'utopic'] }, |
| 41 | 44 |
'experimental-0.2.7.x': { 'wheezy': [ 'wheezy' ],
|
| 42 | 45 |
'jessie': [ 'jessie' ], |
| 46 |
+ 'stretch': [ 'stretch' ], |
|
| 43 | 47 |
'sid': [ 'sid' ], |
| 44 | 48 |
'lucid': [ 'lucid'], |
| 45 | 49 |
'precise': [ 'precise'], |
| 46 | 50 |