website view de/index.php @ rev 1013

cn, da, de, en, es, id, it, ru: lib/lang.php applied to all pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 03:53:36 2012 +0300 (2012-03-30)
parents 87d04172ed56
children e43ee5c5ace0
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
4 <head>
5 <title>SliTaz GNU/Linux (de)</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="description" content="SliTaz GNU/Linux LiveCD" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
9 <meta name="author" content="F Steiner (Sevala), François (oui)"/>
10 <?php include("../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../lib/html/nav.de.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Startseite</h4>
22 <p>
23 SliTaz ist eine minimale, freie GNU/Linux Distribution. Das
24 Ziel von SliTaz ist es, eine GNU/Linux Distribution zu
25 schaffen, die vollkommen aus dem Arbeitsspeicher (RAM)
26 läuft.
27 </p>
28 <p>
29 SliTaz's CD-Image wird nie eine Größe von 35 MB übersteigen
30 - bei einer sinnvollen Auswahl nützlicher Software.
31 <a href="about/">Mehr erfahren...</a>
32 </p>
33 </div>
34 </div>
36 <?php include("../lib/lang.php"); ?>
38 <!-- Content -->
39 <div id="content">
41 <div class="box">
42 <img src="../images/update.png" style="float: left; margin-right: 10px; " />
43 <p>
44 SliTaz German website needs a new maintainer and contributors. You
45 can contact us on the
46 <a href="http://scn.slitaz.org/groups/i18n/">i18n group</a>.
47 </p>
48 </div>
50 <h2>Neuigkeiten</h2>
52 <p>
53 Die SliTaz-Webseite bietet die wichtigsten Projektneuheiten an, und ausserdem
54 neuerdings die Labors mit Nachrichten zu der allgemeinen Aktivität der
55 verschiedenen Unterprojekten. Diese Nachrichten sind auch als
56 <a href="/rss.xml">XML-Sendungen</a> erhältlich. Das Projekt bietet ausserdem
57 einen kleinen monatlichen Informationsbrief in Englisch und Chinesisch an.
58 </p>
60 <div class="box">
61 <img src="../images/news.png" alt=".png" />
62 <a href="http://scn.slitaz.org/">Blog-Nachrichten</a> |
63 <a href="http://doc.slitaz.org/en:newsletter:start">Monthly Newsletter</a>
64 </div>
66 <div class="news">
68 <ul>
69 <!-- <li><strong>Date - Title</strong>
70 <p></p>
71 </li> -->
72 <li><strong>See the English news</strong>
73 <p>
74 SliTaz German website needs a new maintainer and contributors.
75 </p>
76 </li>
77 <li>Neuigkeiten Archiv: <a href="news/">2007-2009</a></li>
78 </ul>
80 <!-- End of news -->
81 </div>
83 <h2>Projekt-Aktivität</h2>
84 <?php
85 require_once("../lib/get-feeds.php");
86 ?>
88 <div class="activity">
89 <p>
90 <a href="http://scn.slitaz.org/activity/"><img
91 src="../images/users.png" alt="users.png" /></a>
92 Community activity
93 <?php get_feed("scn.xml"); ?>
94 </div>
95 <p class="activity_more">
96 <a href="http://scn.slitaz.org/activity/">Mehr Aktivität</a>
97 </p>
98 </div>
100 <div class="activity">
101 <p>
102 <a href="http://hg.slitaz.org/">
103 <img src="../images/development.png" alt="development.png" /></a>
104 Latest commits in wok
105 <?php get_feed("wok.xml"); ?>
106 </div>
107 <p class="activity_more">
108 <a href="http://hg.slitaz.org/">Mehr Commits</a>
109 </p>
110 </div>
112 <h3>Donate</h3>
114 <?php include("../lib/html/donate.html"); ?>
116 <h3>Twitter &amp; Facebook</h3>
118 <?php include("../lib/html/social.html"); ?>
120 <!-- End of content -->
121 </div>
123 <?php include("../lib/html/footer.html"); ?>
125 </body>
126 </html>