2014-10-26 21:55:12 +01:00
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"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 23:32:21 +01:00
<!-- 2015 - 12 - 18 Fri 22:31 -->
2014-10-26 21:55:12 +01:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
2015-12-18 23:32:21 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > < / title >
2014-10-26 21:55:12 +01:00
< meta name = "generator" content = "Org-mode" / >
< meta name = "author" content = "Bob Mottram" / >
< meta name = "description" content = "Turn the Beaglebone Black into a personal communications server"
/>
< meta name = "keywords" content = "freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" / >
< style type = "text/css" >
<!-- /* --> <![CDATA[/*> <!-- */
2015-07-19 19:50:05 +02:00
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
2014-10-26 21:55:12 +01:00
.todo { font-family: monospace; color: red; }
2015-04-05 16:51:45 +02:00
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
2014-10-26 21:55:12 +01:00
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
2015-07-19 19:50:05 +02:00
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
2014-10-26 21:55:12 +01:00
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
pre.src-sh:before { content: 'sh'; }
pre.src-bash:before { content: 'sh'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-R:before { content: 'R'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-java:before { content: 'Java'; }
pre.src-sql:before { content: 'SQL'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
2015-07-19 19:50:05 +02:00
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
2014-10-26 21:55:12 +01:00
dt { font-weight: bold; }
2015-12-18 23:32:21 +01:00
.footpara { display: inline; }
2014-10-26 21:55:12 +01:00
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ 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 >
< script type = "text/javascript" >
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!-- /* --> <![CDATA[/*> <!-- */
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
< / script >
< / head >
< body >
< div id = "preamble" class = "status" >
< a name = "top" id = "top" > < / a >
< / div >
< div id = "content" >
2015-12-13 23:33:15 +01:00
< center >
2015-12-18 23:32:21 +01:00
< 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 >
2015-12-13 23:33:15 +01:00
< / center >
< br > < br > < br > < br > < br >
2014-10-26 21:55:12 +01:00
2015-12-18 23:32:21 +01:00
< font color = "white" > .< / font >
2015-12-15 22:00:58 +01:00
< center > < h4 > Different versions of the system< / h4 > < / center >
2014-10-26 21:55:12 +01:00
< p >
2015-12-15 23:39:52 +01:00
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 >
2014-10-26 21:55:12 +01:00
< / p >
2015-12-13 23:08:27 +01:00
< 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 >
2015-12-13 23:14:20 +01:00
< 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 >
2015-12-13 23:08:27 +01:00
< / tr >
< tr >
< td > < center > < img src = "images/icon_social.png" / > < / center > < / td >
< td > < center > < img src = "images/icon_media.png" / > < / center > < / td >
< / tr >
< tr >
2015-12-13 23:14:20 +01:00
< 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 >
2015-12-13 23:08:27 +01:00
< / tr >
< tr >
< td > < center > < img src = "images/icon_writer.png" / > < / center > < / td >
< td > < center > < img src = "images/icon_chat.png" / > < / center > < / td >
< / tr >
< tr >
2015-12-13 23:14:20 +01:00
< 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 >
2015-12-13 23:08:27 +01:00
< / tr >
< tr >
< td > < center > < img src = "images/icon_developer.png" / > < / center > < / td >
< td > < center > < img src = "images/icon_mesh.png" / > < / center > < / td >
< / tr >
< tr >
2015-12-13 23:14:20 +01:00
< 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 >
2015-12-13 23:08:27 +01:00
< / tr >
2015-12-18 23:32:21 +01:00
< / table >
2015-12-13 23:08:27 +01:00
< / center >
2015-12-15 23:39:52 +01:00
< div id = "footnotes" >
< h2 class = "footnotes" > Footnotes: < / h2 >
< div id = "text-footnotes" >
2015-12-18 23:32:21 +01:00
< 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 >
2015-12-15 23:39:52 +01:00
2014-10-26 21:55:12 +01:00
< / div >
2015-12-15 23:39:52 +01:00
< / div > < / div >
2014-10-26 21:55:12 +01:00
< div id = "postamble" class = "status" >
< style type = "text/css" >
.back-to-top {
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: #000000;
background-color: rgba(235, 235, 235, 0.80);
font-size: 12px;
padding: 1em;
display: none;
}
.back-to-top:hover {
background-color: rgba(135, 135, 135, 0.50);
}
< / style >
< div class = "back-to-top" >
< a href = "#top" > Back to top< / a > | < a href = "mailto:bob@robotics.uk.to" > E-mail me< / a >
< / div >
< script type = "text/javascript" >
var offset = 220;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.back-to-top').fadeIn(duration);
} else {
jQuery('.back-to-top').fadeOut(duration);
}
});
< / script >
< / div >
< / body >
< / html >