website 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 899738fd03f9
children a5b00e457b7d
files en/doc/handbook/development.html en/doc/handbook/multimedia.html
line diff
     1.1 --- a/en/doc/handbook/development.html	Fri Apr 10 20:01:55 2009 +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>
     2.1 --- a/en/doc/handbook/multimedia.html	Fri Apr 10 20:01:55 2009 +0000
     2.2 +++ b/en/doc/handbook/multimedia.html	Sat Apr 11 15:03:01 2009 +0000
     2.3 @@ -59,7 +59,7 @@
     2.4  In LiveCD mode SliTaz automatically configures the sound card by launching a dialog. In most cases the sound 
     2.5  card is instantly recognized and you just press ENTER to continue to login and have your sound working. 
     2.6  However, sometimes your card is not recognized at startup or simply not supported. Before throwing in the 
     2.7 -towel, you can try to manually configure your card by asking for help on the discussion list or on the 
     2.8 +towel, you can try to manually configure your card by asking for help on the mailing list or on the 
     2.9  hardware support forum.
    2.10  </p>
    2.11  <h4>Soundconf</h4>
    2.12 @@ -109,7 +109,7 @@
    2.13  <p>
    2.14  The audio player Alsaplayer is designed to be simple, clean and intuitive. Alsaplayer on SliTaz provides 
    2.15  support for ogg, mp3 (via libmad) and wav files, playlists and viewers to accompany sound and the ability 
    2.16 -to adjust pitch and volume. Once launched from the menu just click the play button or load a playlist to 
    2.17 +to adjust pitch and volume. Once launched from the menu, just click the play button or load a playlist to 
    2.18  start.
    2.19  </p>
    2.20