Browse Source

Matrix room

Bob Mottram 7 years ago
parent
commit
cc3510e080
2 changed files with 12 additions and 12 deletions
  1. 1
    1
      doc/EN/devguide.org
  2. 11
    11
      website/EN/devguide.html

+ 1
- 1
doc/EN/devguide.org View File

@@ -15,7 +15,7 @@
15 15
 #+end_export
16 16
 
17 17
 * Introduction
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. You might also want to consult the [[./codeofconduct.html][Code of Conduct]].
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. You might also want to consult the [[./codeofconduct.html][Code of Conduct]], and there is a Matrix room at *#fbone:matrix.freedombone.net*
19 19
 * Adding extra apps
20 20
 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.
21 21
 

+ 11
- 11
website/EN/devguide.html View File

@@ -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
-<!-- 2018-02-06 Tue 22:00 -->
6
+<!-- 2018-02-06 Tue 22:30 -->
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>&lrm;</title>
@@ -246,17 +246,17 @@ for the JavaScript code in this tag.
246 246
 
247 247
 <center><h1>Developers Guide</h1></center>
248 248
 
249
-<div id="outline-container-org5f276b0" class="outline-2">
250
-<h2 id="org5f276b0">Introduction</h2>
251
-<div class="outline-text-2" id="text-org5f276b0">
249
+<div id="outline-container-org3cc200b" class="outline-2">
250
+<h2 id="org3cc200b">Introduction</h2>
251
+<div class="outline-text-2" id="text-org3cc200b">
252 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. You might also want to consult the <a href="./codeofconduct.html">Code of Conduct</a>.
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. You might also want to consult the <a href="./codeofconduct.html">Code of Conduct</a>, and there is a Matrix room at <b>#fbone:matrix.freedombone.net</b>
254 254
 </p>
255 255
 </div>
256 256
 </div>
257
-<div id="outline-container-orgc5287dc" class="outline-2">
258
-<h2 id="orgc5287dc">Adding extra apps</h2>
259
-<div class="outline-text-2" id="text-orgc5287dc">
257
+<div id="outline-container-org5149f2a" class="outline-2">
258
+<h2 id="org5149f2a">Adding extra apps</h2>
259
+<div class="outline-text-2" id="text-org5149f2a">
260 260
 <p>
261 261
 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.
262 262
 </p>
@@ -340,9 +340,9 @@ Submit your working app to <b><a href="https://github.com/bashrc/freedombone/iss
340 340
 </div>
341 341
 </div>
342 342
 
343
-<div id="outline-container-org088ee04" class="outline-2">
344
-<h2 id="org088ee04">Customising mesh images</h2>
345
-<div class="outline-text-2" id="text-org088ee04">
343
+<div id="outline-container-orgd731678" class="outline-2">
344
+<h2 id="orgd731678">Customising mesh images</h2>
345
+<div class="outline-text-2" id="text-orgd731678">
346 346
 <p>
347 347
 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.
348 348
 </p>