website view en/index.php @ rev 1184

Anounce new cooking
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 16 20:22:08 2014 +0100 (2014-02-16)
parents 8f667ba8394c
children a1dc2d13680d e8d64efcd7cc
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/#d20140216">New SliTaz Cooking</a></strong>
70 <span>- 16 Fev 2014</span></li>
71 <li><strong><a href="news/2012.php#d20120410">SliTaz 4.0 Release</a></strong>
72 <span>- 10 Apr 2012</span></li>
73 <li><strong><a href="news/2012.php#d20120303">SliTaz 4.0 RC2 is out</a></strong>
74 <span>- 03 Mar 2012</span></li>
75 <li><strong><a href="news/">Release news archives</a></strong>
76 <span>- 2007-2013</span></li>
77 </ul>
79 <!-- End of news -->
80 </div>
82 <h2>Project Activity</h2>
84 <?php require_once("../lib/get-feeds.php"); ?>
86 <div class="activity">
87 <p>
88 <a href="http://scn.slitaz.org/activity/"><img
89 src="/images/users.png" alt="[ ]" /></a>
90 Community activity
91 <?php get_feed("scn.xml"); ?>
92 </div>
93 <p class="activity_more">
94 <a href="http://scn.slitaz.org/activity/">More activity</a>
95 </p>
96 </div>
98 <div class="activity">
99 <p>
100 <a href="http://forum.slitaz.org/"><img
101 src="/images/support.png" alt="[ ]" /></a>
102 Forum activity
103 <?php get_feed_forum("forum.xml"); ?>
104 </div>
105 <p class="activity_more">
106 <a href="http://forum.slitaz.org/">More support</a>
107 </p>
108 </div>
110 <div class="activity">
111 <p>
112 <a href="http://hg.slitaz.org/">
113 <img src="/images/development.png" alt="[ ]" /></a>
114 Latest commits in wok
115 <?php get_feed("wok.xml"); ?>
116 </div>
117 <p class="activity_more">
118 <a href="http://hg.slitaz.org/">More commits</a>
119 </p>
120 </div>
122 <!-- SCN blog posts -->
123 <h2>Blog Posts</h2>
125 <div class="news">
126 <?php get_feed_blog("blog.xml"); ?>
127 </div>
129 <!-- Twitter -->
130 <div id="twitter">
131 <a class="twitter-timeline" href="https://twitter.com/slitaz" data-widget-id="420830244551938048">Tweets by @slitaz</a>
132 <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>
133 </div>
135 <h2>Support us</h2>
137 <p>
138 Make SliTaz even more popular or make a donation. You can use PayPal
139 or a Flattr micropayment to monetary support us. You can Blog, Tweet,
140 share and talk about the project to help spread SliTaz. You can also
141 join the project to connect and share or get involved on the SliTaz
142 <a href="http://scn.slitaz.org/">Community Network</a>.
143 </p>
144 <p>
145 You may also want to become an official sponsor via a monthly donation or
146 by providing us with some hardware or server resources.
147 <a href="sponsor/">More information</a>
148 </p>
150 <?php include("../lib/html/donate.html"); ?>
152 <h2>Spread SliTaz</h2>
154 <p>
155 One way to help the project is to make SliTaz even more popular.
156 Blog, Tweet this page, share and talk about the project. SliTaz
157 is also social, you can join us, share artwork or post a blog on the
158 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
159 "Like" the official SliTaz Facebook page and get involved!
160 </p>
162 <?php include("../lib/html/social.html"); ?>
164 <h2>Internationalization</h2>
166 <p>
167 The SliTaz web site is available in several languages and maintained by the
168 <a href="../i18n.php">internationalization</a> team (i18n). Help is often
169 needed and you're welcome to join us if you would like to see the website
170 translated into your language.
171 </p>
172 <p>
173 <img src="../images/users.png" alt="*" />
174 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
175 </p>
177 <!-- End of content -->
178 </div>
180 <?php include("../lib/html/footer.html"); ?>
182 </body>
183 </html>