Browse Source

Change onion address for main site

Bob Mottram 8 years ago
parent
commit
f44e7ea8a9
7 changed files with 58 additions and 63 deletions
  1. 1
    1
      doc/EN/homeserver.org
  2. 1
    1
      doc/EN/index.org
  3. 1
    1
      doc/EN/mesh.org
  4. 2
    2
      doc/EN/support.org
  5. 4
    9
      website/EN/homeserver.html
  6. 3
    3
      website/EN/index.html
  7. 46
    46
      website/EN/mesh.html

+ 1
- 1
doc/EN/homeserver.org View File

@@ -85,5 +85,5 @@ man freedombone-image
85 85
 #+end_src
86 86
 
87 87
 #+BEGIN_CENTER
88
-This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]]
88
+This site can also be accessed via a Tor browser at http://2tp3f6vtvhkqpuc6.onion
89 89
 #+END_CENTER

+ 1
- 1
doc/EN/index.org View File

@@ -31,5 +31,5 @@ After installation it's possible that you might want some advice on how to run y
31 31
  * [[./devguide.html][Developers Guide]]
32 32
 
33 33
 #+BEGIN_CENTER
34
-This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]]
34
+This site can also be accessed via a Tor browser at http://2tp3f6vtvhkqpuc6.onion
35 35
 #+END_CENTER

+ 1
- 1
doc/EN/mesh.org View File

@@ -241,5 +241,5 @@ You can also visit other blogs, edit or delete your previous entry and also chan
241 241
 
242 242
 
243 243
 #+BEGIN_CENTER
244
-This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]]
244
+This site can also be accessed via a Tor browser at http://2tp3f6vtvhkqpuc6.onion
245 245
 #+END_CENTER

+ 2
- 2
doc/EN/support.org View File

@@ -18,9 +18,9 @@
18 18
 
19 19
 * Contact details
20 20
 
21
-This site can also be accessed via a Tor browser at *4fvfozz6g3zmvf76.onion*
21
+This site can also be accessed via a Tor browser at *http://2tp3f6vtvhkqpuc6.onion*
22 22
 
23
-*Email:* bob@robotics.uk.to
23
+*Email:* bob@freedombone.net
24 24
 
25 25
 *PGP/GPG Key ID:* EA982E38
26 26
 

+ 4
- 9
website/EN/homeserver.html View File

@@ -3,11 +3,11 @@
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-08-14 Sun 13:17 -->
6
+<!-- 2016-10-31 Mon 15:54 -->
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>
10
-<meta name="generator" content="Org-mode" />
10
+<meta name="generator" content="Org mode" />
11 11
 <meta name="author" content="Bob Mottram" />
12 12
 <meta name="description" content="Turn the Beaglebone Black into a personal communications server"
13 13
  />
@@ -77,6 +77,7 @@
77 77
   pre.src-ledger:before { content: 'Ledger'; }
78 78
   pre.src-lisp:before { content: 'Lisp'; }
79 79
   pre.src-lilypond:before { content: 'Lilypond'; }
80
+  pre.src-lua:before { content: 'Lua'; }
80 81
   pre.src-matlab:before { content: 'MATLAB'; }
81 82
   pre.src-mscgen:before { content: 'Mscgen'; }
82 83
   pre.src-ocaml:before { content: 'Objective Caml'; }
@@ -254,7 +255,6 @@ First you will need to create an image.
254 255
 </p>
255 256
 
256 257
 <div class="org-src-container">
257
-
258 258
 <pre class="src src-bash">sudo su
259 259
 apt-get -y install build-essential libc6-dev-i386 <span class="org-sh-escaped-newline">\</span>
260 260
 gcc-multilib g++-multilib git python-docutils mktorrent <span class="org-sh-escaped-newline">\</span>
@@ -278,7 +278,6 @@ List what drives are on your system with:
278 278
 </p>
279 279
 
280 280
 <div class="org-src-container">
281
-
282 281
 <pre class="src src-bash">ls /dev/sd*
283 282
 </pre>
284 283
 </div>
@@ -292,7 +291,6 @@ You can now copy the image to the USB thumb drive, replacing <b>sdX</b> with the
292 291
 </p>
293 292
 
294 293
 <div class="org-src-container">
295
-
296 294
 <pre class="src src-bash">dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-name">if</span>=myimagefile.img <span class="org-variable-name">of</span>=/dev/sdX <span class="org-variable-name">conv</span>=fdatasync
297 295
 </pre>
298 296
 </div>
@@ -306,7 +304,6 @@ As the system boots for the first time the login is:
306 304
 </p>
307 305
 
308 306
 <div class="org-src-container">
309
-
310 307
 <pre class="src src-bash">username: fbone
311 308
 password: freedombone
312 309
 </pre>
@@ -325,7 +322,6 @@ When it's installed on your local system open a terminal and run:
325 322
 </p>
326 323
 
327 324
 <div class="org-src-container">
328
-
329 325
 <pre class="src src-bash">ssh myusername@freedombone.local -p 2222
330 326
 </pre>
331 327
 </div>
@@ -355,14 +351,13 @@ Of course, this is just one way in which you can install the Freedombone system.
355 351
 </p>
356 352
 
357 353
 <div class="org-src-container">
358
-
359 354
 <pre class="src src-bash">man freedombone-image
360 355
 </pre>
361 356
 </div>
362 357
 
363 358
 <div class="org-center">
364 359
 <p>
365
-This site can also be accessed via a Tor browser at <a href="http://4fvfozz6g3zmvf76.onion/">4fvfozz6g3zmvf76.onion</a>
360
+This site can also be accessed via a Tor browser at <a href="http://2tp3f6vtvhkqpuc6.onion">http://2tp3f6vtvhkqpuc6.onion</a>
366 361
 </p>
367 362
 </div>
368 363
 </div>

+ 3
- 3
website/EN/index.html View File

@@ -3,11 +3,11 @@
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-10-19 Wed 23:22 -->
6
+<!-- 2016-10-31 Mon 15:54 -->
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>
10
-<meta name="generator" content="Org-mode" />
10
+<meta name="generator" content="Org mode" />
11 11
 <meta name="author" content="Bob Mottram" />
12 12
 <meta name="description" content="Turn the Beaglebone Black into a personal communications server"
13 13
  />
@@ -281,7 +281,7 @@ After installation it's possible that you might want some advice on how to run y
281 281
 
282 282
 <div class="org-center">
283 283
 <p>
284
-This site can also be accessed via a Tor browser at <a href="http://4fvfozz6g3zmvf76.onion">4fvfozz6g3zmvf76.onion</a>
284
+This site can also be accessed via a Tor browser at <a href="http://2tp3f6vtvhkqpuc6.onion">http://2tp3f6vtvhkqpuc6.onion</a>
285 285
 </p>
286 286
 </div>
287 287
 </div>

+ 46
- 46
website/EN/mesh.html View File

@@ -3,11 +3,11 @@
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-10-10 Mon 18:14 -->
6
+<!-- 2016-10-31 Mon 15:54 -->
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>
10
-<meta name="generator" content="Org-mode" />
10
+<meta name="generator" content="Org mode" />
11 11
 <meta name="author" content="Bob Mottram" />
12 12
 <meta name="description" content="Turn the Beaglebone Black into a personal communications server"
13 13
  />
@@ -273,13 +273,13 @@ for the JavaScript code in this tag.
273 273
 </colgroup>
274 274
 <tbody>
275 275
 <tr>
276
-<td class="org-left"><a href="#org96e6bb5">What the system can do</a></td>
276
+<td class="org-left"><a href="#org8c6f3cb">What the system can do</a></td>
277 277
 <td class="org-left">-</td>
278
-<td class="org-left"><a href="#org6875bf6">Disk Images</a></td>
278
+<td class="org-left"><a href="#org5fb4ebb">Disk Images</a></td>
279 279
 <td class="org-left">-</td>
280
-<td class="org-left"><a href="#org4570a39">Building Disk Images</a></td>
280
+<td class="org-left"><a href="#org641c17e">Building Disk Images</a></td>
281 281
 <td class="org-left">-</td>
282
-<td class="org-left"><a href="#org4af5d9c">How to use it</a></td>
282
+<td class="org-left"><a href="#orga5f561f">How to use it</a></td>
283 283
 </tr>
284 284
 </tbody>
285 285
 </table>
@@ -288,9 +288,9 @@ for the JavaScript code in this tag.
288 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 289
 </p>
290 290
 
291
-<div id="outline-container-org96e6bb5" class="outline-2">
292
-<h2 id="org96e6bb5">What the system can do</h2>
293
-<div class="outline-text-2" id="text-org96e6bb5">
291
+<div id="outline-container-org8c6f3cb" class="outline-2">
292
+<h2 id="org8c6f3cb">What the system can do</h2>
293
+<div class="outline-text-2" id="text-org8c6f3cb">
294 294
 <ul class="org-ul">
295 295
 <li>Discovery of other users on the network</li>
296 296
 <li>Text based chat, one-to-one and in groups</li>
@@ -311,12 +311,12 @@ This system should be quite scalable. Both qTox and IPFS are based upon distribu
311 311
 </div>
312 312
 </div>
313 313
 
314
-<div id="outline-container-org6875bf6" class="outline-2">
315
-<h2 id="org6875bf6">Disk Images</h2>
316
-<div class="outline-text-2" id="text-org6875bf6">
317
-</div><div id="outline-container-org1f8f6c2" class="outline-3">
318
-<h3 id="org1f8f6c2">Client images</h3>
319
-<div class="outline-text-3" id="text-org1f8f6c2">
314
+<div id="outline-container-org5fb4ebb" class="outline-2">
315
+<h2 id="org5fb4ebb">Disk Images</h2>
316
+<div class="outline-text-2" id="text-org5fb4ebb">
317
+</div><div id="outline-container-orgbba0c05" class="outline-3">
318
+<h3 id="orgbba0c05">Client images</h3>
319
+<div class="outline-text-3" id="text-orgbba0c05">
320 320
 <div class="org-center">
321 321
 
322 322
 <div class="figure">
@@ -363,16 +363,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
363 363
 </div>
364 364
 </div>
365 365
 
366
-<div id="outline-container-org703dade" class="outline-3">
367
-<h3 id="org703dade">Router images</h3>
368
-<div class="outline-text-3" id="text-org703dade">
366
+<div id="outline-container-org4e39878" class="outline-3">
367
+<h3 id="org4e39878">Router images</h3>
368
+<div class="outline-text-3" id="text-org4e39878">
369 369
 <p>
370 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 371
 </p>
372 372
 </div>
373
-<div id="outline-container-org985a4a4" class="outline-4">
374
-<h4 id="org985a4a4">Beaglebone Black</h4>
375
-<div class="outline-text-4" id="text-org985a4a4">
373
+<div id="outline-container-org4d32bf9" class="outline-4">
374
+<h4 id="org4d32bf9">Beaglebone Black</h4>
375
+<div class="outline-text-4" id="text-org4d32bf9">
376 376
 <div class="org-center">
377 377
 
378 378
 <div class="figure">
@@ -409,9 +409,9 @@ There is still a software freedom issue with the Beaglebone Black, but it doesn'
409 409
 </div>
410 410
 </div>
411 411
 
412
-<div id="outline-container-org4570a39" class="outline-2">
413
-<h2 id="org4570a39">Building Disk Images</h2>
414
-<div class="outline-text-2" id="text-org4570a39">
412
+<div id="outline-container-org641c17e" class="outline-2">
413
+<h2 id="org641c17e">Building Disk Images</h2>
414
+<div class="outline-text-2" id="text-org641c17e">
415 415
 <p>
416 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 417
 </p>
@@ -501,9 +501,9 @@ The resulting image can be copied to a microSD card, inserted into a Beaglebone
501 501
 </div>
502 502
 </div>
503 503
 
504
-<div id="outline-container-orgd865024" class="outline-2">
505
-<h2 id="orgd865024">Customisation</h2>
506
-<div class="outline-text-2" id="text-orgd865024">
504
+<div id="outline-container-orgfb602bc" class="outline-2">
505
+<h2 id="orgfb602bc">Customisation</h2>
506
+<div class="outline-text-2" id="text-orgfb602bc">
507 507
 <p>
508 508
 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.
509 509
 </p>
@@ -513,9 +513,9 @@ If you need particular <i>dconf</i> commands to alter desktop appearance or beha
513 513
 </p>
514 514
 </div>
515 515
 </div>
516
-<div id="outline-container-org4af5d9c" class="outline-2">
517
-<h2 id="org4af5d9c">How to use it</h2>
518
-<div class="outline-text-2" id="text-org4af5d9c">
516
+<div id="outline-container-orga5f561f" class="outline-2">
517
+<h2 id="orga5f561f">How to use it</h2>
518
+<div class="outline-text-2" id="text-orga5f561f">
519 519
 <p>
520 520
 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.
521 521
 </p>
@@ -525,9 +525,9 @@ After a minute or two if you are within wifi range and there is at least one oth
525 525
 </p>
526 526
 </div>
527 527
 
528
-<div id="outline-container-org15b5894" class="outline-3">
529
-<h3 id="org15b5894">Set the Date</h3>
530
-<div class="outline-text-3" id="text-org15b5894">
528
+<div id="outline-container-org61530b6" class="outline-3">
529
+<h3 id="org61530b6">Set the Date</h3>
530
+<div class="outline-text-3" id="text-org61530b6">
531 531
 <p>
532 532
 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.
533 533
 </p>
@@ -537,9 +537,9 @@ On the ordinary internet the date and time of your system would be set automatic
537 537
 </p>
538 538
 </div>
539 539
 </div>
540
-<div id="outline-container-org1f9d212" class="outline-3">
541
-<h3 id="org1f9d212">Check network status</h3>
542
-<div class="outline-text-3" id="text-org1f9d212">
540
+<div id="outline-container-orgc99031f" class="outline-3">
541
+<h3 id="orgc99031f">Check network status</h3>
542
+<div class="outline-text-3" id="text-orgc99031f">
543 543
 <p>
544 544
 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.
545 545
 </p>
@@ -563,9 +563,9 @@ When you are finished close the window and then select the <i>Network Restart</i
563 563
 </div>
564 564
 </div>
565 565
 
566
-<div id="outline-container-orgf9a07ca" class="outline-3">
567
-<h3 id="orgf9a07ca">Chat System</h3>
568
-<div class="outline-text-3" id="text-orgf9a07ca">
566
+<div id="outline-container-org62b1e42" class="outline-3">
567
+<h3 id="org62b1e42">Chat System</h3>
568
+<div class="outline-text-3" id="text-org62b1e42">
569 569
 <p>
570 570
 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.
571 571
 </p>
@@ -624,9 +624,9 @@ At present video doesn't work reliably, but text and voice chat do work well.
624 624
 </div>
625 625
 </div>
626 626
 
627
-<div id="outline-container-org523793b" class="outline-3">
628
-<h3 id="org523793b">Sharing Files</h3>
629
-<div class="outline-text-3" id="text-org523793b">
627
+<div id="outline-container-orgfdea456" class="outline-3">
628
+<h3 id="orgfdea456">Sharing Files</h3>
629
+<div class="outline-text-3" id="text-orgfdea456">
630 630
 <p>
631 631
 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.
632 632
 </p>
@@ -641,9 +641,9 @@ You can make files publicly available on the network simply by dragging and drop
641 641
 </div>
642 642
 </div>
643 643
 
644
-<div id="outline-container-org426d54e" class="outline-3">
645
-<h3 id="org426d54e">Blogging</h3>
646
-<div class="outline-text-3" id="text-org426d54e">
644
+<div id="outline-container-org335ce27" class="outline-3">
645
+<h3 id="org335ce27">Blogging</h3>
646
+<div class="outline-text-3" id="text-org335ce27">
647 647
 <p>
648 648
 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.
649 649
 </p>
@@ -683,7 +683,7 @@ You can also visit other blogs, edit or delete your previous entry and also chan
683 683
 
684 684
 <div class="org-center">
685 685
 <p>
686
-This site can also be accessed via a Tor browser at <a href="http://4fvfozz6g3zmvf76.onion">4fvfozz6g3zmvf76.onion</a>
686
+This site can also be accessed via a Tor browser at <a href="http://2tp3f6vtvhkqpuc6.onion">http://2tp3f6vtvhkqpuc6.onion</a>
687 687
 </p>
688 688
 </div>
689 689
 </div>