From 629615fd2e3d8e39aaffde9a562f4bada2187f12 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 12 Oct 2016 17:17:28 +0100 Subject: [PATCH] Debian stable --- doc/EN/devguide.org | 4 +++- website/EN/devguide.html | 14 +++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/EN/devguide.org b/doc/EN/devguide.org index e81ee6bd..9dca75c2 100644 --- a/doc/EN/devguide.org +++ b/doc/EN/devguide.org @@ -15,7 +15,9 @@ #+end_export * Adding extra apps -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. On an installed system the app scripts go into the directory: +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. + +On an installed system the app scripts go into the directory: #+begin_src bash /usr/share/freedombone/apps diff --git a/website/EN/devguide.html b/website/EN/devguide.html index 50204a0f..14a32e96 100644 --- a/website/EN/devguide.html +++ b/website/EN/devguide.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -245,11 +245,15 @@ for the JavaScript code in this tag.

Developers Guide

-
-

Adding extra apps

-
+
+

Adding extra apps

+

-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. On an installed system the app scripts go into the directory: +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. +

+ +

+On an installed system the app scripts go into the directory: