Преглед на файлове

Update documentation for v3

Bob Mottram преди 7 години
родител
ревизия
33dfc726b8
променени са 8 файла, в които са добавени 136 реда и са изтрити 121 реда
  1. 2
    0
      doc/EN/beaglebone.org
  2. 2
    0
      doc/EN/homeserver.org
  3. 2
    0
      doc/EN/installation.org
  4. 7
    6
      doc/EN/mesh.org
  5. 9
    6
      website/EN/beaglebone.html
  6. 3
    1
      website/EN/homeserver.html
  7. 60
    58
      website/EN/installation.html
  8. 51
    50
      website/EN/mesh.html

+ 2
- 0
doc/EN/beaglebone.org Целия файл

@@ -41,6 +41,7 @@ On your laptop or desktop prepare a microSD card image as follows. To create an
41 41
 sudo apt-get install git
42 42
 git clone https://github.com/bashrc/freedombone
43 43
 cd freedombone
44
+git checkout stretch
44 45
 sudo make install
45 46
 freedombone-image --setup debian
46 47
 #+end_src
@@ -51,6 +52,7 @@ Or on Arch/Parabola:
51 52
 sudo pacman -S git
52 53
 git clone https://github.com/bashrc/freedombone
53 54
 cd freedombone
55
+git checkout stretch
54 56
 sudo make install
55 57
 freedombone-image --setup parabola
56 58
 #+end_src

+ 2
- 0
doc/EN/homeserver.org Целия файл

@@ -23,6 +23,7 @@ First install freedombone onto your local system (not the target hardware that y
23 23
 sudo apt-get install git
24 24
 git clone https://github.com/bashrc/freedombone
25 25
 cd freedombone
26
+git checkout stretch
26 27
 sudo make install
27 28
 freedombone-image --setup debian
28 29
 freedombone-image -t i386 --onion yes
@@ -34,6 +35,7 @@ Or on Arch/Parabola:
34 35
 sudo pacman -S git
35 36
 git clone https://github.com/bashrc/freedombone
36 37
 cd freedombone
38
+git checkout stretch
37 39
 sudo make install
38 40
 freedombone-image --setup parabola
39 41
 freedombone-image -t i386 --onion yes

+ 2
- 0
doc/EN/installation.org Целия файл

@@ -35,6 +35,7 @@ Install the freedombone commands onto your laptop/desktop:
35 35
 sudo apt-get install git build-essential dialog
36 36
 git clone https://github.com/bashrc/freedombone
37 37
 cd freedombone
38
+git checkout stretch
38 39
 sudo make install
39 40
 #+END_SRC
40 41
 
@@ -224,6 +225,7 @@ sudo apt-get update
224 225
 sudo apt-get install git dialog haveged build-essential
225 226
 git clone https://github.com/bashrc/freedombone
226 227
 cd freedombone
228
+git checkout stretch
227 229
 sudo make install
228 230
 freedombone-client
229 231
 #+END_SRC

+ 7
- 6
doc/EN/mesh.org Целия файл

@@ -110,15 +110,16 @@ sudo apt-get -y install build-essential libc6-dev-i386 wget \
110 110
     vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \
111 111
     python-distro-info mbr qemu-user-static binfmt-support \
112 112
     u-boot-tools qemu
113
-wget https://freedombone.net/downloads/freedombone-mesh-13-09-2016.tar.gz
114
-wget https://freedombone.net/downloads/freedombone-mesh-13-09-2016.tar.gz.sig
115
-gpg --verify freedombone-mesh-13-09-2016.tar.gz.sig
116
-sha256sum freedombone-mesh-13-09-2016.tar.gz
117
-3e279f8ed762afb682bec6bd463830087354dd2f24020f3b0de51143585ab0ed
118
-tar -xzvf freedombone-mesh-13-09-2016.tar.gz
113
+wget https://freedombone.net/downloads/v3/freedombone-3.tar.gz
114
+wget https://freedombone.net/downloads/freedombone-3.tar.gz.sig
115
+gpg --verify freedombone-3.tar.gz.sig
116
+sha256sum freedombone-3.tar.gz
117
+
118
+tar -xzvf freedombone-3.tar.gz
119 119
 cd freedombone
120 120
 git checkout stretch
121 121
 sudo make install
122
+freedombone-image --setup debian
122 123
 freedombone-image -t i386 -v meshclient
123 124
 #+end_src
124 125
 

+ 9
- 6
website/EN/beaglebone.html Целия файл

@@ -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
-<!-- 2017-01-05 Thu 14:11 -->
6
+<!-- 2017-07-03 Mon 12:29 -->
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>
@@ -71,6 +71,7 @@
71 71
   pre.src-fortran:before { content: 'Fortran'; }
72 72
   pre.src-gnuplot:before { content: 'gnuplot'; }
73 73
   pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-hledger:before { content: 'hledger'; }
74 75
   pre.src-java:before { content: 'Java'; }
75 76
   pre.src-js:before { content: 'Javascript'; }
76 77
   pre.src-latex:before { content: 'LaTeX'; }
@@ -188,7 +189,7 @@
188 189
 @licstart  The following is the entire license notice for the
189 190
 JavaScript code in this tag.
190 191
 
191
-Copyright (C) 2012-2013 Free Software Foundation, Inc.
192
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
192 193
 
193 194
 The JavaScript code in this tag is free software: you can
194 195
 redistribute it and/or modify it under the terms of the GNU
@@ -285,12 +286,13 @@ On your laptop or desktop prepare a microSD card image as follows. To create an
285 286
 </p>
286 287
 
287 288
 <div class="org-src-container">
288
-<pre class="src src-bash">sudo apt-get install git
289
+<pre><code class="src src-bash">sudo apt-get install git
289 290
 git clone https://github.com/bashrc/freedombone
290 291
 <span class="org-builtin">cd</span> freedombone
292
+git checkout stretch
291 293
 sudo make install
292 294
 freedombone-image --setup debian
293
-</pre>
295
+</code></pre>
294 296
 </div>
295 297
 
296 298
 <p>
@@ -298,12 +300,13 @@ Or on Arch/Parabola:
298 300
 </p>
299 301
 
300 302
 <div class="org-src-container">
301
-<pre class="src src-bash">sudo pacman -S git
303
+<pre><code class="src src-bash">sudo pacman -S git
302 304
 git clone https://github.com/bashrc/freedombone
303 305
 <span class="org-builtin">cd</span> freedombone
306
+git checkout stretch
304 307
 sudo make install
305 308
 freedombone-image --setup parabola
306
-</pre>
309
+</code></pre>
307 310
 </div>
308 311
 
309 312
 <div class="org-center">

+ 3
- 1
website/EN/homeserver.html Целия файл

@@ -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
-<!-- 2017-06-27 Tue 13:17 -->
6
+<!-- 2017-07-03 Mon 12:29 -->
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>
@@ -259,6 +259,7 @@ First install freedombone onto your local system (not the target hardware that y
259 259
 <pre><code class="src src-bash">sudo apt-get install git
260 260
 git clone https://github.com/bashrc/freedombone
261 261
 <span class="org-builtin">cd</span> freedombone
262
+git checkout stretch
262 263
 sudo make install
263 264
 freedombone-image --setup debian
264 265
 freedombone-image -t i386 --onion yes
@@ -273,6 +274,7 @@ Or on Arch/Parabola:
273 274
 <pre><code class="src src-bash">sudo pacman -S git
274 275
 git clone https://github.com/bashrc/freedombone
275 276
 <span class="org-builtin">cd</span> freedombone
277
+git checkout stretch
276 278
 sudo make install
277 279
 freedombone-image --setup parabola
278 280
 freedombone-image -t i386 --onion yes

+ 60
- 58
website/EN/installation.html Целия файл

@@ -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
-<!-- 2017-06-25 Sun 23:22 -->
6
+<!-- 2017-07-03 Mon 12:29 -->
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>
@@ -256,11 +256,11 @@ for the JavaScript code in this tag.
256 256
 </colgroup>
257 257
 <tbody>
258 258
 <tr>
259
-<td class="org-left"><a href="#org18d6c84">Building an image for a Single Board Computer or Virtual Machine</a></td>
259
+<td class="org-left"><a href="#org9ae206a">Building an image for a Single Board Computer or Virtual Machine</a></td>
260 260
 </tr>
261 261
 
262 262
 <tr>
263
-<td class="org-left"><a href="#org584ec2f">Checklist</a></td>
263
+<td class="org-left"><a href="#org31945c3">Checklist</a></td>
264 264
 </tr>
265 265
 
266 266
 <tr>
@@ -268,34 +268,34 @@ for the JavaScript code in this tag.
268 268
 </tr>
269 269
 
270 270
 <tr>
271
-<td class="org-left"><a href="#orgfab577d">Installation</a></td>
271
+<td class="org-left"><a href="#org0f2759f">Installation</a></td>
272 272
 </tr>
273 273
 
274 274
 <tr>
275
-<td class="org-left"><a href="#orgcb6b854">Social Key Management - the 'Unforgettable Key'</a></td>
275
+<td class="org-left"><a href="#orgbdecc1e">Social Key Management - the 'Unforgettable Key'</a></td>
276 276
 </tr>
277 277
 
278 278
 <tr>
279
-<td class="org-left"><a href="#org8b82a92">Final Setup</a></td>
279
+<td class="org-left"><a href="#org75caec3">Final Setup</a></td>
280 280
 </tr>
281 281
 
282 282
 <tr>
283
-<td class="org-left"><a href="#org9be9bc1">Keydrives</a></td>
283
+<td class="org-left"><a href="#org4ec5353">Keydrives</a></td>
284 284
 </tr>
285 285
 
286 286
 <tr>
287
-<td class="org-left"><a href="#org4bfd97f">On Client Machines</a></td>
287
+<td class="org-left"><a href="#org125e66b">On Client Machines</a></td>
288 288
 </tr>
289 289
 
290 290
 <tr>
291
-<td class="org-left"><a href="#org132bbc7">Administering the system</a></td>
291
+<td class="org-left"><a href="#orgf76a31b">Administering the system</a></td>
292 292
 </tr>
293 293
 </tbody>
294 294
 </table>
295 295
 
296
-<div id="outline-container-org18d6c84" class="outline-2">
297
-<h2 id="org18d6c84">Building an image for a Single Board Computer or Virtual Machine</h2>
298
-<div class="outline-text-2" id="text-org18d6c84">
296
+<div id="outline-container-org9ae206a" class="outline-2">
297
+<h2 id="org9ae206a">Building an image for a Single Board Computer or Virtual Machine</h2>
298
+<div class="outline-text-2" id="text-org9ae206a">
299 299
 <p>
300 300
 You don't have to trust images downloaded from random internet locations signed with untrusted keys. You can build one from scratch yourself, and this is the recommended procedure for maximum security. For guidance on how to build images see the manpage for the <b>freedombone-image</b> command.
301 301
 </p>
@@ -308,6 +308,7 @@ Install the freedombone commands onto your laptop/desktop:
308 308
 <pre><code class="src src-bash">sudo apt-get install git build-essential dialog
309 309
 git clone https://github.com/bashrc/freedombone
310 310
 <span class="org-builtin">cd</span> freedombone
311
+git checkout stretch
311 312
 sudo make install
312 313
 </code></pre>
313 314
 </div>
@@ -372,9 +373,9 @@ If the image build fails with an error such as "<i>Error reading from server. Re
372 373
 </div>
373 374
 </div>
374 375
 
375
-<div id="outline-container-org584ec2f" class="outline-2">
376
-<h2 id="org584ec2f">Checklist</h2>
377
-<div class="outline-text-2" id="text-org584ec2f">
376
+<div id="outline-container-org31945c3" class="outline-2">
377
+<h2 id="org31945c3">Checklist</h2>
378
+<div class="outline-text-2" id="text-org31945c3">
378 379
 <p>
379 380
 Before installing Freedombone you will need a few things.
380 381
 </p>
@@ -388,17 +389,17 @@ Before installing Freedombone you will need a few things.
388 389
 </ul>
389 390
 </div>
390 391
 </div>
391
-<div id="outline-container-orgfab577d" class="outline-2">
392
-<h2 id="orgfab577d">Installation</h2>
393
-<div class="outline-text-2" id="text-orgfab577d">
392
+<div id="outline-container-org0f2759f" class="outline-2">
393
+<h2 id="org0f2759f">Installation</h2>
394
+<div class="outline-text-2" id="text-org0f2759f">
394 395
 <p>
395 396
 There are three install options: Laptop/Desktop/Netbook, SBC and Virtual Machine.
396 397
 </p>
397 398
 </div>
398 399
 
399
-<div id="outline-container-org2d57cc6" class="outline-3">
400
-<h3 id="org2d57cc6">On a Laptop, Netbook or Desktop machine</h3>
401
-<div class="outline-text-3" id="text-org2d57cc6">
400
+<div id="outline-container-org7ab5896" class="outline-3">
401
+<h3 id="org7ab5896">On a Laptop, Netbook or Desktop machine</h3>
402
+<div class="outline-text-3" id="text-org7ab5896">
402 403
 <p>
403 404
 If you have an existing system, such as an old laptop or netbook which you can leave running as a server, then install a new version of Debian Stretch onto it. During the Debian install you won't need the print server or the desktop environment, and unchecking those will reduce the attack surface. Once Debian enter the following commands:
404 405
 </p>
@@ -417,9 +418,9 @@ freedombone menuconfig
417 418
 </div>
418 419
 </div>
419 420
 
420
-<div id="outline-container-org7983334" class="outline-3">
421
-<h3 id="org7983334">On a single board computer (SBC)</h3>
422
-<div class="outline-text-3" id="text-org7983334">
421
+<div id="outline-container-org71fafdc" class="outline-3">
422
+<h3 id="org71fafdc">On a single board computer (SBC)</h3>
423
+<div class="outline-text-3" id="text-org71fafdc">
423 424
 <p>
424 425
 Currently the following boards are supported:
425 426
 </p>
@@ -497,9 +498,9 @@ Using the password 'freedombone'. Take a note of the new login password and then
497 498
 </div>
498 499
 </div>
499 500
 
500
-<div id="outline-container-org8cdd9ea" class="outline-3">
501
-<h3 id="org8cdd9ea">As a Virtual Machine</h3>
502
-<div class="outline-text-3" id="text-org8cdd9ea">
501
+<div id="outline-container-org49acf4b" class="outline-3">
502
+<h3 id="org49acf4b">As a Virtual Machine</h3>
503
+<div class="outline-text-3" id="text-org49acf4b">
503 504
 <p>
504 505
 Qemu is currently supported, since it's s fully free software system. You can run a 64 bit Qemu image with:
505 506
 </p>
@@ -516,42 +517,42 @@ The default login will be username 'fbone' and password 'freedombone'. Take a no
516 517
 </div>
517 518
 </div>
518 519
 
519
-<div id="outline-container-orgcb6b854" class="outline-2">
520
-<h2 id="orgcb6b854">Social Key Management - the 'Unforgettable Key'</h2>
521
-<div class="outline-text-2" id="text-orgcb6b854">
520
+<div id="outline-container-orgbdecc1e" class="outline-2">
521
+<h2 id="orgbdecc1e">Social Key Management - the 'Unforgettable Key'</h2>
522
+<div class="outline-text-2" id="text-orgbdecc1e">
522 523
 <p>
523 524
 During the install procedure you will be asked if you wish to import GPG keys. If you don't already possess GPG keys then just select "Ok" and they will be generated during the install. If you do already have GPG keys then there are a few possibilities
524 525
 </p>
525 526
 </div>
526 527
 
527
-<div id="outline-container-orgd4bc308" class="outline-3">
528
-<h3 id="orgd4bc308">You have the gnupg keyring on an encrypted USB drive</h3>
529
-<div class="outline-text-3" id="text-orgd4bc308">
528
+<div id="outline-container-orgcf6835e" class="outline-3">
529
+<h3 id="orgcf6835e">You have the gnupg keyring on an encrypted USB drive</h3>
530
+<div class="outline-text-3" id="text-orgcf6835e">
530 531
 <p>
531 532
 If you previously made a master keydrive containing the full keyring (the .gnupg directory). This is the most straightforward case, but not as secure as splitting the key into fragments.
532 533
 </p>
533 534
 </div>
534 535
 </div>
535
-<div id="outline-container-orgb94d773" class="outline-3">
536
-<h3 id="orgb94d773">You have a number of key fragments on USB drives retrieved from friends</h3>
537
-<div class="outline-text-3" id="text-orgb94d773">
536
+<div id="outline-container-org954990d" class="outline-3">
537
+<h3 id="org954990d">You have a number of key fragments on USB drives retrieved from friends</h3>
538
+<div class="outline-text-3" id="text-org954990d">
538 539
 <p>
539
-If you previously made some USB drives containing key fragments then retrieve them from your friends and plug them in one after the other. After the last drive has been read then remove it and just select "Ok". The system will then try to reconstruct the key. For this to work you will need to have previously made three or more <a href="#org9be9bc1">Keydrives</a>.
540
+If you previously made some USB drives containing key fragments then retrieve them from your friends and plug them in one after the other. After the last drive has been read then remove it and just select "Ok". The system will then try to reconstruct the key. For this to work you will need to have previously made three or more <a href="#org4ec5353">Keydrives</a>.
540 541
 </p>
541 542
 </div>
542 543
 </div>
543
-<div id="outline-container-orgb78381f" class="outline-3">
544
-<h3 id="orgb78381f">You can specify some ssh login details for friends servers containing key fragments</h3>
545
-<div class="outline-text-3" id="text-orgb78381f">
544
+<div id="outline-container-org8493049" class="outline-3">
545
+<h3 id="org8493049">You can specify some ssh login details for friends servers containing key fragments</h3>
546
+<div class="outline-text-3" id="text-org8493049">
546 547
 <p>
547 548
 Enter three or more sets of login details and the installer will try to retrieve key fragments and then assemble them into the full key. This only works if you previously were using remote backups and had social key management enabled.
548 549
 </p>
549 550
 </div>
550 551
 </div>
551 552
 </div>
552
-<div id="outline-container-org8b82a92" class="outline-2">
553
-<h2 id="org8b82a92">Final Setup</h2>
554
-<div class="outline-text-2" id="text-org8b82a92">
553
+<div id="outline-container-org75caec3" class="outline-2">
554
+<h2 id="org75caec3">Final Setup</h2>
555
+<div class="outline-text-2" id="text-org75caec3">
555 556
 <p>
556 557
 Any manual post-installation setup instructions or passwords can be found in /home/username/README.
557 558
 </p>
@@ -669,16 +670,16 @@ On your internet router, typically under firewall settings, open the following p
669 670
 </div>
670 671
 </div>
671 672
 
672
-<div id="outline-container-org9be9bc1" class="outline-2">
673
-<h2 id="org9be9bc1">Keydrives</h2>
674
-<div class="outline-text-2" id="text-org9be9bc1">
673
+<div id="outline-container-org4ec5353" class="outline-2">
674
+<h2 id="org4ec5353">Keydrives</h2>
675
+<div class="outline-text-2" id="text-org4ec5353">
675 676
 <p>
676 677
 After installing for the first time it's a good idea to create some keydrives. These will store your gpg key so that if all else fails you will still be able to restore from backup. There are two ways to do this:
677 678
 </p>
678 679
 </div>
679
-<div id="outline-container-org9f35c99" class="outline-3">
680
-<h3 id="org9f35c99">Master Keydrive</h3>
681
-<div class="outline-text-3" id="text-org9f35c99">
680
+<div id="outline-container-org8e2343a" class="outline-3">
681
+<h3 id="org8e2343a">Master Keydrive</h3>
682
+<div class="outline-text-3" id="text-org8e2343a">
682 683
 <p>
683 684
 This is the traditional security model in which you carry your full keyring on an encrypted USB drive. To make a master keydrive first format a USB drive as a LUKS encrypted drive. In Ubuntu this can be <a href="https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage">done from the <i>Disk Utility</i> application</a>. Then plug it into the Freedombone system, then from your local machine run:
684 685
 </p>
@@ -693,9 +694,9 @@ Select <i>Administrator controls</i> then <i>Backup and Restore</i> then <i>Back
693 694
 </p>
694 695
 </div>
695 696
 </div>
696
-<div id="outline-container-org17de37d" class="outline-3">
697
-<h3 id="org17de37d">Fragment keydrives</h3>
698
-<div class="outline-text-3" id="text-org17de37d">
697
+<div id="outline-container-orgd192484" class="outline-3">
698
+<h3 id="orgd192484">Fragment keydrives</h3>
699
+<div class="outline-text-3" id="text-orgd192484">
699 700
 <p>
700 701
 This breaks your GPG key into a number of fragments and randomly selects one to add to the USB drive. First format a USB drive as a LUKS encrypted drive. In Ubuntu this <a href="https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage">can be done from the <i>Disk Utility</i> application</a>. Plug it into the Freedombone system then from your local machine run the following commands:
701 702
 </p>
@@ -715,9 +716,9 @@ Fragments are randomly assigned and so you will need at least three or four keyd
715 716
 </div>
716 717
 </div>
717 718
 </div>
718
-<div id="outline-container-org4bfd97f" class="outline-2">
719
-<h2 id="org4bfd97f">On Client Machines</h2>
720
-<div class="outline-text-2" id="text-org4bfd97f">
719
+<div id="outline-container-org125e66b" class="outline-2">
720
+<h2 id="org125e66b">On Client Machines</h2>
721
+<div class="outline-text-2" id="text-org125e66b">
721 722
 <p>
722 723
 You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
723 724
 </p>
@@ -727,6 +728,7 @@ You can configure laptops or desktop machines which connect to the Freedombone s
727 728
 sudo apt-get install git dialog haveged build-essential
728 729
 git clone https://github.com/bashrc/freedombone
729 730
 <span class="org-builtin">cd</span> freedombone
731
+git checkout stretch
730 732
 sudo make install
731 733
 freedombone-client
732 734
 </code></pre>
@@ -734,9 +736,9 @@ freedombone-client
734 736
 </div>
735 737
 </div>
736 738
 
737
-<div id="outline-container-org132bbc7" class="outline-2">
738
-<h2 id="org132bbc7">Administering the system</h2>
739
-<div class="outline-text-2" id="text-org132bbc7">
739
+<div id="outline-container-orgf76a31b" class="outline-2">
740
+<h2 id="orgf76a31b">Administering the system</h2>
741
+<div class="outline-text-2" id="text-orgf76a31b">
740 742
 <p>
741 743
 To administer the system after installation log in via ssh, become the root user and then launch the control panel.
742 744
 </p>

+ 51
- 50
website/EN/mesh.html Целия файл

@@ -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
-<!-- 2017-07-03 Mon 12:19 -->
6
+<!-- 2017-07-03 Mon 12:29 -->
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>
@@ -274,13 +274,13 @@ for the JavaScript code in this tag.
274 274
 </colgroup>
275 275
 <tbody>
276 276
 <tr>
277
-<td class="org-left"><a href="#org3515d7b">What the system can do</a></td>
277
+<td class="org-left"><a href="#org867db5f">What the system can do</a></td>
278 278
 <td class="org-left">-</td>
279
-<td class="org-left"><a href="#org2287bf2">Disk Images</a></td>
279
+<td class="org-left"><a href="#org4c478bc">Disk Images</a></td>
280 280
 <td class="org-left">-</td>
281
-<td class="org-left"><a href="#orgbcc8ad6">Building Disk Images</a></td>
281
+<td class="org-left"><a href="#orgb4ed686">Building Disk Images</a></td>
282 282
 <td class="org-left">-</td>
283
-<td class="org-left"><a href="#orge200053">How to use it</a></td>
283
+<td class="org-left"><a href="#org8abf4b4">How to use it</a></td>
284 284
 </tr>
285 285
 </tbody>
286 286
 </table>
@@ -289,9 +289,9 @@ for the JavaScript code in this tag.
289 289
 Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to or reliant upon the internet. Think festivals, hacker conferences, onboard ships at sea, disaster/war zones, small business internal office communications, protests, remote areas of the world, temporary "digital blackouts", scientific expeditions and off-world space colonies. The down side is that you can't access any internet content. The upside is that you can securely communicate with anyone on the local mesh. No ISPs. No payments or subscriptions beyond the cost of obtaining the hardware. Systems need to be within wifi range of each other for the mesh to be created. It can be an ultra-convenient way to do purely local communications.
290 290
 </p>
291 291
 
292
-<div id="outline-container-org3515d7b" class="outline-2">
293
-<h2 id="org3515d7b">What the system can do</h2>
294
-<div class="outline-text-2" id="text-org3515d7b">
292
+<div id="outline-container-org867db5f" class="outline-2">
293
+<h2 id="org867db5f">What the system can do</h2>
294
+<div class="outline-text-2" id="text-org867db5f">
295 295
 <ul class="org-ul">
296 296
 <li>Discovery of other users on the network</li>
297 297
 <li>Text based chat, one-to-one and in groups</li>
@@ -312,13 +312,13 @@ This system should be quite scalable. Both qTox and IPFS are based upon distribu
312 312
 </div>
313 313
 </div>
314 314
 
315
-<div id="outline-container-org2287bf2" class="outline-2">
316
-<h2 id="org2287bf2">Disk Images</h2>
317
-<div class="outline-text-2" id="text-org2287bf2">
315
+<div id="outline-container-org4c478bc" class="outline-2">
316
+<h2 id="org4c478bc">Disk Images</h2>
317
+<div class="outline-text-2" id="text-org4c478bc">
318 318
 </div>
319
-<div id="outline-container-org13936cc" class="outline-3">
320
-<h3 id="org13936cc">Client images</h3>
321
-<div class="outline-text-3" id="text-org13936cc">
319
+<div id="outline-container-org82dfd43" class="outline-3">
320
+<h3 id="org82dfd43">Client images</h3>
321
+<div class="outline-text-3" id="text-org82dfd43">
322 322
 <div class="org-center">
323 323
 
324 324
 <div class="figure">
@@ -365,16 +365,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
365 365
 </div>
366 366
 </div>
367 367
 
368
-<div id="outline-container-org52daaf8" class="outline-3">
369
-<h3 id="org52daaf8">Router images</h3>
370
-<div class="outline-text-3" id="text-org52daaf8">
368
+<div id="outline-container-org253c747" class="outline-3">
369
+<h3 id="org253c747">Router images</h3>
370
+<div class="outline-text-3" id="text-org253c747">
371 371
 <p>
372 372
 Routers are intended to build network coverage for an area using small and low cost hardware. You can bolt them to walls or leave them on window ledges. They don't have any user interface and their only job is to haul network traffic across the mesh and to enable peers to find each other via running bootstrap nodes for Tox and IPFS. Copy the image to a microSD card and insert it into the router, plug in an Atheros wifi dongle and power on. That should be all you need to do.
373 373
 </p>
374 374
 </div>
375
-<div id="outline-container-orgdb1657a" class="outline-4">
376
-<h4 id="orgdb1657a">Beaglebone Black</h4>
377
-<div class="outline-text-4" id="text-orgdb1657a">
375
+<div id="outline-container-orgd06b4b5" class="outline-4">
376
+<h4 id="orgd06b4b5">Beaglebone Black</h4>
377
+<div class="outline-text-4" id="text-orgd06b4b5">
378 378
 <div class="org-center">
379 379
 
380 380
 <div class="figure">
@@ -411,9 +411,9 @@ There is still a software freedom issue with the Beaglebone Black, but it doesn'
411 411
 </div>
412 412
 </div>
413 413
 
414
-<div id="outline-container-orgbcc8ad6" class="outline-2">
415
-<h2 id="orgbcc8ad6">Building Disk Images</h2>
416
-<div class="outline-text-2" id="text-orgbcc8ad6">
414
+<div id="outline-container-orgb4ed686" class="outline-2">
415
+<h2 id="orgb4ed686">Building Disk Images</h2>
416
+<div class="outline-text-2" id="text-orgb4ed686">
417 417
 <p>
418 418
 It's better not to trust images downloaded from random places on the interwebs. Chances are that unless you are in the web of trust of the above GPG signatures then they don't mean very much to you. If you actually want something trustworthy then build the images from scratch. It will take some time. Here's how to do it.
419 419
 </p>
@@ -428,15 +428,16 @@ First you will need to create an image. On a Debian based system (tested on Debi
428 428
     vmdebootstrap xz-utils dosfstools btrfs-tools extlinux <span class="org-sh-escaped-newline">\</span>
429 429
     python-distro-info mbr qemu-user-static binfmt-support <span class="org-sh-escaped-newline">\</span>
430 430
     u-boot-tools qemu
431
-wget https://freedombone.net/downloads/freedombone-mesh-13-09-2016.tar.gz
432
-wget https://freedombone.net/downloads/freedombone-mesh-13-09-2016.tar.gz.sig
433
-gpg --verify freedombone-mesh-13-09-2016.tar.gz.sig
434
-sha256sum freedombone-mesh-13-09-2016.tar.gz
435
-3e279f8ed762afb682bec6bd463830087354dd2f24020f3b0de51143585ab0ed
436
-tar -xzvf freedombone-mesh-13-09-2016.tar.gz
431
+wget https://freedombone.net/downloads/v3/freedombone-3.tar.gz
432
+wget https://freedombone.net/downloads/freedombone-3.tar.gz.sig
433
+gpg --verify freedombone-3.tar.gz.sig
434
+sha256sum freedombone-3.tar.gz
435
+
436
+tar -xzvf freedombone-3.tar.gz
437 437
 <span class="org-builtin">cd</span> freedombone
438 438
 git checkout stretch
439 439
 sudo make install
440
+freedombone-image --setup debian
440 441
 freedombone-image -t i386 -v meshclient
441 442
 </code></pre>
442 443
 </div>
@@ -503,9 +504,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
503 504
 </div>
504 505
 </div>
505 506
 
506
-<div id="outline-container-org2ebd78c" class="outline-2">
507
-<h2 id="org2ebd78c">Customisation</h2>
508
-<div class="outline-text-2" id="text-org2ebd78c">
507
+<div id="outline-container-org4d4569e" class="outline-2">
508
+<h2 id="org4d4569e">Customisation</h2>
509
+<div class="outline-text-2" id="text-org4d4569e">
509 510
 <p>
510 511
 If you want to make your own specially branded version, such as for a particular event, then to change the default desktop backgrounds edit the images within <b>img/backgrounds</b> and to change the available avatars and desktop icons edit the images within <b>img/avatars</b>. Re-create disk images using the instructions shown previously.
511 512
 </p>
@@ -515,9 +516,9 @@ If you need particular <i>dconf</i> commands to alter desktop appearance or beha
515 516
 </p>
516 517
 </div>
517 518
 </div>
518
-<div id="outline-container-orge200053" class="outline-2">
519
-<h2 id="orge200053">How to use it</h2>
520
-<div class="outline-text-2" id="text-orge200053">
519
+<div id="outline-container-org8abf4b4" class="outline-2">
520
+<h2 id="org8abf4b4">How to use it</h2>
521
+<div class="outline-text-2" id="text-org8abf4b4">
521 522
 <p>
522 523
 When you first boot from the USB drive the system will create some encryption keys, assign a unique network address to the system and then reboot itself. When that's done you should see a prompt asking for a username. This username just makes it easy for others to initially find you on the mesh and will appear in the list of users.
523 524
 </p>
@@ -527,9 +528,9 @@ After a minute or two if you are within wifi range and there is at least one oth
527 528
 </p>
528 529
 </div>
529 530
 
530
-<div id="outline-container-orgbc2cc03" class="outline-3">
531
-<h3 id="orgbc2cc03">Set the Date</h3>
532
-<div class="outline-text-3" id="text-orgbc2cc03">
531
+<div id="outline-container-orgb644ccd" class="outline-3">
532
+<h3 id="orgb644ccd">Set the Date</h3>
533
+<div class="outline-text-3" id="text-orgb644ccd">
533 534
 <p>
534 535
 On the ordinary internet the date and time of your system would be set automatically via NTP. But this is not the internet and so you will need to manually ensure that your date and time settings are correct. You might need to periodically do this if your clock drifts. It's not essential that the time on your system be highly accurate, but if it drifts too far or goes back to epoch then things could become a little confusing in regard to the order of blog posts.
535 536
 </p>
@@ -539,9 +540,9 @@ On the ordinary internet the date and time of your system would be set automatic
539 540
 </p>
540 541
 </div>
541 542
 </div>
542
-<div id="outline-container-org0d7deee" class="outline-3">
543
-<h3 id="org0d7deee">Check network status</h3>
544
-<div class="outline-text-3" id="text-org0d7deee">
543
+<div id="outline-container-org869e4ee" class="outline-3">
544
+<h3 id="org869e4ee">Check network status</h3>
545
+<div class="outline-text-3" id="text-org869e4ee">
545 546
 <p>
546 547
 Unlike with ordinary wifi, on the mesh you don't get a signal strength icon and so it's not simple to see if you have a good connection.
547 548
 </p>
@@ -565,9 +566,9 @@ When you are finished close the window and then select the <i>Network Restart</i
565 566
 </div>
566 567
 </div>
567 568
 
568
-<div id="outline-container-orgf65770e" class="outline-3">
569
-<h3 id="orgf65770e">Chat System</h3>
570
-<div class="outline-text-3" id="text-orgf65770e">
569
+<div id="outline-container-org75782ab" class="outline-3">
570
+<h3 id="org75782ab">Chat System</h3>
571
+<div class="outline-text-3" id="text-org75782ab">
571 572
 <p>
572 573
 Ensure that you're within wifi range of at least one other mesh peer (could be a router or client) and then you should see that the <i>Chat</i> and <i>Other Users</i> icons appear. Select the users icon and you should see a list of users on the mesh. Select the <i>Chat</i> icon and once you are connected you should see the status light turn green. If after a few minutes you don't get the green status light then try closing and re-opening the Tox chat application. Select the plus button to add a friend and then copy and paste in a Tox ID from the users list.
573 574
 </p>
@@ -626,9 +627,9 @@ At present video doesn't work reliably, but text and voice chat do work well.
626 627
 </div>
627 628
 </div>
628 629
 
629
-<div id="outline-container-org9b1471c" class="outline-3">
630
-<h3 id="org9b1471c">Sharing Files</h3>
631
-<div class="outline-text-3" id="text-org9b1471c">
630
+<div id="outline-container-org549c50c" class="outline-3">
631
+<h3 id="org549c50c">Sharing Files</h3>
632
+<div class="outline-text-3" id="text-org549c50c">
632 633
 <p>
633 634
 You can make files publicly available on the network simply by dragging and dropping them into the <i>Public</i> folder on the desktop. To view the files belonging to another user select the desktop icon called <i>Visit a site</i> and enter the username or Tox ID of the other user.
634 635
 </p>
@@ -643,9 +644,9 @@ You can make files publicly available on the network simply by dragging and drop
643 644
 </div>
644 645
 </div>
645 646
 
646
-<div id="outline-container-org0508f80" class="outline-3">
647
-<h3 id="org0508f80">Blogging</h3>
648
-<div class="outline-text-3" id="text-org0508f80">
647
+<div id="outline-container-org56b94ab" class="outline-3">
648
+<h3 id="org56b94ab">Blogging</h3>
649
+<div class="outline-text-3" id="text-org56b94ab">
649 650
 <p>
650 651
 To create a blog post select the <i>Blog</i> icon on the desktop and then use the up and down cursor keys, space bar and enter key to add a new entry. Edit the title of the entry and add your text. You can also include photos if you wish - just copy them to the <b>CreateBlog/content/images</b> directory and then link to them as shown.
651 652
 </p>