website view de/index.php @ rev 1032

css: introducing & implementing 'box-up' class
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 11:02:34 2012 +0300 (2012-04-04)
parents e43ee5c5ace0
children 2b715a13d650
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-up">
42 <p>
43 SliTaz German website needs a new maintainer and contributors. You
44 can contact us on the
45 <a href="http://scn.slitaz.org/groups/i18n/">i18n group</a>.
46 </p>
47 </div>
49 <h2>Neuigkeiten</h2>
51 <p>
52 Die SliTaz-Webseite bietet die wichtigsten Projektneuheiten an, und ausserdem
53 neuerdings die Labors mit Nachrichten zu der allgemeinen Aktivität der
54 verschiedenen Unterprojekten. Diese Nachrichten sind auch als
55 <a href="/rss.xml">XML-Sendungen</a> erhältlich. Das Projekt bietet ausserdem
56 einen kleinen monatlichen Informationsbrief in Englisch und Chinesisch an.
57 </p>
59 <div class="box">
60 <img src="/images/news.png" alt="[ ]" />
61 <a href="http://scn.slitaz.org/">Blog-Nachrichten</a> |
62 <a href="http://doc.slitaz.org/en:newsletter:start">Monthly Newsletter</a>
63 </div>
65 <div class="news">
67 <ul>
68 <!-- <li><strong>Date - Title</strong>
69 <p></p>
70 </li> -->
71 <li><strong>See the English news</strong>
72 <p>
73 SliTaz German website needs a new maintainer and contributors.
74 </p>
75 </li>
76 <li>Neuigkeiten Archiv: <a href="news/">2007-2009</a></li>
77 </ul>
79 <!-- End of news -->
80 </div>
82 <h2>Projekt-Aktivität</h2>
84 <?php require_once("../lib/get-feeds.php"); ?>
86 <div class="activity">
87 <p>
88 <a href="http://scn.slitaz.org/activity/"><img
89 src="/images/users.png" alt="[ ]" /></a>
90 Community activity
91 <?php get_feed("scn.xml"); ?>
92 </div>
93 <p class="activity_more">
94 <a href="http://scn.slitaz.org/activity/">Mehr Aktivität</a>
95 </p>
96 </div>
98 <div class="activity">
99 <p>
100 <a href="http://forum.slitaz.org/"><img
101 src="/images/support.png" alt="[ ]" /></a>
102 Forum activity
103 <?php get_feed_forum("forum.xml"); ?>
104 </div>
105 <p class="activity_more">
106 <a href="http://forum.slitaz.org/">More support</a>
107 </p>
108 </div>
110 <div class="activity">
111 <p>
112 <a href="http://hg.slitaz.org/">
113 <img src="/images/development.png" alt="[ ]" /></a>
114 Latest commits in wok
115 <?php get_feed("wok.xml"); ?>
116 </div>
117 <p class="activity_more">
118 <a href="http://hg.slitaz.org/">Mehr Commits</a>
119 </p>
120 </div>
122 <h3>Donate</h3>
124 <?php include("../lib/html/donate.html"); ?>
126 <h3>Twitter &amp; Facebook</h3>
128 <?php include("../lib/html/social.html"); ?>
130 <!-- End of content -->
131 </div>
133 <?php include("../lib/html/footer.html"); ?>
135 </body>
136 </html>