flavors rev 0

Add base, justX and core
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 31 23:51:29 2009 +0200 (2009-08-31)
parents
children 1467296c0bdf
files base/packages.list base/receipt base/rootcd/README base/rootcd/images/header.png base/rootcd/index.html base/rootcd/style.css core/packages.list core/receipt core/rootcd/README core/rootcd/images/header.png core/rootcd/index.html core/rootcd/style.css justX/packages.list justX/receipt justX/rootcd/README justX/rootcd/images/header.png justX/rootcd/index.html justX/rootcd/style.css justX/rootfs/etc/lxpanel/default/config justX/rootfs/etc/lxpanel/default/panels/panel
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/base/packages.list	Mon Aug 31 23:51:29 2009 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +busybox
     1.5 +bzlib
     1.6 +dialog
     1.7 +dropbear
     1.8 +e2fsprogs
     1.9 +gcc-lib-base
    1.10 +glibc-base
    1.11 +gpxe
    1.12 +grub
    1.13 +isapnptools
    1.14 +kbd-busybox
    1.15 +libcap
    1.16 +libcomerr
    1.17 +libuuid
    1.18 +linux
    1.19 +lzlib
    1.20 +lzma
    1.21 +ncurses
    1.22 +pciutils
    1.23 +pcmciautils
    1.24 +ppp
    1.25 +rp-pppoe
    1.26 +slitaz-base-files
    1.27 +slitaz-boot-scripts
    1.28 +slitaz-tools
    1.29 +sysfsutils
    1.30 +syslinux
    1.31 +syslinux-extra
    1.32 +tazlito
    1.33 +tazpkg
    1.34 +tazusb
    1.35 +tazwok
    1.36 +udev
    1.37 +zlib
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/base/receipt	Mon Aug 31 23:51:29 2009 +0200
     2.3 @@ -0,0 +1,5 @@
     2.4 +FLAVOR="base"
     2.5 +SHORT_DESC="Minimal set of packages to boot"
     2.6 +ROOTFS_SIZE="13.9M"
     2.7 +INITRAMFS_SIZE="3.9M"
     2.8 +ISO_SIZE="6.5M"
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/base/rootcd/README	Mon Aug 31 23:51:29 2009 +0200
     3.3 @@ -0,0 +1,67 @@
     3.4 +README SliTaz GNU/Linux CD                                          August 2007
     3.5 +===============================================================================
     3.6 +
     3.7 +
     3.8 +Français
     3.9 +--------
    3.10 +Ce cdrom est un système autonome Live, il vous suffit de démarrer sur le CD
    3.11 +(booter) et SliTaz se lance en mémoire vive (RAM), sans toucher à votre système
    3.12 +actuel. SliTaz peut fonctionner des mois entiers sans redémarrer, le système
    3.13 +peut fonctionner dans 128 Mb de mémoire vive et sur des machines sans disque dur.
    3.14 +Mais SliTaz est aussi pleinement installable sur un disque dur et largement
    3.15 +extensible via le gestionnaire de paquets et la compilation de nouvelles
    3.16 +applications depuis les sources.
    3.17 +
    3.18 +Une fois le système lancé, vous disposez d'un shell ash, et vous pouvez retirer
    3.19 +le cdrom, car SliTaz utilise la mémoire vive (RAM) de la machine. Le système
    3.20 +fournit plus de 200 commandes Linux, un mini serveur web, navigateur web,
    3.21 +client de chat IRC, support IDE, eth0, usb, le système X et bien plus {...}.
    3.22 +
    3.23 +SliTaz peut être utilisé pour réparer, et tester un disque dur avec fdisk,
    3.24 +hdparm, ou les outils e2fsprogs. Le système et aussi pleinement installable,
    3.25 +vous pouvez jetter un coup d'oeil au document install-guide.html.
    3.26 +
    3.27 +Slitaz GNU/Linux est distribué sans aucune garantie et publié car
    3.28 +potentiellement utile. SliTaz n'as aucune prétention, nous ne sommes que des
    3.29 +passionnés par l'informatique libre, qui aimons la liberté et le partage. Sur
    3.30 +le système vous trouverez le manuel d'utilisateur et la documentation dans :
    3.31 +/usr/share/doc, et les licences complète dans : /usr/share/licenses.
    3.32 +
    3.33 +Havefun!
    3.34 +
    3.35 +
    3.36 +English
    3.37 +-------
    3.38 +SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, and GNU
    3.39 +free software. SliTaz also use goodies from the Debian project. The goal of
    3.40 +SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boot
    3.41 +with Syslinux, provide more than 200 Linux commands, LightTPD web serveur,
    3.42 +SSH server/client powered by Dropbear, rescue tools, X system, and much more
    3.43 +{...}.
    3.44 +
    3.45 +On the system you will find documentation in: /usr/share/doc, and the full
    3.46 +GPL license in: /usr/share/licenses.
    3.47 +
    3.48 +
    3.49 +LICENSE
    3.50 +-------
    3.51 +
    3.52 +Copyright (c)  2007  SliTaz GNU/Linux
    3.53 +
    3.54 +SliTaz is free software; you can redistribute it and/or modify
    3.55 +it under the terms of the GNU General Public License as published by
    3.56 +the Free Software Foundation; either version 3 of the License, or
    3.57 +(at your option) any later version.
    3.58 +
    3.59 +SliTaz is distributed in the hope that it will be useful,
    3.60 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.61 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.62 +GNU General Public License for more details.
    3.63 +
    3.64 +You should have received a copy of the GNU General Public License
    3.65 +along with SliTaz; if not, write to the Free Software
    3.66 +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    3.67 +
    3.68 +
    3.69 +===============================================================================
    3.70 +                                                         http://www.slitaz.org/
     4.1 Binary file base/rootcd/images/header.png has changed
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/base/rootcd/index.html	Mon Aug 31 23:51:29 2009 +0200
     5.3 @@ -0,0 +1,64 @@
     5.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     5.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     5.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     5.7 +<head>
     5.8 +	<title>SliTaz GNU/Linux - CD</title>
     5.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    5.10 +	<meta name="description" content="SliTaz documentation book" />
    5.11 +	<meta name="expires" content="never" />
    5.12 +	<meta name="modified" content="2007-10-07 20:30:00" />
    5.13 +	<meta name="publisher" content="www.slitaz.org" />
    5.14 +	<meta name="author" content="Christophe Lincoln"/>
    5.15 +	<link rel="stylesheet" type="text/css" href="style.css" />
    5.16 +</head>
    5.17 +<body bgcolor="#ffffff">
    5.18 +<!-- Header -->
    5.19 +<div id="header">
    5.20 +	<a name="top"></a>
    5.21 +	<h1>SliTaz GNU/Linux - CD</h1>
    5.22 +</div>
    5.23 +
    5.24 +<!-- Content -->
    5.25 +<div id="content">
    5.26 +<h2><font color="#DF8F06">LiveCD informations</font></h2>
    5.27 +
    5.28 +<h3><font color="#9c2424">Français</font></h3>
    5.29 +<p>
    5.30 +Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. Lisez le
    5.31 +fichier <a href="README">README</a> pour de plus amples informations, ou
    5.32 +démarrez votre ordinateur avec le cdrom dans le lecteur CD ou DVD, pour
    5.33 +lancer SliTaz en RAM et sans risques pour la machine hôte.
    5.34 +</p>
    5.35 +
    5.36 +<h3><font color="#9c2424">English</font></h3>
    5.37 +<p>
    5.38 +Welcome on a SliTaz GNU/Linux cdrom, SliTaz is mostly documented in French,
    5.39 +but the full system is available in English. To boot SliTaz from a cdrom,
    5.40 +just burn the ISO image onto a blank disc. Then reboot your computer with
    5.41 +the disc into your cdrom driver.
    5.42 +</p>
    5.43 +<p>
    5.44 +Have fun!<br />
    5.45 +- SliTaz community
    5.46 +</p>
    5.47 +
    5.48 +</div>
    5.49 +<!-- End content -->
    5.50 +<hr />
    5.51 +<!-- Footer -->
    5.52 +<div align="center" id="footer">
    5.53 +<p>
    5.54 +<font size="-1">
    5.55 +    <a href="#top">Haut de la page</a>
    5.56 +</font>
    5.57 +</p>
    5.58 +<p>
    5.59 +<font size="-1">
    5.60 +    Copyright © 2007 <a href="http://www.slitaz.org/">SliTaz</a> -
    5.61 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a><br />
    5.62 +    Code <a href="http://validator.w3.org/">XHTML 1.0 valide</a>.
    5.63 +</font>
    5.64 +</p>
    5.65 +</div>
    5.66 +</body>
    5.67 +</html>
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/base/rootcd/style.css	Mon Aug 31 23:51:29 2009 +0200
     6.3 @@ -0,0 +1,57 @@
     6.4 +/* CSS style for SliTaz GNU/Linux generic xHTML files. */
     6.5 +body {
     6.6 +    font: 90% sans-serif, vernada, arial;
     6.7 +    margin: 0;
     6.8 +    }
     6.9 +/* Header */
    6.10 +#header{
    6.11 +    background: #BFB06B url(images/header.png) repeat-x top;
    6.12 +    color: black;
    6.13 +    width: 100%;
    6.14 +    height: 50px ;
    6.15 +    border-top: 1px solid black;
    6.16 +    border-bottom: 1px solid black;
    6.17 +    }
    6.18 +#content {
    6.19 +	margin: 0px 50px 26px 50px;
    6.20 +	}
    6.21 +#footer {
    6.22 +	border-top: 1px solid black;
    6.23 +	}
    6.24 +a {
    6.25 +	text-decoration: underline;
    6.26 +	}
    6.27 +a:hover {
    6.28 +	text-decoration: none;
    6.29 +	}
    6.30 +h1 {
    6.31 +    margin: 10px 0px 0px 6px;
    6.32 +    }
    6.33 +h2 {
    6.34 +    margin: 12px 0;
    6.35 +    }
    6.36 +pre {
    6.37 +    padding: 5px;
    6.38 +    color: black;
    6.39 +    background: #e1e0b0;
    6.40 +    }
    6.41 +pre.script {
    6.42 +    padding: 10px;
    6.43 +    color: black;
    6.44 +    background: #e8e8e8;
    6.45 +    border: 1px inset #333333;
    6.46 +}
    6.47 +li {
    6.48 +    line-height: 1.4em;
    6.49 +    }
    6.50 +code {
    6.51 +    font-size: 100%;
    6.52 +    color: #669900;
    6.53 +    background: transparent;
    6.54 +    }
    6.55 +hr {
    6.56 +	color: white;
    6.57 +    background-color: white;
    6.58 +    height: 1px;
    6.59 +    border: 0;
    6.60 +	}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/core/packages.list	Mon Aug 31 23:51:29 2009 +0200
     7.3 @@ -0,0 +1,181 @@
     7.4 +alsa-lib
     7.5 +alsaplayer
     7.6 +alsa-utils
     7.7 +asunder
     7.8 +atk
     7.9 +busybox
    7.10 +bzlib
    7.11 +cairo
    7.12 +cairomm
    7.13 +cdparanoia-III
    7.14 +cdrkit
    7.15 +clearlooks
    7.16 +compat
    7.17 +conspy
    7.18 +dbus
    7.19 +dbus-glib
    7.20 +dialog
    7.21 +dropbear
    7.22 +e2fsprogs
    7.23 +epdfview
    7.24 +expat
    7.25 +firefox
    7.26 +fontconfig
    7.27 +fpm2
    7.28 +freetype
    7.29 +fuse
    7.30 +galculator
    7.31 +gamin
    7.32 +gcc-lib-base
    7.33 +gcolor2
    7.34 +geany
    7.35 +get-dropbox
    7.36 +get-dsl-firmware
    7.37 +get-flash-plugin
    7.38 +get-google-earth
    7.39 +get-java6-jre
    7.40 +get-OpenOffice3
    7.41 +get-opera
    7.42 +get-skype
    7.43 +get-wifi-firmware
    7.44 +gftp
    7.45 +gitmail
    7.46 +glib
    7.47 +glibc-base
    7.48 +glibmm
    7.49 +gparted
    7.50 +gpicview
    7.51 +gpxe
    7.52 +grsync
    7.53 +grub
    7.54 +gtk+
    7.55 +gtkdialog
    7.56 +gtkmm
    7.57 +hal
    7.58 +hardinfo
    7.59 +hicolor-icon-theme
    7.60 +isapnptools
    7.61 +isomaster
    7.62 +ivman
    7.63 +jpeg
    7.64 +kbd-busybox
    7.65 +leafpad
    7.66 +libcap
    7.67 +libcddb
    7.68 +libcomerr
    7.69 +libcrypto
    7.70 +libcurl
    7.71 +libgio
    7.72 +libgiomm
    7.73 +libglade
    7.74 +libidn
    7.75 +libmad
    7.76 +libogg
    7.77 +libpng
    7.78 +libsigc++
    7.79 +libuuid
    7.80 +libvorbis
    7.81 +libxml2
    7.82 +linux
    7.83 +linux-acpi
    7.84 +linux-crypto
    7.85 +linux-sound
    7.86 +locale-de
    7.87 +locale-es
    7.88 +locale-pt_BR
    7.89 +lostirc
    7.90 +lxappearance
    7.91 +lxpanel
    7.92 +lxtask
    7.93 +lzlib
    7.94 +lzma
    7.95 +mhwaveedit
    7.96 +mtpaint
    7.97 +nano
    7.98 +ncurses
    7.99 +ndiswrapper-driver
   7.100 +notecase
   7.101 +ntfs-3g
   7.102 +ntfsprogs
   7.103 +obconf
   7.104 +openbox
   7.105 +openssl
   7.106 +osmo
   7.107 +pango
   7.108 +pangomm
   7.109 +parcellite
   7.110 +parted
   7.111 +pciutils
   7.112 +pcmanfm
   7.113 +pcmciautils
   7.114 +pcre
   7.115 +perl-core
   7.116 +pixman
   7.117 +poppler
   7.118 +popt
   7.119 +ppp
   7.120 +rp-pppoe
   7.121 +rsync
   7.122 +shared-mime-info
   7.123 +slim
   7.124 +slitaz-base-files
   7.125 +slitaz-boot-scripts
   7.126 +slitaz-configs
   7.127 +slitaz-doc
   7.128 +slitaz-menus
   7.129 +slitaz-polar-cursors
   7.130 +slitaz-tango-icon
   7.131 +slitaz-tools
   7.132 +slitaz-tools-boxes
   7.133 +sqlite
   7.134 +startup-notification
   7.135 +sudoku-savant
   7.136 +sysfsutils
   7.137 +syslinux
   7.138 +syslinux-extra
   7.139 +tazlito
   7.140 +tazndis
   7.141 +tazpkg
   7.142 +tazusb
   7.143 +tazwok
   7.144 +tiff
   7.145 +transmission
   7.146 +transset-df
   7.147 +ttf-dejavu
   7.148 +udev
   7.149 +vorbis-tools
   7.150 +web-applications
   7.151 +wireless_tools
   7.152 +wpa_supplicant
   7.153 +xarchive
   7.154 +xorg
   7.155 +xorg-base-fonts
   7.156 +xorg-libfontenc
   7.157 +xorg-libICE
   7.158 +xorg-libSM
   7.159 +xorg-libX11
   7.160 +xorg-libXau
   7.161 +xorg-libXaw
   7.162 +xorg-libXcomposite
   7.163 +xorg-libXcursor
   7.164 +xorg-libXdamage
   7.165 +xorg-libXdmcp
   7.166 +xorg-libXext
   7.167 +xorg-libXfixes
   7.168 +xorg-libXfont
   7.169 +xorg-libXft
   7.170 +xorg-libXi
   7.171 +xorg-libXinerama
   7.172 +xorg-libXmu
   7.173 +xorg-libXpm
   7.174 +xorg-libXrandr
   7.175 +xorg-libXrender
   7.176 +xorg-libXt
   7.177 +xorg-libXtst
   7.178 +xorg-rgb
   7.179 +xorg-server-Xvesa
   7.180 +xorg-xauth
   7.181 +xorg-xcompmgr
   7.182 +xpad
   7.183 +xterm
   7.184 +zlib
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/core/receipt	Mon Aug 31 23:51:29 2009 +0200
     8.3 @@ -0,0 +1,5 @@
     8.4 +FLAVOR="core"
     8.5 +SHORT_DESC="SliTaz core system"
     8.6 +ROOTFS_SIZE="97.4M"
     8.7 +INITRAMFS_SIZE="26.1M"
     8.8 +ISO_SIZE="28.6M"
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/core/rootcd/README	Mon Aug 31 23:51:29 2009 +0200
     9.3 @@ -0,0 +1,67 @@
     9.4 +README SliTaz GNU/Linux CD                                          August 2007
     9.5 +===============================================================================
     9.6 +
     9.7 +
     9.8 +Français
     9.9 +--------
    9.10 +Ce cdrom est un système autonome Live, il vous suffit de démarrer sur le CD
    9.11 +(booter) et SliTaz se lance en mémoire vive (RAM), sans toucher à votre système
    9.12 +actuel. SliTaz peut fonctionner des mois entiers sans redémarrer, le système
    9.13 +peut fonctionner dans 128 Mb de mémoire vive et sur des machines sans disque dur.
    9.14 +Mais SliTaz est aussi pleinement installable sur un disque dur et largement
    9.15 +extensible via le gestionnaire de paquets et la compilation de nouvelles
    9.16 +applications depuis les sources.
    9.17 +
    9.18 +Une fois le système lancé, vous disposez d'un shell ash, et vous pouvez retirer
    9.19 +le cdrom, car SliTaz utilise la mémoire vive (RAM) de la machine. Le système
    9.20 +fournit plus de 200 commandes Linux, un mini serveur web, navigateur web,
    9.21 +client de chat IRC, support IDE, eth0, usb, le système X et bien plus {...}.
    9.22 +
    9.23 +SliTaz peut être utilisé pour réparer, et tester un disque dur avec fdisk,
    9.24 +hdparm, ou les outils e2fsprogs. Le système et aussi pleinement installable,
    9.25 +vous pouvez jetter un coup d'oeil au document install-guide.html.
    9.26 +
    9.27 +Slitaz GNU/Linux est distribué sans aucune garantie et publié car
    9.28 +potentiellement utile. SliTaz n'as aucune prétention, nous ne sommes que des
    9.29 +passionnés par l'informatique libre, qui aimons la liberté et le partage. Sur
    9.30 +le système vous trouverez le manuel d'utilisateur et la documentation dans :
    9.31 +/usr/share/doc, et les licences complète dans : /usr/share/licenses.
    9.32 +
    9.33 +Havefun!
    9.34 +
    9.35 +
    9.36 +English
    9.37 +-------
    9.38 +SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, and GNU
    9.39 +free software. SliTaz also use goodies from the Debian project. The goal of
    9.40 +SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boot
    9.41 +with Syslinux, provide more than 200 Linux commands, LightTPD web serveur,
    9.42 +SSH server/client powered by Dropbear, rescue tools, X system, and much more
    9.43 +{...}.
    9.44 +
    9.45 +On the system you will find documentation in: /usr/share/doc, and the full
    9.46 +GPL license in: /usr/share/licenses.
    9.47 +
    9.48 +
    9.49 +LICENSE
    9.50 +-------
    9.51 +
    9.52 +Copyright (c)  2007  SliTaz GNU/Linux
    9.53 +
    9.54 +SliTaz is free software; you can redistribute it and/or modify
    9.55 +it under the terms of the GNU General Public License as published by
    9.56 +the Free Software Foundation; either version 3 of the License, or
    9.57 +(at your option) any later version.
    9.58 +
    9.59 +SliTaz is distributed in the hope that it will be useful,
    9.60 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    9.61 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    9.62 +GNU General Public License for more details.
    9.63 +
    9.64 +You should have received a copy of the GNU General Public License
    9.65 +along with SliTaz; if not, write to the Free Software
    9.66 +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    9.67 +
    9.68 +
    9.69 +===============================================================================
    9.70 +                                                         http://www.slitaz.org/
    10.1 Binary file core/rootcd/images/header.png has changed
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/core/rootcd/index.html	Mon Aug 31 23:51:29 2009 +0200
    11.3 @@ -0,0 +1,64 @@
    11.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    11.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    11.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    11.7 +<head>
    11.8 +	<title>SliTaz GNU/Linux - CD</title>
    11.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   11.10 +	<meta name="description" content="SliTaz documentation book" />
   11.11 +	<meta name="expires" content="never" />
   11.12 +	<meta name="modified" content="2007-10-07 20:30:00" />
   11.13 +	<meta name="publisher" content="www.slitaz.org" />
   11.14 +	<meta name="author" content="Christophe Lincoln"/>
   11.15 +	<link rel="stylesheet" type="text/css" href="style.css" />
   11.16 +</head>
   11.17 +<body bgcolor="#ffffff">
   11.18 +<!-- Header -->
   11.19 +<div id="header">
   11.20 +	<a name="top"></a>
   11.21 +	<h1>SliTaz GNU/Linux - CD</h1>
   11.22 +</div>
   11.23 +
   11.24 +<!-- Content -->
   11.25 +<div id="content">
   11.26 +<h2><font color="#DF8F06">LiveCD informations</font></h2>
   11.27 +
   11.28 +<h3><font color="#9c2424">Français</font></h3>
   11.29 +<p>
   11.30 +Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. Lisez le
   11.31 +fichier <a href="README">README</a> pour de plus amples informations, ou
   11.32 +démarrez votre ordinateur avec le cdrom dans le lecteur CD ou DVD, pour
   11.33 +lancer SliTaz en RAM et sans risques pour la machine hôte.
   11.34 +</p>
   11.35 +
   11.36 +<h3><font color="#9c2424">English</font></h3>
   11.37 +<p>
   11.38 +Welcome on a SliTaz GNU/Linux cdrom, SliTaz is mostly documented in French,
   11.39 +but the full system is available in English. To boot SliTaz from a cdrom,
   11.40 +just burn the ISO image onto a blank disc. Then reboot your computer with
   11.41 +the disc into your cdrom driver.
   11.42 +</p>
   11.43 +<p>
   11.44 +Have fun!<br />
   11.45 +- SliTaz community
   11.46 +</p>
   11.47 +
   11.48 +</div>
   11.49 +<!-- End content -->
   11.50 +<hr />
   11.51 +<!-- Footer -->
   11.52 +<div align="center" id="footer">
   11.53 +<p>
   11.54 +<font size="-1">
   11.55 +    <a href="#top">Haut de la page</a>
   11.56 +</font>
   11.57 +</p>
   11.58 +<p>
   11.59 +<font size="-1">
   11.60 +    Copyright © 2007 <a href="http://www.slitaz.org/">SliTaz</a> -
   11.61 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a><br />
   11.62 +    Code <a href="http://validator.w3.org/">XHTML 1.0 valide</a>.
   11.63 +</font>
   11.64 +</p>
   11.65 +</div>
   11.66 +</body>
   11.67 +</html>
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/core/rootcd/style.css	Mon Aug 31 23:51:29 2009 +0200
    12.3 @@ -0,0 +1,57 @@
    12.4 +/* CSS style for SliTaz GNU/Linux generic xHTML files. */
    12.5 +body {
    12.6 +    font: 90% sans-serif, vernada, arial;
    12.7 +    margin: 0;
    12.8 +    }
    12.9 +/* Header */
   12.10 +#header{
   12.11 +    background: #BFB06B url(images/header.png) repeat-x top;
   12.12 +    color: black;
   12.13 +    width: 100%;
   12.14 +    height: 50px ;
   12.15 +    border-top: 1px solid black;
   12.16 +    border-bottom: 1px solid black;
   12.17 +    }
   12.18 +#content {
   12.19 +	margin: 0px 50px 26px 50px;
   12.20 +	}
   12.21 +#footer {
   12.22 +	border-top: 1px solid black;
   12.23 +	}
   12.24 +a {
   12.25 +	text-decoration: underline;
   12.26 +	}
   12.27 +a:hover {
   12.28 +	text-decoration: none;
   12.29 +	}
   12.30 +h1 {
   12.31 +    margin: 10px 0px 0px 6px;
   12.32 +    }
   12.33 +h2 {
   12.34 +    margin: 12px 0;
   12.35 +    }
   12.36 +pre {
   12.37 +    padding: 5px;
   12.38 +    color: black;
   12.39 +    background: #e1e0b0;
   12.40 +    }
   12.41 +pre.script {
   12.42 +    padding: 10px;
   12.43 +    color: black;
   12.44 +    background: #e8e8e8;
   12.45 +    border: 1px inset #333333;
   12.46 +}
   12.47 +li {
   12.48 +    line-height: 1.4em;
   12.49 +    }
   12.50 +code {
   12.51 +    font-size: 100%;
   12.52 +    color: #669900;
   12.53 +    background: transparent;
   12.54 +    }
   12.55 +hr {
   12.56 +	color: white;
   12.57 +    background-color: white;
   12.58 +    height: 1px;
   12.59 +    border: 0;
   12.60 +	}
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/justX/packages.list	Mon Aug 31 23:51:29 2009 +0200
    13.3 @@ -0,0 +1,116 @@
    13.4 +atk
    13.5 +busybox
    13.6 +bzlib
    13.7 +cairo
    13.8 +cdrkit
    13.9 +clearlooks
   13.10 +clex
   13.11 +conspy
   13.12 +dbus
   13.13 +dbus-glib
   13.14 +dialog
   13.15 +dropbear
   13.16 +e2fsprogs
   13.17 +expat
   13.18 +fontconfig
   13.19 +freetype
   13.20 +gamin
   13.21 +gcc-lib-base
   13.22 +get-google-earth
   13.23 +get-skype
   13.24 +get-wifi-firmware
   13.25 +glib
   13.26 +glibc-base
   13.27 +gpxe
   13.28 +grub
   13.29 +gtk+
   13.30 +gtkdialog
   13.31 +hal
   13.32 +hardinfo
   13.33 +hicolor-icon-theme
   13.34 +isapnptools
   13.35 +jpeg
   13.36 +kbd-busybox
   13.37 +leafpad
   13.38 +libcap
   13.39 +libcomerr
   13.40 +libgio
   13.41 +libglade
   13.42 +libpng
   13.43 +libxml2
   13.44 +linux
   13.45 +linux-acpi
   13.46 +locale-de
   13.47 +locale-es
   13.48 +locale-pt_BR
   13.49 +lxappearance
   13.50 +lxpanel
   13.51 +lxtask
   13.52 +lzlib
   13.53 +lzma
   13.54 +nano
   13.55 +ncurses
   13.56 +obconf
   13.57 +openbox
   13.58 +pango
   13.59 +pciutils
   13.60 +pcmanfm
   13.61 +pcmciautils
   13.62 +pcre
   13.63 +pixman
   13.64 +popt
   13.65 +ppp
   13.66 +rp-pppoe
   13.67 +shared-mime-info
   13.68 +slim
   13.69 +slitaz-base-files
   13.70 +slitaz-boot-scripts
   13.71 +slitaz-configs
   13.72 +slitaz-doc
   13.73 +slitaz-menus
   13.74 +slitaz-polar-cursors
   13.75 +slitaz-tango-icon
   13.76 +slitaz-tools
   13.77 +slitaz-tools-boxes
   13.78 +sqlite
   13.79 +startup-notification
   13.80 +sysfsutils
   13.81 +syslinux
   13.82 +syslinux-extra
   13.83 +tazlito
   13.84 +tazpkg
   13.85 +tazusb
   13.86 +tazwok
   13.87 +tiff
   13.88 +transset-df
   13.89 +ttf-dejavu
   13.90 +udev
   13.91 +xorg
   13.92 +xorg-base-fonts
   13.93 +xorg-libfontenc
   13.94 +xorg-libICE
   13.95 +xorg-libSM
   13.96 +xorg-libX11
   13.97 +xorg-libXau
   13.98 +xorg-libXaw
   13.99 +xorg-libXcomposite
  13.100 +xorg-libXcursor
  13.101 +xorg-libXdamage
  13.102 +xorg-libXdmcp
  13.103 +xorg-libXext
  13.104 +xorg-libXfixes
  13.105 +xorg-libXfont
  13.106 +xorg-libXft
  13.107 +xorg-libXi
  13.108 +xorg-libXinerama
  13.109 +xorg-libXmu
  13.110 +xorg-libXpm
  13.111 +xorg-libXrandr
  13.112 +xorg-libXrender
  13.113 +xorg-libXt
  13.114 +xorg-rgb
  13.115 +xorg-server-Xvesa
  13.116 +xorg-xauth
  13.117 +xorg-xcompmgr
  13.118 +xterm
  13.119 +zlib
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/justX/receipt	Mon Aug 31 23:51:29 2009 +0200
    14.3 @@ -0,0 +1,5 @@
    14.4 +FLAVOR="justX"
    14.5 +SHORT_DESC="SliTaz with a minimal X environnement"
    14.6 +ROOTFS_SIZE="47.9M"
    14.7 +INITRAMFS_SIZE="12.2M"
    14.8 +ISO_SIZE="14.7M"
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/justX/rootcd/README	Mon Aug 31 23:51:29 2009 +0200
    15.3 @@ -0,0 +1,67 @@
    15.4 +README SliTaz GNU/Linux CD                                          August 2007
    15.5 +===============================================================================
    15.6 +
    15.7 +
    15.8 +Français
    15.9 +--------
   15.10 +Ce cdrom est un système autonome Live, il vous suffit de démarrer sur le CD
   15.11 +(booter) et SliTaz se lance en mémoire vive (RAM), sans toucher à votre système
   15.12 +actuel. SliTaz peut fonctionner des mois entiers sans redémarrer, le système
   15.13 +peut fonctionner dans 128 Mb de mémoire vive et sur des machines sans disque dur.
   15.14 +Mais SliTaz est aussi pleinement installable sur un disque dur et largement
   15.15 +extensible via le gestionnaire de paquets et la compilation de nouvelles
   15.16 +applications depuis les sources.
   15.17 +
   15.18 +Une fois le système lancé, vous disposez d'un shell ash, et vous pouvez retirer
   15.19 +le cdrom, car SliTaz utilise la mémoire vive (RAM) de la machine. Le système
   15.20 +fournit plus de 200 commandes Linux, un mini serveur web, navigateur web,
   15.21 +client de chat IRC, support IDE, eth0, usb, le système X et bien plus {...}.
   15.22 +
   15.23 +SliTaz peut être utilisé pour réparer, et tester un disque dur avec fdisk,
   15.24 +hdparm, ou les outils e2fsprogs. Le système et aussi pleinement installable,
   15.25 +vous pouvez jetter un coup d'oeil au document install-guide.html.
   15.26 +
   15.27 +Slitaz GNU/Linux est distribué sans aucune garantie et publié car
   15.28 +potentiellement utile. SliTaz n'as aucune prétention, nous ne sommes que des
   15.29 +passionnés par l'informatique libre, qui aimons la liberté et le partage. Sur
   15.30 +le système vous trouverez le manuel d'utilisateur et la documentation dans :
   15.31 +/usr/share/doc, et les licences complète dans : /usr/share/licenses.
   15.32 +
   15.33 +Havefun!
   15.34 +
   15.35 +
   15.36 +English
   15.37 +-------
   15.38 +SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, and GNU
   15.39 +free software. SliTaz also use goodies from the Debian project. The goal of
   15.40 +SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boot
   15.41 +with Syslinux, provide more than 200 Linux commands, LightTPD web serveur,
   15.42 +SSH server/client powered by Dropbear, rescue tools, X system, and much more
   15.43 +{...}.
   15.44 +
   15.45 +On the system you will find documentation in: /usr/share/doc, and the full
   15.46 +GPL license in: /usr/share/licenses.
   15.47 +
   15.48 +
   15.49 +LICENSE
   15.50 +-------
   15.51 +
   15.52 +Copyright (c)  2007  SliTaz GNU/Linux
   15.53 +
   15.54 +SliTaz is free software; you can redistribute it and/or modify
   15.55 +it under the terms of the GNU General Public License as published by
   15.56 +the Free Software Foundation; either version 3 of the License, or
   15.57 +(at your option) any later version.
   15.58 +
   15.59 +SliTaz is distributed in the hope that it will be useful,
   15.60 +but WITHOUT ANY WARRANTY; without even the implied warranty of
   15.61 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   15.62 +GNU General Public License for more details.
   15.63 +
   15.64 +You should have received a copy of the GNU General Public License
   15.65 +along with SliTaz; if not, write to the Free Software
   15.66 +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   15.67 +
   15.68 +
   15.69 +===============================================================================
   15.70 +                                                         http://www.slitaz.org/
    16.1 Binary file justX/rootcd/images/header.png has changed
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/justX/rootcd/index.html	Mon Aug 31 23:51:29 2009 +0200
    17.3 @@ -0,0 +1,64 @@
    17.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    17.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    17.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    17.7 +<head>
    17.8 +	<title>SliTaz GNU/Linux - CD</title>
    17.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
   17.10 +	<meta name="description" content="SliTaz documentation book" />
   17.11 +	<meta name="expires" content="never" />
   17.12 +	<meta name="modified" content="2007-10-07 20:30:00" />
   17.13 +	<meta name="publisher" content="www.slitaz.org" />
   17.14 +	<meta name="author" content="Christophe Lincoln"/>
   17.15 +	<link rel="stylesheet" type="text/css" href="style.css" />
   17.16 +</head>
   17.17 +<body bgcolor="#ffffff">
   17.18 +<!-- Header -->
   17.19 +<div id="header">
   17.20 +	<a name="top"></a>
   17.21 +	<h1>SliTaz GNU/Linux - CD</h1>
   17.22 +</div>
   17.23 +
   17.24 +<!-- Content -->
   17.25 +<div id="content">
   17.26 +<h2><font color="#DF8F06">LiveCD informations</font></h2>
   17.27 +
   17.28 +<h3><font color="#9c2424">Français</font></h3>
   17.29 +<p>
   17.30 +Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. Lisez le
   17.31 +fichier <a href="README">README</a> pour de plus amples informations, ou
   17.32 +démarrez votre ordinateur avec le cdrom dans le lecteur CD ou DVD, pour
   17.33 +lancer SliTaz en RAM et sans risques pour la machine hôte.
   17.34 +</p>
   17.35 +
   17.36 +<h3><font color="#9c2424">English</font></h3>
   17.37 +<p>
   17.38 +Welcome on a SliTaz GNU/Linux cdrom, SliTaz is mostly documented in French,
   17.39 +but the full system is available in English. To boot SliTaz from a cdrom,
   17.40 +just burn the ISO image onto a blank disc. Then reboot your computer with
   17.41 +the disc into your cdrom driver.
   17.42 +</p>
   17.43 +<p>
   17.44 +Have fun!<br />
   17.45 +- SliTaz community
   17.46 +</p>
   17.47 +
   17.48 +</div>
   17.49 +<!-- End content -->
   17.50 +<hr />
   17.51 +<!-- Footer -->
   17.52 +<div align="center" id="footer">
   17.53 +<p>
   17.54 +<font size="-1">
   17.55 +    <a href="#top">Haut de la page</a>
   17.56 +</font>
   17.57 +</p>
   17.58 +<p>
   17.59 +<font size="-1">
   17.60 +    Copyright © 2007 <a href="http://www.slitaz.org/">SliTaz</a> -
   17.61 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a><br />
   17.62 +    Code <a href="http://validator.w3.org/">XHTML 1.0 valide</a>.
   17.63 +</font>
   17.64 +</p>
   17.65 +</div>
   17.66 +</body>
   17.67 +</html>
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/justX/rootcd/style.css	Mon Aug 31 23:51:29 2009 +0200
    18.3 @@ -0,0 +1,57 @@
    18.4 +/* CSS style for SliTaz GNU/Linux generic xHTML files. */
    18.5 +body {
    18.6 +    font: 90% sans-serif, vernada, arial;
    18.7 +    margin: 0;
    18.8 +    }
    18.9 +/* Header */
   18.10 +#header{
   18.11 +    background: #BFB06B url(images/header.png) repeat-x top;
   18.12 +    color: black;
   18.13 +    width: 100%;
   18.14 +    height: 50px ;
   18.15 +    border-top: 1px solid black;
   18.16 +    border-bottom: 1px solid black;
   18.17 +    }
   18.18 +#content {
   18.19 +	margin: 0px 50px 26px 50px;
   18.20 +	}
   18.21 +#footer {
   18.22 +	border-top: 1px solid black;
   18.23 +	}
   18.24 +a {
   18.25 +	text-decoration: underline;
   18.26 +	}
   18.27 +a:hover {
   18.28 +	text-decoration: none;
   18.29 +	}
   18.30 +h1 {
   18.31 +    margin: 10px 0px 0px 6px;
   18.32 +    }
   18.33 +h2 {
   18.34 +    margin: 12px 0;
   18.35 +    }
   18.36 +pre {
   18.37 +    padding: 5px;
   18.38 +    color: black;
   18.39 +    background: #e1e0b0;
   18.40 +    }
   18.41 +pre.script {
   18.42 +    padding: 10px;
   18.43 +    color: black;
   18.44 +    background: #e8e8e8;
   18.45 +    border: 1px inset #333333;
   18.46 +}
   18.47 +li {
   18.48 +    line-height: 1.4em;
   18.49 +    }
   18.50 +code {
   18.51 +    font-size: 100%;
   18.52 +    color: #669900;
   18.53 +    background: transparent;
   18.54 +    }
   18.55 +hr {
   18.56 +	color: white;
   18.57 +    background-color: white;
   18.58 +    height: 1px;
   18.59 +    border: 0;
   18.60 +	}
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/justX/rootfs/etc/lxpanel/default/config	Mon Aug 31 23:51:29 2009 +0200
    19.3 @@ -0,0 +1,4 @@
    19.4 +[Command]
    19.5 +FileManager=pcmanfm %s
    19.6 +Terminal=xterm -e
    19.7 +Logout=desktopbox logout
    20.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.2 +++ b/justX/rootfs/etc/lxpanel/default/panels/panel	Mon Aug 31 23:51:29 2009 +0200
    20.3 @@ -0,0 +1,164 @@
    20.4 +# lxpanel <profile> config file. Manually editing is not recommended.
    20.5 +# Use preference dialog in lxpanel to adjust config when you can.
    20.6 +
    20.7 +Global {
    20.8 +    edge=bottom
    20.9 +    allign=center
   20.10 +    margin=0
   20.11 +    widthtype=percent
   20.12 +    width=100
   20.13 +    height=24
   20.14 +    transparent=0
   20.15 +    tintcolor=#000000
   20.16 +    alpha=0
   20.17 +    setdocktype=1
   20.18 +    setpartialstrut=1
   20.19 +    usefontcolor=0
   20.20 +    fontcolor=#ffffff
   20.21 +    background=0
   20.22 +    backgroundfile=/usr/share/lxpanel/images/background.png
   20.23 +}
   20.24 +
   20.25 +Plugin {
   20.26 +    type = space
   20.27 +    Config {
   20.28 +        Size=2
   20.29 +    }
   20.30 +}
   20.31 +
   20.32 +Plugin {
   20.33 +    type = menu
   20.34 +    Config {
   20.35 +        image=/usr/share/pixmaps/slitaz-menu.png
   20.36 +        system {
   20.37 +        }
   20.38 +        separator {
   20.39 +        }
   20.40 +        item {
   20.41 +            image=/usr/share/icons/Tango/16x16/categories/applications-system.png
   20.42 +            command=run
   20.43 +        }
   20.44 +        separator {
   20.45 +        }
   20.46 +        item {
   20.47 +            image=/usr/share/lxpanel/images/gnome-logout.png
   20.48 +            command=logout
   20.49 +        }
   20.50 +    }
   20.51 +}
   20.52 +
   20.53 +Plugin {
   20.54 +    type = launchbar
   20.55 +    Config {
   20.56 +        Button {
   20.57 +            id=pcmanfm.desktop
   20.58 +        }
   20.59 +        Button {
   20.60 +            id=xterm.desktop
   20.61 +        }
   20.62 +    }
   20.63 +}
   20.64 +
   20.65 +Plugin {
   20.66 +    type = wincmd
   20.67 +    Config {
   20.68 +        Button1=iconify
   20.69 +        Button2=shade
   20.70 +    }
   20.71 +}
   20.72 +
   20.73 +Plugin {
   20.74 +    type = space
   20.75 +    Config {
   20.76 +        Size=4
   20.77 +    }
   20.78 +}
   20.79 +
   20.80 +Plugin {
   20.81 +    type = pager
   20.82 +}
   20.83 +
   20.84 +Plugin {
   20.85 +    type = taskbar
   20.86 +    expand=1
   20.87 +    Config {
   20.88 +        tooltips=1
   20.89 +        IconsOnly=0
   20.90 +        AcceptSkipPager=1
   20.91 +        ShowIconified=1
   20.92 +        ShowMapped=1
   20.93 +        ShowAllDesks=0
   20.94 +        UseMouseWheel=1
   20.95 +        UseUrgencyHint=1
   20.96 +        FlatButton=0
   20.97 +        MaxTaskWidth=200
   20.98 +        spacing=1
   20.99 +    }
  20.100 +}
  20.101 +
  20.102 +Plugin {
  20.103 +    type = space
  20.104 +    Config {
  20.105 +        Size=4
  20.106 +    }
  20.107 +}
  20.108 +
  20.109 +Plugin {
  20.110 +    type = tray
  20.111 +}
  20.112 +
  20.113 +Plugin {
  20.114 +    type = volumealsa
  20.115 +}
  20.116 +
  20.117 +Plugin {
  20.118 +    type = netstatus
  20.119 +    Config {
  20.120 +        iface=eth0
  20.121 +        configtool=subox netbox %i
  20.122 +    }
  20.123 +}
  20.124 +
  20.125 +Plugin {
  20.126 +    type = space
  20.127 +    Config {
  20.128 +        Size=4
  20.129 +    }
  20.130 +}
  20.131 +
  20.132 +Plugin {
  20.133 +    type = cpu
  20.134 +}
  20.135 +
  20.136 +Plugin {
  20.137 +    type = space
  20.138 +    Config {
  20.139 +        Size=2
  20.140 +    }
  20.141 +}
  20.142 +
  20.143 +Plugin {
  20.144 +    type = launchbar
  20.145 +    Config {
  20.146 +        Button {
  20.147 +            id=lxtask.desktop
  20.148 +        }
  20.149 +        Button {
  20.150 +            id=hardinfo.desktop
  20.151 +        }
  20.152 +        Button {
  20.153 +            id=tazpkgbox.desktop
  20.154 +        }
  20.155 +    }
  20.156 +}
  20.157 +
  20.158 +Plugin {
  20.159 +    type = dclock
  20.160 +    Config {
  20.161 +        ClockFmt=%R
  20.162 +        TooltipFmt=%A %x
  20.163 +        Action=desktopbox calendar
  20.164 +        BoldFont=0
  20.165 +    }
  20.166 +}
  20.167 +