website view en/index.php @ rev 1208

Announce 5.0 RC1
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 16:06:58 2014 +0200 (2014-05-02)
parents 8e10b2213de1
children b6992228b053
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz GNU/Linux (en)</title>
6 <meta name="description" content="SliTaz GNU/Linux English Website" />
7 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
8 <meta name="author" content="Paul Issot"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../config.php");
15 include("../lib/html/header.html");
16 include("../lib/html/nav.html");
17 include("../lib/lang.php");
18 ?>
20 <!-- Content -->
21 <section id="content">
23 <h2>Welcome to SliTaz</h2>
25 <div class="box-up">
26 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
27 title="Visit this page now."><img src="../images/gofundme.png"></a>
28 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
29 Check out our new SliTaz 2014 fundraising!</a>
30 </div>
32 <!-- Featured sponsor -->
33 <div id="sponsor">
34 <p><strong>Featured sponsor</strong></p>
35 <?php include("../lib/rand-sponsor.php"); ?>
36 <p><a href="/en/sponsor/">Become a sponsor</a></p>
37 </div>
39 <!--
40 SliTaz news starting.
41 -->
43 <!-- We just keep the last 3 web site news -->
44 <div class="news" style="margin-right: 220px;">
46 <h2>Latest Release</h2>
48 <ul>
49 <li><strong><a href="news/#d20140502">SliTaz 5.0 RC-1 release</a></strong>
50 <span>- 2 May 2014</span></li>
51 <li><strong><a href="news/#d20140329">SliTaz Raspberry Pi release</a></strong>
52 <span>- 29 Mar 2014</span></li>
53 <li><strong><a href="news/#d20140216">New SliTaz Cooking</a></strong>
54 <span>- 16 Feb 2014</span></li>
55 <li><strong><a href="news/2012.php#d20120410">SliTaz 4.0 Release</a></strong>
56 <span>- 10 Apr 2012</span></li>
57 <li><strong><a href="news/">Release news archives</a></strong>
58 <span>- 2007-2013</span></li>
59 </ul>
61 <!-- End of news -->
62 </div>
64 <h2>Quick Download</h2>
66 <div class="dldiv">
67 <p><?php echo "<a class='dlbutton nav1' href='$stable_iso'>SliTaz $stable_ver</a>
68 <a class='dlbutton nav2' href='$cooking_iso'>SliTaz $cooking</a>"; ?>
69 <a class='dlbutton navpi' href='http://arm.slitaz.org/rpi'>SliTaz Raspberry Pi</a></p>
70 </div>
72 <h2>Project Activity</h2>
74 <?php require_once("../lib/get-feeds.php"); ?>
76 <div class="activity">
77 <p>
78 <a href="http://forum.slitaz.org/"><img
79 src="/images/support.png" alt="[ ]" /></a>
80 Forum activity
81 <?php get_feed_forum("forum.xml"); ?>
82 </div>
83 <p class="activity_more">
84 <a href="http://forum.slitaz.org/">More support</a>
85 </p>
86 </div>
88 <div class="activity">
89 <p>
90 <a href="http://hg.slitaz.org/">
91 <img src="/images/development.png" alt="[ ]" /></a>
92 Latest commits in wok
93 <?php get_feed("wok.xml"); ?>
94 </div>
95 <p class="activity_more">
96 <a href="http://hg.slitaz.org/">More commits</a>
97 </p>
98 </div>
100 <!-- SCN blog posts
101 <h2>Blog Posts</h2>
103 <div class="news">
104 <?php //get_feed_blog("blog.xml"); ?>
105 </div>-->
107 <!-- Twitter -->
108 <div id="twitter">
109 <a class="twitter-timeline" href="https://twitter.com/slitaz"
110 data-widget-id="420830244551938048">Tweets by @slitaz</a>
111 <style type="text/css">
112 .twitter-timeline { width: 100%; }
113 </style>
114 <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>
115 </div>
117 <h2>Support us</h2>
119 <p>
120 Make SliTaz even more popular or make a donation. You can use PayPal
121 or a Flattr micropayment to monetary support us. You can Blog, Tweet,
122 share and talk about the project to help spread SliTaz. You can also
123 join the project to connect and share or get involved on the SliTaz
124 <a href="http://scn.slitaz.org/">Community Network</a>.
125 </p>
126 <p>
127 You may also want to become an official sponsor via a monthly donation or
128 by providing us with some hardware or server resources.
129 <a href="sponsor/">More information</a>
130 </p>
132 <?php include("../lib/html/donate.html"); ?>
134 <h2>Spread SliTaz</h2>
136 <p>
137 One way to help the project is to make SliTaz even more popular.
138 Blog, Tweet this page, share and talk about the project. SliTaz
139 is also social, you can join us, share artwork or post a blog on the
140 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
141 "Like" the official SliTaz Facebook page and get involved!
142 </p>
144 <?php include("../lib/html/social.html"); ?>
146 <h2>Internationalization</h2>
148 <p>
149 The SliTaz web site is available in several languages and maintained by the
150 <a href="../i18n.php">internationalization</a> team (i18n). Help is often
151 needed and you're welcome to join us if you would like to see the website
152 translated into your language.
153 </p>
154 <p>
155 <img src="../images/users.png" alt="*" />
156 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
157 </p>
159 <!-- End of content -->
160 </section>
162 <?php include("../lib/html/footer.html"); ?>
164 </body>
165 </html>