website view en/index.php @ rev 1240

fr: update most pages to latest header/menu
author Christophe Lincoln <pankso@slitaz.org>
date Sat Dec 20 23:31:47 2014 +0100 (2014-12-20)
parents f80ea45054cc
children 7986d2835cb2
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 <p>
26 SliTaz is a secure and hight performance operating system using the
27 Linux Kernel and GNU software.
28 </p>
30 <!--<div class="box-up">
31 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
32 title="Visit this page now."><img src="../images/gofundme.png"></a>
33 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
34 Check out our new SliTaz 2014 fundraising!</a>
35 </div>-->
37 <!-- Featured sponsor -->
38 <div id="sponsor">
39 <p><strong>Featured sponsor</strong></p>
40 <?php include("../lib/rand-sponsor.php"); ?>
41 <p><a href="/en/sponsor/">Become a sponsor</a></p>
42 </div>
44 <!--
45 SliTaz news starting.
46 -->
48 <!-- We just keep the last 3 web site news -->
49 <div class="news" style="margin-right: 220px;">
51 <h2>Latest Release</h2>
53 <ul>
54 <li><strong><a href="news/#d20140519">SliTaz 5.0 RC-2 release</a></strong>
55 <span>- 19 May 2014</span></li>
56 <li><strong><a href="news/#d20140502">SliTaz 5.0 RC-1 release</a></strong>
57 <span>- 2 May 2014</span></li>
58 <li><strong><a href="news/#d20140329">SliTaz Raspberry Pi release</a></strong>
59 <span>- 29 Mar 2014</span></li>
60 <li><strong><a href="news/">Release news archives</a></strong>
61 <span>- 2007-2013</span></li>
62 </ul>
64 <!-- End of news -->
65 </div>
67 <h2>Quick Download</h2>
69 <div class="dldiv">
70 <p><?php echo "<a class='dlbutton nav1' href='$stable_iso'>SliTaz $stable_ver</a>
71 <a class='dlbutton nav2' href='$cooking_iso'>SliTaz $cooking</a>"; ?>
72 <a class='dlbutton navpi' href='http://arm.slitaz.org/rpi'>SliTaz Raspberry Pi</a></p>
73 </div>
75 <h2>Project Activity</h2>
77 <?php require_once("../lib/get-feeds.php"); ?>
79 <div class="activity">
80 <p>
81 <a href="http://forum.slitaz.org/"><img
82 src="/images/support.png" alt="[ ]" /></a>
83 Forum activity
84 <?php get_feed_forum("forum.xml"); ?>
85 </div>
86 <p class="activity_more">
87 <a href="http://forum.slitaz.org/">More support</a>
88 </p>
89 </div>
91 <div class="activity">
92 <p>
93 <a href="http://hg.slitaz.org/">
94 <img src="/images/development.png" alt="[ ]" /></a>
95 Latest commits in wok
96 <?php get_feed("wok.xml"); ?>
97 </div>
98 <p class="activity_more">
99 <a href="http://hg.slitaz.org/">More commits</a>
100 </p>
101 </div>
103 <!-- SCN blog posts
104 <h2>Blog Posts</h2>
106 <div class="news">
107 <?php //get_feed_blog("blog.xml"); ?>
108 </div>-->
110 <!-- Twitter -->
111 <div id="twitter">
112 <a class="twitter-timeline" href="https://twitter.com/slitaz"
113 data-widget-id="420830244551938048">Tweets by @slitaz</a>
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>
155 <!-- End of content -->
156 </section>
158 <?php include("../lib/html/footer.html"); ?>
160 </body>
161 </html>