slitaz-forge diff boot/de/index.php @ rev 284

pkgs: huge code rewriting; tested on the SliTaz 4.0 but not on the real server; for more info see README
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 11:34:57 2012 +0300 (2012-04-16)
parents 30a72bea782e
children 0af8c6e40dcd
line diff
     1.1 --- a/boot/de/index.php	Thu Apr 14 03:51:36 2011 +0000
     1.2 +++ b/boot/de/index.php	Mon Apr 16 11:34:57 2012 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.5  <head>
     1.6      <title>SliTaz Web Boot (de)</title>
     1.7 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.8 +    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     1.9      <meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking" />
    1.10      <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS" />
    1.11      <meta name="robots" content="index, follow, all" />
    1.12 @@ -39,7 +39,7 @@
    1.13  			<li><a href="http://pizza.slitaz.org/">LiveCD Online Builder</a></li>
    1.14  			<li><a href="http://doc.slitaz.org/en:cookbook:start">SliTaz Cookbook</a></li>
    1.15  			<li><a href="http://doc.slitaz.org/en:handbook:genlivecd">LiveCD flavor howto</a></li>
    1.16 -		</ul>	
    1.17 +		</ul>
    1.18  	</div>
    1.19  	<!-- Information/image -->
    1.20  	<div id="block_info">
    1.21 @@ -47,8 +47,8 @@
    1.22  		<p>
    1.23  			Willkommen am Start-Provider gPXE von
    1.24  			<a href="http://www.slitaz.org/de/">SliTaz GNU/Linux</a>,
    1.25 -			boot.slitaz.org ermglicht Ihnen, SliTaz aus dem Netzwerk
    1.26 -			durch einfache bentzung einer CD-ROM, eines USB-Sticks oder
    1.27 +			boot.slitaz.org ermöglicht Ihnen, SliTaz aus dem Netzwerk
    1.28 +			durch einfache benützung einer CD-ROM, eines USB-Sticks oder
    1.29  			gar einer Start-Floppy, einzusetzen.
    1.30  		</p>
    1.31  		<div class="button" style="padding-top: 8px;">
    1.32 @@ -61,10 +61,12 @@
    1.33  <!-- Languages -->
    1.34  <div id="lang">
    1.35  	<a href="http://www.slitaz.org/i18n.php">
    1.36 -		<img src="../images/locale.png" alt="locale.png" /></a>
    1.37 +		<img src="../images/locale.png" alt="i18n" /></a>
    1.38  	<a href="../de/">Deutsch</a>
    1.39  	<a href="../en/">English</a>
    1.40 -	<a href="../fr/">Franais</a>
    1.41 +	<a href="../fr/">Français</a>
    1.42 +	<a href="../pt/">Português</a>
    1.43 +	<a href="../ru/">Русский</a>
    1.44  </div>
    1.45  
    1.46  <!-- Content -->
    1.47 @@ -73,7 +75,7 @@
    1.48  <h2>Introduction und guide</h2>
    1.49  
    1.50  <p>
    1.51 -Linux-Kernel und erforderliche komprimierte Dateien werden dann in Ihr RAM aus dem Internet ber das Protokol 
    1.52 +Linux-Kernel und erforderliche komprimierte Dateien werden dann in Ihr RAM aus dem Internet über das Protokol
    1.53  PXE/HTTP geladen. Viel Freude damit! <a href="../en/#guide">Short guide...</a>
    1.54  </p>
    1.55