website view index.php @ rev 928

en: Add DuckDuckGo to sponsor list with logo, link and desc
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 18:22:05 2012 +0100 (2012-03-12)
parents 5e9460d3aa5c
children 5d0ce7e4dcd1
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="en" lang="en">
4 <head>
5 <title>SliTaz GNU/Linux</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="description" content="SliTaz GNU/Linux LiveCD operating system" />
8 <meta name="keywords" lang="en" content="slitaz, gnu, linux, opensource, livecd, live usb" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln" />
12 <meta name="verify-v1" content="qieECDfB5l+EBkG8QMNuHOGfol0/MEe4U22/4iVupNw=" />
13 <link rel="shortcut icon" href="favicon.ico" />
14 <link rel="stylesheet" type="text/css" href="slitaz.css" />
15 <link rel="alternate" type="application//rss.xml" title="SliTaz Website feed" href="/rss.xml" />
16 <link rel="alternate" type="application/atom+xml" title="SliTaz Forum feed" href="http://forum.slitaz.org/rss" />
17 <link rel="alternate" type="application//rss.xml" title="SliTaz SCN feed" href="http://scn.slitaz.org//rss.xml" />
18 </head>
19 <body>
21 <?php
22 include("config.php");
23 include("lib/html/header.html");
24 ?>
26 <!-- Block -->
27 <div id="block">
28 <!-- Navigation -->
29 <div id="block_nav" style="text-align: center; padding: 10px;">
30 <?php include("lib/random-image.php"); ?>
31 </div>
32 <!-- Information/image -->
33 <div id="block_info">
34 <h4>About SliTaz</h4>
35 <p>
36 SliTaz is an open source and free operating system providing
37 a fully featured desktop or server in less than 35 MB. SliTaz
38 is simple to use, fast and stable. We have an active community
39 and contributors from all over the world making SliTaz finer
40 every day.
41 </p>
42 <div class="button" style="text-align: left;">
43 Download:
44 <?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
45 <a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
46 </div>
47 </div>
48 </div>
50 <!-- Languages -->
51 <div id="lang">
52 <a href="i18n.php"><img src="images/locale.png" alt="locale.png" /></a>
53 <a href="da/">Dansk</a>
54 <a href="de/">Deutsch</a>
55 <a href="en/">English</a>
56 <a href="es/">Español</a>
57 <a href="fr/">Français</a>
58 <a href="id/">Indonesian</a>
59 <a href="it/">Italiano</a>
60 <a href="pt/">Português</a>
61 <a href="cn/">Chinese</a>
62 </div>
64 <!-- Content -->
65 <div id="content">
67 <div class="box">
68 <img src="images/update.png" style="float: left; margin-right: 10px; " />
69 <p>
70 Help us get a dedicated server - Check out our
71 <a href="http://www.gofundme.com/3ql70">online fundraising</a>
72 or become an official
73 <a href="/en/asso/sponsor.php">sponsor</a>
74 </p>
75 </div>
77 <!-- We just keep the last 4 web site news -->
78 <div class="news">
80 <h2>Latest News</h2>
82 <ul>
83 <li><strong><a href="en/#news">SliTaz 4.0 RC2 is out</a></strong>
84 <span>- 03 Mar 2012</span></li>
85 <li><strong><a href="en/#20120223">SliTaz 4.0 RC1 is out</a></strong>
86 <span>- 23 Feb 2012</span></li>
87 <li><strong><a href="en/#20110531">New and fresh Cooking 20110531</a></strong>
88 <span>- 31 May 2011</span></li>
89 <li><strong><a href="en/#20110329">New Cooking 20110329</a></strong>
90 <span>- 29 March 2011</span></li>
91 </ul>
93 <!-- End of news -->
94 </div>
96 <h2>Project Activity</h2>
97 <?php require_once("lib/get-feeds.php"); ?>
99 <div class="activity">
100 <p>
101 <a href="http://scn.slitaz.org/activity/"><img
102 src="images/users.png" alt="users.png" /></a>
103 Community activity
104 <?php get_feed("scn.xml"); ?>
105 </div>
106 <p class="activity_more">
107 <a href="http://scn.slitaz.org/activity/">More activity</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="development.png" /></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/">More commits</a>
120 </p>
121 </div>
123 <h2>Blog Posts</h2>
125 <div class="news">
126 <?php get_feed_blog("blog.xml"); ?>
127 </div>
129 <h2>Latest Tweet</h2>
130 <div id="twitter">
131 <script src="http://widgets.twimg.com/j/2/widget.js"></script>
132 <script>
133 new TWTR.Widget({
134 version: 2,
135 type: 'profile',
136 rpp: 4,
137 interval: 6000,
138 width: '100%',
139 height: 200,
140 theme: {
141 shell: {
142 background: '#eaeaea',
143 color: '#000000'
144 },
145 tweets: {
146 background: '#ffffff',
147 color: '#000000',
148 links: '#3a4885'
149 }
150 },
151 features: {
152 scrollbar: false,
153 loop: false,
154 live: false,
155 hashtags: true,
156 timestamp: true,
157 avatars: false,
158 behavior: 'all'
159 }
160 }).render().setUser('slitaz').start();
161 </script>
162 </div>
164 <h2>Spread SliTaz</h2>
165 <p>
166 One way to help the project is to make SliTaz even more popular.
167 Blog, Tweet this page, share and talk about the project. SliTaz
168 is also social, you can join us, share artwork or post a blog on the
169 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
170 "Like" the official SliTaz Facebook page and get involved!
171 </p>
173 <?php include("lib/html/social.html"); ?>
175 <h2>Monetary support</h2>
176 <p>
177 SliTaz is made by volunteers and there is no company behind
178 the project, but we desperately need some money to maintain the
179 project infrastructure and services such as the main server and
180 build host. You can help with a micropayment via Flattr or a
181 Paypal donation to the SliTaz <a href="en/asso/">Association</a>,
182 that way we can keep our freedom and autonomy without having any
183 ads on our sites.
184 </p>
186 <?php include("lib/html/donate.html"); ?>
188 <h2>Internationalization</h2>
189 <p>
190 The SliTaz web site is available in several languages and maintained by the
191 <a href="i18n.php">internationalization</a> team (i18n). Help is often
192 needed and you're welcome to join us if you would like to see the website
193 translated into your language.
194 </p>
195 <p>
196 <img src="images/users.png" alt="users.png" />
197 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
198 </p>
200 <!-- End of content -->
201 </div>
203 <?php include("lib/html/footer.html"); ?>
205 </body>
206 </html>