website diff en/doc/handbook/development.html @ rev 135
en: Add e17 page to Hdbk and edit
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Tue Aug 12 20:36:31 2008 +0000 (2008-08-12) |
parents | 9e30e64c8198 |
children | d09f0619947f |
line diff
1.1 --- a/en/doc/handbook/development.html Sat Jul 19 16:23:18 2008 +0000 1.2 +++ b/en/doc/handbook/development.html Tue Aug 12 20:36:31 2008 +0000 1.3 @@ -64,9 +64,9 @@ 1.4 <p> 1.5 Before starting a new SHell script, you must pay attention to the interpreter used. Most SHell 1.6 scripts use <code>/bin/sh</code>, because it's more portable, but there are scripts that rely on 1.7 -<code>/bin/bash</code> and this must be installed on the system. For a SHell script to function it 1.8 -must be made executable by the current user; changing permissions on the command line can be 1.9 -made by using the <code>chmod</code> tool. To create a <code>script.sh</code> and make it executable: 1.10 +<code>/bin/bash</code> and this must be installed on the system. For a SHell script to function, it 1.11 +must be made executable by the current user by changing permissions on the command line 1.12 +using the <code>chmod</code> tool. To create a <code>script.sh</code> and make it executable: 1.13 </p> 1.14 <pre> 1.15 $ touch script.sh 1.16 @@ -142,8 +142,8 @@ 1.17 </pre> 1.18 <p> 1.19 Note: when compiling the source code, the <code>./configure</code> script offers the option: 1.20 -<code>-enable-the-force</code>... Which you can use if you ever feel the need to become Luke 1.21 -Skywalker! 1.22 +<code>-enable-the-force</code>... Which you can use if you ever feel the need to become a 1.23 +Jedi Knight! 1.24 </p> 1.25 1.26 <a name="perl"></a> 1.27 @@ -225,7 +225,7 @@ 1.28 The Python programming language is available as an installable package. Once installed, you can create your 1.29 own scripts/programs and use CGI applications with the LightTPD web server, taking care to 1.30 <a href="web-server.html#cgi-python">configure the server</a> properly. The official SliTaz Mercurial 1.31 -repositories are provided by a CGI/Python web interface - a solution best suited to a product that's 1.32 +repositories are provided by a CGI/Python web interface - something best suited to a product that's 1.33 reliable and robust. To install the <code>python</code> package with tazpkg: 1.34 </p> 1.35 <pre>