From 0cfc79a1c71d0ea2408ada0bee79239dc6ab4771 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 12 Oct 2016 17:05:43 +0100 Subject: [PATCH] line lengths --- doc/EN/devguide.org | 3 ++- website/EN/devguide.html | 11 ++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/EN/devguide.org b/doc/EN/devguide.org index c2f79e04..92431143 100644 --- a/doc/EN/devguide.org +++ b/doc/EN/devguide.org @@ -216,7 +216,8 @@ function install_interactive_myappname { if [ ${#MY_FUNKY_AVATAR} -gt 3 ]; then clear - # do whatever is needed to change the avatar in your app + # do whatever is needed to change the avatar + # in your app dialog --title $"Change your avatar" \ --msgbox $"Your avatar has been changed" 6 40 diff --git a/website/EN/devguide.html b/website/EN/devguide.html index a86c0332..f19c60b9 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,9 +245,9 @@ 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:

@@ -459,7 +459,8 @@ An example template for an app script is shown below. Copy this and add whatever if [ ${#MY_FUNKY_AVATAR} -gt 3 ]; then clear - # do whatever is needed to change the avatar in your app + # do whatever is needed to change the avatar + # in your app dialog --title $"Change your avatar" \ --msgbox $"Your avatar has been changed" 6 40