slitaz-configs rev 256

Up: New home page with new modern style
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Sep 12 07:09:07 2015 -0300 (2015-09-12)
parents 296bb8e375d7
children f403814d8c13
files rootfs/usr/share/webhome/bg/bg0.jpg rootfs/usr/share/webhome/bg/bg1.jpg rootfs/usr/share/webhome/bg/bg2.jpg rootfs/usr/share/webhome/bg/bg3.jpg rootfs/usr/share/webhome/bg/bg4.jpg rootfs/usr/share/webhome/img/favicon.ico rootfs/usr/share/webhome/img/slitaz.png rootfs/usr/share/webhome/index.en.html rootfs/usr/share/webhome/index.es.html rootfs/usr/share/webhome/index.fr.html rootfs/usr/share/webhome/index.html rootfs/usr/share/webhome/index.pt.html rootfs/usr/share/webhome/index.ru.html rootfs/usr/share/webhome/lib/main.js rootfs/usr/share/webhome/style.css
line diff
     1.1 Binary file rootfs/usr/share/webhome/bg/bg0.jpg has changed
     2.1 Binary file rootfs/usr/share/webhome/bg/bg1.jpg has changed
     3.1 Binary file rootfs/usr/share/webhome/bg/bg2.jpg has changed
     4.1 Binary file rootfs/usr/share/webhome/bg/bg3.jpg has changed
     5.1 Binary file rootfs/usr/share/webhome/bg/bg4.jpg has changed
     6.1 Binary file rootfs/usr/share/webhome/img/favicon.ico has changed
     7.1 Binary file rootfs/usr/share/webhome/img/slitaz.png has changed
     8.1 --- a/rootfs/usr/share/webhome/index.en.html	Sun Jul 12 17:57:45 2015 +0200
     8.2 +++ b/rootfs/usr/share/webhome/index.en.html	Sat Sep 12 07:09:07 2015 -0300
     8.3 @@ -1,59 +1,65 @@
     8.4  <!DOCTYPE html>
     8.5 -<html xmlns="http://www.w3.org/1999/xhtml">
     8.6 +<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
     8.7  <head>
     8.8 -	<title>SliTaz - Web Homepage</title>
     8.9 -	<meta charset="utf-8" />
    8.10 -    <link rel="shortcut icon" href="favicon.ico" />
    8.11 -    <link rel="stylesheet" type="text/css" href="style.css" />
    8.12 +  <meta charset="utf-8"/>
    8.13 +  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />
    8.14 +  <title>SliTaz - Start</title>
    8.15 +  <link rel="shortcut icon" href="img/favicon.ico" />
    8.16 +  <link rel="stylesheet" href="style.css" />
    8.17  </head>
    8.18  <body>
    8.19  
    8.20  <!-- Header -->
    8.21  <div id="header">
    8.22 -	<div id="logo"></div>
    8.23 -	<div id="network">
    8.24 -		<a href="http://www.slitaz.org/">Home</a>
    8.25 -		<a href="http://scn.slitaz.org/">Community</a>
    8.26 -		<a href="http://doc.slitaz.org/">Doc</a>
    8.27 -		<a href="http://forum.slitaz.org/">Forum</a>
    8.28 -		<a href="http://irc.slitaz.org/">IRC</a>
    8.29 -		<a href="http://slitaz.pro/">Pro</a>
    8.30 -		<a href="http://shop.slitaz.org/">Shop</a>
    8.31 -		<a href="http://bugs.slitaz.org/">Bugs</a>
    8.32 -		<a href="http://hg.slitaz.org/">Hg</a>
    8.33 -	</div>
    8.34 -	<h1>SliTaz Web Home</h1>
    8.35 +  <h1>SliTaz Web Home</h1>
    8.36 +  <div id="network">
    8.37 +    <a href="http://www.slitaz.org/">Home</a>
    8.38 +    <a href="http://scn.slitaz.org/">Blog</a>
    8.39 +    <a href="http://doc.slitaz.org/">Doc</a>
    8.40 +    <a href="http://forum.slitaz.org/">Fórum</a>
    8.41 +    <a href="http://irc.slitaz.org/">IRC</a>
    8.42 +    <a href="http://slitaz.pro/">Pro</a>
    8.43 +    <a href="http://shop.slitaz.org/">Shop</a>
    8.44 +    <a href="http://bugs.slitaz.org/">Bugs</a>
    8.45 +    <a href="http://hg.slitaz.org/">Hg</a>
    8.46 +  </div>
    8.47  </div>
    8.48  
    8.49 -<!-- Block -->
    8.50 -<div id="block"></div>
    8.51 -
    8.52  <!-- Content -->
    8.53  <div id="content">
    8.54  
    8.55  <div class="searchbox">
    8.56 -	<form method="get" action="https://duckduckgo.com/">
    8.57 -		<p>
    8.58 -			<input type="text" name="q" size="24" style="width: 70%;"
    8.59 -				maxlength="255" />
    8.60 -			<input type="submit" name="" value="Search" />
    8.61 -			<input type="hidden" name="t" value="slitaz" />
    8.62 -		</p>
    8.63 -	</form>
    8.64 +  <form method="get" action="https://duckduckgo.com/">
    8.65 +    <small class="title">Discover the world with Slitaz</small>
    8.66 +    <p>
    8.67 +      <input type="text" name="q" size="24" maxlength="255" />
    8.68 +      <input type="submit" name="" value="Search" />
    8.69 +      <input type="hidden" name="t" value="slitaz" />
    8.70 +    </p>
    8.71 +  </form>
    8.72  </div>
    8.73  
    8.74  <!-- SliTaz Social -->
    8.75 -<div id="social">
    8.76 -	SliTaz @
    8.77 -	<a href="http://twitter.com/slitaz">Twitter</a>
    8.78 -	<a href="http://www.facebook.com/slitaz">Facebook</a>
    8.79 -	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    8.80 -	<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    8.81 -	<a href="http://flattr.com/profile/slitaz">Flattr</a>
    8.82 +<div id="social">Follow for more news &hellip;<br>
    8.83 +  <a href="http://twitter.com/slitaz">Twitter</a>
    8.84 +  <a href="http://www.facebook.com/slitaz">Facebook</a>
    8.85 +  <a href="http://distrowatch.com/slitaz">Distrowatch</a>
    8.86 +  <a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
    8.87 +  <a href="http://flattr.com/profile/slitaz">Flattr</a>
    8.88  </div>
    8.89  
    8.90 +<!-- Support Us -->
    8.91 +<div class="support">
    8.92 +  <small><span class="love">&hearts;</span> You may also want to become an official sponsor via a monthly donation or by providing us with some hardware or server resources. <a href="http://www.slitaz.org/en/sponsor/">More information</a>.</small>
    8.93 +</div>
    8.94 +
    8.95 +  <p class="copyright">Copyright &copy; Slitaz GNU/Linux - BSD License</p>
    8.96 +
    8.97  <!-- End of content -->
    8.98  </div>
    8.99  
   8.100 +<!-- @script:section -->
   8.101 +<script src="lib/main.js"></script>
   8.102 +
   8.103  </body>
   8.104  </html>
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/rootfs/usr/share/webhome/index.es.html	Sat Sep 12 07:09:07 2015 -0300
     9.3 @@ -0,0 +1,65 @@
     9.4 +<!DOCTYPE html>
     9.5 +<html lang="es" xmlns="http://www.w3.org/1999/xhtml">
     9.6 +<head>
     9.7 +  <meta charset="utf-8"/>
     9.8 +  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />
     9.9 +  <title>SliTaz - Empezar</title>
    9.10 +  <link rel="shortcut icon" href="img/favicon.ico" />
    9.11 +  <link rel="stylesheet" href="style.css" />
    9.12 +</head>
    9.13 +<body>
    9.14 +
    9.15 +<!-- Header -->
    9.16 +<div id="header">
    9.17 +  <h1 class="es">Slitaz Casa Web</h1>
    9.18 +  <div id="network">
    9.19 +    <a href="http://www.slitaz.org/">Casa</a>
    9.20 +    <a href="http://scn.slitaz.org/">Blog</a>
    9.21 +    <a href="http://doc.slitaz.org/">Doc</a>
    9.22 +    <a href="http://forum.slitaz.org/">Foro</a>
    9.23 +    <a href="http://irc.slitaz.org/">IRC</a>
    9.24 +    <a href="http://slitaz.pro/">Pro</a>
    9.25 +    <a href="http://shop.slitaz.org/">Almacén</a>
    9.26 +    <a href="http://bugs.slitaz.org/">Errores</a>
    9.27 +    <a href="http://hg.slitaz.org/">Hg</a>
    9.28 +  </div>
    9.29 +</div>
    9.30 +
    9.31 +<!-- Content -->
    9.32 +<div id="content">
    9.33 +
    9.34 +<div class="searchbox">
    9.35 +  <form method="get" action="https://duckduckgo.com/">
    9.36 +    <small class="title">Descubre el mundo con Slitaz</small>
    9.37 +    <p>
    9.38 +      <input type="text" name="q" size="24" maxlength="255" />
    9.39 +      <input type="submit" name="" value="Busque" />
    9.40 +      <input type="hidden" name="t" value="slitaz" />
    9.41 +    </p>
    9.42 +  </form>
    9.43 +</div>
    9.44 +
    9.45 +<!-- SliTaz Social -->
    9.46 +<div id="social">Siga con nosotros para más noticias &hellip;<br>
    9.47 +  <a href="http://twitter.com/slitaz">Twitter</a>
    9.48 +  <a href="http://www.facebook.com/slitaz">Facebook</a>
    9.49 +  <a href="http://distrowatch.com/slitaz">Distrowatch</a>
    9.50 +  <a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
    9.51 +  <a href="http://flattr.com/profile/slitaz">Flattr</a>
    9.52 +</div>
    9.53 +
    9.54 +<!-- Support Us -->
    9.55 +<div class="support">
    9.56 +  <small><span class="love">&hearts;</span> También puede convertirse en un patrocinador oficial a través de una donación mensual o proporcionar el hardware y los recursos para servidores. <a href="http://www.slitaz.org/en/sponsor/">Más información.</a>.</small>
    9.57 +</div>
    9.58 +
    9.59 +  <p class="copyright">Copyright &copy; Slitaz GNU/Linux - BSD License</p>
    9.60 +
    9.61 +<!-- End of content -->
    9.62 +</div>
    9.63 +
    9.64 +<!-- @script:section -->
    9.65 +<script src="lib/main.js"></script>
    9.66 +
    9.67 +</body>
    9.68 +</html>
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/rootfs/usr/share/webhome/index.fr.html	Sat Sep 12 07:09:07 2015 -0300
    10.3 @@ -0,0 +1,65 @@
    10.4 +<!DOCTYPE html>
    10.5 +<html lang="fr" xmlns="http://www.w3.org/1999/xhtml">
    10.6 +<head>
    10.7 +  <meta charset="utf-8"/>
    10.8 +  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />
    10.9 +  <title>SliTaz - Le début!</title>
   10.10 +  <link rel="shortcut icon" href="img/favicon.ico" />
   10.11 +  <link rel="stylesheet" href="style.css" />
   10.12 +</head>
   10.13 +<body>
   10.14 +
   10.15 +<!-- Header -->
   10.16 +<div id="header">
   10.17 +  <h1 class="fr">Slitaz Web Home</h1>
   10.18 +  <div id="network">
   10.19 +    <a href="http://www.slitaz.org/">Home</a>
   10.20 +    <a href="http://scn.slitaz.org/">Blog</a>
   10.21 +    <a href="http://doc.slitaz.org/">Doc</a>
   10.22 +    <a href="http://forum.slitaz.org/">Forum</a>
   10.23 +    <a href="http://irc.slitaz.org/">IRC</a>
   10.24 +    <a href="http://slitaz.pro/">Pro</a>
   10.25 +    <a href="http://shop.slitaz.org/">Boutique</a>
   10.26 +    <a href="http://bugs.slitaz.org/">Bugs</a>
   10.27 +    <a href="http://hg.slitaz.org/">Hg</a>
   10.28 +  </div>
   10.29 +</div>
   10.30 +
   10.31 +<!-- Content -->
   10.32 +<div id="content">
   10.33 +
   10.34 +<div class="searchbox">
   10.35 +  <form method="get" action="https://duckduckgo.com/">
   10.36 +    <small class="title">Découvrez le monde avec SliTaz.</small>
   10.37 +    <p>
   10.38 +      <input class="search-text-fr" type="text" name="q" size="24" maxlength="255" />
   10.39 +      <input class="search-submit-fr" type="submit" name="" value="Rechercher" />
   10.40 +      <input type="hidden" name="t" value="slitaz" />
   10.41 +    </p>
   10.42 +  </form>
   10.43 +</div>
   10.44 +
   10.45 +<!-- SliTaz Social -->
   10.46 +<div id="social">Suivez les nouvelles &hellip;<br>
   10.47 +  <a href="http://twitter.com/slitaz">Twitter</a>
   10.48 +  <a href="http://www.facebook.com/slitaz">Facebook</a>
   10.49 +  <a href="http://distrowatch.com/slitaz">Distrowatch</a>
   10.50 +  <a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
   10.51 +  <a href="http://flattr.com/profile/slitaz">Flattr</a>
   10.52 +</div>
   10.53 +
   10.54 +<!-- Support Us -->
   10.55 +<div class="support">
   10.56 +  <small><span class="love">&hearts;</span> Vous pouvez faire un don ou devenir sponsor pour nous aidez à payer les serveurs et continuer à developper SliTaz et son infrastructure. <a href="http://www.slitaz.org/fr/sponsor/">Plus d'informations</a></small>
   10.57 +</div>
   10.58 +
   10.59 +  <p class="copyright">Copyright &copy; Slitaz GNU/Linux - BSD License</p>
   10.60 +
   10.61 +<!-- End of content -->
   10.62 +</div>
   10.63 +
   10.64 +<!-- @script:section -->
   10.65 +<script src="lib/main.js"></script>
   10.66 +
   10.67 +</body>
   10.68 +</html>
    11.1 --- a/rootfs/usr/share/webhome/index.html	Sun Jul 12 17:57:45 2015 +0200
    11.2 +++ b/rootfs/usr/share/webhome/index.html	Sat Sep 12 07:09:07 2015 -0300
    11.3 @@ -1,1 +1,65 @@
    11.4 -index.en.html
    11.5 \ No newline at end of file
    11.6 +<!DOCTYPE html>
    11.7 +<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
    11.8 +<head>
    11.9 +  <meta charset="utf-8"/>
   11.10 +  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />
   11.11 +  <title>SliTaz - Start</title>
   11.12 +  <link rel="shortcut icon" href="img/favicon.ico" />
   11.13 +  <link rel="stylesheet" href="style.css" />
   11.14 +</head>
   11.15 +<body>
   11.16 +
   11.17 +<!-- Header -->
   11.18 +<div id="header">
   11.19 +  <h1>SliTaz Web Home</h1>
   11.20 +  <div id="network">
   11.21 +    <a href="http://www.slitaz.org/">Home</a>
   11.22 +    <a href="http://scn.slitaz.org/">Blog</a>
   11.23 +    <a href="http://doc.slitaz.org/">Doc</a>
   11.24 +    <a href="http://forum.slitaz.org/">Fórum</a>
   11.25 +    <a href="http://irc.slitaz.org/">IRC</a>
   11.26 +    <a href="http://slitaz.pro/">Pro</a>
   11.27 +    <a href="http://shop.slitaz.org/">Shop</a>
   11.28 +    <a href="http://bugs.slitaz.org/">Bugs</a>
   11.29 +    <a href="http://hg.slitaz.org/">Hg</a>
   11.30 +  </div>
   11.31 +</div>
   11.32 +
   11.33 +<!-- Content -->
   11.34 +<div id="content">
   11.35 +
   11.36 +<div class="searchbox">
   11.37 +  <form method="get" action="https://duckduckgo.com/">
   11.38 +    <small class="title">Discover the world with Slitaz</small>
   11.39 +    <p>
   11.40 +      <input type="text" name="q" size="24" maxlength="255" />
   11.41 +      <input type="submit" name="" value="Search" />
   11.42 +      <input type="hidden" name="t" value="slitaz" />
   11.43 +    </p>
   11.44 +  </form>
   11.45 +</div>
   11.46 +
   11.47 +<!-- SliTaz Social -->
   11.48 +<div id="social">Follow for more news &hellip;<br>
   11.49 +  <a href="http://twitter.com/slitaz">Twitter</a>
   11.50 +  <a href="http://www.facebook.com/slitaz">Facebook</a>
   11.51 +  <a href="http://distrowatch.com/slitaz">Distrowatch</a>
   11.52 +  <a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
   11.53 +  <a href="http://flattr.com/profile/slitaz">Flattr</a>
   11.54 +</div>
   11.55 +
   11.56 +<!-- Support Us -->
   11.57 +<div class="support">
   11.58 +  <small><span class="love">&hearts;</span> You may also want to become an official sponsor via a monthly donation or by providing us with some hardware or server resources. <a href="http://www.slitaz.org/en/sponsor/">More information</a>.</small>
   11.59 +</div>
   11.60 +
   11.61 +  <p class="copyright">Copyright &copy; Slitaz GNU/Linux - BSD License</p>
   11.62 +
   11.63 +<!-- End of content -->
   11.64 +</div>
   11.65 +
   11.66 +<!-- @script:section -->
   11.67 +<script src="lib/main.js"></script>
   11.68 +
   11.69 +</body>
   11.70 +</html>
    12.1 --- a/rootfs/usr/share/webhome/index.pt.html	Sun Jul 12 17:57:45 2015 +0200
    12.2 +++ b/rootfs/usr/share/webhome/index.pt.html	Sat Sep 12 07:09:07 2015 -0300
    12.3 @@ -1,59 +1,65 @@
    12.4  <!DOCTYPE html>
    12.5 -<html xmlns="http://www.w3.org/1999/xhtml">
    12.6 +<html lang="pt" xmlns="http://www.w3.org/1999/xhtml">
    12.7  <head>
    12.8 -    <title>SliTaz - Web Homepage</title>
    12.9 -    <meta charset="utf-8" />
   12.10 -    <link rel="shortcut icon" href="favicon.ico" />
   12.11 -    <link rel="stylesheet" type="text/css" href="style.css" />
   12.12 +  <meta charset="utf-8"/>
   12.13 +  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />
   12.14 +  <title>SliTaz - Start</title>
   12.15 +  <link rel="shortcut icon" href="img/favicon.ico" />
   12.16 +  <link rel="stylesheet" href="style.css" />
   12.17  </head>
   12.18  <body>
   12.19  
   12.20  <!-- Header -->
   12.21  <div id="header">
   12.22 -	<div id="logo"></div>
   12.23 -	<div id="network">
   12.24 -		<a href="http://www.slitaz.org/">Home</a>
   12.25 -		<a href="http://scn.slitaz.org/">Comunidade</a>
   12.26 -		<a href="http://doc.slitaz.org/">Doc</a>
   12.27 -		<a href="http://forum.slitaz.org/">Fórum</a>
   12.28 -		<a href="http://irc.slitaz.org/">IRC</a>
   12.29 -		<a href="http://slitaz.pro/">Pro</a>
   12.30 -		<a href="http://shop.slitaz.org/">Shop</a>
   12.31 -		<a href="http://bugs.slitaz.org/">Bugs</a>
   12.32 -		<a href="http://hg.slitaz.org/">Hg</a>
   12.33 -	</div>
   12.34 -	<h1>SliTaz Web Home</h1>
   12.35 +  <h1>SliTaz Web Home</h1>
   12.36 +  <div id="network">
   12.37 +    <a href="http://www.slitaz.org/">Home</a>
   12.38 +    <a href="http://scn.slitaz.org/">Blog</a>
   12.39 +    <a href="http://doc.slitaz.org/">Doc</a>
   12.40 +    <a href="http://forum.slitaz.org/">Fórum</a>
   12.41 +    <a href="http://irc.slitaz.org/">IRC</a>
   12.42 +    <a href="http://slitaz.pro/">Pro</a>
   12.43 +    <a href="http://shop.slitaz.org/">Shop</a>
   12.44 +    <a href="http://bugs.slitaz.org/">Bugs</a>
   12.45 +    <a href="http://hg.slitaz.org/">Hg</a>
   12.46 +  </div>
   12.47  </div>
   12.48  
   12.49 -<!-- Block -->
   12.50 -<div id="block"></div>
   12.51 -
   12.52  <!-- Content -->
   12.53  <div id="content">
   12.54  
   12.55  <div class="searchbox">
   12.56 -	<form method="get" action="https://duckduckgo.com/">
   12.57 -		<p>
   12.58 -			<input type="text" name="q" size="24" style="width: 70%;"
   12.59 -				maxlength="255" />
   12.60 -			<input type="submit" name="" value="Search" />
   12.61 -			<input type="hidden" name="t" value="slitaz" />
   12.62 -		</p>
   12.63 -	</form>
   12.64 +  <form method="get" action="https://duckduckgo.com/">
   12.65 +    <small class="title">Descubra o mundo com SliTaz</small>
   12.66 +    <p>
   12.67 +      <input type="text" name="q" size="24" maxlength="255" />
   12.68 +      <input type="submit" name="" value="Buscar" />
   12.69 +      <input type="hidden" name="t" value="slitaz" />
   12.70 +    </p>
   12.71 +  </form>
   12.72  </div>
   12.73  
   12.74  <!-- SliTaz Social -->
   12.75 -<div id="social">
   12.76 -	SliTaz @
   12.77 -	<a href="http://twitter.com/slitaz">Twitter</a>
   12.78 -	<a href="http://www.facebook.com/slitaz">Facebook</a>
   12.79 -	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   12.80 -	<a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
   12.81 -	<a href="http://flattr.com/profile/slitaz">Flattr</a>
   12.82 +<div id="social">Siga-nos para obter mais notícias &hellip;<br>
   12.83 +  <a href="http://twitter.com/slitaz">Twitter</a>
   12.84 +  <a href="http://www.facebook.com/slitaz">Facebook</a>
   12.85 +  <a href="http://distrowatch.com/slitaz">Distrowatch</a>
   12.86 +  <a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
   12.87 +  <a href="http://flattr.com/profile/slitaz">Flattr</a>
   12.88  </div>
   12.89  
   12.90 +<!-- Support Us -->
   12.91 +<div class="support">
   12.92 +  <small><span class="love">&hearts;</span> Você também pode se tornar um patrocinador oficial via uma doação mensal ou fornecendo hardware ou recursos para servidores. <a href="http://www.slitaz.org/pt/sponsor/">Mais informações.</a>.</small>
   12.93 +</div>
   12.94 +
   12.95 +  <p class="copyright">Copyright &copy; Slitaz GNU/Linux - BSD License</p>
   12.96 +
   12.97  <!-- End of content -->
   12.98  </div>
   12.99  
  12.100 +<!-- @script:section -->
  12.101 +<script src="lib/main.js"></script>
  12.102 +
  12.103  </body>
  12.104  </html>
    13.1 --- a/rootfs/usr/share/webhome/index.ru.html	Sun Jul 12 17:57:45 2015 +0200
    13.2 +++ b/rootfs/usr/share/webhome/index.ru.html	Sat Sep 12 07:09:07 2015 -0300
    13.3 @@ -1,59 +1,65 @@
    13.4  <!DOCTYPE html>
    13.5 -<html xmlns="http://www.w3.org/1999/xhtml">
    13.6 +<html lang="ru" xmlns="http://www.w3.org/1999/xhtml">
    13.7  <head>
    13.8 -    <title>SliTaz — домашняя веб-страница</title>
    13.9 -    <meta charset="utf-8" />
   13.10 -    <link rel="shortcut icon" href="favicon.ico" />
   13.11 -    <link rel="stylesheet" type="text/css" href="style.css" />
   13.12 +  <meta charset="utf-8"/>
   13.13 +  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />
   13.14 +  <title>SliTaz - Start</title>
   13.15 +  <link rel="shortcut icon" href="img/favicon.ico" />
   13.16 +  <link rel="stylesheet" href="style.css" />
   13.17  </head>
   13.18  <body>
   13.19  
   13.20  <!-- Header -->
   13.21  <div id="header">
   13.22 -	<div id="logo"></div>
   13.23 -	<div id="network">
   13.24 -		<a href="http://www.slitaz.org/">Home</a>
   13.25 -		<a href="http://scn.slitaz.org/">Сообщество</a>
   13.26 -		<a href="http://doc.slitaz.org/">Документация</a>
   13.27 -		<a href="http://forum.slitaz.org/">Форум</a>
   13.28 -		<a href="http://irc.slitaz.org/">IRC</a>
   13.29 -		<a href="http://slitaz.pro/">Pro</a>
   13.30 -		<a href="http://shop.slitaz.org/">Магазин</a>
   13.31 -		<a href="http://bugs.slitaz.org/">Bugs</a>
   13.32 -		<a href="http://hg.slitaz.org/">Hg</a>
   13.33 -	</div>
   13.34 -	<h1>Домашняя страница SliTaz</h1>
   13.35 +  <h1 class="ru">Домашняя страница SliTaz</h1>
   13.36 +  <div id="network">
   13.37 +    <a class="item_ru" href="http://www.slitaz.org/">Главная</a>
   13.38 +    <a class="item_ru" href="http://scn.slitaz.org/">Блог</a>
   13.39 +    <a class="item_ru" href="http://doc.slitaz.org/">Книга</a>
   13.40 +    <a class="item_ru" href="http://forum.slitaz.org/">Форум</a>
   13.41 +    <a class="item_ru" href="http://irc.slitaz.org/">IRC</a>
   13.42 +    <a class="item_ru" href="http://slitaz.pro/">Pro</a>
   13.43 +    <a class="item_ru" href="http://shop.slitaz.org/">Магазин</a>
   13.44 +    <a class="item_ru" href="http://bugs.slitaz.org/">ошибка</a>
   13.45 +    <a class="item_ru" href="http://hg.slitaz.org/">Hg</a>
   13.46 +  </div>
   13.47  </div>
   13.48  
   13.49 -<!-- Block -->
   13.50 -<div id="block"></div>
   13.51 -
   13.52  <!-- Content -->
   13.53  <div id="content">
   13.54  
   13.55  <div class="searchbox">
   13.56 -	<form method="get" action="https://duckduckgo.com/">
   13.57 -		<p>
   13.58 -			<input type="text" name="q" size="24" style="width: 70%;"
   13.59 -				maxlength="255" />
   13.60 -			<input type="submit" name="" value="Искать" />
   13.61 -			<input type="hidden" name="t" value="slitaz" />
   13.62 -		</p>
   13.63 -	</form>
   13.64 +  <form method="get" action="https://duckduckgo.com/">
   13.65 +    <small class="title">Откройте для себя мир с SliTaz.</small>
   13.66 +    <p>
   13.67 +      <input type="text" name="q" size="24" maxlength="255" />
   13.68 +      <input type="submit" name="" value="Искать" />
   13.69 +      <input type="hidden" name="t" value="slitaz" />
   13.70 +    </p>
   13.71 +  </form>
   13.72  </div>
   13.73  
   13.74  <!-- SliTaz Social -->
   13.75 -<div id="social">
   13.76 -	SliTaz @
   13.77 -	<a href="http://twitter.com/slitaz">Twitter</a>
   13.78 -	<a href="http://www.facebook.com/slitaz">Facebook</a>
   13.79 -	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   13.80 -	<a href="http://ru.wikipedia.org/wiki/SliTaz">Википедия</a>
   13.81 -	<a href="http://flattr.com/profile/slitaz">Flattr</a>
   13.82 +<div id="social">Следуйте за новостями &hellip;<br>
   13.83 +  <a href="http://twitter.com/slitaz">Twitter</a>
   13.84 +  <a href="http://www.facebook.com/slitaz">Facebook</a>
   13.85 +  <a href="http://distrowatch.com/slitaz">Distrowatch</a>
   13.86 +  <a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
   13.87 +  <a href="http://flattr.com/profile/slitaz">Flattr</a>
   13.88  </div>
   13.89  
   13.90 +<!-- Support Us -->
   13.91 +<div class="support">
   13.92 +  <small><span class="love">&hearts;</span> Вы также можете стать официальным спонсором с ежемесячным взносом или предоставить нам некоторое оборудование или ресурсы сервера. <a href="http://www.slitaz.org/ru/sponsor/">Ещё…</a>.</small>
   13.93 +</div>
   13.94 +
   13.95 +  <p class="copyright">Copyright &copy; Slitaz GNU/Linux - BSD License</p>
   13.96 +
   13.97  <!-- End of content -->
   13.98  </div>
   13.99  
  13.100 +<!-- @script:section -->
  13.101 +<script src="lib/main.js"></script>
  13.102 +
  13.103  </body>
  13.104  </html>
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/rootfs/usr/share/webhome/lib/main.js	Sat Sep 12 07:09:07 2015 -0300
    14.3 @@ -0,0 +1,55 @@
    14.4 +// Main.js
    14.5 +// Copyright (C) Slitaz GNU/Linux - BSD License
    14.6 +
    14.7 +// --- Open and Close (button) - *** To Future ***
    14.8 +function btn(obj){
    14.9 +  var el = document.getElementById(obj);
   14.10 +    if(el.style.display != "block"){
   14.11 +    el.style.display = "block";
   14.12 +  }else{
   14.13 +  el.style.display = "none";
   14.14 +  }
   14.15 +}
   14.16 +
   14.17 +// --- Background Slide Show (4 img's with 8 sec to view)
   14.18 +// --- All images are "public domain license" by Vera Kratochvil.
   14.19 +
   14.20 +    var imageCount = 0;
   14.21 +    var currentImage = 0;
   14.22 +    var images = new Array();
   14.23 +     
   14.24 +    images[0] = 'bg/bg0.jpg';
   14.25 +    images[1] = 'bg/bg1.jpg';
   14.26 +    images[2] = 'bg/bg2.jpg';
   14.27 +    images[3] = 'bg/bg3.jpg';
   14.28 +    images[4] = 'bg/bg4.jpg';
   14.29 +     
   14.30 +    var preLoadImages = new Array();
   14.31 +    for (var i = 0; i < images.length; i++)
   14.32 +    {
   14.33 +       if (images[i] == "")
   14.34 +          break;
   14.35 +     
   14.36 +       preLoadImages[i] = new Image();
   14.37 +       preLoadImages[i].src = images[i];
   14.38 +       imageCount++;
   14.39 +    }
   14.40 +     
   14.41 +function startSlideShow(){
   14.42 +
   14.43 +   if (document.body && imageCount > 0)
   14.44 +   {
   14.45 +      document.body.style.backgroundImage = "url("+images[currentImage]+")";    
   14.46 +      document.body.style.backgroundSize = "cover"; // Full Screen
   14.47 +      document.body.style.backgroundRepeat = "no-repeat";
   14.48 +      document.body.style.backgroundPosition = "50% 50%"; // All page
   14.49 +     
   14.50 +      currentImage = currentImage + 1;
   14.51 +      if (currentImage > (imageCount-1))
   14.52 +      { 
   14.53 +         currentImage = 0;
   14.54 +      }
   14.55 +      setTimeout('startSlideShow()', 10000); // 10sec
   14.56 +   }
   14.57 +}
   14.58 +startSlideShow();
    15.1 --- a/rootfs/usr/share/webhome/style.css	Sun Jul 12 17:57:45 2015 +0200
    15.2 +++ b/rootfs/usr/share/webhome/style.css	Sat Sep 12 07:09:07 2015 -0300
    15.3 @@ -1,102 +1,65 @@
    15.4 +@charset "UTF-8";
    15.5 +
    15.6  /* CSS style for SliTaz GNU/Linux Web Home */
    15.7  
    15.8 -body {
    15.9 -	background: #ffffff;
   15.10 -	color: black;
   15.11 -	font: 13px sans-serif, vernada, arial;
   15.12 -	margin: 0;
   15.13 -	min-width: 640px;
   15.14 +* {outline-width:0;}
   15.15 +html {background:#000;overflow-x:hidden;}
   15.16 +body {background:url(img/bg.jpg) 50% 50% no-repeat;background-size:cover;color:#303030;font:normal normal 12px sans-serif, vernada, arial;padding-bottom:5%;margin:0 auto;}
   15.17 +html,body {min-width:460px;}
   15.18 +
   15.19 +a,a:active,a:link,a:visited {color:#FA7701;text-decoration:none;}
   15.20 +a:focus,a:hover {color:#E45800;}
   15.21 +h1,h2,h3,h4,h5,h6,p,ol,ul,li,form,input,table * {padding:12px;margin:0 auto;}
   15.22 +
   15.23 +/* @header : section's */
   15.24 +#header {background:RGBA(0,0,0,.6);padding:2% 1%;}
   15.25 +#header::after {display:block;content:"";width:100%;height:1px;clear:both;}
   15.26 +#header h1 {float:left;background:url(img/slitaz.png) 5% 50% no-repeat;color:#FFF;font-size:105%;text-indent:30px;text-align:center;width:180px;border:2px solid RGBA(255,255,255,.2);border-radius:4px;}
   15.27 +#header h1.ru {font-size:100%;text-align:right;width:230px;}
   15.28 +
   15.29 +/* @network : pages */
   15.30 +#network {float:right;text-align:center;width:560px;padding:2% 0;}
   15.31 +#network a {color:#CCC;font-weight:bold;padding:8px;border-radius:2px;}
   15.32 +#network a:hover {background:#C64F00;color:#FFF;}   
   15.33 +
   15.34 +/* @content */
   15.35 +#content {padding:2% 0 5% 0;}
   15.36 +
   15.37 +/* @form : input's */
   15.38 + form {padding:0;margin:0;}
   15.39 +.searchbox {background:#FFF;background:RGBA(255,255,255,.2);text-align:center;width:70%;padding:4%;margin:4% auto;border:1px solid #FFF;border:1px solid RGBA(255,255,255,.3);border-radius:8px;}
   15.40 +.searchbox small.title {display:table;background:#000;color:#FFF;font-size:11px;font-weight:bold;padding:1.3% 2%;margin:0 auto;border-radius:4px;}
   15.41 +.searchbox input {display:inline-block;font-family:"monospace", monospace;font-size:15px;line-height:23px;margin:0 auto;border-width:0;}
   15.42 +.searchbox input[type="text"]{background:#F4F4F4;width:60%;margin-right:-4px;}
   15.43 +.searchbox input[type="submit"]{cursor:pointer;background:#C74F0E;color:#FFF;width:20%;padding-left:1%;padding-right:1%;}
   15.44 +.searchbox input[type="submit"]:focus,.searchbox input[type="submit"]:hover {background:#FF6513;}
   15.45 +
   15.46 +/* @social : links */
   15.47 +#social {display:table;background:#222;color:#FFF;text-align:center;line-height:30px;width:70%;padding:1%;margin:0 auto;border-radius:4px;}
   15.48 +#social * {vertical-align:middle;}
   15.49 +#social a {display:inline-table;color:#FA7900;margin:0 0.5%;padding:2px 8px;border-radius:4px;}
   15.50 +#social a:focus,#social a:hover {background:#000;color:#FFF;}
   15.51 +
   15.52 +/* @support */
   15.53 +.support {background:#FFF;color:#000;width:60%;padding:1%;margin:1% auto;border-radius:4px;}
   15.54 +
   15.55 +/* @extra */
   15.56 + small {font-size:10px;}
   15.57 +.love {color:#F00;}
   15.58 +.copyright {display:block;color:#FFF;text-align:center;text-transform:uppercase;padding:0;}
   15.59 +
   15.60 +/* @responsive */
   15.61 +
   15.62 +@media screen and (max-width:860px){
   15.63 +body {font-size:10px;}
   15.64 +#header h1,#network {float:none;}
   15.65 +#header h1 {text-align:left;text-indent:30px;width:145px;}
   15.66 +#social,#network {width:100%;font-size:11px;padding:4% 0;}
   15.67 +.searchbox input {font-size:12px;font-weight:bold;font-family:"sans";}
   15.68 +
   15.69 +/* International language setting. */
   15.70 +#header h1.ru {text-align:right;text-indent:0;width:190px;}
   15.71 +.item_ru {margin:0 -3px;}
   15.72 +.searchbox input.search-text-fr {width:55%;}
   15.73 +.searchbox input.search-submit-fr {width:35%;}
   15.74  }
   15.75 -
   15.76 -a { text-decoration: underline; color: #215090; }
   15.77 -a:hover { text-decoration: none; color: blue; }
   15.78 -img { border: 0pt none; vertical-align: middle; }
   15.79 -
   15.80 -/* Header */
   15.81 -
   15.82 -#header {
   15.83 -	height: 40px;
   15.84 -	background: #222;
   15.85 -	border-bottom: 4px solid #afafaf;
   15.86 -}
   15.87 -
   15.88 -#header h1 {
   15.89 -	margin: 0;
   15.90 -	padding: 8px 0 0 8px;
   15.91 -	width: 350px;
   15.92 -	color: white;
   15.93 -	font-size: 20px;
   15.94 -	font-style: italic;
   15.95 -}
   15.96 -
   15.97 -/* SliTaz Network */
   15.98 -
   15.99 -#network {
  15.100 -	float: right;
  15.101 -	padding: 14px 5px 0;
  15.102 -	font-size: 12px;
  15.103 -}
  15.104 -
  15.105 -#network a {
  15.106 -	color: #fff;
  15.107 -	font-weight: bold;
  15.108 -	text-decoration: none;
  15.109 -	padding: 0 4px;
  15.110 -}
  15.111 -
  15.112 -#network a:hover { color: #afafaf; }
  15.113 -
  15.114 -/* Content */
  15.115 -
  15.116 -#content {
  15.117 -	padding: 30px 20px;
  15.118 -	text-align: justify;
  15.119 -}
  15.120 -
  15.121 -.searchbox {
  15.122 -	margin: 40px 80px;
  15.123 -	padding: 12px;
  15.124 -	background: #f8f8f8;
  15.125 -	text-align: center;
  15.126 -	border: 1px solid #ddd;
  15.127 -	-moz-border-radius: 4px;
  15.128 -	-webkit-border-radius: 4px;
  15.129 -	border-radius: 4px;
  15.130 -}
  15.131 -
  15.132 -#social { text-align: center; color: #666; }
  15.133 -#social a { color: #666; padding: 0 2px; }
  15.134 -
  15.135 -/* Form */
  15.136 -
  15.137 -input[type=submit] {
  15.138 -	border: 1px solid #666;
  15.139 -	background-color: #666;
  15.140 -	color: white;
  15.141 -	font-weight: bold;
  15.142 -	cursor: pointer;
  15.143 -	padding: 5px 10px;
  15.144 -	font-size: 14px;
  15.145 -	margin-left: -5px;
  15.146 -	-webkit-border-top-right-radius: 4px;
  15.147 -	-webkit-border-bottom-right-radius: 4px;
  15.148 -	-moz-border-radius-topright: 4px;
  15.149 -	-moz-border-radius-bottomright: 4px;
  15.150 -	border-top-right-radius: 4px;
  15.151 -	border-bottom-right-radius: 4px;
  15.152 -}
  15.153 -
  15.154 -input[type=submit]:hover { background-color: #444; }
  15.155 -
  15.156 -input[type=text] {
  15.157 -	border: 1px solid #333333;
  15.158 -	padding: 4px;
  15.159 -	height: 17px;
  15.160 -	width: 68%;
  15.161 -	-webkit-border-top-left-radius: 4px;
  15.162 -	-webkit-border-bottom-left-radius: 4px;
  15.163 -	-moz-border-radius-topleft: 4px;
  15.164 -	-moz-border-radius-bottomleft: 4px;
  15.165 -	border-top-left-radius: 4px;
  15.166 -	border-bottom-left-radius: 4px;
  15.167 -}