Kaynağa Gözat

Update mesh instructions for mobile

Bob Mottram 7 yıl önce
ebeveyn
işleme
c56c52da84
2 değiştirilmiş dosya ile 111 ekleme ve 63 silme
  1. 20
    5
      doc/EN/mesh.org
  2. 91
    58
      website/EN/mesh.html

+ 20
- 5
doc/EN/mesh.org Dosyayı Görüntüle

@@ -26,9 +26,13 @@
26 26
  "/I see mesh networks naturally evolving to become the dominant form of network over the next few decades, because it’s the most practical solution to a number of problems that will have to be solved in order to build the VR web as well as to connect the entire world to the internet. Centralized networks are only possible in highly developed countries with existing infrastructures like power and telephone grids, as well as roads. You can’t build a tower where you don’t have either power or access. For vast areas of the world, mesh networks will be the only feasible solution./" -- Valkyrie Ice
27 27
 #+end_quote
28 28
 
29
-The Freedombone Mesh is a wireless solution for autonomous communication that can be rapidly deployed in temporary, emergency or post-disaster situations where internet access is unavailable or compromised.
29
+The Freedombone Mesh is a wireless solution for autonomous or internet connected communication that can be rapidly deployed in temporary, emergency or post-disaster situations where internet access is unavailable or compromised.
30 30
 
31
-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.
31
+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 businesses who don't want the overhead of server maintenance, protests, remote areas of the world, temporary "digital blackouts", scientific expeditions and off-world space colonies.
32
+
33
+If an internet connection is available then it can make use of that, but otherwise it can still work regardless of whether the internet exists. So it's not dependent upon ISPs and additional infrastructure other than USB drives isn't required.
34
+
35
+Systems only need to be within wifi range of each other for the mesh to be created, so it can be an very convenient way to create a local communications network.
32 36
 
33 37
 The Freedombone mesh roughly follows MondoNet's ten social specifications:
34 38
 
@@ -47,18 +51,20 @@ The Freedombone mesh roughly follows MondoNet's ten social specifications:
47 51
 
48 52
  - Discovery of other users on the network
49 53
  - Text based chat, one-to-one and in groups
50
- - Voice chat (VoIP)
54
+ - Voice chat (VoIP) and video calls
51 55
  - Private and public sharing of files
52 56
  - Blogging
57
+ - Creating and broadcasting audio media/podcasts
53 58
  - Social network stream. Follow/unfollow other peers
54 59
  - No network administration required
55
- - No servers, internet connection or cabling is needed
60
+ - No servers
61
+ - Internet connection is optional
56 62
  - Works from bootable USB drives or microSD drives
57 63
  - Data is mesh routed between systems
58 64
  - Private communications is end-to-end secured and forward secret
59 65
  - Publicly shared data is /content addressable/
60 66
 
61
-This system should be quite scalable. Both qTox and IPFS are based upon distributed hash tables (DHT) so that each peer does not need to store the full index of data for the entire network. Caching or pinning of IPFS data and its content addressability means that if a file or blog becomes popular then performance should improve as the number of downloads increases, which is the opposite of the client/server paradigm.
67
+This system should be quite scalable. Both qTox and IPFS are based upon distributed hash tables (DHT) so that each peer does not need to store the full index of data for the entire network. Gossiping between SSB peers may be slower, but the [[https://en.wikipedia.org/wiki/Small-world_network][small world effect]] will presumably still make for quite efficient delivery in a large network. Caching or pinning of IPFS data and its content addressability means that if a file or blog becomes popular then performance should improve as the number of downloads increases, which is the opposite of the client/server paradigm.
62 68
 
63 69
 * Disk Images
64 70
 ** Writing many images quickly
@@ -222,7 +228,16 @@ Select the wifi icon on the desktop and enter the password '/freedombone/'. The
222 228
 #+END_CENTER
223 229
 
224 230
 When you are finished close the window and then select the /Network Restart/ desktop icon, which will restart the B.A.T.M.A.N. network. You can also use the restart icon if you are within range of the mesh network but the /Chat/ and /Other Users/ icons do not automatically appear after a few minutes.
231
+** Mobile devices (phones, etc)
232
+To allow mobile devices to connect to the mesh you will need a second wifi adapter connected to your laptop/netbook/SBC. Plug in a second wifi adapter then reboot the system. The second adaptor will then create a wifi hotspot which mobile devices can connect to. The hotspot name also contains its local IP address (eg. "/mesh-192.168.1.83/").
233
+
234
+On a typical Android device go to *Settings* then *Security* and ensure that *Unknown sources* is enabled. Also within *Wifi* from the *Settings* screen select the mesh hotspot. The password is "/freedombone/". Open a non-Tor browser and navigate to the IP address showing in the hotspot name. You can then download and install mesh apps.
235
+
236
+#+BEGIN_CENTER
237
+[[file:images/mesh_mobileapps.jpg]]
238
+#+END_CENTER
225 239
 
240
+On some android devices you may need to move the downloaded APK file from the *Downloads* directory to your *home* directory before you can install it.
226 241
 ** Chat System
227 242
 
228 243
 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 /Chat/ and /Other Users/ icons appear. Select the users icon and you should see a list of users on the mesh. Select the /Chat/ 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.

+ 91
- 58
website/EN/mesh.html Dosyayı Görüntüle

@@ -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-09-23 Sat 21:46 -->
6
+<!-- 2017-10-05 Thu 13:04 -->
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>&lrm;</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="#org802af98">What the system can do</a></td>
277
+<td class="org-left"><a href="#org31db069">What the system can do</a></td>
278 278
 <td class="org-left">-</td>
279
-<td class="org-left"><a href="#org38eda48">Disk Images</a></td>
279
+<td class="org-left"><a href="#org591eab6">Disk Images</a></td>
280 280
 <td class="org-left">-</td>
281
-<td class="org-left"><a href="#org0c3a295">Building Disk Images</a></td>
281
+<td class="org-left"><a href="#orgfd2a746">Building Disk Images</a></td>
282 282
 <td class="org-left">-</td>
283
-<td class="org-left"><a href="#org5f6418e">How to use it</a></td>
283
+<td class="org-left"><a href="#orgf02b56e">How to use it</a></td>
284 284
 </tr>
285 285
 </tbody>
286 286
 </table>
@@ -292,11 +292,19 @@ for the JavaScript code in this tag.
292 292
 </blockquote>
293 293
 
294 294
 <p>
295
-The Freedombone Mesh is a wireless solution for autonomous communication that can be rapidly deployed in temporary, emergency or post-disaster situations where internet access is unavailable or compromised.
295
+The Freedombone Mesh is a wireless solution for autonomous or internet connected communication that can be rapidly deployed in temporary, emergency or post-disaster situations where internet access is unavailable or compromised.
296 296
 </p>
297 297
 
298 298
 <p>
299
-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.
299
+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 businesses who don't want the overhead of server maintenance, protests, remote areas of the world, temporary "digital blackouts", scientific expeditions and off-world space colonies.
300
+</p>
301
+
302
+<p>
303
+If an internet connection is available then it can make use of that, but otherwise it can still work regardless of whether the internet exists. So it's not dependent upon ISPs and additional infrastructure other than USB drives isn't required.
304
+</p>
305
+
306
+<p>
307
+Systems only need to be within wifi range of each other for the mesh to be created, so it can be an very convenient way to create a local communications network.
300 308
 </p>
301 309
 
302 310
 <p>
@@ -316,18 +324,20 @@ The Freedombone mesh roughly follows MondoNet's ten social specifications:
316 324
 <li><b>Evolvable</b>: The network should be built with future development in mind. The platform should be flexible enough to support technologies, protocols and modes of usage that have not yet been developed.</li>
317 325
 </ul>
318 326
 
319
-<div id="outline-container-org802af98" class="outline-2">
320
-<h2 id="org802af98">What the system can do</h2>
321
-<div class="outline-text-2" id="text-org802af98">
327
+<div id="outline-container-org31db069" class="outline-2">
328
+<h2 id="org31db069">What the system can do</h2>
329
+<div class="outline-text-2" id="text-org31db069">
322 330
 <ul class="org-ul">
323 331
 <li>Discovery of other users on the network</li>
324 332
 <li>Text based chat, one-to-one and in groups</li>
325
-<li>Voice chat (VoIP)</li>
333
+<li>Voice chat (VoIP) and video calls</li>
326 334
 <li>Private and public sharing of files</li>
327 335
 <li>Blogging</li>
336
+<li>Creating and broadcasting audio media/podcasts</li>
328 337
 <li>Social network stream. Follow/unfollow other peers</li>
329 338
 <li>No network administration required</li>
330
-<li>No servers, internet connection or cabling is needed</li>
339
+<li>No servers</li>
340
+<li>Internet connection is optional</li>
331 341
 <li>Works from bootable USB drives or microSD drives</li>
332 342
 <li>Data is mesh routed between systems</li>
333 343
 <li>Private communications is end-to-end secured and forward secret</li>
@@ -335,18 +345,18 @@ The Freedombone mesh roughly follows MondoNet's ten social specifications:
335 345
 </ul>
336 346
 
337 347
 <p>
338
-This system should be quite scalable. Both qTox and IPFS are based upon distributed hash tables (DHT) so that each peer does not need to store the full index of data for the entire network. Caching or pinning of IPFS data and its content addressability means that if a file or blog becomes popular then performance should improve as the number of downloads increases, which is the opposite of the client/server paradigm.
348
+This system should be quite scalable. Both qTox and IPFS are based upon distributed hash tables (DHT) so that each peer does not need to store the full index of data for the entire network. Gossiping between SSB peers may be slower, but the <a href="https://en.wikipedia.org/wiki/Small-world_network">small world effect</a> will presumably still make for quite efficient delivery in a large network. Caching or pinning of IPFS data and its content addressability means that if a file or blog becomes popular then performance should improve as the number of downloads increases, which is the opposite of the client/server paradigm.
339 349
 </p>
340 350
 </div>
341 351
 </div>
342 352
 
343
-<div id="outline-container-org38eda48" class="outline-2">
344
-<h2 id="org38eda48">Disk Images</h2>
345
-<div class="outline-text-2" id="text-org38eda48">
353
+<div id="outline-container-org591eab6" class="outline-2">
354
+<h2 id="org591eab6">Disk Images</h2>
355
+<div class="outline-text-2" id="text-org591eab6">
346 356
 </div>
347
-<div id="outline-container-org2291a28" class="outline-3">
348
-<h3 id="org2291a28">Writing many images quickly</h3>
349
-<div class="outline-text-3" id="text-org2291a28">
357
+<div id="outline-container-orgffdec7f" class="outline-3">
358
+<h3 id="orgffdec7f">Writing many images quickly</h3>
359
+<div class="outline-text-3" id="text-orgffdec7f">
350 360
 <p>
351 361
 There may be situations where you need to write the same disk image to multiple drives at the same time in order to maximize rate of deployment. In the instructions given below the <b>dd</b> command is used for writing to the target drive, but to write to multiple drives you can use a tool such as <a href="https://wiki.gnome.org/Apps/MultiWriter">GNOME MultiWriter</a>.
352 362
 </p>
@@ -374,9 +384,9 @@ The MultiWriter tool is also available within mesh client images, so that you ca
374 384
 </p>
375 385
 </div>
376 386
 </div>
377
-<div id="outline-container-orgd0546b8" class="outline-3">
378
-<h3 id="orgd0546b8">Client images</h3>
379
-<div class="outline-text-3" id="text-orgd0546b8">
387
+<div id="outline-container-org4e60223" class="outline-3">
388
+<h3 id="org4e60223">Client images</h3>
389
+<div class="outline-text-3" id="text-org4e60223">
380 390
 <div class="org-center">
381 391
 
382 392
 <div class="figure">
@@ -425,16 +435,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
425 435
 </div>
426 436
 </div>
427 437
 
428
-<div id="outline-container-orgefe9dc5" class="outline-3">
429
-<h3 id="orgefe9dc5">Router images</h3>
430
-<div class="outline-text-3" id="text-orgefe9dc5">
438
+<div id="outline-container-org619ed5c" class="outline-3">
439
+<h3 id="org619ed5c">Router images</h3>
440
+<div class="outline-text-3" id="text-org619ed5c">
431 441
 <p>
432 442
 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.
433 443
 </p>
434 444
 </div>
435
-<div id="outline-container-org2f4e6c1" class="outline-4">
436
-<h4 id="org2f4e6c1">Beaglebone Black</h4>
437
-<div class="outline-text-4" id="text-org2f4e6c1">
445
+<div id="outline-container-orga6faa1b" class="outline-4">
446
+<h4 id="orga6faa1b">Beaglebone Black</h4>
447
+<div class="outline-text-4" id="text-orga6faa1b">
438 448
 <div class="org-center">
439 449
 
440 450
 <div class="figure">
@@ -471,9 +481,9 @@ There is still a software freedom issue with the Beaglebone Black, but it doesn'
471 481
 </div>
472 482
 </div>
473 483
 
474
-<div id="outline-container-org0c3a295" class="outline-2">
475
-<h2 id="org0c3a295">Building Disk Images</h2>
476
-<div class="outline-text-2" id="text-org0c3a295">
484
+<div id="outline-container-orgfd2a746" class="outline-2">
485
+<h2 id="orgfd2a746">Building Disk Images</h2>
486
+<div class="outline-text-2" id="text-orgfd2a746">
477 487
 <p>
478 488
 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.
479 489
 </p>
@@ -561,9 +571,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
561 571
 </div>
562 572
 </div>
563 573
 
564
-<div id="outline-container-orgdbfa9a8" class="outline-2">
565
-<h2 id="orgdbfa9a8">Customisation</h2>
566
-<div class="outline-text-2" id="text-orgdbfa9a8">
574
+<div id="outline-container-org70ededa" class="outline-2">
575
+<h2 id="org70ededa">Customisation</h2>
576
+<div class="outline-text-2" id="text-org70ededa">
567 577
 <p>
568 578
 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.
569 579
 </p>
@@ -573,9 +583,9 @@ If you need particular <i>dconf</i> commands to alter desktop appearance or beha
573 583
 </p>
574 584
 </div>
575 585
 </div>
576
-<div id="outline-container-org5f6418e" class="outline-2">
577
-<h2 id="org5f6418e">How to use it</h2>
578
-<div class="outline-text-2" id="text-org5f6418e">
586
+<div id="outline-container-orgf02b56e" class="outline-2">
587
+<h2 id="orgf02b56e">How to use it</h2>
588
+<div class="outline-text-2" id="text-orgf02b56e">
579 589
 <p>
580 590
 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.
581 591
 </p>
@@ -585,9 +595,9 @@ After a minute or two if you are within wifi range and there is at least one oth
585 595
 </p>
586 596
 </div>
587 597
 
588
-<div id="outline-container-org6f259f7" class="outline-3">
589
-<h3 id="org6f259f7">Boot trouble</h3>
590
-<div class="outline-text-3" id="text-org6f259f7">
598
+<div id="outline-container-org6725f18" class="outline-3">
599
+<h3 id="org6725f18">Boot trouble</h3>
600
+<div class="outline-text-3" id="text-org6725f18">
591 601
 <p>
592 602
 If the system doesn't boot and reports an error which includes <b>/dev/mapper/loop0p1</b> then reboot with <b>Ctrl-Alt-Del</b> and when you see the grub menu press <b>e</b> and manually change <b>/dev/mapper/loop0p1</b> to <b>/dev/sdb1</b>, then press <b>Ctrl-x</b>. If that doesn't work then reboot and try <b>/dev/sdc1</b> instead.
593 603
 </p>
@@ -597,9 +607,9 @@ After the system has booted successfully the problem should resolve itself on su
597 607
 </p>
598 608
 </div>
599 609
 </div>
600
-<div id="outline-container-org32ab229" class="outline-3">
601
-<h3 id="org32ab229">Set the Date</h3>
602
-<div class="outline-text-3" id="text-org32ab229">
610
+<div id="outline-container-org3e04c3e" class="outline-3">
611
+<h3 id="org3e04c3e">Set the Date</h3>
612
+<div class="outline-text-3" id="text-org3e04c3e">
603 613
 <p>
604 614
 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.
605 615
 </p>
@@ -609,9 +619,9 @@ On the ordinary internet the date and time of your system would be set automatic
609 619
 </p>
610 620
 </div>
611 621
 </div>
612
-<div id="outline-container-org0a0c31f" class="outline-3">
613
-<h3 id="org0a0c31f">Check network status</h3>
614
-<div class="outline-text-3" id="text-org0a0c31f">
622
+<div id="outline-container-org0643cbc" class="outline-3">
623
+<h3 id="org0643cbc">Check network status</h3>
624
+<div class="outline-text-3" id="text-org0643cbc">
615 625
 <p>
616 626
 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.
617 627
 </p>
@@ -634,10 +644,33 @@ When you are finished close the window and then select the <i>Network Restart</i
634 644
 </p>
635 645
 </div>
636 646
 </div>
647
+<div id="outline-container-org4218a50" class="outline-3">
648
+<h3 id="org4218a50">Mobile devices (phones, etc)</h3>
649
+<div class="outline-text-3" id="text-org4218a50">
650
+<p>
651
+To allow mobile devices to connect to the mesh you will need a second wifi adapter connected to your laptop/netbook/SBC. Plug in a second wifi adapter then reboot the system. The second adaptor will then create a wifi hotspot which mobile devices can connect to. The hotspot name also contains its local IP address (eg. "<i>mesh-192.168.1.83</i>").
652
+</p>
653
+
654
+<p>
655
+On a typical Android device go to <b>Settings</b> then <b>Security</b> and ensure that <b>Unknown sources</b> is enabled. Also within <b>Wifi</b> from the <b>Settings</b> screen select the mesh hotspot. The password is "<i>freedombone</i>". Open a non-Tor browser and navigate to the IP address showing in the hotspot name. You can then download and install mesh apps.
656
+</p>
657
+
658
+<div class="org-center">
659
+
660
+<div class="figure">
661
+<p><img src="images/mesh_mobileapps.jpg" alt="mesh_mobileapps.jpg" />
662
+</p>
663
+</div>
664
+</div>
637 665
 
638
-<div id="outline-container-org334d737" class="outline-3">
639
-<h3 id="org334d737">Chat System</h3>
640
-<div class="outline-text-3" id="text-org334d737">
666
+<p>
667
+On some android devices you may need to move the downloaded APK file from the <b>Downloads</b> directory to your <b>home</b> directory before you can install it.
668
+</p>
669
+</div>
670
+</div>
671
+<div id="outline-container-org83ac204" class="outline-3">
672
+<h3 id="org83ac204">Chat System</h3>
673
+<div class="outline-text-3" id="text-org83ac204">
641 674
 <p>
642 675
 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.
643 676
 </p>
@@ -696,9 +729,9 @@ At present video doesn't work reliably, but text and voice chat do work well.
696 729
 </div>
697 730
 </div>
698 731
 
699
-<div id="outline-container-org2195683" class="outline-3">
700
-<h3 id="org2195683">Social Network</h3>
701
-<div class="outline-text-3" id="text-org2195683">
732
+<div id="outline-container-org7cefd77" class="outline-3">
733
+<h3 id="org7cefd77">Social Network</h3>
734
+<div class="outline-text-3" id="text-org7cefd77">
702 735
 <p>
703 736
 Patchwork is available as a social networking system for the mesh. Like all social network systems it has a stream of posts and you can follow or unfollow other users. You can also send private messages to other users with end-to-end encryption.
704 737
 </p>
@@ -733,9 +766,9 @@ The Secure Scuttlebutt protocol which Patchwork is based upon is intended to be
733 766
 </div>
734 767
 </div>
735 768
 
736
-<div id="outline-container-org41de3cc" class="outline-3">
737
-<h3 id="org41de3cc">Sharing Files</h3>
738
-<div class="outline-text-3" id="text-org41de3cc">
769
+<div id="outline-container-org1d48b53" class="outline-3">
770
+<h3 id="org1d48b53">Sharing Files</h3>
771
+<div class="outline-text-3" id="text-org1d48b53">
739 772
 <p>
740 773
 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.
741 774
 </p>
@@ -750,9 +783,9 @@ You can make files publicly available on the network simply by dragging and drop
750 783
 </div>
751 784
 </div>
752 785
 
753
-<div id="outline-container-org534896d" class="outline-3">
754
-<h3 id="org534896d">Blogging</h3>
755
-<div class="outline-text-3" id="text-org534896d">
786
+<div id="outline-container-org152b28b" class="outline-3">
787
+<h3 id="org152b28b">Blogging</h3>
788
+<div class="outline-text-3" id="text-org152b28b">
756 789
 <p>
757 790
 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.
758 791
 </p>