diff --git a/doc/EN/homeserver.org b/doc/EN/homeserver.org index 56d05d10..2d8b6646 100644 --- a/doc/EN/homeserver.org +++ b/doc/EN/homeserver.org @@ -1,4 +1,4 @@ -#+TITLE: Home Server +#+TITLE: #+AUTHOR: Bob Mottram #+EMAIL: bob@robotics.uk.to #+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber @@ -10,9 +10,10 @@ [[file:images/logo.png]] #+END_CENTER -#+BEGIN_CENTER -This site can also be accessed via a Tor browser at 4fvfozz6g3zmvf76.onion -#+END_CENTER + +#+begin_export html +

Home Server

+#+end_export The quickest way to get started is as follows. You will need to be running a Debian based system (version 8 or later), have an old but still working laptop or netbook which you can use as a server, and 8GB or larger USB thumb drive and an ethernet cable to connect the laptop to your internet router. @@ -81,3 +82,7 @@ Of course, this is just one way in which you can install the Freedombone system. #+begin_src bash man freedombone-image #+end_src + +#+BEGIN_CENTER +This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]] +#+END_CENTER diff --git a/doc/EN/index.org b/doc/EN/index.org index a40eadf9..50228f94 100644 --- a/doc/EN/index.org +++ b/doc/EN/index.org @@ -10,10 +10,6 @@ [[file:images/logo.png]] #+END_CENTER -#+BEGIN_CENTER -This site can also be accessed via a Tor browser at 4fvfozz6g3zmvf76.onion -#+END_CENTER - So you want to run your own internet services? Email, chat, VoIP, web sites, file synchronisation, wikis, blogs, social networks, backups. Freedombone enables you to do all of that in a self-hosted way, where you keep control of your data and it resides in your own home. Want to make a community mesh network which doesn't depend upon the internet? You can do that too. @@ -27,3 +23,7 @@ After installation it's possible that you might want some advice on how to run y * [[./usage.html][General usage]] * [[./faq.html][Frequently Asked Questions]] + +#+BEGIN_CENTER +This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]] +#+END_CENTER diff --git a/doc/EN/mesh.org b/doc/EN/mesh.org index a79d0ef1..a99c46b9 100644 --- a/doc/EN/mesh.org +++ b/doc/EN/mesh.org @@ -1,4 +1,4 @@ -#+TITLE: Mesh Network +#+TITLE: #+AUTHOR: Bob Mottram #+EMAIL: bob@robotics.uk.to #+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber @@ -10,8 +10,12 @@ [[file:images/logo.png]] #+END_CENTER +#+begin_export html +

Mesh Network

+#+end_export + #+BEGIN_CENTER -This site can also be accessed via a Tor browser at 4fvfozz6g3zmvf76.onion +[[file:images/mesh_screenshot.jpg]] #+END_CENTER 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. @@ -68,3 +72,7 @@ freedombone-image -t beaglebone -v mesh #+end_src The resulting image can be copied to a microSD card, inserted into a Beaglebone Black and booted. Don't forget to plug in an Atheros USB wifi dongle. + +#+BEGIN_CENTER +This site can also be accessed via a Tor browser at [[http://4fvfozz6g3zmvf76.onion][4fvfozz6g3zmvf76.onion]] +#+END_CENTER diff --git a/img/mesh_screenshot.jpg b/img/mesh_screenshot.jpg new file mode 100644 index 00000000..d64ae126 Binary files /dev/null and b/img/mesh_screenshot.jpg differ diff --git a/website/EN/homeserver.html b/website/EN/homeserver.html index 3ab558c0..b6db9999 100644 --- a/website/EN/homeserver.html +++ b/website/EN/homeserver.html @@ -3,10 +3,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + -Home Server +
-

Home Server

@@ -243,11 +242,8 @@ for the JavaScript code in this tag.
-
-

-This site can also be accessed via a Tor browser at 4fvfozz6g3zmvf76.onion -

-
+ +

Home Server

The quickest way to get started is as follows. You will need to be running a Debian based system (version 8 or later), have an old but still working laptop or netbook which you can use as a server, and 8GB or larger USB thumb drive and an ethernet cable to connect the laptop to your internet router. @@ -362,6 +358,12 @@ Of course, this is just one way in which you can install the Freedombone system.

man freedombone-image
 
+ +
+

+This site can also be accessed via a Tor browser at 4fvfozz6g3zmvf76.onion +

+
diff --git a/website/EN/index.html b/website/EN/index.html index 8edb81c2..d0d338b4 100644 --- a/website/EN/index.html +++ b/website/EN/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -242,12 +242,6 @@ for the JavaScript code in this tag.
-
-

-This site can also be accessed via a Tor browser at 4fvfozz6g3zmvf76.onion -

-
-

So you want to run your own internet services? Email, chat, VoIP, web sites, file synchronisation, wikis, blogs, social networks, backups. Freedombone enables you to do all of that in a self-hosted way, where you keep control of your data and it resides in your own home.

@@ -273,6 +267,12 @@ After installation it's possible that you might want some advice on how to run y
  • General usage
  • Frequently Asked Questions
  • + +
    +

    +This site can also be accessed via a Tor browser at 4fvfozz6g3zmvf76.onion +

    +
    diff --git a/website/EN/mesh.html b/website/EN/mesh.html index f4f9beb9..013c1e04 100644 --- a/website/EN/mesh.html +++ b/website/EN/mesh.html @@ -3,10 +3,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + -Mesh Network +
    -

    Mesh Network

    @@ -243,11 +242,15 @@ for the JavaScript code in this tag.
    +

    Mesh Network

    +
    -

    -This site can also be accessed via a Tor browser at 4fvfozz6g3zmvf76.onion + +

    +

    mesh_screenshot.jpg

    +

    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. @@ -339,6 +342,12 @@ You can also use single board computers (SBCs) such as the BeagleBone Black to m

    The resulting image can be copied to a microSD card, inserted into a Beaglebone Black and booted. Don't forget to plug in an Atheros USB wifi dongle.

    + +
    +

    +This site can also be accessed via a Tor browser at 4fvfozz6g3zmvf76.onion +

    +
    diff --git a/website/freedombone.css b/website/freedombone.css index 4f8417a5..4067b8f0 100644 --- a/website/freedombone.css +++ b/website/freedombone.css @@ -36,13 +36,18 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.2em; } +img.resize{ + width: 90%; + height: auto; +} + img { - float: right; + width: 90%; + float: center; clear: right; padding: 10px; margin: 20px; - border: solid 1px #888; - box-shadow: 6px 10px 8px rgba(128, 128, 96, 0.7); + border: solid 0px #888; } p, li, dd, dt, blockquote, span {