浏览代码

Main install called automatically

Bob Mottram 8 年前
父节点
当前提交
5f33f9e040
共有 2 个文件被更改,包括 15 次插入17 次删除
  1. 1
    2
      doc/EN/devguide.org
  2. 14
    15
      website/EN/devguide.html

+ 1
- 2
doc/EN/devguide.org 查看文件

241
             ;;
241
             ;;
242
     esac
242
     esac
243
 
243
 
244
-    # Then do the main install
245
-    install_myappname
244
+    # install_myappname will be called automatically after this function
246
 }
245
 }
247
 
246
 
248
 # NOTE: deliberately no exit 0
247
 # NOTE: deliberately no exit 0

+ 14
- 15
website/EN/devguide.html 查看文件

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
-<!-- 2016-10-31 Mon 16:23 -->
6
+<!-- 2016-11-23 Wed 23:14 -->
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>
245
 
245
 
246
 <center><h1>Developers Guide</h1></center>
246
 <center><h1>Developers Guide</h1></center>
247
 
247
 
248
-<div id="outline-container-org074049e" class="outline-2">
249
-<h2 id="org074049e">Introduction</h2>
250
-<div class="outline-text-2" id="text-org074049e">
248
+<div id="outline-container-orgffd1fd3" class="outline-2">
249
+<h2 id="orgffd1fd3">Introduction</h2>
250
+<div class="outline-text-2" id="text-orgffd1fd3">
251
 <p>
251
 <p>
252
 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.
252
 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
 </p>
253
 </p>
254
 </div>
254
 </div>
255
 </div>
255
 </div>
256
-<div id="outline-container-org89ff261" class="outline-2">
257
-<h2 id="org89ff261">Community Statement</h2>
258
-<div class="outline-text-2" id="text-org89ff261">
256
+<div id="outline-container-org2680a92" class="outline-2">
257
+<h2 id="org2680a92">Community Statement</h2>
258
+<div class="outline-text-2" id="text-org2680a92">
259
 <p>
259
 <p>
260
 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.
260
 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
 </p>
261
 </p>
273
 </p>
273
 </p>
274
 </div>
274
 </div>
275
 </div>
275
 </div>
276
-<div id="outline-container-org878a962" class="outline-2">
277
-<h2 id="org878a962">Adding extra apps</h2>
278
-<div class="outline-text-2" id="text-org878a962">
276
+<div id="outline-container-org468bc13" class="outline-2">
277
+<h2 id="org468bc13">Adding extra apps</h2>
278
+<div class="outline-text-2" id="text-org468bc13">
279
 <p>
279
 <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.
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
 </p>
281
 </p>
504
             ;;
504
             ;;
505
     <span class="org-keyword">esac</span>
505
     <span class="org-keyword">esac</span>
506
 
506
 
507
-    <span class="org-comment-delimiter"># </span><span class="org-comment">Then do the main install</span>
508
-    install_myappname
507
+    <span class="org-comment-delimiter"># </span><span class="org-comment">install_myappname will be called automatically after this function</span>
509
 }
508
 }
510
 
509
 
511
 <span class="org-comment-delimiter"># </span><span class="org-comment">NOTE: deliberately no exit 0</span>
510
 <span class="org-comment-delimiter"># </span><span class="org-comment">NOTE: deliberately no exit 0</span>
544
 </div>
543
 </div>
545
 </div>
544
 </div>
546
 
545
 
547
-<div id="outline-container-org0ddad82" class="outline-2">
548
-<h2 id="org0ddad82">Customising mesh images</h2>
549
-<div class="outline-text-2" id="text-org0ddad82">
546
+<div id="outline-container-org183d670" class="outline-2">
547
+<h2 id="org183d670">Customising mesh images</h2>
548
+<div class="outline-text-2" id="text-org183d670">
550
 <p>
549
 <p>
551
 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.
550
 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.
552
 </p>
551
 </p>