website view de/index.php @ rev 1024

de: code cleaning
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 31 22:22:36 2012 +0300 (2012-03-31)
parents 7bb8568e1c75
children 5bf6a1f55638
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 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz GNU/Linux (de)</title>
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="[ ]" />
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>
85 <?php require_once("../lib/get-feeds.php"); ?>
87 <div class="activity">
88 <p>
89 <a href="http://scn.slitaz.org/activity/"><img
90 src="/images/users.png" alt="[ ]" /></a>
91 Community activity
92 <?php get_feed("scn.xml"); ?>
93 </div>
94 <p class="activity_more">
95 <a href="http://scn.slitaz.org/activity/">Mehr Aktivität</a>
96 </p>
97 </div>
99 <div class="activity">
100 <p>
101 <a href="http://forum.slitaz.org/"><img
102 src="/images/support.png" alt="[ ]" /></a>
103 Forum activity
104 <?php get_feed_forum("forum.xml"); ?>
105 </div>
106 <p class="activity_more">
107 <a href="http://forum.slitaz.org/">More support</a>
108 </p>
109 </div>
111 <div class="activity">
112 <p>
113 <a href="http://hg.slitaz.org/">
114 <img src="/images/development.png" alt="[ ]" /></a>
115 Latest commits in wok
116 <?php get_feed("wok.xml"); ?>
117 </div>
118 <p class="activity_more">
119 <a href="http://hg.slitaz.org/">Mehr Commits</a>
120 </p>
121 </div>
123 <h3>Donate</h3>
125 <?php include("../lib/html/donate.html"); ?>
127 <h3>Twitter &amp; Facebook</h3>
129 <?php include("../lib/html/social.html"); ?>
131 <!-- End of content -->
132 </div>
134 <?php include("../lib/html/footer.html"); ?>
136 </body>
137 </html>