Minimum data retention

This commit is contained in:
Bob Mottram 2017-07-18 10:41:34 +01:00
parent fd6b1b9418
commit fd306f394d
2 changed files with 17 additions and 15 deletions

View File

@ -22,10 +22,11 @@ Instead of having some tedious /Code of Conduct/ which tries to micro-manage how
* Enable users to help themselves to provide their own personal software infrastructure.
* Enable users to help each other to provide software infrastructure for a community.
* There should be no single point of failure. Assume that other servers can and will fail occasionally.
* Minimum data retention. Only store the data which users actually want or need, and within apps implement the function which allows logging to be turned off.
* Respect other users right to run their own stuff and have their own policies on their own hardware.
* Remove as many intermediating organisations as possible. For example, Google tracking embedded within some Free Software apps.
* No tollbooths, rent-seeking, gatekeepers or paywalls.
* Maximize energy efficiency. No systems which fundamentally depend upon proof-of-work block solving. The target here is small single board computers.
* Maximize energy efficiency. No systems which fundamentally depend upon proof-of-work block solving or other compute-heavy methods. The target here is small single board computers.
* Adding extra apps
Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. The script should be designed to work with the current stable version of Debian.

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>
<!-- 2017-07-18 Tue 10:22 -->
<!-- 2017-07-18 Tue 10:41 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -246,17 +246,17 @@ for the JavaScript code in this tag.
<center><h1>Developers Guide</h1></center>
<div id="outline-container-orga4fbe92" class="outline-2">
<h2 id="orga4fbe92">Introduction</h2>
<div class="outline-text-2" id="text-orga4fbe92">
<div id="outline-container-org320decc" class="outline-2">
<h2 id="org320decc">Introduction</h2>
<div class="outline-text-2" id="text-org320decc">
<p>
Freedombone consists of a set of bash scripts. There are a lot of them, but they're not very complicated. If you're familiar with the GNU/Linux commandline and can hack a bash script then you can probably add a new app or fix a bug in the system. There are no trendy development frameworks to learn or to get in your way.
</p>
</div>
</div>
<div id="outline-container-orgd6d3d9d" class="outline-2">
<h2 id="orgd6d3d9d">Substitute for a Code of Conduct</h2>
<div class="outline-text-2" id="text-orgd6d3d9d">
<div id="outline-container-orgaee9f2d" class="outline-2">
<h2 id="orgaee9f2d">Substitute for a Code of Conduct</h2>
<div class="outline-text-2" id="text-orgaee9f2d">
<p>
Instead of having some tedious <i>Code of Conduct</i> which tries to micro-manage how folks communicate privately with each other this project has a set of guiding principles, which are as follows:
</p>
@ -265,17 +265,18 @@ Instead of having some tedious <i>Code of Conduct</i> which tries to micro-manag
<li>Enable users to help themselves to provide their own personal software infrastructure.</li>
<li>Enable users to help each other to provide software infrastructure for a community.</li>
<li>There should be no single point of failure. Assume that other servers can and will fail occasionally.</li>
<li>Minimum data retention. Only store the data which users actually want or need, and within apps implement the function which allows logging to be turned off.</li>
<li>Respect other users right to run their own stuff and have their own policies on their own hardware.</li>
<li>Remove as many intermediating organisations as possible. For example, Google tracking embedded within some Free Software apps.</li>
<li>No tollbooths, rent-seeking, gatekeepers or paywalls.</li>
<li>Maximize energy efficiency. No systems which fundamentally depend upon proof-of-work block solving. The target here is small single board computers.</li>
<li>Maximize energy efficiency. No systems which fundamentally depend upon proof-of-work block solving or other compute-heavy methods. The target here is small single board computers.</li>
</ul>
</div>
</div>
<div id="outline-container-orgcc05cf8" class="outline-2">
<h2 id="orgcc05cf8">Adding extra apps</h2>
<div class="outline-text-2" id="text-orgcc05cf8">
<div id="outline-container-org350cefa" class="outline-2">
<h2 id="org350cefa">Adding extra apps</h2>
<div class="outline-text-2" id="text-org350cefa">
<p>
Suppose you have some internet application which you want to add to the system. To do this you need to create an app script which tells the system how to install/remove and also backup/restore. The script should be designed to work with the current stable version of Debian.
</p>
@ -553,9 +554,9 @@ Submit your working app to <b><a href="https://github.com/bashrc/freedombone/iss
</div>
</div>
<div id="outline-container-org5ea28e7" class="outline-2">
<h2 id="org5ea28e7">Customising mesh images</h2>
<div class="outline-text-2" id="text-org5ea28e7">
<div id="outline-container-orgc1d1e00" class="outline-2">
<h2 id="orgc1d1e00">Customising mesh images</h2>
<div class="outline-text-2" id="text-orgc1d1e00">
<p>
If you want to make your own specially branded version of the mesh images, such as for a particular event, then to change the default desktop backgrounds edit the images within <b>img/backgrounds</b> and to change the available avatars and desktop icons edit the images within <b>img/avatars</b>. Re-create disk images using the instructions shown previously.
</p>