# HG changeset patch # User Aleksej Bobylev # Date 1442187350 -10800 # Node ID d6c4a32c57a21cea3e3c8fa7acf6a873010fa1f2 # Parent 85b8af9eb7b12189c899f0e1a524444000904392 Core flavor: default locale is en_US diff -r 85b8af9eb7b1 -r d6c4a32c57a2 core/receipt --- a/core/receipt Sun Jul 19 18:48:58 2015 +0200 +++ b/core/receipt Mon Sep 14 02:35:50 2015 +0300 @@ -2,10 +2,10 @@ FLAVOR="core" SHORT_DESC="Core system with a fully featured desktop." -VERSION="20140412" +VERSION="20150914" MAINTAINER="pankso@slitaz.org" -FRUGAL_RAM="256M" -ROOTFS_SIZE="139.6M" -INITRAMFS_SIZE="33.9M" -ISO_SIZE="40.0M" +FRUGAL_RAM="277M" +ROOTFS_SIZE="129.1M" +INITRAMFS_SIZE="37.4M" +ISO_SIZE="42.0M" diff -r 85b8af9eb7b1 -r d6c4a32c57a2 core/rootcd/README --- a/core/rootcd/README Sun Jul 19 18:48:58 2015 +0200 +++ b/core/rootcd/README Mon Sep 14 02:35:50 2015 +0300 @@ -10,17 +10,14 @@ Copyright (c) 2006-2015 SliTaz GNU/Linux -SliTaz is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. +SliTaz is free software; you can redistribute it and/or modify it under the +terms of the GNU General Public License as published by the Free Software +Foundation; either version 3 of the License, or (at your option) any later +version. -SliTaz is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +SliTaz is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with SliTaz; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 -USA +You should have received a copy of the GNU General Public License along with +TazPkg. If not, see . diff -r 85b8af9eb7b1 -r d6c4a32c57a2 core/rootcd/index.html --- a/core/rootcd/index.html Sun Jul 19 18:48:58 2015 +0200 +++ b/core/rootcd/index.html Mon Sep 14 02:35:50 2015 +0300 @@ -1,5 +1,5 @@ - + SliTaz GNU/Linux - CD @@ -13,7 +13,7 @@
Website - Community + Blog Doc Forum Bugs @@ -31,9 +31,9 @@

English

- Welcome to the SliTaz GNU/Linux cdrom. To boot SliTaz from a cdrom + Welcome to the SliTaz GNU/Linux CD‑ROM. To boot SliTaz from a CD‑ROM just burn the ISO image onto a blank disc. Then reboot your computer - with the disc in your cdrom drive. + with the disc in your CD‑ROM drive.

SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, @@ -62,6 +62,23 @@ sources.

+

По-русски

+

+ Добро пожаловать! Это диск дистрибутива SliTaz GNU/Linux. + Для того, чтобы запустить SliTaz с CD‑ROM, запишите образ ISO на пустой диск. + Затем перезагрузите компьютер, оставив диск в приводе CD‑ROM. +

+

+ SliTaz — это микро-дистрибутив GNU/Linux, который состоит из BusyBox, ядра + Linux и свободного программного обеспечения GNU. Цель SliTaz — работа + дистрибутива GNU/Linux в памяти (RAM), возможность установки на жесткий диск + и работа на сервере. +

+

+ Загрузив SliTaz, вы найдете документацию в /usr/share/doc и полный текст + лицензии GPL в /usr/share/licenses. +

+
@@ -70,11 +87,11 @@ Copyright © 2015 SliTaz

SliTaz @ - Twitter - Facebook - Distrowatch - Wikipedia - Flattr + Twitter + Facebook + Distrowatch + Wikipedia + Flattr

diff -r 85b8af9eb7b1 -r d6c4a32c57a2 core/rootcd/style.css --- a/core/rootcd/style.css Sun Jul 19 18:48:58 2015 +0200 +++ b/core/rootcd/style.css Mon Sep 14 02:35:50 2015 +0300 @@ -3,9 +3,9 @@ html { min-height: 102%; } body { - background: #ffffff; - color: black; - font: 13px sans-serif, vernada, arial; + background: #eee; + color: #222; + font: 16px sans-serif, Vernada, Arial; margin: 0; min-width: 640px; } @@ -16,9 +16,12 @@ h2 { color: #444; } h3 { color: #666; font-size: 140%; } -#header { - height: 40px; +#header { + position: fixed; + width: 100%; + height: 40px; background: #351a0a; + border-bottom: 8px solid #d66018; } #header h1 { @@ -56,7 +59,7 @@ } #block { - min-height: 8px; + min-height: 40px; background: #d66018; padding: 0; border-bottom: 1px solid #f5f5f5; @@ -69,8 +72,9 @@ #footer { text-align: center; - border-top: 1px solid #ddd; + border-top: 1px solid #ccc; padding: 40px; + background-color: #ddd; color: #666; } diff -r 85b8af9eb7b1 -r d6c4a32c57a2 core/rootfs/etc/locale.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/rootfs/etc/locale.conf Mon Sep 14 02:35:50 2015 +0300 @@ -0,0 +1,2 @@ +LANG=en_US +LC_ALL=en_US