website view index.php @ rev 1162

Remove old fundraising info box
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 25 23:01:14 2013 +0100 (2013-03-25)
parents 7c5ca85169ae
children 1972513ec0ad
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 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz GNU/Linux</title>
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="author" content="Christophe Lincoln" />
10 <meta name="verify-v1" content="qieECDfB5l+EBkG8QMNuHOGfol0/MEe4U22/4iVupNw=" />
11 <?php include("lib/html/meta-link.html"); ?>
12 <!-- Link to Forum and SCN feed -->
13 <link rel="alternate" type="application/rss+xml" title="SliTaz Forum Feed" href="http://forum.slitaz.org/rss" />
14 <link rel="alternate" type="application/rss+xml" title="SliTaz SCN Feed" href="http://scn.slitaz.org/feed/" />
15 </head>
16 <body>
18 <?php
19 include("config.php");
20 include("lib/html/header.html");
21 ?>
23 <!-- Block -->
24 <div id="block">
25 <!-- Navigation -->
26 <div id="block_nav" style="text-align: center; padding: 10px;">
27 <?php include("lib/random-image.php"); ?>
28 </div>
29 <!-- Information/image -->
30 <div id="block_info">
31 <h4>About SliTaz</h4>
32 <p>
33 SliTaz is an open source and free operating system providing
34 a fully featured desktop or server in less than 35 MB. SliTaz
35 is simple to use, fast and stable. We have an active community
36 and contributors from all over the world making SliTaz finer
37 every day.
38 </p>
39 <div class="button" style="text-align: left;">
40 Download:
41 <?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
42 <a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
43 </div>
44 </div>
45 </div>
47 <?php include "lib/lang.php" ?>
49 <!-- Content -->
50 <div id="content">
52 <div class="box-up">
53 <p>
54 Check out our <a href="http://usbkey.slitaz.org/">USB Key Project</a>!
55 </p>
56 </div>
58 <!-- Featured sponsor -->
59 <div id="sponsor">
60 <p><strong>Featured sponsor</strong></p>
61 <?php include("lib/rand-sponsor.php"); ?>
62 <p><a href="/en/sponsor/">Become a sponsor</a></p>
63 </div>
65 <!-- We just keep the last 5 web site news -->
66 <div class="news" style="margin-right: 220px;">
68 <h2>Latest News</h2>
70 <ul>
71 <li><strong><a href="en/#d20120410">SliTaz 4.0 Release</a></strong>
72 <span>— 10 Apr 2012</span></li>
73 <li><strong><a href="en/#d20120303">SliTaz 4.0 RC2 is out</a></strong>
74 <span>— 03 Mar 2012</span></li>
75 <li><strong><a href="en/#d20120223">SliTaz 4.0 RC1 is out</a></strong>
76 <span>— 23 Feb 2012</span></li>
77 <li><strong><a href="en/news/#d20110531">New and fresh Cooking 20110531</a></strong>
78 <span>— 31 May 2011</span></li>
79 <li><strong><a href="en/news/#d20110329">New Cooking 20110329</a></strong>
80 <span>— 29 March 2011</span></li>
81 </ul>
83 <!-- End of news -->
84 </div>
86 <h2>Project Activity</h2>
88 <?php require_once("lib/get-feeds.php"); ?>
90 <div class="activity">
91 <p>
92 <a href="http://scn.slitaz.org/activity/"><img
93 src="images/users.png" alt="*" /></a>
94 Community activity
95 <?php get_feed("scn.xml"); ?>
96 </div>
97 <p class="activity_more">
98 <a href="http://scn.slitaz.org/activity/">More activity</a>
99 </p>
100 </div>
102 <div class="activity">
103 <p>
104 <a href="http://forum.slitaz.org/"><img
105 src="/images/support.png" alt="*" /></a>
106 Forum activity
107 <?php get_feed_forum("forum.xml"); ?>
108 </div>
109 <p class="activity_more">
110 <a href="http://forum.slitaz.org/">More support</a>
111 </p>
112 </div>
114 <div class="activity">
115 <p>
116 <a href="http://hg.slitaz.org/?sort=lastchange"><img
117 src="images/development.png" alt="*" /></a>
118 Latest commits in wok
119 <?php get_feed("wok.xml"); ?>
120 </div>
121 <p class="activity_more">
122 <a href="http://hg.slitaz.org/?sort=lastchange">More commits</a>
123 </p>
124 </div>
126 <h2>Blog Posts</h2>
128 <div class="news">
129 <?php get_feed_blog("blog.xml"); ?>
130 </div>
132 <h2>Latest Tweet</h2>
134 <div id="twitter">
135 <script type="text/javascript"
136 src="http://widgets.twimg.com/j/2/widget.js"></script>
137 <script type="text/javascript">
138 new TWTR.Widget({
139 version: 2,
140 type: 'profile',
141 rpp: 4,
142 interval: 6000,
143 width: '100%',
144 height: 200,
145 theme: {
146 shell: {
147 background: '#efefef',
148 color: '#000000'
149 },
150 tweets: {
151 background: '#ffffff',
152 color: '#000000',
153 links: '#3a4885'
154 }
155 },
156 features: {
157 scrollbar: false,
158 loop: false,
159 live: false,
160 hashtags: true,
161 timestamp: true,
162 avatars: false,
163 behavior: 'all'
164 }
165 }).render().setUser('slitaz').start();
166 </script>
167 </div>
169 <h2>Spread SliTaz</h2>
171 <p>
172 One way to help the project is to make SliTaz even more popular.
173 Blog, Tweet this page, share and talk about the project. SliTaz
174 is also social, you can join us, share artwork or post a blog on the
175 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
176 "Like" the official SliTaz Facebook page and get involved!
177 </p>
179 <?php include("lib/html/social.html"); ?>
181 <h2>Monetary support</h2>
183 <p>
184 SliTaz is made by volunteers and there is no company behind
185 the project, but we desperately need some money to maintain the
186 project infrastructure and services such as the main server and
187 build host. You can help with a micropayment via Flattr or a
188 Paypal donation to the SliTaz <a href="en/asso/">Association</a>,
189 that way we can keep our freedom and autonomy without having any
190 ads on our sites.
191 </p>
193 <?php include("lib/html/donate.html"); ?>
195 <h2>Internationalization</h2>
197 <p>
198 The SliTaz web site is available in several languages and maintained by the
199 <a href="i18n.php">internationalization</a> team (i18n). Help is often
200 needed and you're welcome to join us if you would like to see the website
201 translated into your language.
202 </p>
203 <p>
204 <img src="images/users.png" alt="*" />
205 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
206 </p>
208 <!-- End of content -->
209 </div>
211 <?php include("lib/html/footer.html"); ?>
213 </body>
214 </html>