website view index.php @ rev 945

Add lib/rand-sponsor.php and display featured sponsor on main page and sponsor page
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 19:14:50 2012 +0100 (2012-03-13)
parents f1002e10d0f2
children e2a0a816a8c6
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 <title>SliTaz GNU/Linux</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
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 <!-- Languages -->
48 <div id="lang">
49 <a href="i18n.php"><img src="images/locale.png" alt="locale.png" /></a>
50 <a href="da/">Dansk</a>
51 <a href="de/">Deutsch</a>
52 <a href="en/">English</a>
53 <a href="es/">Español</a>
54 <a href="fr/">Français</a>
55 <a href="id/">Indonesian</a>
56 <a href="it/">Italiano</a>
57 <a href="pt/">Português</a>
58 <a href="cn/">Chinese</a>
59 </div>
61 <!-- Content -->
62 <div id="content">
64 <div class="box">
65 <img src="images/update.png" style="float: left; margin-right: 10px; " />
66 <p>
67 Help us get a dedicated server - Check out our
68 <a href="http://www.gofundme.com/3ql70">online fundraising</a>
69 or become an official
70 <a href="/en/sponsor/">sponsor</a>
71 </p>
72 </div>
74 <!-- Featured sponsor -->
75 <div id="sponsor">
76 <p><strong>Featured sponsor</strong></p>
77 <?php include("lib/rand-sponsor.php"); ?>
78 <p><a href="/en/sponsor/">Become a sponsor</a></p>
79 </div>
81 <!-- We just keep the last 4 web site news -->
82 <div class="news" style="margin-right: 220px;">
84 <h2>Latest News</h2>
86 <ul>
87 <li><strong><a href="en/#news">SliTaz 4.0 RC2 is out</a></strong>
88 <span>- 03 Mar 2012</span></li>
89 <li><strong><a href="en/#20120223">SliTaz 4.0 RC1 is out</a></strong>
90 <span>- 23 Feb 2012</span></li>
91 <li><strong><a href="en/#20110531">New and fresh Cooking 20110531</a></strong>
92 <span>- 31 May 2011</span></li>
93 <li><strong><a href="en/#20110329">New Cooking 20110329</a></strong>
94 <span>- 29 March 2011</span></li>
95 </ul>
97 <!-- End of news -->
98 </div>
100 <h2>Project Activity</h2>
101 <?php require_once("lib/get-feeds.php"); ?>
103 <div class="activity">
104 <p>
105 <a href="http://scn.slitaz.org/activity/"><img
106 src="images/users.png" alt="users.png" /></a>
107 Community activity
108 <?php get_feed("scn.xml"); ?>
109 </div>
110 <p class="activity_more">
111 <a href="http://scn.slitaz.org/activity/">More activity</a>
112 </p>
113 </div>
115 <div class="activity">
116 <p>
117 <a href="http://hg.slitaz.org/">
118 <img src="images/development.png" alt="development.png" /></a>
119 Latest commits in wok
120 <?php get_feed("wok.xml"); ?>
121 </div>
122 <p class="activity_more">
123 <a href="http://hg.slitaz.org/">More commits</a>
124 </p>
125 </div>
127 <h2>Blog Posts</h2>
129 <div class="news">
130 <?php get_feed_blog("blog.xml"); ?>
131 </div>
133 <h2>Latest Tweet</h2>
134 <div id="twitter">
135 <script src="http://widgets.twimg.com/j/2/widget.js"></script>
136 <script>
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>
169 <p>
170 One way to help the project is to make SliTaz even more popular.
171 Blog, Tweet this page, share and talk about the project. SliTaz
172 is also social, you can join us, share artwork or post a blog on the
173 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
174 "Like" the official SliTaz Facebook page and get involved!
175 </p>
177 <?php include("lib/html/social.html"); ?>
179 <h2>Monetary support</h2>
180 <p>
181 SliTaz is made by volunteers and there is no company behind
182 the project, but we desperately need some money to maintain the
183 project infrastructure and services such as the main server and
184 build host. You can help with a micropayment via Flattr or a
185 Paypal donation to the SliTaz <a href="en/asso/">Association</a>,
186 that way we can keep our freedom and autonomy without having any
187 ads on our sites.
188 </p>
190 <?php include("lib/html/donate.html"); ?>
192 <h2>Internationalization</h2>
193 <p>
194 The SliTaz web site is available in several languages and maintained by the
195 <a href="i18n.php">internationalization</a> team (i18n). Help is often
196 needed and you're welcome to join us if you would like to see the website
197 translated into your language.
198 </p>
199 <p>
200 <img src="images/users.png" alt="users.png" />
201 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
202 </p>
204 <!-- End of content -->
205 </div>
207 <?php include("lib/html/footer.html"); ?>
209 </body>
210 </html>