website view de/index.php @ rev 1177

Add new banner about SliTaz 2014 fundraising
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 21:20:41 2014 +0100 (2014-01-15)
parents 2b715a13d650
children 8f667ba8394c
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
15 include("../config.php");
16 include("../lib/html/header.html");
17 ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../lib/html/nav.de.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Startseite</h4>
25 <p>
26 SliTaz ist eine minimale, freie GNU/Linux Distribution.
27 SliTaz's CD-Image wird nie eine Größe von 35 MB übersteigen
28 - bei einer sinnvollen Auswahl nützlicher Software.
29 <a href="about/">Mehr erfahren...</a>
30 </p>
31 <div class="button" style="text-align: left; margin-top: 15px;">
32 <img src="/images/download-30.png" />
33 <?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
34 <a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
35 </div>
36 </div>
37 </div>
39 <?php include("../lib/lang.php"); ?>
41 <!-- Content -->
42 <div id="content">
44 <div class="box-up">
46 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
47 title="Visit this page now."><img src="../images/gofundme.png"></a>
48 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
49 Check out the new SliTaz 2014 fundraising!</a>
51 <p>
52 SliTaz German website needs a new maintainer and contributors. You
53 can contact us on the
54 <a href="http://scn.slitaz.org/groups/i18n/">i18n group</a>.
55 </p>
57 </div>
59 <div class="news">
62 <h2>Neuigkeiten</h2>
64 <ul>
65 <!-- <li><strong>Date - Title</strong>
66 <p></p>
67 </li> -->
68 <li><strong>See the English news</strong>
69 <p>
70 SliTaz German website needs a new maintainer and contributors.
71 </p>
72 </li>
73 <li>Neuigkeiten Archiv: <a href="news/">2007-2009</a></li>
74 </ul>
76 <!-- End of news -->
77 </div>
79 <h2>Projekt-Aktivität</h2>
81 <?php require_once("../lib/get-feeds.php"); ?>
83 <div class="activity">
84 <p>
85 <a href="http://scn.slitaz.org/activity/"><img
86 src="/images/users.png" alt="[ ]" /></a>
87 Community activity
88 <?php get_feed("scn.xml"); ?>
89 </div>
90 <p class="activity_more">
91 <a href="http://scn.slitaz.org/activity/">Mehr Aktivität</a>
92 </p>
93 </div>
95 <div class="activity">
96 <p>
97 <a href="http://forum.slitaz.org/"><img
98 src="/images/support.png" alt="[ ]" /></a>
99 Forum activity
100 <?php get_feed_forum("forum.xml"); ?>
101 </div>
102 <p class="activity_more">
103 <a href="http://forum.slitaz.org/">More support</a>
104 </p>
105 </div>
107 <div class="activity">
108 <p>
109 <a href="http://hg.slitaz.org/">
110 <img src="/images/development.png" alt="[ ]" /></a>
111 Latest commits in wok
112 <?php get_feed("wok.xml"); ?>
113 </div>
114 <p class="activity_more">
115 <a href="http://hg.slitaz.org/">Mehr Commits</a>
116 </p>
117 </div>
119 <!-- SCN blog posts -->
120 <h2>Blog Posts</h2>
122 <div class="news">
123 <?php get_feed_blog("blog.xml"); ?>
124 </div>
126 <!-- Twitter -->
127 <div id="twitter">
128 <a class="twitter-timeline" href="https://twitter.com/slitaz" data-widget-id="420830244551938048">Tweets by @slitaz</a>
129 <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>
130 </div>
132 <h3>Donate</h3>
134 <?php include("../lib/html/donate.html"); ?>
136 <h3>Twitter &amp; Facebook</h3>
138 <?php include("../lib/html/social.html"); ?>
140 <!-- End of content -->
141 </div>
143 <?php include("../lib/html/footer.html"); ?>
145 </body>
146 </html>