Browse Source

Formatting

Bob Mottram 8 years ago
parent
commit
c1b7ee785f
4 changed files with 24 additions and 14 deletions
  1. 6
    3
      doc/EN/homeserver.org
  2. 4
    3
      doc/EN/mesh.org
  3. 9
    4
      website/EN/homeserver.html
  4. 5
    4
      website/EN/mesh.html

+ 6
- 3
doc/EN/homeserver.org View File

@@ -21,8 +21,9 @@ First you will need to create an image.
21 21
 #+begin_src bash
22 22
 sudo su
23 23
 apt-get -y install build-essential git python-docutils mktorrent \
24
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info \
25
-mbr qemu-user-static binfmt-support u-boot-tools qemu
24
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \
25
+python-distro-info mbr qemu-user-static binfmt-support \
26
+u-boot-tools qemu
26 27
 git clone https://github.com/bashrc/freedombone
27 28
 cd freedombone
28 29
 git checkout stockholm
@@ -71,7 +72,9 @@ Select the *administrator control panel* with up and down cursor keys, space bar
71 72
 
72 73
 On your local system open a *Tor compatible browser* and enter your blog's onion address. If it's all working then you should see your new blog.
73 74
 
74
-*Congratulations! You have now become a citizen of the free internet. Use your new powers wisely.*
75
+*Congratulations! You have now become a citizen of the free internet.*
76
+
77
+*Use your new powers wisely.*
75 78
 
76 79
 Of course, this is just one way in which you can install the Freedombone system. If you have a single board computer (SBC) such as a BeagleBone Black or OLinuxino you can make disk images for those too. You can even create clearnet sites if you have your own domain name. ARM boards with closed proprietary boot blobs are not supported. For more details run:
77 80
 

+ 4
- 3
doc/EN/mesh.org View File

@@ -21,8 +21,9 @@ First you will need to create an image.
21 21
 #+begin_src bash
22 22
 sudo su
23 23
 apt-get -y install build-essential git python-docutils mktorrent \
24
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info \
25
-mbr qemu-user-static binfmt-support u-boot-tools qemu
24
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \
25
+python-distro-info mbr qemu-user-static binfmt-support \
26
+u-boot-tools qemu
26 27
 git clone https://github.com/bashrc/freedombone
27 28
 cd freedombone
28 29
 git checkout stockholm
@@ -58,7 +59,7 @@ On first boot you'll be asked to set a username, and then you can open the chat
58 59
 
59 60
 Rinse, repeat, for any number of laptops that you want to get onto the mesh or to build out coverage within an area. There are no servers. Just peer-to-peer communications routed through the network which are end-to-end secure after a friend request is accepted. By default the chat client doesn't log anything.
60 61
 
61
-No logs, no masters.
62
+*No logs, no masters.*
62 63
 
63 64
 You can also use single board computers (SBCs) such as the BeagleBone Black to make mesh routers which can be bolted to walls or the sides of buildings and consume minimal electrical power, so could be solar or battery powered for short term events such as festivals. To do that use the following command to make the image:
64 65
 

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

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-08-09 Tue 16:19 -->
6
+<!-- 2016-08-09 Tue 16:23 -->
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>
@@ -260,8 +260,9 @@ First you will need to create an image.
260 260
 
261 261
 <pre class="src src-bash">sudo su
262 262
 apt-get -y install build-essential git python-docutils mktorrent <span class="org-sh-escaped-newline">\</span>
263
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info <span class="org-sh-escaped-newline">\</span>
264
-mbr qemu-user-static binfmt-support u-boot-tools qemu
263
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux <span class="org-sh-escaped-newline">\</span>
264
+python-distro-info mbr qemu-user-static binfmt-support <span class="org-sh-escaped-newline">\</span>
265
+u-boot-tools qemu
265 266
 git clone https://github.com/bashrc/freedombone
266 267
 <span class="org-builtin">cd</span> freedombone
267 268
 git checkout stockholm
@@ -344,7 +345,11 @@ On your local system open a <b>Tor compatible browser</b> and enter your blog's
344 345
 </p>
345 346
 
346 347
 <p>
347
-<b>Congratulations! You have now become a citizen of the free internet. Use your new powers wisely.</b>
348
+<b>Congratulations! You have now become a citizen of the free internet.</b>
349
+</p>
350
+
351
+<p>
352
+<b>Use your new powers wisely.</b>
348 353
 </p>
349 354
 
350 355
 <p>

+ 5
- 4
website/EN/mesh.html View File

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-08-09 Tue 16:19 -->
6
+<!-- 2016-08-09 Tue 16:23 -->
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>
@@ -260,8 +260,9 @@ First you will need to create an image.
260 260
 
261 261
 <pre class="src src-bash">sudo su
262 262
 apt-get -y install build-essential git python-docutils mktorrent <span class="org-sh-escaped-newline">\</span>
263
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info <span class="org-sh-escaped-newline">\</span>
264
-mbr qemu-user-static binfmt-support u-boot-tools qemu
263
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux <span class="org-sh-escaped-newline">\</span>
264
+python-distro-info mbr qemu-user-static binfmt-support <span class="org-sh-escaped-newline">\</span>
265
+u-boot-tools qemu
265 266
 git clone https://github.com/bashrc/freedombone
266 267
 <span class="org-builtin">cd</span> freedombone
267 268
 git checkout stockholm
@@ -321,7 +322,7 @@ Rinse, repeat, for any number of laptops that you want to get onto the mesh or t
321 322
 </p>
322 323
 
323 324
 <p>
324
-No logs, no masters.
325
+<b>No logs, no masters.</b>
325 326
 </p>
326 327
 
327 328
 <p>