Pārlūkot izejas kodu

Minimum data retention

Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
fd306f394d
2 mainītis faili ar 17 papildinājumiem un 15 dzēšanām
  1. 2
    1
      doc/EN/devguide.org
  2. 15
    14
      website/EN/devguide.html

+ 2
- 1
doc/EN/devguide.org Parādīt failu

22
  * Enable users to help themselves to provide their own personal software infrastructure.
22
  * Enable users to help themselves to provide their own personal software infrastructure.
23
  * Enable users to help each other to provide software infrastructure for a community.
23
  * Enable users to help each other to provide software infrastructure for a community.
24
  * There should be no single point of failure. Assume that other servers can and will fail occasionally.
24
  * There should be no single point of failure. Assume that other servers can and will fail occasionally.
25
+ * 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.
25
  * Respect other users right to run their own stuff and have their own policies on their own hardware.
26
  * Respect other users right to run their own stuff and have their own policies on their own hardware.
26
  * Remove as many intermediating organisations as possible. For example, Google tracking embedded within some Free Software apps.
27
  * Remove as many intermediating organisations as possible. For example, Google tracking embedded within some Free Software apps.
27
  * No tollbooths, rent-seeking, gatekeepers or paywalls.
28
  * No tollbooths, rent-seeking, gatekeepers or paywalls.
28
- * Maximize energy efficiency. No systems which fundamentally depend upon proof-of-work block solving. The target here is small single board computers.
29
+ * 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.
29
 
30
 
30
 * Adding extra apps
31
 * Adding extra apps
31
 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.
32
 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.

+ 15
- 14
website/EN/devguide.html Parādīt failu

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2017-07-18 Tue 10:22 -->
6
+<!-- 2017-07-18 Tue 10:41 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
246
 
246
 
247
 <center><h1>Developers Guide</h1></center>
247
 <center><h1>Developers Guide</h1></center>
248
 
248
 
249
-<div id="outline-container-orga4fbe92" class="outline-2">
250
-<h2 id="orga4fbe92">Introduction</h2>
251
-<div class="outline-text-2" id="text-orga4fbe92">
249
+<div id="outline-container-org320decc" class="outline-2">
250
+<h2 id="org320decc">Introduction</h2>
251
+<div class="outline-text-2" id="text-org320decc">
252
 <p>
252
 <p>
253
 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.
253
 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.
254
 </p>
254
 </p>
255
 </div>
255
 </div>
256
 </div>
256
 </div>
257
-<div id="outline-container-orgd6d3d9d" class="outline-2">
258
-<h2 id="orgd6d3d9d">Substitute for a Code of Conduct</h2>
259
-<div class="outline-text-2" id="text-orgd6d3d9d">
257
+<div id="outline-container-orgaee9f2d" class="outline-2">
258
+<h2 id="orgaee9f2d">Substitute for a Code of Conduct</h2>
259
+<div class="outline-text-2" id="text-orgaee9f2d">
260
 <p>
260
 <p>
261
 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:
261
 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:
262
 </p>
262
 </p>
265
 <li>Enable users to help themselves to provide their own personal software infrastructure.</li>
265
 <li>Enable users to help themselves to provide their own personal software infrastructure.</li>
266
 <li>Enable users to help each other to provide software infrastructure for a community.</li>
266
 <li>Enable users to help each other to provide software infrastructure for a community.</li>
267
 <li>There should be no single point of failure. Assume that other servers can and will fail occasionally.</li>
267
 <li>There should be no single point of failure. Assume that other servers can and will fail occasionally.</li>
268
+<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>
268
 <li>Respect other users right to run their own stuff and have their own policies on their own hardware.</li>
269
 <li>Respect other users right to run their own stuff and have their own policies on their own hardware.</li>
269
 <li>Remove as many intermediating organisations as possible. For example, Google tracking embedded within some Free Software apps.</li>
270
 <li>Remove as many intermediating organisations as possible. For example, Google tracking embedded within some Free Software apps.</li>
270
 <li>No tollbooths, rent-seeking, gatekeepers or paywalls.</li>
271
 <li>No tollbooths, rent-seeking, gatekeepers or paywalls.</li>
271
-<li>Maximize energy efficiency. No systems which fundamentally depend upon proof-of-work block solving. The target here is small single board computers.</li>
272
+<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>
272
 </ul>
273
 </ul>
273
 </div>
274
 </div>
274
 </div>
275
 </div>
275
 
276
 
276
-<div id="outline-container-orgcc05cf8" class="outline-2">
277
-<h2 id="orgcc05cf8">Adding extra apps</h2>
278
-<div class="outline-text-2" id="text-orgcc05cf8">
277
+<div id="outline-container-org350cefa" class="outline-2">
278
+<h2 id="org350cefa">Adding extra apps</h2>
279
+<div class="outline-text-2" id="text-org350cefa">
279
 <p>
280
 <p>
280
 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.
281
 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.
281
 </p>
282
 </p>
553
 </div>
554
 </div>
554
 </div>
555
 </div>
555
 
556
 
556
-<div id="outline-container-org5ea28e7" class="outline-2">
557
-<h2 id="org5ea28e7">Customising mesh images</h2>
558
-<div class="outline-text-2" id="text-org5ea28e7">
557
+<div id="outline-container-orgc1d1e00" class="outline-2">
558
+<h2 id="orgc1d1e00">Customising mesh images</h2>
559
+<div class="outline-text-2" id="text-orgc1d1e00">
559
 <p>
560
 <p>
560
 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.
561
 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.
561
 </p>
562
 </p>