website diff en/doc/handbook/development.html @ rev 159
en: General Tidyup
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Sep 10 17:52:18 2008 +0000 (2008-09-10) |
parents | d09f0619947f |
children | 658f2885e2f2 |
line diff
1.1 --- a/en/doc/handbook/development.html Fri Aug 29 22:33:33 2008 +0000 1.2 +++ b/en/doc/handbook/development.html Wed Sep 10 17:52:18 2008 +0000 1.3 @@ -65,7 +65,7 @@ 1.4 Before starting a new SHell script, you must pay attention to the interpreter used. Most SHell 1.5 scripts use <code>/bin/sh</code>, because it's more portable, but there are scripts that rely on 1.6 <code>/bin/bash</code> and this must be installed on the system. For a SHell script to function, it 1.7 -must be made executable by the current user by changing permissions on the command line 1.8 +must be made executable by changing permissions on the command line 1.9 using the <code>chmod</code> tool. To create a <code>script.sh</code> and make it executable: 1.10 </p> 1.11 <pre> 1.12 @@ -154,7 +154,7 @@ 1.13 compiled from official sources, Perl scripts running Microperl are compatible with the complete version of Perl. 1.14 One of Perl's strengths is its portability, it can be used on any system and it's an interpreted language, 1.15 which means that the code doesn't need to be compiled and can be used directly. On SliTaz Perl and Microperl 1.16 -are not installed by default on LiveCD; you can either rebuild your ISO or install through the package 1.17 +are not installed by default on the LiveCD; you can either rebuild your ISO or install through the package 1.18 manager. Note: Microperl is only 1 MB and provides no modules: 1.19 </p> 1.20 <pre> 1.21 @@ -225,7 +225,7 @@ 1.22 The Python programming language is available as an installable package. Once installed, you can create your 1.23 own scripts/programs and use CGI applications with the LightTPD web server, taking care to 1.24 <a href="web-server.html#cgi-python">configure the server</a> properly. The official SliTaz Mercurial 1.25 -repositories are provided by a CGI/Python web interface - a combination trusted to a product that's 1.26 +repositories are provided by a CGI/Python web interface - a solution best trusted to a product that's 1.27 reliable and robust. To install the <code>python</code> package with tazpkg: 1.28 </p> 1.29 <pre>