diff --git a/doc/EN/homeserver.org b/doc/EN/homeserver.org index 05e52474..56f04cf0 100644 --- a/doc/EN/homeserver.org +++ b/doc/EN/homeserver.org @@ -21,8 +21,9 @@ First you will need to create an image. #+begin_src bash sudo su apt-get -y install build-essential git python-docutils mktorrent \ -vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info \ -mbr qemu-user-static binfmt-support u-boot-tools qemu +vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \ +python-distro-info mbr qemu-user-static binfmt-support \ +u-boot-tools qemu git clone https://github.com/bashrc/freedombone cd freedombone git checkout stockholm @@ -71,7 +72,9 @@ Select the *administrator control panel* with up and down cursor keys, space bar 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. -*Congratulations! You have now become a citizen of the free internet. Use your new powers wisely.* +*Congratulations! You have now become a citizen of the free internet.* + +*Use your new powers wisely.* 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: diff --git a/doc/EN/mesh.org b/doc/EN/mesh.org index 32918dcf..28870314 100644 --- a/doc/EN/mesh.org +++ b/doc/EN/mesh.org @@ -21,8 +21,9 @@ First you will need to create an image. #+begin_src bash sudo su apt-get -y install build-essential git python-docutils mktorrent \ -vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info \ -mbr qemu-user-static binfmt-support u-boot-tools qemu +vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \ +python-distro-info mbr qemu-user-static binfmt-support \ +u-boot-tools qemu git clone https://github.com/bashrc/freedombone cd freedombone 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 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. -No logs, no masters. +*No logs, no masters.* 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: diff --git a/website/EN/homeserver.html b/website/EN/homeserver.html index 9a6af382..199cb291 100644 --- a/website/EN/homeserver.html +++ b/website/EN/homeserver.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -260,8 +260,9 @@ First you will need to create an image.
sudo su
 apt-get -y install build-essential git python-docutils mktorrent \
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info \
-mbr qemu-user-static binfmt-support u-boot-tools qemu
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \
+python-distro-info mbr qemu-user-static binfmt-support \
+u-boot-tools qemu
 git clone https://github.com/bashrc/freedombone
 cd freedombone
 git checkout stockholm
@@ -344,7 +345,11 @@ On your local system open a Tor compatible browser and enter your blog's
 

-Congratulations! You have now become a citizen of the free internet. Use your new powers wisely. +Congratulations! You have now become a citizen of the free internet. +

+ +

+Use your new powers wisely.

diff --git a/website/EN/mesh.html b/website/EN/mesh.html index 2ab3308f..ae47234e 100644 --- a/website/EN/mesh.html +++ b/website/EN/mesh.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -260,8 +260,9 @@ First you will need to create an image.

sudo su
 apt-get -y install build-essential git python-docutils mktorrent \
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info \
-mbr qemu-user-static binfmt-support u-boot-tools qemu
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \
+python-distro-info mbr qemu-user-static binfmt-support \
+u-boot-tools qemu
 git clone https://github.com/bashrc/freedombone
 cd freedombone
 git checkout stockholm
@@ -321,7 +322,7 @@ Rinse, repeat, for any number of laptops that you want to get onto the mesh or t
 

-No logs, no masters. +No logs, no masters.