Try a simplified website

This commit is contained in:
Bob Mottram 2016-01-07 14:51:37 +00:00
parent 3e57576da3
commit a664f86876
24 changed files with 254 additions and 389 deletions

View File

@ -4,17 +4,16 @@
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/freedom5.jpg"/></a>
<h4>Backups</h4>
</center>
<br><br><br><br><br>
#+END_HTML
#+BEGIN_HTML
<font color="white">.</font>
<center><h4>Backups</h4></center>
#+END_HTML
#+BEGIN_CENTER
@ -109,6 +108,4 @@ ssh username@domainname -p 2222
sudo control
#+END_SRC
Select /Backup and Restore/ then /Restore from remote backup/ and enter the domain name of the remote server that you wish to restore from.[fn:1]
[fn:1] Photo by [[https://www.flickr.com/photos/quinnanya/8415279256/in/photolist-dPCvkE-bmts4E-bvZYhg-bgdQhz-48CNb9-9mxiZg-ecmMeZ-ebMDYE][Quinn Dombrowski]], CC BY-SA 2.0
Select /Backup and Restore/ then /Restore from remote backup/ and enter the domain name of the remote server that you wish to restore from.

View File

@ -4,10 +4,18 @@
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[./images/logo.png]]
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<h4>Code</h4>
</center>
#+END_HTML
| [[file:index.html][Home]] |
Freedombone is really just a couple of [[http://www.gnu.org/software/bash][bash]] scripts which install and configure software on a Debian GNU/Linux system. If you're a system administrator, software engineer or Linux hobbyist you'll probably be familiar with command line scripting and be able to make your own modifications or custom variants to suit your needs. Freedombone is licensed under the [[https://www.gnu.org/licenses/gpl-3.0-standalone.html][GNU General Public License version 3]].

View File

@ -4,16 +4,16 @@
#+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/network.jpg"/></a>
<h4>Frequently Asked Questions</h4>
</center>
<br><br><br><br><br>
#+END_HTML
#+BEGIN_HTML
<font color="white">.</font>
#+END_HTML
#+BEGIN_CENTER
@ -247,6 +247,4 @@ For now a self-signed certificate will probably in most cases protect your commu
* Why does my email keep getting rejected as spam by Gmail/etc?
Welcome to the world of email. Email is really the archetypal decentralized service, developed during the early days of the internet. In principle anyone can run an email server, and that's exactly what you're doing with Freedombone. Email is very useful, but it has a big problem, and that's that the protocols are totally insecure. That made it easy for spammers to do their thing, and in response highly elaborate spam filtering and blocking systems were developed. Chances are that your emails are being blocked in this way. Sometimes the blocking is so indisciminate that entire countries are excluded. What can you do about it? Unless you control the block list at the receiving end probably you can't do anything. There is zero accountability for such blocking, and you can't just contact someone and say "hey, I'm not a spammer". This system works well for the big internet companies because it effectively centralises email to a few well-known brand names and keeps any independent servers out.
So the situation with email presently is pretty bad, and there's a clear selection pressure against decentralization and towards only a few companies controlling all email services. Longer term the solution is to have more secure protocols which make spamming hard or expensive. Bitmessage is one such system. As an immediate practical workaround you could try buying a domain name and then linking it to your dynamic DNS account (freeDNS, etc) in the hope that the blocking is against dynamic DNS domain names, but there is no guarantee that will work and often blocking may be based upon IP address ranges about which there is little you can do.[fn:1]
[fn:1] Picture by [[https://www.flickr.com/photos/chanceprojects/16428389357/in/photolist-r2HMNn-fjSsGA-AC97hw-o8VN4t-o9E3R2-7Jukfe-yFYFcj-7imfPW-7AxaHC-9paZ9X-4Ut5PG-9XEDKe-9XHvyQ-8VEWGu-8W1azK-7EGNmd-fGHxic-9GkDTP-zLBfiV-fGHurR-qRMYzp-bqHnh2-e2yu7B-9gkk24-2z2s35-2yX4m2-r6VEkh-91g7v9-9ptxJn-fHWton-rymKbZ-9tGirx-fGHuV2-5TfydJ-9oNAuY-od51v3-51QxYW-buf1br-fGHwUV-9EBUqv-rtyL6v-7rq8Qt-5QTEFc-7SGnU2-8sD9kL-7SGnVt-mnrvP-a3gCpa-qwW37Z-fmw7Bt][Neil Cummings]], CC BY-SA 2.0
So the situation with email presently is pretty bad, and there's a clear selection pressure against decentralization and towards only a few companies controlling all email services. Longer term the solution is to have more secure protocols which make spamming hard or expensive. Bitmessage is one such system. As an immediate practical workaround you could try buying a domain name and then linking it to your dynamic DNS account (freeDNS, etc) in the hope that the blocking is against dynamic DNS domain names, but there is no guarantee that will work and often blocking may be based upon IP address ranges about which there is little you can do.

View File

@ -4,41 +4,21 @@
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_HTML
<center>
<img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/freedom.jpg"/>
</center>
<br><br><br><br><br>
#+END_HTML
#+BEGIN_HTML
<font color="white">.</font>
#+END_HTML
With the right technology the internet can be a space for free expression, exploration, cooperation, learning and fun. A place to connect with others are share experiences. It doesn't have to be a gloomy surveillance prison owned and run by a diabolical synthesis of money-grabbing megacorporations and prurient government spooks. Freedombone is designed to help you surmount the contemporary digital privacy conundrums and to increase your online autonomy. It's a self-hosted home server configuration which can be installed onto any computer capable of running [[https://www.debian.org/][Debian]], so if you have an old laptop or netbook which you can leave turned on then you can use Freedombone to provide your own internet services, such as blogging, wiki, email, chat and social networking and have independence from the well known internet companies.
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<table style="width:50%; border:0">
<tr>
<td><a href="variants.html"><img style="width:100%" src="images/icon_variants.png"/></a></td>
<td><a href="installation.html"><img style="width:100%" src="images/icon_install.png"/></a></td>
<td><a href="usage.html"><img style="width:100%" src="images/icon_use.png"/></a></td>
<td><a href="backups.html"><img style="width:100%" src="images/icon_backup.png"/></a></td>
</tr>
<tr>
<td><center><a href="variants.html">Variants</a></center></td>
<td><center><a href="installation.html">Install</a></center></td>
<td><center><a href="usage.html">Use</a></center></td>
<td><center><a href="backups.html">Backups</a></center></td>
</tr>
<tr>
<td><a href="code.html"><img style="width:100%" src="images/icon_code.png"/></a></td>
<td><a href="related.html"><img style="width:100%" src="images/icon_related.png"/></a></td>
<td><a href="faq.html"><img style="width:100%" src="images/icon_faq.png"/></a></td>
<td><a href="support.html"><img style="width:100%" src="images/icon_contact.png"/></a></td>
</tr>
<tr>
<td><center><a href="code.html">Code</a></center></td>
<td><center><a href="related.html">Related</a></center></td>
@ -49,6 +29,8 @@ With the right technology the internet can be a space for free expression, explo
</center>
#+END_HTML
With the right technology the internet can be a space for free expression, exploration, cooperation, learning and fun. A place to connect with others are share experiences. It doesn't have to be a gloomy surveillance prison owned and run by a diabolical synthesis of money-grabbing megacorporations and prurient government spooks. Freedombone is designed to help you surmount the contemporary digital privacy conundrums and to increase your online autonomy. It's a self-hosted home server configuration which can be installed onto any computer capable of running [[https://www.debian.org/][Debian]], so if you have an old laptop or netbook which you can leave turned on then you can use Freedombone to provide your own internet services, such as blogging, wiki, email, chat and social networking and have independence from the well known internet companies.
This is personal or family scale computing, which can then federate to global proportions. We need /community controlled/ information systems and to achieve that they must be inexpensive and simple to install and maintain. This is the opposite of the current dominant paradigm of [[https://www.youtube.com/watch?v=XZmGGAbHqa0][titanic server warehouses]] owned by a tiny number of individuals and it's what is sometimes refered to as [[http://mediagoblin.org/news/userops.html]["userops"]] - i.e. a user being able to do what traditionally only a professional systems administrator would be able to.
With a system installed in your home you also have greater legal protection against unwarranted searches. In general as soon as you put your information onto systems which you don't own then you no longer have the same property rights over it, together with "/no reasonable expectation of privacy/". We all know that's a nonsense, and so maybe we should do something about it.
@ -73,12 +55,10 @@ You can bypass all of these dilemmas and take back ownership of your internet co
Freedombone is an example of the internet as it was supposed to be: a network of peers, rather than a small number of gigantic server farms with everyone connecting to them. Even if they're well run, centralised server farms become a conspicuous target for /all kinds of nefariousness/ and in any future wars they're bound to be amongst the first facilities to receive the "/shock and awe/" treatment. Also consider just what is being "farmed". If a robust information society is desirable then excessive centralisation of control over information should be avoided.
An emphasis of the Freedombone project is the protection of private communications from indiscriminate mass surveillance, otherwise known as "/bulk intercept/" or "/warrantless wiretapping/". With only a few exceptions data entering and leaving the system is encrypted using settings recommended by [[https://bettercrypto.org][bettercrypto.org]]. Stored emails are encrypted such that only someone knowing your GPG password can read them and a GPG key is created automatically if you don't already have one. The system is firewalled with only the necessary ports being opened. Exclusively [[http://en.wikipedia.org/wiki/Free_software][free software]] is used so that all of it can potentially be security audited and proprietary repositories are disabled by default. There are still numerous security problems with the internet in general and software always contains bugs, but a best attempt has been made to ensure that the Freedombone is at least more secure than average.[fn:1][fn:2][fn:3]
An emphasis of the Freedombone project is the protection of private communications from indiscriminate mass surveillance, otherwise known as "/bulk intercept/" or "/warrantless wiretapping/". With only a few exceptions data entering and leaving the system is encrypted using settings recommended by [[https://bettercrypto.org][bettercrypto.org]]. Stored emails are encrypted such that only someone knowing your GPG password can read them and a GPG key is created automatically if you don't already have one. The system is firewalled with only the necessary ports being opened. Exclusively [[http://en.wikipedia.org/wiki/Free_software][free software]] is used so that all of it can potentially be security audited and proprietary repositories are disabled by default. There are still numerous security problems with the internet in general and software always contains bugs, but a best attempt has been made to ensure that the Freedombone is at least more secure than average.
#+BEGIN_CENTER
This site can also be accessed via a Tor browser at *4fvfozz6g3zmvf76.onion*
#+END_CENTER
[fn:1] Title photo by [[https://twitter.com/GrungyBerns][@GrungyBerns]]
[fn:2] Above icons by [[https://www.iconfinder.com/tmthymllr][Timothy Miller]] Creative Commons (Attribution-Share Alike 3.0 Unported)
[fn:3] Variant icons are [[https://github.com/google/material-design-icons][Google material design]] 1.0.0, Creative Commons Attribution-ShareAlike 4.0
#+BEGIN_HTML
<center>
This site can also be accessed via a Tor browser at <a href="4fvfozz6g3zmvf76.onion">4fvfozz6g3zmvf76.onion</a>
</center>
#+END_HTML

View File

@ -4,16 +4,16 @@
#+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/candles.jpg"/></a>
<h4>Installation</h4>
</center>
<br><br><br><br><br>
#+END_HTML
#+BEGIN_HTML
<font color="white">.</font>
#+END_HTML
| [[Building an image for a Single Board Computer or Virtual Machine]] |
@ -233,6 +233,4 @@ ssh myusername@freedombone.local -p 2222
sudo control
#+END_SRC
From there you will be able to perform various tasks, such as backups, adding and removing users and so on. You can also do this via commands, which are typically installed as /usr/local/bin/freedombone* and the corresponding manpages.[fn:1]
[fn:1] Photo by [[https://www.flickr.com/photos/lilyrhoads/6398868387/in/photolist-aKrSD2-qrZwrp-6LzuVn-6LztvH-6LDC4U-6LDBzj-6Lzsfi-oCuT59-qGa4jb-anKgMq-914kty-pMTbqh-77buJc-9mgVV8-9kuxDx-9kxzk9-9kxyC3-9kxydd-9kuvea-9kuuDg-9kuufv-9kxwmW-9kxvxC-9kurYZ-9kxtKL-9kxtao-9kxsx7-9kupw6-9kuoQZ-9kxqBL-9kunDt-9kxppU-9kumsF-9kxony-9kuksX-9kxnkS-9kujkx-9kuiHk-9kui78-9kxjMy-9kxjbJ-9kuaqi-9kx7Zh-9ku1G6-qCUAg-9jifaD-bSFjEH-9mgJ1W-9fzwjW-6T4cVb][Lily Rhoads]], CC BY 2.0
From there you will be able to perform various tasks, such as backups, adding and removing users and so on. You can also do this via commands, which are typically installed as /usr/local/bin/freedombone* and the corresponding manpages.

View File

@ -4,16 +4,16 @@
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/mesh.jpg"/></a>
<h4>Mesh Network</h4>
</center>
<br><br><br><br><br>
#+END_HTML
#+BEGIN_HTML
<font color="white">.</font>
#+END_HTML
| [[What is a mesh network?]] | [[The Freedombone Mesh]] | [[Installation]] | [[Wifi adaptors]] | [[Using the mesh]] | [[Further reading]] |
@ -188,6 +188,4 @@ sudo batman stop
After a few seconds your usual internet wifi connection should be re-established.
* Further reading
For much more extensive details about deploying wireless networks there is an excellent book called [[http://wndw.net][Wireless Networking in the Developing World]] which is worth reading. It's not necessarily exclusively about mesh networks, but may be useful in terms of advice about antennas, reflections, extending wifi range and so on.[fn:1]
[fn:1] Photo by [[https://www.flickr.com/photos/1village/2192202570/in/photolist-4ZwsY8-aL5fzx-aL3Zoi-j4a2zs-j49jZ8-4kHBs3-f7mavV-f7maED-f7Ap7d-f7AomQ-f7mahP-f7AoAL-f7ApYJ-f7ApL7-f7mb6K-f7Aots-f7mbmX-f7maRF-f7AoFb-f7mak6-f7mbga-f7Apsf-f7maBx-6S8YF5-bq1EAB-81RC7S-jEfgS4-diugdr-57yGCM-4v5hF1-4kjHyN-LmX35-4nnE2i-4nnDZP-4YQTnx-6vREJ7-5FAVLf-GRDbG-4kUBYf-an73PQ-eY271-6vRXB1-6vMMP2-6vS2Bu-6vMRMV-6vMK2Z-6vMPag-bGVNa-bGVN9-bGVNb][oneVillage Initiative]], CC BY-SA 2.0
For much more extensive details about deploying wireless networks there is an excellent book called [[http://wndw.net][Wireless Networking in the Developing World]] which is worth reading. It's not necessarily exclusively about mesh networks, but may be useful in terms of advice about antennas, reflections, extending wifi range and so on.

View File

@ -4,10 +4,18 @@
#+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[./images/logo.png]]
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<h4>Related Projects</h4>
</center>
#+END_HTML
| [[file:index.html][Home]] |
#+BEGIN_CENTER

View File

@ -4,10 +4,18 @@
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[./images/logo.png]]
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<h4>Support</h4>
</center>
#+END_HTML
* Contact details
This site can also be accessed via a Tor browser at *4fvfozz6g3zmvf76.onion*
@ -43,12 +51,10 @@ A better design for this website would be nice to have. Photos, icons or other a
#+END_CENTER
Many people are unaware that running their own internet services /is even a possibility/. Many also believe that internet services can be provided only if they're supported by advertising or donations, and that only gigantic data centres have enough computing capacity to serve web pages on a worldwide scale. Others may be fearful of encryption due to misrepresentations or misunderstandings of it in the mainstream media. Some may be intimidated by the apparent complexity and think that you need to be some sort of silicon valley genius in order to run a web service on your own. Even many technically-minded folks often believe that they can't run a home server unless they have a static IP address, which isn't true, and others are put off by thinking that any such server will be immediately [[https://en.wikipedia.org/wiki/Pwn][pwned]] by blackhat hackers.
Raising awareness beyond the near zero current level, overcoming fear and paranoia and dispelling some of the prevalent myths will definitely help.[fn:1]
Raising awareness beyond the near zero current level, overcoming fear and paranoia and dispelling some of the prevalent myths will definitely help.
** Translations
To add translations modify the json files within the *locale* subdirectory. Then make a pull request on the [[https://github.com/bashrc/freedombone][Github site]].
** Packaging
Helping to package GNU Social and Hubzilla for Debian would be beneficial.
[fn:1] Picture [[https://commons.wikimedia.org/wiki/File:Agitate_educate_organise.svg][is in the public domain]].

View File

@ -4,7 +4,7 @@
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-dark.css" />
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]

View File

@ -4,16 +4,16 @@
#+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/howtouse.jpg"/></a>
<h4>Usage</h4>
</center>
<br><br><br><br><br>
#+END_HTML
#+BEGIN_HTML
<font color="white">.</font>
#+END_HTML
| [[Readme]] |
@ -291,6 +291,4 @@ Selecting the server by pressing on it then connects you to the server so that y
/Note: if you don't know the default domain name and you did a full installation then it will be the same as the wiki domain name./
** SIP phones
Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.[fn:1]
[fn:1] Picture by [[https://www.flickr.com/photos/fsadykov/17214339931/in/photolist-seaZwk-5RqkuT-672gyu-8vxkDy-8vtJRX-8vtsqD-bXStgm-86MzqP-29L5XQ-4Ve9EZ-zh34K1-bE1a51-8vsVTP-87ERnN-7WkSe2-z9Cr9-55ni1T-62hBHJ-8z18QL-88hk8n-7KmbEs-83R13h-cAUyuq-dkCEzN-73AZgA-xFSvg4-uyci9y-ueqQPT-m2thgF-7eL5aG-69jE26-z9Crr-8eBf3X-6b3PVJ-8453TJ-5FcqiQ-m5RqEo-xo4PMR-tEyPzp-6yyquo-3ddyvL-5RuEfj-7qeaf-6FZX6H-eHDVFN-54CByt-b32sun-aM8AoF-z9h3UT-kZq39m][farhad sadykov]], CC BY 2.0
Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.

View File

@ -4,16 +4,16 @@
#+KEYWORDS: freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/email.jpg"/></a>
<h4>Email</h4>
</center>
<br><br><br><br><br>
#+END_HTML
#+BEGIN_HTML
<font color="white">.</font>
#+END_HTML
| [[Things to be aware of]] |
@ -461,6 +461,4 @@ To subscribe to your list send a cleartext email to:
mymailinglistname+subscribe@domainname
#+END_SRC
Tip: When using the Mutt email client if you want to send an email in cleartext then press *p* (for PGP) on the sending screen and select *clear*. Unsecure email is treated as being the exception rather than the default.[fn:1]
[fn:1] Photo by [[https://www.flickr.com/photos/geishaboy500/2326873674/in/photolist-4xBQtC-6uHCJT-oBkgPg-oB7VnC-oBk2Ux-oB7LXS-oB7KeS-bSZiLK-cFssXu-ojQef5-oKRZxL-oKC3Ee-otpoLL-otpDnP-otpCnx-oKBZ4r-otp4U8-oKTLjk-oHRU19-otp3JJ-otp1GB-otoYme-otpcYU-otoXe5-otoWkm-otoVvq-oHRKsh-otoTkJ-otp7zh-otp6du-otp4YA-otp4km-oHRDgj-oHRC3C-otph7x-oHRAf9-otpeqv-otpdun-otoVbq-oKTmrk-oKTkvx-otoRPq-oHRs8N-oKBrSt-otoxTh-otouMX-otoHRG-otoYqF-oKBj28-oKReiy][THOR]], CC BY 2.0
Tip: When using the Mutt email client if you want to send an email in cleartext then press *p* (for PGP) on the sending screen and select *clear*. Unsecure email is treated as being the exception rather than the default.

View File

@ -4,52 +4,35 @@
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_HTML
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/libreplanet2.jpg"/></a>
<h4>Variants</h4>
</center>
<br><br><br><br><br>
#+END_HTML
#+BEGIN_HTML
<font color="white">.</font>
<center><h4>Different versions of the system</h4></center>
#+END_HTML
Freedombone may be installed either in its entirety or as different variants with a more specialised purpose. So for example if you just want to run a blog but don't care about any other services then you can do that. The following variants are available:[fn:1]
Freedombone may be installed either in its entirety or as different variants with a more specialised purpose. So for example if you just want to run a blog but don't care about any other services then you can do that. The following variants are available:
#+BEGIN_HTML
<center>
<table style="width:80%; border:0">
<tr>
<td><center><img src="images/icon_mailbox.png"/></center></td>
<td><center><img src="images/icon_cloud.png"/></center></td>
</tr>
<tr>
<td><center><b>Mailbox</b><br>An email server with GPG encryption and mailing list</center></td>
<td><center><b>Cloud</b><br>Share files, maintain a calendar and collaborate on document editing</center></td>
</tr>
<tr>
<td><center><img src="images/icon_social.png"/></center></td>
<td><center><img src="images/icon_media.png"/></center></td>
</tr>
<tr>
<td><center><b>Social</b><br>Social networking with Hubzilla and GNU Social</center></td>
<td><center><b>Media</b><br>Runs media services such as DLNA to play music or videos on your devices</center></td>
</tr>
<tr>
<td><center><img src="images/icon_writer.png"/></center></td>
<td><center><img src="images/icon_chat.png"/></center></td>
</tr>
<tr>
<td><center><b>Writer</b><br>Host your blog and wiki</center></td>
<td><center><b>Chat</b><br>Encrypted IRC, XMPP, Tox and VoIP services for one-to-one and many-to-many chat</center></td>
</tr>
<tr>
<td><center><img src="images/icon_developer.png"/></center></td>
<td><center><img src="images/icon_mesh.png"/></center></td>
</tr>
<tr>
<td><center><b>Developer</b><br>Github-like system to host your software projects</center></td>
<td><center><b>Mesh</b><br>A wireless mesh network which is like the internet, but not the internet</center></td>
@ -57,5 +40,3 @@ Freedombone may be installed either in its entirety or as different variants wit
</table>
</center>
#+END_HTML
[fn:1] Photo by [[https://www.flickr.com/photos/sajith/13389718145/in/photolist-mpcNHp-69PVrV-e6z4hH-bGSfGv-6XwLGW-6XwLHm-698T53-6XwLHd-6XwLH9-njEqU7-e7e1in-e7dYcX-69PYUM-6fBcw2-btXsDo-69jMHV-84ptJg-84swF5-84swzU-84swuw-84suXd-84pryP-84ptnF-84swk9-84swfu-84pt92-84pt3c-84svZf-84psRD-84svNS-84svKd-84svEU-84svB3-84svwU-84pspa-84psj6-84svh5-84svdf-84ps3P-84prXR-84prHn-84prD6-84prut-84prqc-84prke-69jLcM-84prek-84pr8X-84su6E-84pr1e][Sajith T S]], CC BY-SA 2.0

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2015-12-18 Fri 22:24 -->
<!-- 2016-01-07 Thu 14:43 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,15 +151,19 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<div class="center">
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/freedom5.jpg"/></a>
<h4>Backups</h4>
</center>
<br><br><br><br><br>
<font color="white">.</font>
<center><h4>Backups</h4></center>
<div class="org-center">
<div class="center">
<table border="-1" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
@ -365,22 +367,12 @@ sudo control
</div>
<p>
Select <i>Backup and Restore</i> then <i>Restore from remote backup</i> and enter the domain name of the remote server that you wish to restore from.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>
Select <i>Backup and Restore</i> then <i>Restore from remote backup</i> and enter the domain name of the remote server that you wish to restore from.
</p>
</div>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <div class="footpara"><p class="footpara">
Photo by <a href="https://www.flickr.com/photos/quinnanya/8415279256/in/photolist-dPCvkE-bmts4E-bvZYhg-bgdQhz-48CNb9-9mxiZg-ecmMeZ-ebMDYE">Quinn Dombrowski</a>, CC BY-SA 2.0
</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<style type="text/css">

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2015-12-20 Sun 11:21 -->
<!-- 2016-01-07 Thu 14:44 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,14 +151,18 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<div class="org-center">
<div class="center">
<div class="figure">
<p><img src="./images/logo.png" alt="logo.png" />
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h4>Code</h4>
</center>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-01-02 Sat 23:44 -->
<!-- 2016-01-07 Thu 14:43 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,14 +151,19 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<div class="center">
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/network.jpg"/></a>
<h4>Frequently Asked Questions</h4>
</center>
<br><br><br><br><br>
<font color="white">.</font>
<div class="org-center">
<div class="center">
<table border="-1" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
@ -660,21 +663,11 @@ Welcome to the world of email. Email is really the archetypal decentralized serv
</p>
<p>
So the situation with email presently is pretty bad, and there's a clear selection pressure against decentralization and towards only a few companies controlling all email services. Longer term the solution is to have more secure protocols which make spamming hard or expensive. Bitmessage is one such system. As an immediate practical workaround you could try buying a domain name and then linking it to your dynamic DNS account (freeDNS, etc) in the hope that the blocking is against dynamic DNS domain names, but there is no guarantee that will work and often blocking may be based upon IP address ranges about which there is little you can do.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>
So the situation with email presently is pretty bad, and there's a clear selection pressure against decentralization and towards only a few companies controlling all email services. Longer term the solution is to have more secure protocols which make spamming hard or expensive. Bitmessage is one such system. As an immediate practical workaround you could try buying a domain name and then linking it to your dynamic DNS account (freeDNS, etc) in the hope that the blocking is against dynamic DNS domain names, but there is no guarantee that will work and often blocking may be based upon IP address ranges about which there is little you can do.
</p>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <div class="footpara"><p class="footpara">
Picture by <a href="https://www.flickr.com/photos/chanceprojects/16428389357/in/photolist-r2HMNn-fjSsGA-AC97hw-o8VN4t-o9E3R2-7Jukfe-yFYFcj-7imfPW-7AxaHC-9paZ9X-4Ut5PG-9XEDKe-9XHvyQ-8VEWGu-8W1azK-7EGNmd-fGHxic-9GkDTP-zLBfiV-fGHurR-qRMYzp-bqHnh2-e2yu7B-9gkk24-2z2s35-2yX4m2-r6VEkh-91g7v9-9ptxJn-fHWton-rymKbZ-9tGirx-fGHuV2-5TfydJ-9oNAuY-od51v3-51QxYW-buf1br-fGHwUV-9EBUqv-rtyL6v-7rq8Qt-5QTEFc-7SGnU2-8sD9kL-7SGnVt-mnrvP-a3gCpa-qwW37Z-fmw7Bt">Neil Cummings</a>, CC BY-SA 2.0
</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<style type="text/css">

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-01-02 Sat 23:46 -->
<!-- 2016-01-07 Thu 14:35 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,37 +151,22 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<center>
<img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/freedom.jpg"/>
</center>
<br><br><br><br><br>
<div class="center">
<font color="white">.</font>
<p>
With the right technology the internet can be a space for free expression, exploration, cooperation, learning and fun. A place to connect with others are share experiences. It doesn't have to be a gloomy surveillance prison owned and run by a diabolical synthesis of money-grabbing megacorporations and prurient government spooks. Freedombone is designed to help you surmount the contemporary digital privacy conundrums and to increase your online autonomy. It's a self-hosted home server configuration which can be installed onto any computer capable of running <a href="https://www.debian.org/">Debian</a>, so if you have an old laptop or netbook which you can leave turned on then you can use Freedombone to provide your own internet services, such as blogging, wiki, email, chat and social networking and have independence from the well known internet companies.
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<table style="width:50%; border:0">
<tr>
<td><a href="variants.html"><img style="width:100%" src="images/icon_variants.png"/></a></td>
<td><a href="installation.html"><img style="width:100%" src="images/icon_install.png"/></a></td>
<td><a href="usage.html"><img style="width:100%" src="images/icon_use.png"/></a></td>
<td><a href="backups.html"><img style="width:100%" src="images/icon_backup.png"/></a></td>
</tr>
<tr>
<td><center><a href="variants.html">Variants</a></center></td>
<td><center><a href="installation.html">Install</a></center></td>
<td><center><a href="usage.html">Use</a></center></td>
<td><center><a href="backups.html">Backups</a></center></td>
</tr>
<tr>
<td><a href="code.html"><img style="width:100%" src="images/icon_code.png"/></a></td>
<td><a href="related.html"><img style="width:100%" src="images/icon_related.png"/></a></td>
<td><a href="faq.html"><img style="width:100%" src="images/icon_faq.png"/></a></td>
<td><a href="support.html"><img style="width:100%" src="images/icon_contact.png"/></a></td>
</tr>
<tr>
<td><center><a href="code.html">Code</a></center></td>
<td><center><a href="related.html">Related</a></center></td>
@ -193,6 +176,10 @@ With the right technology the internet can be a space for free expression, explo
</table>
</center>
<p>
With the right technology the internet can be a space for free expression, exploration, cooperation, learning and fun. A place to connect with others are share experiences. It doesn't have to be a gloomy surveillance prison owned and run by a diabolical synthesis of money-grabbing megacorporations and prurient government spooks. Freedombone is designed to help you surmount the contemporary digital privacy conundrums and to increase your online autonomy. It's a self-hosted home server configuration which can be installed onto any computer capable of running <a href="https://www.debian.org/">Debian</a>, so if you have an old laptop or netbook which you can leave turned on then you can use Freedombone to provide your own internet services, such as blogging, wiki, email, chat and social networking and have independence from the well known internet companies.
</p>
<p>
This is personal or family scale computing, which can then federate to global proportions. We need <i>community controlled</i> information systems and to achieve that they must be inexpensive and simple to install and maintain. This is the opposite of the current dominant paradigm of <a href="https://www.youtube.com/watch?v=XZmGGAbHqa0">titanic server warehouses</a> owned by a tiny number of individuals and it's what is sometimes refered to as <a href="http://mediagoblin.org/news/userops.html">"userops"</a> - i.e. a user being able to do what traditionally only a professional systems administrator would be able to.
</p>
@ -211,7 +198,7 @@ With a system installed in your home you also have greater legal protection agai
Today everyone is concerned about privacy on the internet. Wanting privacy doesn't necessarily mean you have "something to hide". It just means having the ability to choose <i>what information to share, with whom and under what conditions</i> and therefore being able to shape your own life story. The loss of ability to choose via the "involuntary sharing" which many people experience when using communications systems built by the well known internet companies, means that you're no longer really running your own affairs and that others may begin to exert an improper amount of influence over you. Mass surveillance is perhaps the ultimate in involuntary sharing and it's only through the use of freedom respecting software together with a solid determination to overcome state and corporate abuses of technology that we can hope to get to the kind of internet in which respect for human dignity is built in as a core feature.
</p>
<div class="org-center">
<div class="center">
<div class="figure">
<p><img src="images/nocloud.png" alt="nocloud.png" />
@ -238,33 +225,13 @@ Freedombone is an example of the internet as it was supposed to be: a network of
</p>
<p>
An emphasis of the Freedombone project is the protection of private communications from indiscriminate mass surveillance, otherwise known as "<i>bulk intercept</i>" or "<i>warrantless wiretapping</i>". With only a few exceptions data entering and leaving the system is encrypted using settings recommended by <a href="https://bettercrypto.org/">bettercrypto.org</a>. Stored emails are encrypted such that only someone knowing your GPG password can read them and a GPG key is created automatically if you don't already have one. The system is firewalled with only the necessary ports being opened. Exclusively <a href="http://en.wikipedia.org/wiki/Free_software">free software</a> is used so that all of it can potentially be security audited and proprietary repositories are disabled by default. There are still numerous security problems with the internet in general and software always contains bugs, but a best attempt has been made to ensure that the Freedombone is at least more secure than average.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup><sup>, </sup><sup><a id="fnr.2" class="footref" href="#fn.2">2</a></sup><sup>, </sup><sup><a id="fnr.3" class="footref" href="#fn.3">3</a></sup>
An emphasis of the Freedombone project is the protection of private communications from indiscriminate mass surveillance, otherwise known as "<i>bulk intercept</i>" or "<i>warrantless wiretapping</i>". With only a few exceptions data entering and leaving the system is encrypted using settings recommended by <a href="https://bettercrypto.org/">bettercrypto.org</a>. Stored emails are encrypted such that only someone knowing your GPG password can read them and a GPG key is created automatically if you don't already have one. The system is firewalled with only the necessary ports being opened. Exclusively <a href="http://en.wikipedia.org/wiki/Free_software">free software</a> is used so that all of it can potentially be security audited and proprietary repositories are disabled by default. There are still numerous security problems with the internet in general and software always contains bugs, but a best attempt has been made to ensure that the Freedombone is at least more secure than average.
</p>
<div class="org-center">
<p>
This site can also be accessed via a Tor browser at <b>4fvfozz6g3zmvf76.onion</b>
</p>
<center>
This site can also be accessed via a Tor browser at <a href="4fvfozz6g3zmvf76.onion">4fvfozz6g3zmvf76.onion</a>
</center>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <div class="footpara"><p class="footpara">
Title photo by <a href="https://twitter.com/GrungyBerns">@GrungyBerns</a>
</p></div></div>
<div class="footdef"><sup><a id="fn.2" class="footnum" href="#fnr.2">2</a></sup> <div class="footpara"><p class="footpara">
Above icons by <a href="https://www.iconfinder.com/tmthymllr">Timothy Miller</a> Creative Commons (Attribution-Share Alike 3.0 Unported)
</p></div></div>
<div class="footdef"><sup><a id="fn.3" class="footnum" href="#fnr.3">3</a></sup> <div class="footpara"><p class="footpara">
Variant icons are <a href="https://github.com/google/material-design-icons">Google material design</a> 1.0.0, Creative Commons Attribution-ShareAlike 4.0
</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<style type="text/css">

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-01-06 Wed 14:52 -->
<!-- 2016-01-07 Thu 14:45 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -98,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -154,12 +151,17 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/candles.jpg"/></a>
</center>
<br><br><br><br><br>
<div class="center">
<font color="white">.</font>
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h4>Installation</h4>
</center>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
@ -675,21 +677,11 @@ sudo control
</div>
<p>
From there you will be able to perform various tasks, such as backups, adding and removing users and so on. You can also do this via commands, which are typically installed as /usr/local/bin/freedombone* and the corresponding manpages.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>
From there you will be able to perform various tasks, such as backups, adding and removing users and so on. You can also do this via commands, which are typically installed as /usr/local/bin/freedombone* and the corresponding manpages.
</p>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <p class="footpara">
Photo by <a href="https://www.flickr.com/photos/lilyrhoads/6398868387/in/photolist-aKrSD2-qrZwrp-6LzuVn-6LztvH-6LDC4U-6LDBzj-6Lzsfi-oCuT59-qGa4jb-anKgMq-914kty-pMTbqh-77buJc-9mgVV8-9kuxDx-9kxzk9-9kxyC3-9kxydd-9kuvea-9kuuDg-9kuufv-9kxwmW-9kxvxC-9kurYZ-9kxtKL-9kxtao-9kxsx7-9kupw6-9kuoQZ-9kxqBL-9kunDt-9kxppU-9kumsF-9kxony-9kuksX-9kxnkS-9kujkx-9kuiHk-9kui78-9kxjMy-9kxjbJ-9kuaqi-9kx7Zh-9ku1G6-qCUAg-9jifaD-bSFjEH-9mgJ1W-9fzwjW-6T4cVb">Lily Rhoads</a>, CC BY 2.0
</p></div>
</div>
</div></div>
<div id="postamble" class="status">
<style type="text/css">

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2015-12-18 Fri 22:27 -->
<!-- 2016-01-07 Thu 14:45 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,12 +151,17 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/mesh.jpg"/></a>
</center>
<br><br><br><br><br>
<div class="center">
<font color="white">.</font>
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h4>Mesh Network</h4>
</center>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
@ -528,21 +531,11 @@ After a few seconds your usual internet wifi connection should be re-established
<h2 id="orgheadline6">Further reading</h2>
<div class="outline-text-2" id="text-orgheadline6">
<p>
For much more extensive details about deploying wireless networks there is an excellent book called <a href="http://wndw.net/">Wireless Networking in the Developing World</a> which is worth reading. It's not necessarily exclusively about mesh networks, but may be useful in terms of advice about antennas, reflections, extending wifi range and so on.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>
For much more extensive details about deploying wireless networks there is an excellent book called <a href="http://wndw.net/">Wireless Networking in the Developing World</a> which is worth reading. It's not necessarily exclusively about mesh networks, but may be useful in terms of advice about antennas, reflections, extending wifi range and so on.
</p>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <div class="footpara"><p class="footpara">
Photo by <a href="https://www.flickr.com/photos/1village/2192202570/in/photolist-4ZwsY8-aL5fzx-aL3Zoi-j4a2zs-j49jZ8-4kHBs3-f7mavV-f7maED-f7Ap7d-f7AomQ-f7mahP-f7AoAL-f7ApYJ-f7ApL7-f7mb6K-f7Aots-f7mbmX-f7maRF-f7AoFb-f7mak6-f7mbga-f7Apsf-f7maBx-6S8YF5-bq1EAB-81RC7S-jEfgS4-diugdr-57yGCM-4v5hF1-4kjHyN-LmX35-4nnE2i-4nnDZP-4YQTnx-6vREJ7-5FAVLf-GRDbG-4kUBYf-an73PQ-eY271-6vRXB1-6vMMP2-6vS2Bu-6vMRMV-6vMK2Z-6vMPag-bGVNa-bGVN9-bGVNb">oneVillage Initiative</a>, CC BY-SA 2.0
</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<style type="text/css">

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2015-12-31 Thu 15:16 -->
<!-- 2016-01-07 Thu 14:46 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,14 +151,18 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<div class="org-center">
<div class="center">
<div class="figure">
<p><img src="./images/logo.png" alt="logo.png" />
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h4>Related Projects</h4>
</center>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
@ -174,49 +176,49 @@ for the JavaScript code in this tag.
</tbody>
</table>
<div class="org-center">
<div class="center">
<p>
The following projects made Freedombone possible.
</p>
</div>
<div class="org-center">
<div class="center">
<p>
<a href="http://wiki.nginx.org/"><img src="images/nginx.png" alt="nginx.png" /></a>
<a href="https://www.openssl.org/"><img src="images/openssl.png" alt="openssl.png" /></a>
</p>
</div>
<div class="org-center">
<div class="center">
<p>
<a href="https://www.gnupg.org/"><img src="images/gnupg.png" alt="gnupg.png" /></a>
<a href="https://www.debian.org/"><img src="images/debian.png" alt="debian.png" /></a>
</p>
</div>
<div class="org-center">
<div class="center">
<p>
<a href="http://freedomboxfoundation.org/"><img src="images/freedombox.png" alt="freedombox.png" /></a>
<a href="http://beagleboard.org/products/beaglebone+black"><img src="images/beagleboard.png" alt="beagleboard.png" /></a>
</p>
</div>
<div class="org-center">
<div class="center">
<p>
<a href="https://www.dokuwiki.org/dokuwiki"><img src="images/dokuwiki.png" alt="dokuwiki.png" /></a>
<a href="http://gnu.io/"><img src="images/gnusocial.png" alt="gnusocial.png" /></a>
</p>
</div>
<div class="org-center">
<div class="center">
<p>
<a href="https://github.com/redmatrix/hubzilla"><img src="images/hubzilla.png" alt="hubzilla.png" /></a>
<a href="https://www.torproject.org/"><img src="images/tor.png" alt="tor.png" /></a>
</p>
</div>
<div class="org-center">
<div class="center">
<p>
<a href="https://prosody.im/"><img src="images/prosody.png" alt="prosody.png" /></a>
<a href="http://owncloud.org/"><img src="images/owncloud.png" alt="owncloud.png" /></a>
</p>
</div>
<div class="org-center">
<div class="center">
<div class="figure">
<p><a href="https://bettercrypto.org/"><img src="images/bettercrypto.png" alt="bettercrypto.png" /></a>

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2015-12-31 Thu 15:53 -->
<!-- 2016-01-07 Thu 14:48 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,14 +151,18 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<div class="org-center">
<div class="center">
<div class="figure">
<p><img src="./images/logo.png" alt="logo.png" />
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h4>Support</h4>
</center>
<div id="outline-container-orgheadline1" class="outline-2">
<h2 id="orgheadline1">Contact details</h2>
<div class="outline-text-2" id="text-orgheadline1">
@ -236,7 +238,7 @@ A better design for this website would be nice to have. Photos, icons or other a
<div id="outline-container-orgheadline6" class="outline-3">
<h3 id="orgheadline6">More education and promotion</h3>
<div class="outline-text-3" id="text-orgheadline6">
<div class="org-center">
<div class="center">
<div class="figure">
<p><img src="./images/educate.png" alt="educate.png" />
@ -248,7 +250,7 @@ Many people are unaware that running their own internet services <i>is even a po
</p>
<p>
Raising awareness beyond the near zero current level, overcoming fear and paranoia and dispelling some of the prevalent myths will definitely help.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>
Raising awareness beyond the near zero current level, overcoming fear and paranoia and dispelling some of the prevalent myths will definitely help.
</p>
</div>
</div>
@ -271,17 +273,7 @@ Helping to package GNU Social and Hubzilla for Debian would be beneficial.
</div>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <div class="footpara"><p class="footpara">
Picture <a href="https://commons.wikimedia.org/wiki/File:Agitate_educate_organise.svg">is in the public domain</a>.
</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<style type="text/css">

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-01-07 Thu 14:31 -->
<!-- 2016-01-07 Thu 14:34 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -98,7 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="solarized-dark.css" />
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2015-12-19 Sat 22:29 -->
<!-- 2016-01-07 Thu 14:47 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,12 +151,17 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/howtouse.jpg"/></a>
</center>
<br><br><br><br><br>
<div class="center">
<font color="white">.</font>
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h4>Usage</h4>
</center>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
@ -855,22 +858,12 @@ Selecting the server by pressing on it then connects you to the server so that y
<h3 id="orgheadline30">SIP phones</h3>
<div class="outline-text-3" id="text-orgheadline30">
<p>
Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>
Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.
</p>
</div>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <div class="footpara"><p class="footpara">
Picture by <a href="https://www.flickr.com/photos/fsadykov/17214339931/in/photolist-seaZwk-5RqkuT-672gyu-8vxkDy-8vtJRX-8vtsqD-bXStgm-86MzqP-29L5XQ-4Ve9EZ-zh34K1-bE1a51-8vsVTP-87ERnN-7WkSe2-z9Cr9-55ni1T-62hBHJ-8z18QL-88hk8n-7KmbEs-83R13h-cAUyuq-dkCEzN-73AZgA-xFSvg4-uyci9y-ueqQPT-m2thgF-7eL5aG-69jE26-z9Crr-8eBf3X-6b3PVJ-8453TJ-5FcqiQ-m5RqEo-xo4PMR-tEyPzp-6yyquo-3ddyvL-5RuEfj-7qeaf-6FZX6H-eHDVFN-54CByt-b32sun-aM8AoF-z9h3UT-kZq39m">farhad sadykov</a>, CC BY 2.0
</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<style type="text/css">

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2015-12-19 Sat 17:56 -->
<!-- 2016-01-07 Thu 14:48 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,12 +151,17 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/email.jpg"/></a>
</center>
<br><br><br><br><br>
<div class="center">
<font color="white">.</font>
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h4>Email</h4>
</center>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
@ -290,7 +293,7 @@ gpg --send-keys username@domainname
<div id="outline-container-orgheadline5" class="outline-2">
<h2 id="orgheadline5">Mutt email client</h2>
<div class="outline-text-2" id="text-orgheadline5">
<div class="org-center">
<div class="center">
<div class="figure">
<p><img src="./images/mutt.jpeg" alt="mutt.jpeg" />
@ -1011,21 +1014,11 @@ To subscribe to your list send a cleartext email to:
</div>
<p>
Tip: When using the Mutt email client if you want to send an email in cleartext then press <b>p</b> (for PGP) on the sending screen and select <b>clear</b>. Unsecure email is treated as being the exception rather than the default.<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>
Tip: When using the Mutt email client if you want to send an email in cleartext then press <b>p</b> (for PGP) on the sending screen and select <b>clear</b>. Unsecure email is treated as being the exception rather than the default.
</p>
</div>
</div>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <div class="footpara"><p class="footpara">
Photo by <a href="https://www.flickr.com/photos/geishaboy500/2326873674/in/photolist-4xBQtC-6uHCJT-oBkgPg-oB7VnC-oBk2Ux-oB7LXS-oB7KeS-bSZiLK-cFssXu-ojQef5-oKRZxL-oKC3Ee-otpoLL-otpDnP-otpCnx-oKBZ4r-otp4U8-oKTLjk-oHRU19-otp3JJ-otp1GB-otoYme-otpcYU-otoXe5-otoWkm-otoVvq-oHRKsh-otoTkJ-otp7zh-otp6du-otp4YA-otp4km-oHRDgj-oHRC3C-otph7x-oHRAf9-otpeqv-otpdun-otoVbq-oKTmrk-oKTkvx-otoRPq-oHRs8N-oKBrSt-otoxTh-otouMX-otoHRG-otoYqF-oKBj28-oKReiy">THOR</a>, CC BY 2.0
</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<style type="text/css">

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2015-12-18 Fri 22:31 -->
<!-- 2016-01-07 Thu 14:51 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -75,7 +75,8 @@
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
@ -97,10 +98,7 @@
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css"
href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
<link rel="stylesheet" type="text/css" href="solarized-light.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -153,65 +151,43 @@ for the JavaScript code in this tag.
<a name="top" id="top"></a>
</div>
<div id="content">
<center>
<a href="index.html"><img style="max-width: 100%; max-height: 100%; padding: 0; margin: 0; display: block; width:100%; top: 0; left: 0; float:right;" src="images/libreplanet2.jpg"/></a>
</center>
<br><br><br><br><br>
<div class="center">
<font color="white">.</font>
<center><h4>Different versions of the system</h4></center>
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h4>Variants</h4>
</center>
<p>
Freedombone may be installed either in its entirety or as different variants with a more specialised purpose. So for example if you just want to run a blog but don't care about any other services then you can do that. The following variants are available:<sup><a id="fnr.1" class="footref" href="#fn.1">1</a></sup>
Freedombone may be installed either in its entirety or as different variants with a more specialised purpose. So for example if you just want to run a blog but don't care about any other services then you can do that. The following variants are available:
</p>
<center>
<table style="width:80%; border:0">
<tr>
<td><center><img src="images/icon_mailbox.png"/></center></td>
<td><center><img src="images/icon_cloud.png"/></center></td>
</tr>
<tr>
<td><center><b>Mailbox</b><br>An email server with GPG encryption and mailing list</center></td>
<td><center><b>Cloud</b><br>Share files, maintain a calendar and collaborate on document editing</center></td>
</tr>
<tr>
<td><center><img src="images/icon_social.png"/></center></td>
<td><center><img src="images/icon_media.png"/></center></td>
</tr>
<tr>
<td><center><b>Social</b><br>Social networking with Hubzilla and GNU Social</center></td>
<td><center><b>Media</b><br>Runs media services such as DLNA to play music or videos on your devices</center></td>
</tr>
<tr>
<td><center><img src="images/icon_writer.png"/></center></td>
<td><center><img src="images/icon_chat.png"/></center></td>
</tr>
<tr>
<td><center><b>Writer</b><br>Host your blog and wiki</center></td>
<td><center><b>Chat</b><br>Encrypted IRC, XMPP, Tox and VoIP services for one-to-one and many-to-many chat</center></td>
</tr>
<tr>
<td><center><img src="images/icon_developer.png"/></center></td>
<td><center><img src="images/icon_mesh.png"/></center></td>
</tr>
<tr>
<td><center><b>Developer</b><br>Github-like system to host your software projects</center></td>
<td><center><b>Mesh</b><br>A wireless mesh network which is like the internet, but not the internet</center></td>
</tr>
</table>
</center>
<div id="footnotes">
<h2 class="footnotes">Footnotes: </h2>
<div id="text-footnotes">
<div class="footdef"><sup><a id="fn.1" class="footnum" href="#fnr.1">1</a></sup> <div class="footpara"><p class="footpara">
Photo by <a href="https://www.flickr.com/photos/sajith/13389718145/in/photolist-mpcNHp-69PVrV-e6z4hH-bGSfGv-6XwLGW-6XwLHm-698T53-6XwLHd-6XwLH9-njEqU7-e7e1in-e7dYcX-69PYUM-6fBcw2-btXsDo-69jMHV-84ptJg-84swF5-84swzU-84swuw-84suXd-84pryP-84ptnF-84swk9-84swfu-84pt92-84pt3c-84svZf-84psRD-84svNS-84svKd-84svEU-84svB3-84svwU-84pspa-84psj6-84svh5-84svdf-84ps3P-84prXR-84prHn-84prD6-84prut-84prqc-84prke-69jLcM-84prek-84pr8X-84su6E-84pr1e">Sajith T S</a>, CC BY-SA 2.0
</p></div></div>
</div>
</div></div>
<div id="postamble" class="status">
<style type="text/css">