website diff de/index.php @ rev 1292

Update 'de' pages to last stye
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 07 23:52:04 2016 +0100 (2016-12-07)
parents d5b3b2823b74
children b480bf3ded8d
line diff
     1.1 --- a/de/index.php	Thu May 12 11:36:18 2016 +0200
     1.2 +++ b/de/index.php	Wed Dec 07 23:52:04 2016 +0100
     1.3 @@ -13,50 +13,34 @@
     1.4  <?php
     1.5  include("../config.php");
     1.6  include("../lib/html/header.html");
     1.7 +include("../lib/html/nav.de.html");
     1.8 +include("../lib/lang.php");
     1.9  ?>
    1.10  
    1.11 -<!-- Block -->
    1.12 -<div id="block">
    1.13 -	<?php include("../lib/html/nav.de.html"); ?>
    1.14 -	<!-- Information/image -->
    1.15 -	<div id="block_info">
    1.16 -		<h4>Startseite</h4>
    1.17 -		<p>
    1.18 -			SliTaz ist eine minimale, freie GNU/Linux Distribution.
    1.19 -			SliTaz's CD-Image wird nie eine Größe von 35 MB übersteigen
    1.20 -			- bei einer sinnvollen Auswahl nützlicher Software.
    1.21 -			<a href="about/">Mehr erfahren...</a>
    1.22 -		</p>
    1.23 -		<div class="button" style="text-align: left; margin-top: 15px;">
    1.24 -			<img src="/images/download-30.png" />
    1.25 -			<?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
    1.26 -				<a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    1.27 -		</div>
    1.28 -	</div>
    1.29 -</div>
    1.30 -
    1.31 -<?php include("../lib/lang.php"); ?>
    1.32 -
    1.33  <!-- Content -->
    1.34 -<div id="content">
    1.35 +<section id="content">
    1.36  
    1.37  <div class="box-up">
    1.38 -	
    1.39 -	<a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
    1.40 -		title="Visit this page now."><img src="../images/gofundme.png"></a>
    1.41 -	<a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
    1.42 -		Check out our new SliTaz 2014 fundraising!</a>
    1.43 -	
    1.44  	<p>
    1.45  		SliTaz German website needs a new maintainer and contributors. You
    1.46  		can contact us on the
    1.47 -		<a href="http://scn.slitaz.org/groups/i18n/">i18n group</a>.
    1.48 +		<a href="mailing-list.php">mailing list</a>.
    1.49  	</p>
    1.50 -
    1.51  </div>
    1.52  
    1.53 -<div class="news">
    1.54 -	
    1.55 +<!-- Featured sponsor -->
    1.56 +<div id="sponsor">
    1.57 +	<p><strong>Featured sponsor</strong></p>
    1.58 +	<?php include("../lib/rand-sponsor.php"); ?>
    1.59 +	<p><a href="/en/sponsor/">Become a sponsor</a></p>
    1.60 +</div>
    1.61 +
    1.62 +<!--
    1.63 +    SliTaz news starting.
    1.64 +-->
    1.65 +
    1.66 +<!-- We just keep the last 3 web site news -->
    1.67 +<div class="news" style="margin-right: 220px;">
    1.68  
    1.69  <h2>Neuigkeiten</h2>
    1.70  
    1.71 @@ -64,45 +48,13 @@
    1.72  	<!-- <li><strong>Date - Title</strong>
    1.73  	<p></p>
    1.74  	</li> -->
    1.75 -        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)  
    1.76 -                <span>- <?php
    1.77 -                $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
    1.78 -                if (file_exists("$rol_date_file")) {
    1.79 -                        $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
    1.80 -                        print $rol_date;
    1.81 -                } ?></span></li>
    1.82 -	<li id="d20140216">
    1.83 -		<strong>16. Februar 2014 - Neue Cooking-Version (20140216)</strong>
    1.84 -	<p>
    1.85 - 	Das SliTaz-Team ist stolz, die Veröffentlichung einer neuen Cooking
    1.86 -	Release bekannt geben zu können, die den Weg zu SliTaz 5.0 ebnen wird.
    1.87 -	Diese neue Cooking Release enthält fast zwei Jahre Arbeit und hat ein
    1.88 -	unglaubliches Änderungsprotokoll. Alle unsere hausgemachten Werkzeuge
    1.89 -	wurden verbessert und neue großartige Tools wie "frugal" oder
    1.90 -	"decode" hinzufügt. Wir konzentrierten unsere Arbeit auf die 
    1.91 -	Desktop-Integration um die Anwenderfreundlichkeit zu und verbesserten 
    1.92 -	die Konfiguration des Linux-Kernels (3.2.53).
    1.93 -	</p>
    1.94 -	<p>
    1.95 -	Wir haben die Paketlisten erneuert, alle vorhandenen Pakete
    1.96 -	aktualisiert und wir eine Reihe von neuen hinzugefügt um mehr als
    1.97 - 	4200 Pakete in der Cooking-Relase Datenbank zu erreichen.
    1.98 -	Viele Arbeit wurde auch an dem SliTaz Installationsassistent getan
    1.99 -	der nun ein neues Ncurses/Text-Frontend bereitstellt.
   1.100 -	</p>
   1.101 -	<p>
   1.102 -	Die LiveCD wird jetzt vor dem Booten nach den Spracheinstellungen
   1.103 -	fragen, so dass Sie als Benutzer wird direkt auf den Desktop bekommen, 
   1.104 -	nachdem alle Boot-Skripte ausgeführt wurden. Die Größe des ISO-Image 
   1.105 -	ist etwas für eine bessere hadware Unterstützung und neue Funktionen 
   1.106 -	gewachsen. Sie können das ISO-Image von folgendem SliTaz Mirror herunterladen:
   1.107 -	<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
   1.108 -		>slitaz-cooking.iso</a>
   1.109 -	[ <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.md5"
   1.110 -		>md5</a> ]
   1.111 -	</p>
   1.112 -	</li>
   1.113 -
   1.114 +    <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)  
   1.115 +            <span>- <?php
   1.116 +            $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
   1.117 +            if (file_exists("$rol_date_file")) {
   1.118 +                    $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
   1.119 +                    print $rol_date;
   1.120 +            } ?></span></li>
   1.121  	<li>Neuigkeiten Archiv: <a href="news/">2007-2009</a></li>
   1.122  </ul>
   1.123