traumschule commited on 2018-09-06 16:50:42
Zeige 1 geänderte Dateien mit 21 Einfügungen und 11 Löschungen.
... | ... |
@@ -167,19 +167,20 @@ custom configurations. All an apt-get or yum install away.</p> |
167 | 167 |
</div> |
168 | 168 |
<!-- END UNIX --> |
169 | 169 |
<!-- START SMARTPHONES --> |
170 |
- <div id="smartphone" class="accordionButton on"> |
|
171 |
- <span class="smartphone24"><a name="smartphone">Tor for Smartphones</a></span></div> |
|
170 |
+<!-- START ANDROID --> |
|
171 |
+ <!--<div id="android" class="accordionButton on"> |
|
172 |
+ <span class="android24">Android</span> |
|
173 |
+ </div> |
|
172 | 174 |
<div class="accordionContent"> |
173 | 175 |
<div class="fauxhead"></div> |
174 | 176 |
<div class="package" style="padding-top: 13px; border-top: 0px;"> |
175 | 177 |
<form class="downloads"> |
176 |
- <a class="button" href="../dist/torbrowser/mobile/<version-torbrowserbundleandroid>/tor-browser-android-arm-<version-torbrowserbundleandroid>.apk"><span class="strong">Download</span><span class="normal">Android</span></a> |
|
178 |
+ <a class="button" href="../dist/torbrowser/mobile/1.0a1/tor-browser-android-arm-1.0a1.apk"><span class="strong">Download</span><span class="normal">Android</span></a> |
|
177 | 179 |
<div class="sig"> |
178 |
- (<a class="android-tbb-sig" href="../dist/torbrowser/mobile/<version-torbrowserbundleandroid>/TorBrowser-<version-torbrowserbundleandroid>.asc">sig</a>) |
|
179 |
- <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a> |
|
180 |
+ (<a class="android-tbb-sig" href="../dist/torbrowser/mobile/1.0a1/TorBrowser-1.0a1.asc">sig</a>) |
|
181 |
+ <a class="siginfo" href="../docs/verifying-signatures.html.en">What's This?</a> |
|
180 | 182 |
</div> |
181 | 183 |
</form> |
182 |
- |
|
183 | 184 |
<h2>Tor Browser</h2> |
184 | 185 |
<p> |
185 | 186 |
Introducing Tor Browser for Android, the mobile browser with the |
... | ... |
@@ -202,16 +203,24 @@ custom configurations. All an apt-get or yum install away.</p> |
202 | 203 |
</div> |
203 | 204 |
</div>--> |
204 | 205 |
<!-- END ANDROID --> |
205 |
-<!-- START SMARTPHONE --> |
|
206 |
-<!-- END SMARTPHONE --> |
|
206 |
+<!-- START IOS --> |
|
207 | 207 |
<div id="smartphone" class="accordionButton on"> |
208 |
- <span class="smartphone24">Smartphone</span> |
|
209 |
- </div> |
|
208 |
+ <span class="smartphone24">Smartphones</span></div> |
|
210 | 209 |
<div class="accordionContent"> |
211 | 210 |
<div class="fauxhead"></div> |
212 |
- <div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;"> |
|
211 |
+ <div class="package" style="padding-top: 13px; border-top: 0px;"> |
|
212 |
+ <h2>iOS</h2> |
|
213 |
+ <p> |
|
214 |
+ Unfortunately we do not have the capacity to offer a version of |
|
215 |
+ Tor Browser for IOS at the moment, but |
|
216 |
+ <a href="https://support.torproject.org/#tormobile-3"> |
|
217 |
+ we recommend Onion Browser</a>. See also |
|
218 |
+ <a href="https://prism-break.org/en/categories/ios">IOS | prism-break</a>. |
|
219 |
+ </p> |
|
213 | 220 |
</div> |
214 | 221 |
</div> |
222 |
+<!-- END IOS --> |
|
223 |
+<!-- END SMARTPHONES --> |
|
215 | 224 |
<!-- BEGIN SOURCE --> |
216 | 225 |
<div id="source" class="accordionButton on"> |
217 | 226 |
<span class="sourcecode24"><a name="source">Source Code</a></span></div> |
... | ... |
@@ -237,6 +246,7 @@ custom configurations. All an apt-get or yum install away.</p> |
237 | 246 |
|
238 | 247 |
<h2>Source Tarball</h2> |
239 | 248 |
<p>Configure with: <code style="color: #666666;">./configure && make && src/or/tor</code></p> |
249 |
+ <p>There are also <a href="<page download/download-unix>">packaged version of tor</a>.</p> |
|
240 | 250 |
<p>The current stable version of Tor is <version-stable>. Its <a href="<gitblob>ReleaseNotes<cgitstable>">release notes</a> are available.</p> |
241 | 251 |
<p>The current unstable/alpha version of Tor is <version-alpha>. Its <a href="<gitblob>ChangeLog">Changelog</a> is available.</p> |
242 | 252 |
</div> |
243 | 253 |