slitaz-tools rev 50 1.7

Preparing for release + misc improvment
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 07 12:45:22 2008 +0100 (2008-02-07)
parents d461ad5d4b43
children d000791e9194
files AUTHORS ChangeLog README hacker/.gtkrc-2.0 hacker/.profile rootfs/usr/share/examples/README
line diff
     1.1 --- a/AUTHORS	Tue Feb 05 23:10:20 2008 +0100
     1.2 +++ b/AUTHORS	Thu Feb 07 12:45:22 2008 +0100
     1.3 @@ -1,2 +1,3 @@
     1.4 -Christophe Lincoln <pankso@libordux.org>
     1.5 +Christophe Lincoln <pankso@slitaz.org>
     1.6  Pascal Bellard <pascal.bellard@slitaz.org>
     1.7 +Julien Rabier <julien.rabier@gmail.com>
     2.1 --- a/ChangeLog	Tue Feb 05 23:10:20 2008 +0100
     2.2 +++ b/ChangeLog	Thu Feb 07 12:45:22 2008 +0100
     2.3 @@ -1,3 +1,9 @@
     2.4 +2008-02-07  Christophe Lincoln  <pankso@slitaz.org>
     2.5 +
     2.6 + * Release - SliTaz tools 1.7
     2.7 +
     2.8 +   Note: missed 1.6 in this file...
     2.9 +
    2.10  2007-12-30  Christophe Lincoln  <pankso@slitaz.org>
    2.11  
    2.12   * Release - SliTaz tools 1.5
     3.1 --- a/README	Tue Feb 05 23:10:20 2008 +0100
     3.2 +++ b/README	Thu Feb 07 12:45:22 2008 +0100
     3.3 @@ -11,7 +11,7 @@
     3.4  automatiquement. On the Web : http://www.slitaz.org/
     3.5  
     3.6  
     3.7 -AUTHORS    - Les auteurs de SliTaz tools.
     3.8 +AUTHORS    - Les auteurs et contributeurs des outils SliTaz.
     3.9  ChangeLog  - Notes au sujet des changements dans la boîte.
    3.10  COPYING    - La licence.
    3.11  README     - Ce fichier!
     4.1 --- a/hacker/.gtkrc-2.0	Tue Feb 05 23:10:20 2008 +0100
     4.2 +++ b/hacker/.gtkrc-2.0	Thu Feb 07 12:45:22 2008 +0100
     4.3 @@ -4,8 +4,8 @@
     4.4  # Personal files : ~/.icons and ~/.fonts
     4.5  #
     4.6  
     4.7 -gtk-theme-name = "Clearlooks-Quicksilver"
     4.8 -#gtk-theme-name = "Clearlooks-DeepSky"
     4.9 +gtk-theme-name = "Clearlooks-DeepSky"
    4.10 +#gtk-theme-name = "Clearlooks-Quicksilver"
    4.11  #gtk-theme-name = "Clearlooks-Olive"
    4.12  
    4.13  gtk-icon-theme-name = "Tango"
     5.1 --- a/hacker/.profile	Tue Feb 05 23:10:20 2008 +0100
     5.2 +++ b/hacker/.profile	Thu Feb 07 12:45:22 2008 +0100
     5.3 @@ -1,11 +1,11 @@
     5.4  # ~/.profile: Executed by Bourne-compatible login SHells.
     5.5  #
     5.6  
     5.7 -# Path to personal scripts and executables (~/Bin).
     5.8 +# Path to personnal scripts and executables (~/.local/bin).
     5.9  #
    5.10 -if [ -d "$HOME/Bin" ] ; then
    5.11 -	PATH=$HOME/Bin:$PATH
    5.12 -	export export 
    5.13 +if [ -d "$HOME/.local/bin" ] ; then
    5.14 +	PATH=$HOME/.local/bin:$PATH
    5.15 +	export PATH
    5.16  fi
    5.17  
    5.18  # Java home directory path.
     6.1 --- a/rootfs/usr/share/examples/README	Tue Feb 05 23:10:20 2008 +0100
     6.2 +++ b/rootfs/usr/share/examples/README	Thu Feb 07 12:45:22 2008 +0100
     6.3 @@ -1,3 +1,7 @@
     6.4 +README - /usr/share/examples
     6.5 +===============================================================================
     6.6  
     6.7 -Unlike documentation, SliTaz provide some examples to help, learn how to use
     6.8 -applications, configure the system or code you own programms. 
     6.9 +Like documentation, SliTaz provide some examples to help, learn how to use
    6.10 +applications, configure the system or code you own programms.
    6.11 +
    6.12 +Local alias URL : http://localhost/examples/