Bob Mottram пре 8 година
родитељ
комит
9b0cee5d2e
4 измењених фајлова са 79 додато и 73 уклоњено
  1. 2
    0
      doc/EN/index.org
  2. 14
    14
      doc/EN/mesh.org
  3. 5
    1
      website/EN/index.html
  4. 58
    58
      website/EN/mesh.html

+ 2
- 0
doc/EN/index.org Прегледај датотеку

38
 
38
 
39
 If you find bugs, or want to add a new app to this system see the [[./devguide.html][Developers Guide]].
39
 If you find bugs, or want to add a new app to this system see the [[./devguide.html][Developers Guide]].
40
 
40
 
41
+Ready made disk images which can be copied onto USB or microSD drives are [[./downloads][available here]].
42
+
41
 #+BEGIN_CENTER
43
 #+BEGIN_CENTER
42
 This site can also be accessed via a Tor browser at http://2tp3f6vtvhkqpuc6.onion
44
 This site can also be accessed via a Tor browser at http://2tp3f6vtvhkqpuc6.onion
43
 #+END_CENTER
45
 #+END_CENTER

+ 14
- 14
doc/EN/mesh.org Прегледај датотеку

51
 
51
 
52
 #+begin_src bash
52
 #+begin_src bash
53
 sudo apt-get install xz-utils wget
53
 sudo apt-get install xz-utils wget
54
-wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz
55
-wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz.sig
56
-gpg --verify mesh-client-i386-20160913.img.xz.sig
57
-sha256sum mesh-client-i386-20160913.img.xz
58
-2111eeeba713d7ea0109845a295cc44550c66679045fd4bdafc04a883635bea9
59
-unxz mesh-client-i386-20160913.img.xz
60
-sudo dd bs=1M if=mesh-client-i386-20160913.img of=/dev/sdX conv=fdatasync
54
+wget https://freedombone.net/downloads/v2.00/freedombone-meshclient-2.00_all-i386.img.xz
55
+wget https://freedombone.net/downloads/v2.00/freedombone-meshclient-2.00_all-i386.img.xz.sig
56
+gpg --verify freedombone-meshclient-2.00_all-i386.img.xz.sig
57
+sha256sum freedombone-meshclient-2.00_all-i386.img.xz
58
+403cf1cc2bc5272e5921d3ebefc351540928141bc65641b6d16f2262a933cb4e
59
+unxz freedombone-meshclient-2.00_all-i386.img.xz
60
+sudo dd bs=1M if=freedombone-meshclient-2.00_all-i386.img of=/dev/sdX conv=fdatasync
61
 #+end_src
61
 #+end_src
62
 
62
 
63
 To get a number of systems onto the mesh repeat the /dd/ command to create however many bootable USB drives you need.
63
 To get a number of systems onto the mesh repeat the /dd/ command to create however many bootable USB drives you need.
86
 
86
 
87
 #+begin_src bash
87
 #+begin_src bash
88
 sudo apt-get install xz-utils wget
88
 sudo apt-get install xz-utils wget
89
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz
90
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz.sig
91
-gpg --verify mesh-router-beaglebone-black-20160913.img.xz.sig
92
-sha256sum mesh-router-beaglebone-black-20160913.img.xz
93
-74470b6491951a9744fdd3dab27e8ca74d5b60499fcf6e1a5313e6854c9db894
94
-unxz mesh-router-beaglebone-black-20160913.img.xz
95
-sudo dd bs=1M if=mesh-router-beaglebone-black-20160913.img of=/dev/sdX conv=fdatasync
89
+wget https://freedombone.net/downloads/v2.00/freedombone-mesh-2.00_beaglebone-armhf.img.xz
90
+wget https://freedombone.net/downloads/v2.00/freedombone-mesh-2.00_beaglebone-armhf.img.xz.sig
91
+gpg --verify freedombone-mesh-2.00_beaglebone-armhf.img.xz.sig
92
+sha256sum freedombone-mesh-2.00_beaglebone-armhf.img.xz
93
+daf8c82f111ae8714cffc52633156554c23d5feafabbe85cb15925e0373a3ff4
94
+unxz freedombone-mesh-2.00_beaglebone-armhf.img.xz
95
+sudo dd bs=1M if=freedombone-mesh-2.00_beaglebone-armhf.img of=/dev/sdX conv=fdatasync
96
 #+end_src
96
 #+end_src
97
 
97
 
98
 If you have a few Beaglebone Blacks to use as routers then repeat the /dd/ command to create however many microSD cards you need.
98
 If you have a few Beaglebone Blacks to use as routers then repeat the /dd/ command to create however many microSD cards you need.

+ 5
- 1
website/EN/index.html Прегледај датотеку

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-11-24 Thu 17:58 -->
6
+<!-- 2016-11-25 Fri 23:12 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
295
 If you find bugs, or want to add a new app to this system see the <a href="./devguide.html">Developers Guide</a>.
295
 If you find bugs, or want to add a new app to this system see the <a href="./devguide.html">Developers Guide</a>.
296
 </p>
296
 </p>
297
 
297
 
298
+<p>
299
+Ready made disk images which can be copied onto USB or microSD drives are <a href="./downloads">available here</a>.
300
+</p>
301
+
298
 <div class="org-center">
302
 <div class="org-center">
299
 <p>
303
 <p>
300
 This site can also be accessed via a Tor browser at <a href="http://2tp3f6vtvhkqpuc6.onion">http://2tp3f6vtvhkqpuc6.onion</a>
304
 This site can also be accessed via a Tor browser at <a href="http://2tp3f6vtvhkqpuc6.onion">http://2tp3f6vtvhkqpuc6.onion</a>

+ 58
- 58
website/EN/mesh.html Прегледај датотеку

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-11-24 Thu 10:49 -->
6
+<!-- 2016-11-25 Fri 23:50 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
273
 </colgroup>
273
 </colgroup>
274
 <tbody>
274
 <tbody>
275
 <tr>
275
 <tr>
276
-<td class="org-left"><a href="#orgdb7a57b">What the system can do</a></td>
276
+<td class="org-left"><a href="#orgae746cf">What the system can do</a></td>
277
 <td class="org-left">-</td>
277
 <td class="org-left">-</td>
278
-<td class="org-left"><a href="#orgc804016">Disk Images</a></td>
278
+<td class="org-left"><a href="#org388e705">Disk Images</a></td>
279
 <td class="org-left">-</td>
279
 <td class="org-left">-</td>
280
-<td class="org-left"><a href="#org1af89bc">Building Disk Images</a></td>
280
+<td class="org-left"><a href="#org720021e">Building Disk Images</a></td>
281
 <td class="org-left">-</td>
281
 <td class="org-left">-</td>
282
-<td class="org-left"><a href="#orgf19b78f">How to use it</a></td>
282
+<td class="org-left"><a href="#org4c28db5">How to use it</a></td>
283
 </tr>
283
 </tr>
284
 </tbody>
284
 </tbody>
285
 </table>
285
 </table>
288
 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.
288
 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.
289
 </p>
289
 </p>
290
 
290
 
291
-<div id="outline-container-orgdb7a57b" class="outline-2">
292
-<h2 id="orgdb7a57b">What the system can do</h2>
293
-<div class="outline-text-2" id="text-orgdb7a57b">
291
+<div id="outline-container-orgae746cf" class="outline-2">
292
+<h2 id="orgae746cf">What the system can do</h2>
293
+<div class="outline-text-2" id="text-orgae746cf">
294
 <ul class="org-ul">
294
 <ul class="org-ul">
295
 <li>Discovery of other users on the network</li>
295
 <li>Discovery of other users on the network</li>
296
 <li>Text based chat, one-to-one and in groups</li>
296
 <li>Text based chat, one-to-one and in groups</li>
311
 </div>
311
 </div>
312
 </div>
312
 </div>
313
 
313
 
314
-<div id="outline-container-orgc804016" class="outline-2">
315
-<h2 id="orgc804016">Disk Images</h2>
316
-<div class="outline-text-2" id="text-orgc804016">
317
-</div><div id="outline-container-orgeb76f79" class="outline-3">
318
-<h3 id="orgeb76f79">Client images</h3>
319
-<div class="outline-text-3" id="text-orgeb76f79">
314
+<div id="outline-container-org388e705" class="outline-2">
315
+<h2 id="org388e705">Disk Images</h2>
316
+<div class="outline-text-2" id="text-org388e705">
317
+</div><div id="outline-container-orgd3fce71" class="outline-3">
318
+<h3 id="orgd3fce71">Client images</h3>
319
+<div class="outline-text-3" id="text-orgd3fce71">
320
 <div class="org-center">
320
 <div class="org-center">
321
 
321
 
322
 <div class="figure">
322
 <div class="figure">
331
 
331
 
332
 <div class="org-src-container">
332
 <div class="org-src-container">
333
 <pre class="src src-bash">sudo apt-get install xz-utils wget
333
 <pre class="src src-bash">sudo apt-get install xz-utils wget
334
-wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz
335
-wget https://freedombone.net/downloads/mesh-client-i386-20160913.img.xz.sig
336
-gpg --verify mesh-client-i386-20160913.img.xz.sig
337
-sha256sum mesh-client-i386-20160913.img.xz
338
-2111eeeba713d7ea0109845a295cc44550c66679045fd4bdafc04a883635bea9
339
-unxz mesh-client-i386-20160913.img.xz
340
-sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-client-i386-20160913.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
334
+wget https://freedombone.net/downloads/v2.00/freedombone-meshclient-2.00_all-i386.img.xz
335
+wget https://freedombone.net/downloads/v2.00/freedombone-meshclient-2.00_all-i386.img.xz.sig
336
+gpg --verify freedombone-meshclient-2.00_all-i386.img.xz.sig
337
+sha256sum freedombone-meshclient-2.00_all-i386.img.xz
338
+403cf1cc2bc5272e5921d3ebefc351540928141bc65641b6d16f2262a933cb4e
339
+unxz freedombone-meshclient-2.00_all-i386.img.xz
340
+sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=freedombone-meshclient-2.00_all-i386.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
341
 </pre>
341
 </pre>
342
 </div>
342
 </div>
343
 
343
 
363
 </div>
363
 </div>
364
 </div>
364
 </div>
365
 
365
 
366
-<div id="outline-container-org70774e2" class="outline-3">
367
-<h3 id="org70774e2">Router images</h3>
368
-<div class="outline-text-3" id="text-org70774e2">
366
+<div id="outline-container-org6669869" class="outline-3">
367
+<h3 id="org6669869">Router images</h3>
368
+<div class="outline-text-3" id="text-org6669869">
369
 <p>
369
 <p>
370
 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.
370
 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.
371
 </p>
371
 </p>
372
 </div>
372
 </div>
373
-<div id="outline-container-orge9028ca" class="outline-4">
374
-<h4 id="orge9028ca">Beaglebone Black</h4>
375
-<div class="outline-text-4" id="text-orge9028ca">
373
+<div id="outline-container-org4fd5c5d" class="outline-4">
374
+<h4 id="org4fd5c5d">Beaglebone Black</h4>
375
+<div class="outline-text-4" id="text-org4fd5c5d">
376
 <div class="org-center">
376
 <div class="org-center">
377
 
377
 
378
 <div class="figure">
378
 <div class="figure">
387
 
387
 
388
 <div class="org-src-container">
388
 <div class="org-src-container">
389
 <pre class="src src-bash">sudo apt-get install xz-utils wget
389
 <pre class="src src-bash">sudo apt-get install xz-utils wget
390
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz
391
-wget https://freedombone.net/downloads/mesh-router-beaglebone-black-20160913.img.xz.sig
392
-gpg --verify mesh-router-beaglebone-black-20160913.img.xz.sig
393
-sha256sum mesh-router-beaglebone-black-20160913.img.xz
394
-74470b6491951a9744fdd3dab27e8ca74d5b60499fcf6e1a5313e6854c9db894
395
-unxz mesh-router-beaglebone-black-20160913.img.xz
396
-sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=mesh-router-beaglebone-black-20160913.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
390
+wget https://freedombone.net/downloads/v2.00/freedombone-mesh-2.00_beaglebone-armhf.img.xz
391
+wget https://freedombone.net/downloads/v2.00/freedombone-mesh-2.00_beaglebone-armhf.img.xz.sig
392
+gpg --verify freedombone-mesh-2.00_beaglebone-armhf.img.xz.sig
393
+sha256sum freedombone-mesh-2.00_beaglebone-armhf.img.xz
394
+daf8c82f111ae8714cffc52633156554c23d5feafabbe85cb15925e0373a3ff4
395
+unxz freedombone-mesh-2.00_beaglebone-armhf.img.xz
396
+sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=freedombone-mesh-2.00_beaglebone-armhf.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
397
 </pre>
397
 </pre>
398
 </div>
398
 </div>
399
 
399
 
409
 </div>
409
 </div>
410
 </div>
410
 </div>
411
 
411
 
412
-<div id="outline-container-org1af89bc" class="outline-2">
413
-<h2 id="org1af89bc">Building Disk Images</h2>
414
-<div class="outline-text-2" id="text-org1af89bc">
412
+<div id="outline-container-org720021e" class="outline-2">
413
+<h2 id="org720021e">Building Disk Images</h2>
414
+<div class="outline-text-2" id="text-org720021e">
415
 <p>
415
 <p>
416
 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.
416
 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.
417
 </p>
417
 </p>
500
 </div>
500
 </div>
501
 </div>
501
 </div>
502
 
502
 
503
-<div id="outline-container-org5fae536" class="outline-2">
504
-<h2 id="org5fae536">Customisation</h2>
505
-<div class="outline-text-2" id="text-org5fae536">
503
+<div id="outline-container-org2d77f1b" class="outline-2">
504
+<h2 id="org2d77f1b">Customisation</h2>
505
+<div class="outline-text-2" id="text-org2d77f1b">
506
 <p>
506
 <p>
507
 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.
507
 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.
508
 </p>
508
 </p>
512
 </p>
512
 </p>
513
 </div>
513
 </div>
514
 </div>
514
 </div>
515
-<div id="outline-container-orgf19b78f" class="outline-2">
516
-<h2 id="orgf19b78f">How to use it</h2>
517
-<div class="outline-text-2" id="text-orgf19b78f">
515
+<div id="outline-container-org4c28db5" class="outline-2">
516
+<h2 id="org4c28db5">How to use it</h2>
517
+<div class="outline-text-2" id="text-org4c28db5">
518
 <p>
518
 <p>
519
 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.
519
 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.
520
 </p>
520
 </p>
524
 </p>
524
 </p>
525
 </div>
525
 </div>
526
 
526
 
527
-<div id="outline-container-orgb323b0f" class="outline-3">
528
-<h3 id="orgb323b0f">Set the Date</h3>
529
-<div class="outline-text-3" id="text-orgb323b0f">
527
+<div id="outline-container-org68e6da3" class="outline-3">
528
+<h3 id="org68e6da3">Set the Date</h3>
529
+<div class="outline-text-3" id="text-org68e6da3">
530
 <p>
530
 <p>
531
 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.
531
 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.
532
 </p>
532
 </p>
536
 </p>
536
 </p>
537
 </div>
537
 </div>
538
 </div>
538
 </div>
539
-<div id="outline-container-org21297c6" class="outline-3">
540
-<h3 id="org21297c6">Check network status</h3>
541
-<div class="outline-text-3" id="text-org21297c6">
539
+<div id="outline-container-org6f72b2f" class="outline-3">
540
+<h3 id="org6f72b2f">Check network status</h3>
541
+<div class="outline-text-3" id="text-org6f72b2f">
542
 <p>
542
 <p>
543
 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.
543
 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.
544
 </p>
544
 </p>
562
 </div>
562
 </div>
563
 </div>
563
 </div>
564
 
564
 
565
-<div id="outline-container-orgddd7c4f" class="outline-3">
566
-<h3 id="orgddd7c4f">Chat System</h3>
567
-<div class="outline-text-3" id="text-orgddd7c4f">
565
+<div id="outline-container-org1773356" class="outline-3">
566
+<h3 id="org1773356">Chat System</h3>
567
+<div class="outline-text-3" id="text-org1773356">
568
 <p>
568
 <p>
569
 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.
569
 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.
570
 </p>
570
 </p>
623
 </div>
623
 </div>
624
 </div>
624
 </div>
625
 
625
 
626
-<div id="outline-container-org90d8c9e" class="outline-3">
627
-<h3 id="org90d8c9e">Sharing Files</h3>
628
-<div class="outline-text-3" id="text-org90d8c9e">
626
+<div id="outline-container-orgd9dd14a" class="outline-3">
627
+<h3 id="orgd9dd14a">Sharing Files</h3>
628
+<div class="outline-text-3" id="text-orgd9dd14a">
629
 <p>
629
 <p>
630
 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.
630
 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.
631
 </p>
631
 </p>
640
 </div>
640
 </div>
641
 </div>
641
 </div>
642
 
642
 
643
-<div id="outline-container-org0a98946" class="outline-3">
644
-<h3 id="org0a98946">Blogging</h3>
645
-<div class="outline-text-3" id="text-org0a98946">
643
+<div id="outline-container-org063b30f" class="outline-3">
644
+<h3 id="org063b30f">Blogging</h3>
645
+<div class="outline-text-3" id="text-org063b30f">
646
 <p>
646
 <p>
647
 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.
647
 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.
648
 </p>
648
 </p>