website view 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 source
1 <!DOCTYPE html>
2 <html lang="de">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz GNU/Linux (de)</title>
6 <meta name="description" content="SliTaz GNU/Linux LiveCD"/>
7 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM"/>
8 <meta name="author" content="F Steiner (Sevala), François (oui)"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../config.php");
15 include("../lib/html/header.html");
16 include("../lib/html/nav.de.html");
17 include("../lib/lang.php");
18 ?>
20 <!-- Content -->
21 <section id="content">
23 <div class="box-up">
24 <p>
25 SliTaz German website needs a new maintainer and contributors. You
26 can contact us on the
27 <a href="mailing-list.php">mailing list</a>.
28 </p>
29 </div>
31 <!-- Featured sponsor -->
32 <div id="sponsor">
33 <p><strong>Featured sponsor</strong></p>
34 <?php include("../lib/rand-sponsor.php"); ?>
35 <p><a href="/en/sponsor/">Become a sponsor</a></p>
36 </div>
38 <!--
39 SliTaz news starting.
40 -->
42 <!-- We just keep the last 3 web site news -->
43 <div class="news" style="margin-right: 220px;">
45 <h2>Neuigkeiten</h2>
47 <ul>
48 <!-- <li><strong>Date - Title</strong>
49 <p></p>
50 </li> -->
51 <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)
52 <span>- <?php
53 $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
54 if (file_exists("$rol_date_file")) {
55 $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
56 print $rol_date;
57 } ?></span></li>
58 <li>Neuigkeiten Archiv: <a href="news/">2007-2009</a></li>
59 </ul>
61 <!-- End of news -->
62 </div>
64 <h2>Projekt-Aktivität</h2>
66 <?php require_once("../lib/get-feeds.php"); ?>
68 <div class="activity">
69 <p>
70 <a href="http://scn.slitaz.org/?log"><img
71 src="/images/users.png" alt="[ ]" /></a>
72 Community activity
73 <?php get_feed("scn.xml"); ?>
74 </div>
75 <p class="activity_more">
76 <a href="http://scn.slitaz.org/?log">Mehr Aktivität</a>
77 </p>
78 </div>
80 <div class="activity">
81 <p>
82 <a href="http://forum.slitaz.org/"><img
83 src="/images/support.png" alt="[ ]" /></a>
84 Forum activity
85 <?php get_feed_forum("forum.xml"); ?>
86 </div>
87 <p class="activity_more">
88 <a href="http://forum.slitaz.org/">More support</a>
89 </p>
90 </div>
92 <div class="activity">
93 <p>
94 <a href="http://hg.slitaz.org/">
95 <img src="/images/development.png" alt="[ ]" /></a>
96 Latest commits in wok
97 <?php get_feed("wok.xml"); ?>
98 </div>
99 <p class="activity_more">
100 <a href="http://hg.slitaz.org/">Mehr Commits</a>
101 </p>
102 </div>
104 <!-- SCN blog posts -->
105 <h2>Blog Posts</h2>
107 <div class="news">
108 <?php get_feed_blog("blog.xml"); ?>
109 </div>
111 <!-- Twitter -->
112 <div id="twitter">
113 <a class="twitter-timeline" href="https://twitter.com/slitaz" data-widget-id="420830244551938048">Tweets by @slitaz</a>
114 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
115 </div>
117 <h3>Donate</h3>
119 <?php include("../lib/html/donate.html"); ?>
121 <h3>Twitter &amp; Facebook</h3>
123 <?php include("../lib/html/social.html"); ?>
125 <!-- End of content -->
126 </div>
128 <?php include("../lib/html/footer.html"); ?>
130 </body>
131 </html>