website view de/index.php @ rev 1005

cn, da, de: full iconv'ed to utf-8; locale: add russian links, remove links to the same page; tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 00:37:38 2012 +0300 (2012-03-29)
parents c6e2d4b3f736
children 7bb8568e1c75
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 <!-- Languages -->
37 <div id="lang">
38 <a href="../i18n.php">
39 <img src="../images/locale.png" alt="locale.png" /></a>
40 <a href="../da/">Dansk</a>
41 <a href="../en/">English</a>
42 <a href="../es/">Español</a>
43 <a href="../fr/">Français</a>
44 <a href="../id/">Indonesian</a>
45 <a href="../it/">Italiano</a>
46 <a href="../pt/">Português</a>
47 <a href="../ru/">Русский</a>
48 <a href="../cn/">Chinese</a>
49 </div>
51 <!-- Content -->
52 <div id="content">
54 <div class="box">
55 <img src="../images/update.png" style="float: left; margin-right: 10px; " />
56 <p>
57 SliTaz German website needs a new maintainer and contributors. You
58 can contact us on the
59 <a href="http://scn.slitaz.org/groups/i18n/">i18n group</a>.
60 </p>
61 </div>
63 <h2>Neuigkeiten</h2>
65 <p>
66 Die SliTaz-Webseite bietet die wichtigsten Projektneuheiten an, und ausserdem
67 neuerdings die Labors mit Nachrichten zu der allgemeinen Aktivität der
68 verschiedenen Unterprojekten. Diese Nachrichten sind auch als
69 <a href="/rss.xml">XML-Sendungen</a> erhältlich. Das Projekt bietet ausserdem
70 einen kleinen monatlichen Informationsbrief in Englisch und Chinesisch an.
71 </p>
73 <div class="box">
74 <img src="../images/news.png" alt=".png" />
75 <a href="http://scn.slitaz.org/">Blog-Nachrichten</a> |
76 <a href="http://doc.slitaz.org/en:newsletter:start">Monthly Newsletter</a>
77 </div>
79 <div class="news">
81 <ul>
82 <!-- <li><strong>Date - Title</strong>
83 <p></p>
84 </li> -->
85 <li><strong>See the English news</strong>
86 <p>
87 SliTaz German website needs a new maintainer and contributors.
88 </p>
89 </li>
90 <li>Neuigkeiten Archiv: <a href="news/">2007-2009</a></li>
91 </ul>
93 <!-- End of news -->
94 </div>
96 <h2>Projekt-Aktivität</h2>
97 <?php
98 require_once("../lib/get-feeds.php");
99 ?>
101 <div class="activity">
102 <p>
103 <a href="http://scn.slitaz.org/activity/"><img
104 src="../images/users.png" alt="users.png" /></a>
105 Community activity
106 <?php get_feed("scn.xml"); ?>
107 </div>
108 <p class="activity_more">
109 <a href="http://scn.slitaz.org/activity/">Mehr Aktivität</a>
110 </p>
111 </div>
113 <div class="activity">
114 <p>
115 <a href="http://hg.slitaz.org/">
116 <img src="../images/development.png" alt="development.png" /></a>
117 Latest commits in wok
118 <?php get_feed("wok.xml"); ?>
119 </div>
120 <p class="activity_more">
121 <a href="http://hg.slitaz.org/">Mehr Commits</a>
122 </p>
123 </div>
125 <h3>Donate</h3>
127 <?php include("../lib/html/donate.html"); ?>
129 <h3>Twitter &amp; Facebook</h3>
131 <?php include("../lib/html/social.html"); ?>
133 <!-- End of content -->
134 </div>
136 <?php include("../lib/html/footer.html"); ?>
138 </body>
139 </html>