Too many nots
This commit is contained in:
parent
0f5fde7afe
commit
19e021c24b
|
@ -68,7 +68,7 @@ VARIANTS='full'
|
||||||
SHOW_ON_ABOUT=1
|
SHOW_ON_ABOUT=1
|
||||||
|
|
||||||
# If you want this app to be in the default installation,
|
# If you want this app to be in the default installation,
|
||||||
# otherwise it will not be available but not selected by default
|
# otherwise it will be available but not selected by default
|
||||||
IN_DEFAULT_INSTALL=1
|
IN_DEFAULT_INSTALL=1
|
||||||
|
|
||||||
SOME_IMPORTANT_CONFIG_VARIABLE='some important value'
|
SOME_IMPORTANT_CONFIG_VARIABLE='some important value'
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2016-10-19 Wed 21:56 -->
|
<!-- 2016-10-19 Wed 21:57 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title></title>
|
<title></title>
|
||||||
|
@ -245,17 +245,17 @@ for the JavaScript code in this tag.
|
||||||
|
|
||||||
<center><h1>Developers Guide</h1></center>
|
<center><h1>Developers Guide</h1></center>
|
||||||
|
|
||||||
<div id="outline-container-org39dfc4d" class="outline-2">
|
<div id="outline-container-orgfafc824" class="outline-2">
|
||||||
<h2 id="org39dfc4d">Introduction</h2>
|
<h2 id="orgfafc824">Introduction</h2>
|
||||||
<div class="outline-text-2" id="text-org39dfc4d">
|
<div class="outline-text-2" id="text-orgfafc824">
|
||||||
<p>
|
<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.
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org29d3dbd" class="outline-2">
|
<div id="outline-container-org3a2ff05" class="outline-2">
|
||||||
<h2 id="org29d3dbd">Community Statement</h2>
|
<h2 id="org3a2ff05">Community Statement</h2>
|
||||||
<div class="outline-text-2" id="text-org29d3dbd">
|
<div class="outline-text-2" id="text-org3a2ff05">
|
||||||
<p>
|
<p>
|
||||||
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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
@ -273,9 +273,9 @@ This project also has a no bullshit policy. Anyone trying to cause a ruckus by t
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org1d5b416" class="outline-2">
|
<div id="outline-container-org034b24a" class="outline-2">
|
||||||
<h2 id="org1d5b416">Adding extra apps</h2>
|
<h2 id="org034b24a">Adding extra apps</h2>
|
||||||
<div class="outline-text-2" id="text-org1d5b416">
|
<div class="outline-text-2" id="text-org034b24a">
|
||||||
<p>
|
<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.
|
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>
|
</p>
|
||||||
|
@ -331,7 +331,7 @@ An example template for an app script is shown below. Copy this and add whatever
|
||||||
<span class="org-variable-name">SHOW_ON_ABOUT</span>=1
|
<span class="org-variable-name">SHOW_ON_ABOUT</span>=1
|
||||||
|
|
||||||
<span class="org-comment-delimiter"># </span><span class="org-comment">If you want this app to be in the default installation,</span>
|
<span class="org-comment-delimiter"># </span><span class="org-comment">If you want this app to be in the default installation,</span>
|
||||||
<span class="org-comment-delimiter"># </span><span class="org-comment">otherwise it will not be available but not selected by default</span>
|
<span class="org-comment-delimiter"># </span><span class="org-comment">otherwise it will be available but not selected by default</span>
|
||||||
<span class="org-variable-name">IN_DEFAULT_INSTALL</span>=1
|
<span class="org-variable-name">IN_DEFAULT_INSTALL</span>=1
|
||||||
|
|
||||||
<span class="org-variable-name">SOME_IMPORTANT_CONFIG_VARIABLE</span>=<span class="org-string">'some important value'</span>
|
<span class="org-variable-name">SOME_IMPORTANT_CONFIG_VARIABLE</span>=<span class="org-string">'some important value'</span>
|
||||||
|
@ -544,9 +544,9 @@ Submit your working app to <b><a href="https://github.com/bashrc/freedombone/iss
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org2c02012" class="outline-2">
|
<div id="outline-container-orgd388e8f" class="outline-2">
|
||||||
<h2 id="org2c02012">Customising mesh images</h2>
|
<h2 id="orgd388e8f">Customising mesh images</h2>
|
||||||
<div class="outline-text-2" id="text-org2c02012">
|
<div class="outline-text-2" id="text-orgd388e8f">
|
||||||
<p>
|
<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.
|
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>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue