Bob Mottram 9 anos atrás
pai
commit
8cfea0d1a9
2 arquivos alterados com 115 adições e 115 exclusões
  1. 1
    1
      doc/EN/usage.org
  2. 114
    114
      website/EN/usage.html

+ 1
- 1
doc/EN/usage.org Ver arquivo

@@ -119,7 +119,7 @@ Open a non-Tor browser and enter  *http://127.0.0.1:8384* as the URL. You should
119 119
 
120 120
 From the top menu select *Actions* and then *Show ID*, then copy the ID string (usually select then CTRL+c). Go back to the terminal control panel menu and select *Add an ID* then paste what you just copied (CTRL+v). Optionally you can also provide a description so that you later can know what that string corresponds to.
121 121
 
122
-Now wait for a few minutes. Eventually you will see two messages appear within the browser asking if you want to add two news folders from the Freedombone server. Say yes to both, and specify *~/Sync* as the directory with your username and *~/SyncShared* as the shared directory. You can now copy files into your *~/Sync* directory and they will automatically be synced to the server. Those will be files which only you can access. If you copy files into *~/SyncShared* then they will also be available to any other users on the system.
122
+Now wait for a few minutes. Eventually you will see two messages appear within the browser asking if you want to add two new folders from the Freedombone server. Say yes to both, and specify *~/Sync* as the directory with your username and *~/SyncShared* as the shared directory. You can now copy files into your *~/Sync* directory and they will automatically be synced to the server. Those will be files which only you can access. If you copy files into *~/SyncShared* then they will also be available to any other users on the system.
123 123
 ** On Android
124 124
 Install Syncthing and Connectbot from F-droid.
125 125
 

+ 114
- 114
website/EN/usage.html Ver arquivo

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-04-16 Sat 09:18 -->
6
+<!-- 2016-04-16 Sat 09:22 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -170,15 +170,15 @@ for the JavaScript code in this tag.
170 170
 </colgroup>
171 171
 <tbody>
172 172
 <tr>
173
-<td class="org-left"><a href="#org9223562">Readme</a></td>
173
+<td class="org-left"><a href="#org2013d81">Readme</a></td>
174 174
 </tr>
175 175
 
176 176
 <tr>
177
-<td class="org-left"><a href="#org46b9275">Improving ssh security</a></td>
177
+<td class="org-left"><a href="#org28cca59">Improving ssh security</a></td>
178 178
 </tr>
179 179
 
180 180
 <tr>
181
-<td class="org-left"><a href="#org2c86f3c">Administrating the system via an onion address (Tor)</a></td>
181
+<td class="org-left"><a href="#org6cc1512">Administrating the system via an onion address (Tor)</a></td>
182 182
 </tr>
183 183
 
184 184
 <tr>
@@ -190,38 +190,38 @@ for the JavaScript code in this tag.
190 190
 </tr>
191 191
 
192 192
 <tr>
193
-<td class="org-left"><a href="#orgb92a802">Syncing to the Cloud</a></td>
193
+<td class="org-left"><a href="#org2b75c6c">Syncing to the Cloud</a></td>
194 194
 </tr>
195 195
 
196 196
 <tr>
197
-<td class="org-left"><a href="#org1bb6db8">Play Music</a></td>
197
+<td class="org-left"><a href="#org9cdb3b4">Play Music</a></td>
198 198
 </tr>
199 199
 
200 200
 <tr>
201
-<td class="org-left"><a href="#org4632c80">Microblogging (GNU Social)</a></td>
201
+<td class="org-left"><a href="#org65a42bf">Microblogging (GNU Social)</a></td>
202 202
 </tr>
203 203
 
204 204
 <tr>
205
-<td class="org-left"><a href="#orgcbaed90">Social Network</a></td>
205
+<td class="org-left"><a href="#org4a6e22d">Social Network</a></td>
206 206
 </tr>
207 207
 
208 208
 <tr>
209
-<td class="org-left"><a href="#orgf312143">Chat Services</a></td>
209
+<td class="org-left"><a href="#orgb9bc8b7">Chat Services</a></td>
210 210
 </tr>
211 211
 
212 212
 <tr>
213
-<td class="org-left"><a href="#orgabf1674">RSS Reader</a></td>
213
+<td class="org-left"><a href="#orge817e38">RSS Reader</a></td>
214 214
 </tr>
215 215
 
216 216
 <tr>
217
-<td class="org-left"><a href="#org6868015">Adding or removing users</a></td>
217
+<td class="org-left"><a href="#org1e497a1">Adding or removing users</a></td>
218 218
 </tr>
219 219
 </tbody>
220 220
 </table>
221 221
 
222
-<div id="outline-container-org9223562" class="outline-2">
223
-<h2 id="org9223562">Readme</h2>
224
-<div class="outline-text-2" id="text-org9223562">
222
+<div id="outline-container-org2013d81" class="outline-2">
223
+<h2 id="org2013d81">Readme</h2>
224
+<div class="outline-text-2" id="text-org2013d81">
225 225
 <p>
226 226
 After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
227 227
 </p>
@@ -242,9 +242,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
242 242
 </p>
243 243
 </div>
244 244
 </div>
245
-<div id="outline-container-org46b9275" class="outline-2">
246
-<h2 id="org46b9275">Improving ssh security</h2>
247
-<div class="outline-text-2" id="text-org46b9275">
245
+<div id="outline-container-org28cca59" class="outline-2">
246
+<h2 id="org28cca59">Improving ssh security</h2>
247
+<div class="outline-text-2" id="text-org28cca59">
248 248
 <p>
249 249
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
250 250
 </p>
@@ -297,9 +297,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
297 297
 </div>
298 298
 </div>
299 299
 
300
-<div id="outline-container-org2c86f3c" class="outline-2">
301
-<h2 id="org2c86f3c">Administrating the system via an onion address (Tor)</h2>
302
-<div class="outline-text-2" id="text-org2c86f3c">
300
+<div id="outline-container-org6cc1512" class="outline-2">
301
+<h2 id="org6cc1512">Administrating the system via an onion address (Tor)</h2>
302
+<div class="outline-text-2" id="text-org6cc1512">
303 303
 <p>
304 304
 You can also access your system via the Tor system using an onion address. To find out what the onion address for ssh access is you can do the following:
305 305
 </p>
@@ -328,9 +328,9 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
328 328
 </p>
329 329
 </div>
330 330
 </div>
331
-<div id="outline-container-orgb92a802" class="outline-2">
332
-<h2 id="orgb92a802">Syncing to the Cloud</h2>
333
-<div class="outline-text-2" id="text-orgb92a802">
331
+<div id="outline-container-org2b75c6c" class="outline-2">
332
+<h2 id="org2b75c6c">Syncing to the Cloud</h2>
333
+<div class="outline-text-2" id="text-org2b75c6c">
334 334
 <p>
335 335
 <a href="https://syncthing.net/">Syncthing</a> provides a similar capability to proprietary systems such as <a href="http://www.drop-dropbox.com/">Dropbox</a>, and also is well suited for use with low power single board computers. You can have one or more directories which are synchronized across your various laptops/desktops/devices, and this makes it hard for you to ever lose important files. The manner in which the synchronization is done is pretty secure, such that it would be difficult for passive adversaries (mass surveillance, "<i>men in the middle</i>", etc) to know what files you're sharing. Of course, you don't necessarily need to be running a server in order to use Syncthing, but if you do have a server which is always running then there's always at least one place to synchronize your files to or from.
336 336
 </p>
@@ -340,9 +340,9 @@ Freedombone provides Syncthing shared directories for each user on the system, p
340 340
 </p>
341 341
 </div>
342 342
 
343
-<div id="outline-container-orgdc694ac" class="outline-3">
344
-<h3 id="orgdc694ac">On a laptop</h3>
345
-<div class="outline-text-3" id="text-orgdc694ac">
343
+<div id="outline-container-orgf982f94" class="outline-3">
344
+<h3 id="orgf982f94">On a laptop</h3>
345
+<div class="outline-text-3" id="text-orgf982f94">
346 346
 <p>
347 347
 Install syncthing:
348 348
 </p>
@@ -393,13 +393,13 @@ From the top menu select <b>Actions</b> and then <b>Show ID</b>, then copy the I
393 393
 </p>
394 394
 
395 395
 <p>
396
-Now wait for a few minutes. Eventually you will see two messages appear within the browser asking if you want to add two news folders from the Freedombone server. Say yes to both, and specify <b>~/Sync</b> as the directory with your username and <b>~/SyncShared</b> as the shared directory. You can now copy files into your <b>~/Sync</b> directory and they will automatically be synced to the server. Those will be files which only you can access. If you copy files into <b>~/SyncShared</b> then they will also be available to any other users on the system.
396
+Now wait for a few minutes. Eventually you will see two messages appear within the browser asking if you want to add two new folders from the Freedombone server. Say yes to both, and specify <b>~/Sync</b> as the directory with your username and <b>~/SyncShared</b> as the shared directory. You can now copy files into your <b>~/Sync</b> directory and they will automatically be synced to the server. Those will be files which only you can access. If you copy files into <b>~/SyncShared</b> then they will also be available to any other users on the system.
397 397
 </p>
398 398
 </div>
399 399
 </div>
400
-<div id="outline-container-orge14c9d0" class="outline-3">
401
-<h3 id="orge14c9d0">On Android</h3>
402
-<div class="outline-text-3" id="text-orge14c9d0">
400
+<div id="outline-container-org4ea57c9" class="outline-3">
401
+<h3 id="org4ea57c9">On Android</h3>
402
+<div class="outline-text-3" id="text-org4ea57c9">
403 403
 <p>
404 404
 Install Syncthing and Connectbot from F-droid.
405 405
 </p>
@@ -430,12 +430,12 @@ Now wait for a few minutes or more. Eventually you should receive two notificati
430 430
 </div>
431 431
 </div>
432 432
 </div>
433
-<div id="outline-container-org1bb6db8" class="outline-2">
434
-<h2 id="org1bb6db8">Play Music</h2>
435
-<div class="outline-text-2" id="text-org1bb6db8">
436
-</div><div id="outline-container-org5ccdb3b" class="outline-3">
437
-<h3 id="org5ccdb3b">With the DLNA service</h3>
438
-<div class="outline-text-3" id="text-org5ccdb3b">
433
+<div id="outline-container-org9cdb3b4" class="outline-2">
434
+<h2 id="org9cdb3b4">Play Music</h2>
435
+<div class="outline-text-2" id="text-org9cdb3b4">
436
+</div><div id="outline-container-org5224921" class="outline-3">
437
+<h3 id="org5224921">With the DLNA service</h3>
438
+<div class="outline-text-3" id="text-org5224921">
439 439
 <p>
440 440
 An easy way to play music on any mobile device in your home is to use the DLNA service. Copy your music into a directory called "<i>Music</i>" on a USB thumb drive and then insert it into from socket on the Beaglebone.
441 441
 </p>
@@ -476,9 +476,9 @@ The DLNA service will only work within your local home network, and isn't remote
476 476
 </div>
477 477
 </div>
478 478
 
479
-<div id="outline-container-org4632c80" class="outline-2">
480
-<h2 id="org4632c80">Microblogging (GNU Social)</h2>
481
-<div class="outline-text-2" id="text-org4632c80">
479
+<div id="outline-container-org65a42bf" class="outline-2">
480
+<h2 id="org65a42bf">Microblogging (GNU Social)</h2>
481
+<div class="outline-text-2" id="text-org65a42bf">
482 482
 <p>
483 483
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
484 484
 </p>
@@ -507,20 +507,20 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
507 507
 </div>
508 508
 </div>
509 509
 
510
-<div id="outline-container-orgcbaed90" class="outline-2">
511
-<h2 id="orgcbaed90">Social Network</h2>
512
-<div class="outline-text-2" id="text-orgcbaed90">
513
-</div><div id="outline-container-orga3c84b" class="outline-3">
514
-<h3 id="orga3c84b">Domains</h3>
515
-<div class="outline-text-3" id="text-orga3c84b">
510
+<div id="outline-container-org4a6e22d" class="outline-2">
511
+<h2 id="org4a6e22d">Social Network</h2>
512
+<div class="outline-text-2" id="text-org4a6e22d">
513
+</div><div id="outline-container-orgedb396e" class="outline-3">
514
+<h3 id="orgedb396e">Domains</h3>
515
+<div class="outline-text-3" id="text-orgedb396e">
516 516
 <p>
517 517
 Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.
518 518
 </p>
519 519
 </div>
520 520
 </div>
521
-<div id="outline-container-orgd3a503b" class="outline-3">
522
-<h3 id="orgd3a503b">Initial install</h3>
523
-<div class="outline-text-3" id="text-orgd3a503b">
521
+<div id="outline-container-org36440d3" class="outline-3">
522
+<h3 id="org36440d3">Initial install</h3>
523
+<div class="outline-text-3" id="text-org36440d3">
524 524
 <p>
525 525
 On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is <b>register</b> a new user. The first user on the system then becomes its administrator.
526 526
 </p>
@@ -534,19 +534,19 @@ On first visiting your Hubzilla site you'll see the login screen. The first thin
534 534
 </div>
535 535
 </div>
536 536
 
537
-<div id="outline-container-orgf312143" class="outline-2">
538
-<h2 id="orgf312143">Chat Services</h2>
539
-<div class="outline-text-2" id="text-orgf312143">
540
-</div><div id="outline-container-org6bafea6" class="outline-3">
541
-<h3 id="org6bafea6">IRC</h3>
542
-<div class="outline-text-3" id="text-org6bafea6">
537
+<div id="outline-container-orgb9bc8b7" class="outline-2">
538
+<h2 id="orgb9bc8b7">Chat Services</h2>
539
+<div class="outline-text-2" id="text-orgb9bc8b7">
540
+</div><div id="outline-container-org68b61e1" class="outline-3">
541
+<h3 id="org68b61e1">IRC</h3>
542
+<div class="outline-text-3" id="text-org68b61e1">
543 543
 <p>
544 544
 IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
545 545
 </p>
546 546
 </div>
547
-<div id="outline-container-orgdccd9a" class="outline-4">
548
-<h4 id="orgdccd9a">Irssi</h4>
549
-<div class="outline-text-4" id="text-orgdccd9a">
547
+<div id="outline-container-org55d9970" class="outline-4">
548
+<h4 id="org55d9970">Irssi</h4>
549
+<div class="outline-text-4" id="text-org55d9970">
550 550
 <p>
551 551
 The easiest way to use irssi is to connect to your system, like this:
552 552
 </p>
@@ -562,9 +562,9 @@ Then select <b>IRC</b> from the menu. Irssi is automatically set up to connect t
562 562
 </p>
563 563
 </div>
564 564
 </div>
565
-<div id="outline-container-org34cf63e" class="outline-4">
566
-<h4 id="org34cf63e">XChat</h4>
567
-<div class="outline-text-4" id="text-org34cf63e">
565
+<div id="outline-container-org4e9f75" class="outline-4">
566
+<h4 id="org4e9f75">XChat</h4>
567
+<div class="outline-text-4" id="text-org4e9f75">
568 568
 <p>
569 569
 If you are using the XChat client:
570 570
 </p>
@@ -603,9 +603,9 @@ Click <b>close</b> and then <b>connect</b>.
603 603
 </div>
604 604
 </div>
605 605
 
606
-<div id="outline-container-orgdf79325" class="outline-4">
607
-<h4 id="orgdf79325">Changing or removing the IRC password</h4>
608
-<div class="outline-text-4" id="text-orgdf79325">
606
+<div id="outline-container-org1fbcb10" class="outline-4">
607
+<h4 id="org1fbcb10">Changing or removing the IRC password</h4>
608
+<div class="outline-text-4" id="text-org1fbcb10">
609 609
 <p>
610 610
 By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
611 611
 </p>
@@ -623,12 +623,12 @@ Select <i>Administrator controls</i> then <b>IRC Menu</b> and then change the pa
623 623
 </div>
624 624
 </div>
625 625
 
626
-<div id="outline-container-orgf9d1552" class="outline-3">
627
-<h3 id="orgf9d1552">XMPP/Jabber</h3>
628
-<div class="outline-text-3" id="text-orgf9d1552">
629
-</div><div id="outline-container-org88fb80" class="outline-4">
630
-<h4 id="org88fb80">Using with Profanity</h4>
631
-<div class="outline-text-4" id="text-org88fb80">
626
+<div id="outline-container-org8558071" class="outline-3">
627
+<h3 id="org8558071">XMPP/Jabber</h3>
628
+<div class="outline-text-3" id="text-org8558071">
629
+</div><div id="outline-container-orge846be9" class="outline-4">
630
+<h4 id="orge846be9">Using with Profanity</h4>
631
+<div class="outline-text-4" id="text-orge846be9">
632 632
 <p>
633 633
 The <a href="http://profanity.im/">Profanity</a> shell based user interface and is perhaps the simplest way to use XMPP from a laptop. It's also a good way to ensure that your OTR keys are the same even when logging in from different laptops or devices, and it also means that if those devices later become compomised then there are no locally stored OTR keys to be found.
634 634
 </p>
@@ -718,9 +718,9 @@ When accessed via the user control panel the client is automatically routed thro
718 718
 </p>
719 719
 </div>
720 720
 </div>
721
-<div id="outline-container-org3ec4836" class="outline-4">
722
-<h4 id="org3ec4836">Using with Jitsi</h4>
723
-<div class="outline-text-4" id="text-org3ec4836">
721
+<div id="outline-container-org3ff09a1" class="outline-4">
722
+<h4 id="org3ff09a1">Using with Jitsi</h4>
723
+<div class="outline-text-4" id="text-org3ff09a1">
724 724
 <p>
725 725
 Jitsi is the recommended communications client for desktop or laptop systems, since it includes the <i>off the record</i> (OTR) feature which provides some additional security beyond the usual SSL certificates.
726 726
 </p>
@@ -750,9 +750,9 @@ You can also <a href="https://www.youtube.com/watch?v=vgx7VSrDGjk">see this vide
750 750
 </p>
751 751
 </div>
752 752
 </div>
753
-<div id="outline-container-org7ac6fe4" class="outline-4">
754
-<h4 id="org7ac6fe4">Using with Ubuntu</h4>
755
-<div class="outline-text-4" id="text-org7ac6fe4">
753
+<div id="outline-container-org516a6fa" class="outline-4">
754
+<h4 id="org516a6fa">Using with Ubuntu</h4>
755
+<div class="outline-text-4" id="text-org516a6fa">
756 756
 <p>
757 757
 The default XMPP client in Ubuntu is Empathy.  Using Empathy isn't as secure as using Jitsi, since it doesn't include the <i>off the record</i> feature, but since it's the default it's what many users will have easy access to.
758 758
 </p>
@@ -770,17 +770,17 @@ Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ig
770 770
 </p>
771 771
 </div>
772 772
 </div>
773
-<div id="outline-container-org4c08f02" class="outline-4">
774
-<h4 id="org4c08f02">Using Tor Messenger</h4>
775
-<div class="outline-text-4" id="text-org4c08f02">
773
+<div id="outline-container-org12ac2d2" class="outline-4">
774
+<h4 id="org12ac2d2">Using Tor Messenger</h4>
775
+<div class="outline-text-4" id="text-org12ac2d2">
776 776
 <p>
777 777
 Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from <a href="https://torproject.org/">torproject.org</a> and the setup is pretty simple.
778 778
 </p>
779 779
 </div>
780 780
 </div>
781
-<div id="outline-container-orgc4d8e6f" class="outline-4">
782
-<h4 id="orgc4d8e6f">Using with Android</h4>
783
-<div class="outline-text-4" id="text-orgc4d8e6f">
781
+<div id="outline-container-orgf8dd7f" class="outline-4">
782
+<h4 id="orgf8dd7f">Using with Android</h4>
783
+<div class="outline-text-4" id="text-orgf8dd7f">
784 784
 <p>
785 785
 Install <a href="https://f-droid.org/">F-Droid</a>
786 786
 </p>
@@ -816,16 +816,16 @@ Then select <b>Next</b>. When chatting you can use the lock icon to encrypt your
816 816
 </div>
817 817
 </div>
818 818
 </div>
819
-<div id="outline-container-orge8034d7" class="outline-3">
820
-<h3 id="orge8034d7">Tox</h3>
821
-<div class="outline-text-3" id="text-orge8034d7">
819
+<div id="outline-container-org586c41a" class="outline-3">
820
+<h3 id="org586c41a">Tox</h3>
821
+<div class="outline-text-3" id="text-org586c41a">
822 822
 <p>
823 823
 Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
824 824
 </p>
825 825
 </div>
826
-<div id="outline-container-org799306f" class="outline-4">
827
-<h4 id="org799306f">Using the Toxic client</h4>
828
-<div class="outline-text-4" id="text-org799306f">
826
+<div id="outline-container-org9be6690" class="outline-4">
827
+<h4 id="org9be6690">Using the Toxic client</h4>
828
+<div class="outline-text-4" id="text-org9be6690">
829 829
 <p>
830 830
 Log into your system with:
831 831
 </p>
@@ -849,12 +849,12 @@ Then from the menu select <b>Tox Chat</b>. Tox is encrypted by default and also
849 849
 </div>
850 850
 </div>
851 851
 
852
-<div id="outline-container-org8bac625" class="outline-3">
853
-<h3 id="org8bac625">VoIP (Voice chat)</h3>
854
-<div class="outline-text-3" id="text-org8bac625">
855
-</div><div id="outline-container-org7d3384b" class="outline-4">
856
-<h4 id="org7d3384b">Using with Ubuntu</h4>
857
-<div class="outline-text-4" id="text-org7d3384b">
852
+<div id="outline-container-orgb9ce24" class="outline-3">
853
+<h3 id="orgb9ce24">VoIP (Voice chat)</h3>
854
+<div class="outline-text-3" id="text-orgb9ce24">
855
+</div><div id="outline-container-org753db3b" class="outline-4">
856
+<h4 id="org753db3b">Using with Ubuntu</h4>
857
+<div class="outline-text-4" id="text-org753db3b">
858 858
 <p>
859 859
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
860 860
 </p>
@@ -868,9 +868,9 @@ Click on "add new" to add a new server and enter the default domain name for the
868 868
 </p>
869 869
 </div>
870 870
 </div>
871
-<div id="outline-container-orga3f90f8" class="outline-4">
872
-<h4 id="orga3f90f8">Using with Android</h4>
873
-<div class="outline-text-4" id="text-orga3f90f8">
871
+<div id="outline-container-orgdd061cc" class="outline-4">
872
+<h4 id="orgdd061cc">Using with Android</h4>
873
+<div class="outline-text-4" id="text-orgdd061cc">
874 874
 <p>
875 875
 Install <a href="https://f-droid.org/">F-Droid</a>
876 876
 </p>
@@ -897,24 +897,24 @@ Selecting the server by pressing on it then connects you to the server so that y
897 897
 </div>
898 898
 </div>
899 899
 </div>
900
-<div id="outline-container-orge3b7933" class="outline-3">
901
-<h3 id="orge3b7933">SIP phones</h3>
902
-<div class="outline-text-3" id="text-orge3b7933">
900
+<div id="outline-container-orgaba6804" class="outline-3">
901
+<h3 id="orgaba6804">SIP phones</h3>
902
+<div class="outline-text-3" id="text-orgaba6804">
903 903
 <p>
904 904
 Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.
905 905
 </p>
906 906
 </div>
907
-<div id="outline-container-org3f99eb9" class="outline-4">
908
-<h4 id="org3f99eb9">About ZRTP</h4>
909
-<div class="outline-text-4" id="text-org3f99eb9">
907
+<div id="outline-container-org13e18c7" class="outline-4">
908
+<h4 id="org13e18c7">About ZRTP</h4>
909
+<div class="outline-text-4" id="text-org13e18c7">
910 910
 <p>
911 911
 <a href="https://jitsi.org/Documentation/ZrtpFAQ">ZRTP</a> appears to be the current best standard to end-to-end encrypted voice calls, combining good security with simplicity of use. When the initial cryptographic negotiation between phones is done at the start of a call a short authentication string (SAS) is calculated and displayed at both ends. To check that there isn't anyone intercepting the call and acting as a <i>man in the middle</i> - as <a href="https://en.wikipedia.org/wiki/Stingray_phone_tracker">stingray type devices</a> try to do - the short authentication string can be read out and verbally confirmed between the callers. If it's the same then you can be pretty confident that the call is secure.
912 912
 </p>
913 913
 </div>
914 914
 </div>
915
-<div id="outline-container-org61a9d91" class="outline-4">
916
-<h4 id="org61a9d91">Using with CSIPSimple</h4>
917
-<div class="outline-text-4" id="text-org61a9d91">
915
+<div id="outline-container-org796538f" class="outline-4">
916
+<h4 id="org796538f">Using with CSIPSimple</h4>
917
+<div class="outline-text-4" id="text-org796538f">
918 918
 <p>
919 919
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
920 920
 </p>
@@ -970,9 +970,9 @@ If everything is working the account should appear in green with a status of <b>
970 970
 </p>
971 971
 </div>
972 972
 </div>
973
-<div id="outline-container-org3e98f12" class="outline-4">
974
-<h4 id="org3e98f12">Using with Ring</h4>
975
-<div class="outline-text-4" id="text-org3e98f12">
973
+<div id="outline-container-orge9130aa" class="outline-4">
974
+<h4 id="orge9130aa">Using with Ring</h4>
975
+<div class="outline-text-4" id="text-orge9130aa">
976 976
 <p>
977 977
 From the menu select <b>Manage accounts</b>.
978 978
 </p>
@@ -1025,9 +1025,9 @@ Select the <b>Security</b> tab. Under <b>SRTP Key Exchange</b> select <b>ZRTP</b
1025 1025
 </div>
1026 1026
 </div>
1027 1027
 
1028
-<div id="outline-container-orgabf1674" class="outline-2">
1029
-<h2 id="orgabf1674">RSS Reader</h2>
1030
-<div class="outline-text-2" id="text-orgabf1674">
1028
+<div id="outline-container-orge817e38" class="outline-2">
1029
+<h2 id="orge817e38">RSS Reader</h2>
1030
+<div class="outline-text-2" id="text-orge817e38">
1031 1031
 <p>
1032 1032
 The way that RSS reading is set up on Freedombone gives you strong reading privacy. Not only is there onion routing between you and the server but also between the server and the source of the RSS feed. The only down side is that many RSS feeds are still http only, and so could be vulnerable to injection attacks, but it's expected that more of this will go to https in the foreseeable future due to a combination of growing recognition of security issues and systems like Let's Encrypt which make obtaining certificates much easier.
1033 1033
 </p>
@@ -1071,9 +1071,9 @@ A note for the paranoid is that on mobile devices you get redirected to a differ
1071 1071
 </blockquote>
1072 1072
 </div>
1073 1073
 </div>
1074
-<div id="outline-container-org6868015" class="outline-2">
1075
-<h2 id="org6868015">Adding or removing users</h2>
1076
-<div class="outline-text-2" id="text-org6868015">
1074
+<div id="outline-container-org1e497a1" class="outline-2">
1075
+<h2 id="org1e497a1">Adding or removing users</h2>
1076
+<div class="outline-text-2" id="text-org1e497a1">
1077 1077
 <p>
1078 1078
 Log into the system with:
1079 1079
 </p>