website view en/index.php @ rev 1196

Announce SliTaz Raspberry Pi release :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 29 19:21:22 2014 +0100 (2014-03-29)
parents c438907f75bd
children e7160189d995
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 (en)</title>
7 <meta name="description" content="SliTaz GNU/Linux English Website" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
9 <meta name="author" content="Paul Issot"/>
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.en.html"); ?>
22 <?php //include("lib/random-image.php"); ?>
23 <!-- Information/image -->
24 <div id="block_info">
25 <h4>English Website</h4>
26 <p>
27 SliTaz is an open source and free operating system providing
28 a fully featured desktop or server in less than 40 MB. SliTaz
29 is simple to use, fast, secure, and stable.
30 <a href="about/">More information...</a>
31 </p>
32 <div class="button" style="text-align: left; margin-top: 15px;">
33 <img src="/images/download-30.png" />
34 <?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
35 <a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
36 </div>
37 </div>
38 </div>
40 <?php include("../lib/lang.php"); ?>
42 <!-- Content -->
43 <div id="content">
45 <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 our new SliTaz 2014 fundraising!</a>
50 </div>
52 <!--
53 SliTaz news starting.
54 -->
56 <!-- Featured sponsor -->
57 <div id="sponsor">
58 <p><strong>Featured sponsor</strong></p>
59 <?php include("../lib/rand-sponsor.php"); ?>
60 <p><a href="/en/sponsor/">Become a sponsor</a></p>
61 </div>
63 <!-- We just keep the last 3 web site news -->
64 <div class="news" style="margin-right: 220px;">
66 <h2>Latest Release</h2>
68 <ul>
69 <li><strong><a href="news/#d20140329">SliTaz Raspberry Pi release</a></strong>
70 <span>- 29 Mar 2014</span></li>
71 <li><strong><a href="news/#d20140216">New SliTaz Cooking</a></strong>
72 <span>- 16 Fev 2014</span></li>
73 <li><strong><a href="news/2012.php#d20120410">SliTaz 4.0 Release</a></strong>
74 <span>- 10 Apr 2012</span></li>
75 <li><strong><a href="news/2012.php#d20120303">SliTaz 4.0 RC2 is out</a></strong>
76 <span>- 03 Mar 2012</span></li>
77 <li><strong><a href="news/">Release news archives</a></strong>
78 <span>- 2007-2013</span></li>
79 </ul>
81 <!-- End of news -->
82 </div>
84 <h2>Project Activity</h2>
86 <?php require_once("../lib/get-feeds.php"); ?>
88 <div class="activity">
89 <p>
90 <a href="http://scn.slitaz.org/activity/"><img
91 src="/images/users.png" alt="[ ]" /></a>
92 Community activity
93 <?php get_feed("scn.xml"); ?>
94 </div>
95 <p class="activity_more">
96 <a href="http://scn.slitaz.org/activity/">More activity</a>
97 </p>
98 </div>
100 <div class="activity">
101 <p>
102 <a href="http://forum.slitaz.org/"><img
103 src="/images/support.png" alt="[ ]" /></a>
104 Forum activity
105 <?php get_feed_forum("forum.xml"); ?>
106 </div>
107 <p class="activity_more">
108 <a href="http://forum.slitaz.org/">More support</a>
109 </p>
110 </div>
112 <div class="activity">
113 <p>
114 <a href="http://hg.slitaz.org/">
115 <img src="/images/development.png" alt="[ ]" /></a>
116 Latest commits in wok
117 <?php get_feed("wok.xml"); ?>
118 </div>
119 <p class="activity_more">
120 <a href="http://hg.slitaz.org/">More commits</a>
121 </p>
122 </div>
124 <!-- SCN blog posts -->
125 <h2>Blog Posts</h2>
127 <div class="news">
128 <?php get_feed_blog("blog.xml"); ?>
129 </div>
131 <!-- Twitter -->
132 <div id="twitter">
133 <a class="twitter-timeline" href="https://twitter.com/slitaz" data-widget-id="420830244551938048">Tweets by @slitaz</a>
134 <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>
135 </div>
137 <h2>Support us</h2>
139 <p>
140 Make SliTaz even more popular or make a donation. You can use PayPal
141 or a Flattr micropayment to monetary support us. You can Blog, Tweet,
142 share and talk about the project to help spread SliTaz. You can also
143 join the project to connect and share or get involved on the SliTaz
144 <a href="http://scn.slitaz.org/">Community Network</a>.
145 </p>
146 <p>
147 You may also want to become an official sponsor via a monthly donation or
148 by providing us with some hardware or server resources.
149 <a href="sponsor/">More information</a>
150 </p>
152 <?php include("../lib/html/donate.html"); ?>
154 <h2>Spread SliTaz</h2>
156 <p>
157 One way to help the project is to make SliTaz even more popular.
158 Blog, Tweet this page, share and talk about the project. SliTaz
159 is also social, you can join us, share artwork or post a blog on the
160 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
161 "Like" the official SliTaz Facebook page and get involved!
162 </p>
164 <?php include("../lib/html/social.html"); ?>
166 <h2>Internationalization</h2>
168 <p>
169 The SliTaz web site is available in several languages and maintained by the
170 <a href="../i18n.php">internationalization</a> team (i18n). Help is often
171 needed and you're welcome to join us if you would like to see the website
172 translated into your language.
173 </p>
174 <p>
175 <img src="../images/users.png" alt="*" />
176 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
177 </p>
179 <!-- End of content -->
180 </div>
182 <?php include("../lib/html/footer.html"); ?>
184 </body>
185 </html>