slitaz-tools rev 835

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Feb 24 20:08:51 2014 +0000 (2014-02-24)
parents ddddaa342ba0
children e55960fbeceb
files README etc/slitaz/firewall.sh tazbox/README tazbox/tazbox tinyutils/decode tinyutils/hwsetup tinyutils/tazhw tinyutils/tazlocale tinyutils/tazx
line diff
     1.1 --- a/README	Wed Feb 19 10:55:44 2014 +0000
     1.2 +++ b/README	Mon Feb 24 20:08:51 2014 +0000
     1.3 @@ -2,10 +2,10 @@
     1.4  ===============================================================================
     1.5  
     1.6  
     1.7 -The SliTaz tools package provides many tinyutils, and shared and custom
     1.8 +The SliTaz tools package provides many tinyutils and shared and custom
     1.9  configuration files designed to improve SliTaz. The tools were initially
    1.10  created to help people build their own distribution by following the SliTaz
    1.11 -Cookbook; now the package mostly provides all the configuration tools and
    1.12 +Cookbook, now the package mostly provides all the configuration tools and
    1.13  all home-made GTK boxes such as subox, tazbox, etc.
    1.14  
    1.15  The package also provides some scripts (firewall), desktop files with their
    1.16 @@ -25,7 +25,7 @@
    1.17  ------------
    1.18  The tools are split into 2 separate packages: one with only ncurses dependencies
    1.19  (for a text system) and one with GTK dependencies (for a graphical system). So
    1.20 -we have to make install and make default to compile PO files. Install's support
    1.21 +we have to make install and make default to compile PO files. Install supports
    1.22  DESTDIR for packaging:
    1.23  
    1.24  # make
     2.1 --- a/etc/slitaz/firewall.sh	Wed Feb 19 10:55:44 2014 +0000
     2.2 +++ b/etc/slitaz/firewall.sh	Mon Feb 24 20:08:51 2014 +0000
     2.3 @@ -19,10 +19,10 @@
     2.4  # Accept input on the local network
     2.5  iptables -A INPUT -s $LOCAL_NETWORK -j ACCEPT
     2.6  
     2.7 -# Accept (nearly) all output trafic
     2.8 +# Accept (nearly) all output traffic
     2.9  iptables -A OUTPUT -m conntrack --ctstate NEW,ESTABLISHED,RELATED -j ACCEPT
    2.10  
    2.11 -# Accept input trafic only for connections initialized by user
    2.12 +# Accept input traffic only for connections initialized by user
    2.13  iptables -A INPUT -m conntrack  --ctstate RELATED,ESTABLISHED -j ACCEPT
    2.14  
    2.15  # If you manage a HTTP/SSH/FTP/IRC server you can accept input for
     3.1 --- a/tazbox/README	Wed Feb 19 10:55:44 2014 +0000
     3.2 +++ b/tazbox/README	Mon Feb 24 20:08:51 2014 +0000
     3.3 @@ -2,8 +2,8 @@
     3.4  ===============================================================================
     3.5  
     3.6  
     3.7 -TazBox is multi box utility providing small GUI such as a logout, su, locale
     3.8 -or keymap configuration and more. See 'tazbox usage' for more information. The
     3.9 +TazBox is a multi box utility providing small GUIs such as a logout, su, locale
    3.10 +and keymap configuration and more. See 'tazbox usage' for more information. The
    3.11  strings are gettextized and boxes are powered by Yad/GTK.
    3.12  
    3.13  
     4.1 --- a/tazbox/tazbox	Wed Feb 19 10:55:44 2014 +0000
     4.2 +++ b/tazbox/tazbox	Mon Feb 24 20:08:51 2014 +0000
     4.3 @@ -57,7 +57,7 @@
     4.4  		sed '/^Icon=/!d' | head -n1 | cut -d= -f2
     4.5  }
     4.6  
     4.7 -# su frontend GUI's
     4.8 +# su frontend GUIs
     4.9  su_main() {
    4.10  	CMD1="$1"; shift; CMD2="$(echo $@ | sed 's|&|&amp;|g')"
    4.11  	: ${icon=$(find_icon $CMD1)}
     5.1 --- a/tinyutils/decode	Wed Feb 19 10:55:44 2014 +0000
     5.2 +++ b/tinyutils/decode	Mon Feb 24 20:08:51 2014 +0000
     5.3 @@ -11,7 +11,7 @@
     5.4  export TEXTDOMAIN='slitaz-tools' #i18n
     5.5  
     5.6  # NOTES:
     5.7 -#	Do we need a --out=/output/path options ?
     5.8 +#	Do we need a --out=/output/path option ?
     5.9  #	Use convert for [.png|.jpg] --> .raw ?
    5.10  #	Use separators and give decoded file size ?
    5.11  #	Use mencoder for flash video files (and other format) ?
     6.1 --- a/tinyutils/hwsetup	Wed Feb 19 10:55:44 2014 +0000
     6.2 +++ b/tinyutils/hwsetup	Mon Feb 24 20:08:51 2014 +0000
     6.3 @@ -565,7 +565,7 @@
     6.4  					rc=$(boldify '/etc/resolv.conf')
     6.5  					optlist "\
     6.6  wvdialconf	$(_ 'Edit $wc for phone number, login name, password and pin')
     6.7 -wvdial		$(_ 'Add DNS adress of your provider in $rc')"
     6.8 +wvdial		$(_ 'Add DNS address of your provider in $rc')"
     6.9  					separator
    6.10  				fi
    6.11  			else
     7.1 --- a/tinyutils/tazhw	Wed Feb 19 10:55:44 2014 +0000
     7.2 +++ b/tinyutils/tazhw	Mon Feb 24 20:08:51 2014 +0000
     7.3 @@ -3,7 +3,7 @@
     7.4  # SliTaz Hardware configuration tool. Auto-detect and configure in a
     7.5  # simple way all PCI, PCMCIA and USB devices. Some Wireless Adapters 
     7.6  # need non-free firmware not installed by default. Users must use the
     7.7 -# option --get-firmware to force installation. GUI uses Yad, and is
     7.8 +# option --get-firmware to force installation. GUI uses Yad and is
     7.9  # called by args such as all box functions.
    7.10  #
    7.11  # (c) 2009-2014 SliTaz GNU/Linux - GNU GPL v3
     8.1 --- a/tinyutils/tazlocale	Wed Feb 19 10:55:44 2014 +0000
     8.2 +++ b/tinyutils/tazlocale	Mon Feb 24 20:08:51 2014 +0000
     8.3 @@ -29,7 +29,7 @@
     8.4  }
     8.5  
     8.6  # Make symlink to file, substitute "%%" to "ll_CC", "ll" or "en" according to
     8.7 -# current language settings and file existance
     8.8 +# current language settings and file existence
     8.9  # (where "ll_CC" - full locale format (lang and country, and maybe, modifier).
    8.10  make_i18n_link() {
    8.11  	if [ -d $(dirname ${1/.%%/}) ]; then
     9.1 --- a/tinyutils/tazx	Wed Feb 19 10:55:44 2014 +0000
     9.2 +++ b/tinyutils/tazx	Mon Feb 24 20:08:51 2014 +0000
     9.3 @@ -1,7 +1,7 @@
     9.4  #!/bin/sh
     9.5  #
     9.6  # Tazx - Ncurses X configuration for SliTaz GNU/Linux using Dialog boxes.
     9.7 -# This tinyutils is part of slitaz-tools. Tazx can configure Xorg with 
     9.8 +# This tinyutil is part of slitaz-tools. Tazx can configure Xorg with 
     9.9  # several Window Managers. The GTK interface to configure X is in tazbox.
    9.10  #
    9.11  # (c) 2011-2014 SliTaz GNU/Linux - GNU GPL v3.