瀏覽代碼

Substitute for a code of conduct

Bob Mottram 7 年之前
父節點
當前提交
fd6b1b9418
共有 2 個檔案被更改,包括 33 行新增31 行删除
  1. 9
    6
      doc/EN/devguide.org
  2. 24
    25
      website/EN/devguide.html

+ 9
- 6
doc/EN/devguide.org 查看文件

@@ -16,14 +16,17 @@
16 16
 
17 17
 * Introduction
18 18
 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.
19
-* Community Statement
20
-This project doesn't require you to take any special pledge of allegiance or subscribe to any guru's list of commandments. It does not care about your gender, race, national flag or political alignment. It is agnostic towards your religion or lack thereof. It doesn't give one hoot as to whether you are young or old, rich or poor, gay, trans, straight or just "other". It does not care if you like your eggs sunny side up or if you are a vegan.
19
+* Substitute for a Code of Conduct
20
+Instead of having some tedious /Code of Conduct/ which tries to micro-manage how folks communicate privately with each other this project has a set of guiding principles, which are as follows:
21 21
 
22
-This is an inclusive project which will take patches or pull requests from anyone, in a generous manner along the lines described by the late Pieter Hintjens in his book /Social Architecture/. Any useful patch is likely to be merged so long as it is submitted under a license compatible with AGPL3. Copyright assignment is not required.
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.
24
+ * There should be no single point of failure. Assume that other servers can and will fail occasionally.
25
+ * 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
+ * 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.
23 29
 
24
-Freedombone is a free system. That's free as in no secret source. For anything. Although there's nothing to stop you from adding proprietary utilities or apps if you wish, any patches containing closed stuff or which create dependencies upon closed systems will be regarded as trash and ignored.
25
-
26
-This project also has a no bullshit policy. Anyone trying to cause a ruckus by trolling or engaging in behavior which is disruptive or disrespectful to others will be speedily blocked and ignored. Life's too short, and there's too much to be done.
27 30
 * Adding extra apps
28 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.
29 32
 

+ 24
- 25
website/EN/devguide.html 查看文件

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2017-07-01 Sat 20:33 -->
6
+<!-- 2017-07-18 Tue 10:22 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -246,37 +246,36 @@ for the JavaScript code in this tag.
246 246
 
247 247
 <center><h1>Developers Guide</h1></center>
248 248
 
249
-<div id="outline-container-orgebff6ef" class="outline-2">
250
-<h2 id="orgebff6ef">Introduction</h2>
251
-<div class="outline-text-2" id="text-orgebff6ef">
249
+<div id="outline-container-orga4fbe92" class="outline-2">
250
+<h2 id="orga4fbe92">Introduction</h2>
251
+<div class="outline-text-2" id="text-orga4fbe92">
252 252
 <p>
253 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 254
 </p>
255 255
 </div>
256 256
 </div>
257
-<div id="outline-container-org771f3cc" class="outline-2">
258
-<h2 id="org771f3cc">Community Statement</h2>
259
-<div class="outline-text-2" id="text-org771f3cc">
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">
260 260
 <p>
261
-This project doesn't require you to take any special pledge of allegiance or subscribe to any guru's list of commandments. It does not care about your gender, race, national flag or political alignment. It is agnostic towards your religion or lack thereof. It doesn't give one hoot as to whether you are young or old, rich or poor, gay, trans, straight or just "other". It does not care if you like your eggs sunny side up or if you are a vegan.
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 262
 </p>
263 263
 
264
-<p>
265
-This is an inclusive project which will take patches or pull requests from anyone, in a generous manner along the lines described by the late Pieter Hintjens in his book <i>Social Architecture</i>. Any useful patch is likely to be merged so long as it is submitted under a license compatible with AGPL3. Copyright assignment is not required.
266
-</p>
267
-
268
-<p>
269
-Freedombone is a free system. That's free as in no secret source. For anything. Although there's nothing to stop you from adding proprietary utilities or apps if you wish, any patches containing closed stuff or which create dependencies upon closed systems will be regarded as trash and ignored.
270
-</p>
271
-
272
-<p>
273
-This project also has a no bullshit policy. Anyone trying to cause a ruckus by trolling or engaging in behavior which is disruptive or disrespectful to others will be speedily blocked and ignored. Life's too short, and there's too much to be done.
274
-</p>
264
+<ul class="org-ul">
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>
267
+<li>There should be no single point of failure. Assume that other servers can and will fail occasionally.</li>
268
+<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>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
+</ul>
275 273
 </div>
276 274
 </div>
277
-<div id="outline-container-orgd032712" class="outline-2">
278
-<h2 id="orgd032712">Adding extra apps</h2>
279
-<div class="outline-text-2" id="text-orgd032712">
275
+
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">
280 279
 <p>
281 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.
282 281
 </p>
@@ -554,9 +553,9 @@ Submit your working app to <b><a href="https://github.com/bashrc/freedombone/iss
554 553
 </div>
555 554
 </div>
556 555
 
557
-<div id="outline-container-org169d9d2" class="outline-2">
558
-<h2 id="org169d9d2">Customising mesh images</h2>
559
-<div class="outline-text-2" id="text-org169d9d2">
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">
560 559
 <p>
561 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.
562 561
 </p>