tazinst diff README @ rev 12

Tiny edits
author Dominique Corbex <domcox@slitaz.org>
date Sat Aug 17 21:44:53 2013 +0200 (2013-08-17)
parents b0ed6cbb9de0
children 5996df6fd4a7
line diff
     1.1 --- a/README	Thu Feb 14 13:12:12 2013 +0100
     1.2 +++ b/README	Sat Aug 17 21:44:53 2013 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  SliTaz Installer
     1.5  ================================================================================
     1.6  
     1.7 -Tazinst is the SliTaz installer written entirely in SHell script and usable from 
     1.8 -the cmdline without dialog or any other gui-like interface! This installer
     1.9 +Tazinst is the SliTaz installer written entirely in SHell script and usable
    1.10 +from the cmdline without dialog or any other gui-like interface! This installer
    1.11  is able to perform an installation automatically based on a simple config file
    1.12  with clear variables such as: INST_TYPE="iso", TGT_PARTITION="/dev/hda1".
    1.13  
    1.14 -With this way, it allows developers to create a different kind of frontend: 
    1.15 -Dialog, CGI/web. Two frontends are included: slitaz-installer, a ncurses frontend,
    1.16 -and a CGI/web frontend.
    1.17 +With this way, it allows developers to create a different kind of frontend:
    1.18 +Dialog, CGI/web. Two frontends are included: slitaz-installer, a ncurses
    1.19 +frontend, and a CGI/web frontend.
    1.20  
    1.21  
    1.22  i18n
    1.23 @@ -16,8 +16,8 @@
    1.24  Tazinst has been coded from the beginning with gettext support. Please
    1.25  forget 'echo' and use gettext, but remember that gettext "" is equivalent
    1.26  to echo -n. All translations go in the po/ folder.
    1.27 - 
    1.28 -To start a new translation please use msginit from the pot file directory. 
    1.29 +
    1.30 +To start a new translation please use msginit from the pot file directory.
    1.31  Example for French/France locale (fr_FR):
    1.32  
    1.33  $ msginit -l fr_FR -o fr.po -i tazinst.pot