...
|
...
|
@@ -184,16 +184,25 @@ custom configurations. All an apt-get or yum install away.</p>
|
184
|
184
|
</div>
|
185
|
185
|
</div>
|
186
|
186
|
<!-- END ANDROID -->
|
187
|
|
-<!-- START SMARTPHONE
|
|
187
|
+<!-- START SMARTPHONES -->
|
|
188
|
+<!-- START IOS -->
|
188
|
189
|
<div id="smartphone" class="accordionButton on">
|
189
|
|
- <span class="smartphone24">Smartphone</span>
|
190
|
|
- </div>
|
|
190
|
+ <span class="smartphone24">Smartphones</span></div>
|
191
|
191
|
<div class="accordionContent">
|
192
|
192
|
<div class="fauxhead"></div>
|
193
|
|
- <div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;">
|
194
|
|
- </div>
|
195
|
|
- </div>
|
196
|
|
-END SMARTPHONE -->
|
|
193
|
+ <div class="package" style="padding-top: 13px; border-top: 0px;">
|
|
194
|
+ <h2>iOS</h2>
|
|
195
|
+ <p>
|
|
196
|
+ Unfortunately we do not have the capacity to offer a version of
|
|
197
|
+ Tor Browser for IOS at the moment, but
|
|
198
|
+ <a href="https://support.torproject.org/#tormobile-3">
|
|
199
|
+ we recommend Onion Browser</a>. See also
|
|
200
|
+ <a href="https://prism-break.org/en/categories/ios">IOS | prism-break</a>.
|
|
201
|
+ </p>
|
|
202
|
+ </div>
|
|
203
|
+ </div>
|
|
204
|
+<!-- END IOS -->
|
|
205
|
+<!-- END SMARTPHONES -->
|
197
|
206
|
<!-- BEGIN SOURCE -->
|
198
|
207
|
<div id="source" class="accordionButton on">
|
199
|
208
|
<span class="sourcecode24">Source Code</span></div>
|
...
|
...
|
@@ -219,6 +228,7 @@ END SMARTPHONE -->
|
219
|
228
|
|
220
|
229
|
<h2>Source Tarball</h2>
|
221
|
230
|
<p> Configure with: <code style="color: #666666;">./configure && make && src/or/tor</code> (or src/app/tor starting in 0.3.5.x)</p>
|
|
231
|
+ <p>There are also <a href="<page download/download-unix>">packaged version of tor</a>.</p>
|
222
|
232
|
<p>The current stable version of Tor is <version-stable>. Its <a href="<gitblob>ReleaseNotes<cgitstable>">release notes</a> are available.</p>
|
223
|
233
|
<p>The current unstable/alpha version of Tor is <version-alpha>. Its <a href="<gitblob>ChangeLog">Changelog</a> is available.</p>
|
224
|
234
|
</div>
|