diff --git a/doc/EN/mesh.org b/doc/EN/mesh.org index 0a37b60f..60d2ddf7 100644 --- a/doc/EN/mesh.org +++ b/doc/EN/mesh.org @@ -24,11 +24,11 @@ Mesh networks are useful as a quick way to make a fully decentralised communicat ** Client images "Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive and used with a laptop/netbook/desktop machine. -[[file:downloads/mesh-client.img.xz]] +[[file:downloads/mesh-client.img.xz][mesh-client.img.xz]] GPG signature: -[[file:downloads/mesh-client.img.xz.sig]] +[[file:downloads/mesh-client.img.xz.sig][mesh-client.img.xz.sig]] sha256 hash #+begin_src bash @@ -38,11 +38,11 @@ sha256 hash ** Router images Mesh router image for the Beaglebone Black: -[[file:downloads/mesh-router-beaglebone-black.img.xz] +[[file:downloads/mesh-router-beaglebone-black.img.xz][mesh-router-beaglebone-black.img.xz]] GPG signature: -[[file:downloads/mesh-router-beaglebone-black.img.xz.sig]] +[[file:downloads/mesh-router-beaglebone-black.img.xz.sig][mesh-router-beaglebone-black.img.xz.sig]] sha256 hash #+begin_src bash diff --git a/website/EN/mesh.html b/website/EN/mesh.html index 075f3bf8..4725b2b3 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"> - + @@ -255,18 +255,18 @@ for the JavaScript code in this tag. Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to the internet. Think festivals, hacker conferences, onboard ships at sea, disaster/war zones, small business internal office communications, protests, remote areas of the world, scientific expeditions and off-world space colonies. All the cool stuff. 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.

-
-

Ready made images

-
-
-

Client images

-
+
+

Ready made images

+
+
+

Client images

+

"Client" isn't exactly the right term, but it's a mesh peer with a user interface. These images can be copied to a USB drive and used with a laptop/netbook/desktop machine.

-downloads/mesh-client.img.xz +mesh-client.img.xz

@@ -274,7 +274,7 @@ GPG signature:

-downloads/mesh-client.img.xz.sig +mesh-client.img.xz.sig

@@ -287,15 +287,15 @@ sha256 hash

-
-

Router images

-
+
+

Router images

+

Mesh router image for the Beaglebone Black:

-[[downloads/mesh-router-beaglebone-black.img.xz] +mesh-router-beaglebone-black.img.xz

@@ -303,7 +303,7 @@ GPG signature:

-downloads/mesh-router-beaglebone-black.img.xz.sig +mesh-router-beaglebone-black.img.xz.sig

@@ -318,9 +318,9 @@ sha256 hash

-
-

To build the disk image yourself

-
+
+

To build the disk image yourself

+

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.