website view index.php @ rev 1049

Add ru & pt relnote to 4.0; huge cleaning of all relnotes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 10 19:27:55 2012 +0300 (2012-04-10)
parents 48c326b5198d
children c362085e5a9b
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 Help us get a <a href="http://www.gofundme.com/3ql70">dedicated server</a>,
55 and check out our <a href="http://usbkey.slitaz.org/">USB Key Project</a>!
56 </p>
57 </div>
59 <!-- Featured sponsor -->
60 <div id="sponsor">
61 <p><strong>Featured sponsor</strong></p>
62 <?php include("lib/rand-sponsor.php"); ?>
63 <p><a href="/en/sponsor/">Become a sponsor</a></p>
64 </div>
66 <!-- We just keep the last 4 web site news -->
67 <div class="news" style="margin-right: 220px;">
69 <h2>Latest News</h2>
71 <ul>
72 <li><strong><a href="en/#news">SliTaz 4.0 RC2 is out</a></strong>
73 <span>— 03 Mar 2012</span></li>
74 <li><strong><a href="en/#20120223">SliTaz 4.0 RC1 is out</a></strong>
75 <span>— 23 Feb 2012</span></li>
76 <li><strong><a href="en/#20110531">New and fresh Cooking 20110531</a></strong>
77 <span>— 31 May 2011</span></li>
78 <li><strong><a href="en/#20110329">New Cooking 20110329</a></strong>
79 <span>— 29 March 2011</span></li>
80 </ul>
82 <!-- End of news -->
83 </div>
85 <h2>Project Activity</h2>
87 <?php require_once("lib/get-feeds.php"); ?>
89 <div class="activity">
90 <p>
91 <a href="http://scn.slitaz.org/activity/"><img
92 src="images/users.png" alt="*" /></a>
93 Community activity
94 <?php get_feed("scn.xml"); ?>
95 </div>
96 <p class="activity_more">
97 <a href="http://scn.slitaz.org/activity/">More activity</a>
98 </p>
99 </div>
101 <div class="activity">
102 <p>
103 <a href="http://forum.slitaz.org/"><img
104 src="/images/support.png" alt="*" /></a>
105 Forum activity
106 <?php get_feed_forum("forum.xml"); ?>
107 </div>
108 <p class="activity_more">
109 <a href="http://forum.slitaz.org/">More support</a>
110 </p>
111 </div>
113 <div class="activity">
114 <p>
115 <a href="http://hg.slitaz.org/">
116 <img src="images/development.png" alt="*" /></a>
117 Latest commits in wok
118 <?php get_feed("wok.xml"); ?>
119 </div>
120 <p class="activity_more">
121 <a href="http://hg.slitaz.org/">More commits</a>
122 </p>
123 </div>
125 <h2>Blog Posts</h2>
127 <div class="news">
128 <?php get_feed_blog("blog.xml"); ?>
129 </div>
131 <h2>Latest Tweet</h2>
133 <div id="twitter">
134 <script type="text/javascript"
135 src="http://widgets.twimg.com/j/2/widget.js"></script>
136 <script type="text/javascript">
137 new TWTR.Widget({
138 version: 2,
139 type: 'profile',
140 rpp: 4,
141 interval: 6000,
142 width: '100%',
143 height: 200,
144 theme: {
145 shell: {
146 background: '#efefef',
147 color: '#000000'
148 },
149 tweets: {
150 background: '#ffffff',
151 color: '#000000',
152 links: '#3a4885'
153 }
154 },
155 features: {
156 scrollbar: false,
157 loop: false,
158 live: false,
159 hashtags: true,
160 timestamp: true,
161 avatars: false,
162 behavior: 'all'
163 }
164 }).render().setUser('slitaz').start();
165 </script>
166 </div>
168 <h2>Spread SliTaz</h2>
170 <p>
171 One way to help the project is to make SliTaz even more popular.
172 Blog, Tweet this page, share and talk about the project. SliTaz
173 is also social, you can join us, share artwork or post a blog on the
174 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
175 "Like" the official SliTaz Facebook page and get involved!
176 </p>
178 <?php include("lib/html/social.html"); ?>
180 <h2>Monetary support</h2>
182 <p>
183 SliTaz is made by volunteers and there is no company behind
184 the project, but we desperately need some money to maintain the
185 project infrastructure and services such as the main server and
186 build host. You can help with a micropayment via Flattr or a
187 Paypal donation to the SliTaz <a href="en/asso/">Association</a>,
188 that way we can keep our freedom and autonomy without having any
189 ads on our sites.
190 </p>
192 <?php include("lib/html/donate.html"); ?>
194 <h2>Internationalization</h2>
196 <p>
197 The SliTaz web site is available in several languages and maintained by the
198 <a href="i18n.php">internationalization</a> team (i18n). Help is often
199 needed and you're welcome to join us if you would like to see the website
200 translated into your language.
201 </p>
202 <p>
203 <img src="images/users.png" alt="*" />
204 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
205 </p>
207 <!-- End of content -->
208 </div>
210 <?php include("lib/html/footer.html"); ?>
212 </body>
213 </html>