website diff en/doc/handbook/development.html @ rev 363

en: Minor edits (Hdbk)
author Paul Issott <paul@slitaz.org>
date Sat Apr 11 15:03:01 2009 +0000 (2009-04-11)
parents 3c4edaebb9b5
children fa2c5bed2417
line diff
     1.1 --- a/en/doc/handbook/development.html	Sat Sep 13 14:13:30 2008 +0000
     1.2 +++ b/en/doc/handbook/development.html	Sat Apr 11 15:03:01 2009 +0000
     1.3 @@ -74,7 +74,7 @@
     1.4  </pre>
     1.5  <p>
     1.6  Now that you have a new executable file, you can edit it. You can continue to stay in the terminal 
     1.7 -and use the Nano editor (ctrl + x to save &amp; exit) or IDE Geany to edit:
     1.8 +and use the Nano editor (Ctrl + x to save &amp; exit) or IDE Geany to edit:
     1.9  </p>
    1.10  <pre>
    1.11   $ nano script.sh
    1.12 @@ -107,7 +107,7 @@
    1.13  <a name="dialog"></a>
    1.14  <h3>Dialog</h3>
    1.15  <p>
    1.16 -Dialog can create GUI-based consoles such as 'tazkmap'. The configuration files are /etc/dialogrc 
    1.17 +Dialog can create GUI-based consoles such as the SliTaz 'installer'. The configuration files are /etc/dialogrc 
    1.18  and/or ~/dialogrc for each user. Here's a simple example of using dialog via a console or terminal:
    1.19  </p>
    1.20  <pre>
    1.21 @@ -142,8 +142,8 @@
    1.22  </pre>
    1.23  <p>
    1.24  Note when compiling the source code, the <code>./configure</code> script offers the option: 
    1.25 -<code>-enable-the-force</code>... Which you can use if you ever feel the need to become a
    1.26 -Jedi Knight!
    1.27 +<code>-enable-the-force</code>... Which you can use if you ever feel the need to become 
    1.28 +Luke Skywalker!
    1.29  </p>
    1.30  
    1.31  <a name="perl"></a>
    1.32 @@ -153,8 +153,8 @@
    1.33  via the <code>perl</code> or <code>microperl</code> binary. Microperl is a streamlined version of perl - 
    1.34  compiled from official sources, Perl scripts running Microperl are compatible with the complete version of Perl. 
    1.35  One of Perl's strengths is its portability, it can be used on any system and it's an interpreted language, 
    1.36 -which means that the code doesn't need to be compiled and can be used directly. On SliTaz Perl and Microperl 
    1.37 -are not installed by default on the LiveCD; you can either rebuild your ISO or install through the package 
    1.38 +which means that the code doesn't need to be compiled and can be used directly. On SliTaz, Perl and Microperl 
    1.39 +are not installed by default on the LiveCD: you can either rebuild your ISO or install through the package 
    1.40  manager. Note: Microperl is only 1 MB and provides no modules:
    1.41  </p>
    1.42  <pre>