website view index.php @ rev 929

Add lib/html/meta-link.html to include common meta tags in all pages
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 20:14:21 2012 +0100 (2012-03-12)
parents 41992b4f5268
children f1002e10d0f2
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/asso/sponsor.php">sponsor</a>
71 </p>
72 </div>
74 <!-- We just keep the last 4 web site news -->
75 <div class="news">
77 <h2>Latest News</h2>
79 <ul>
80 <li><strong><a href="en/#news">SliTaz 4.0 RC2 is out</a></strong>
81 <span>- 03 Mar 2012</span></li>
82 <li><strong><a href="en/#20120223">SliTaz 4.0 RC1 is out</a></strong>
83 <span>- 23 Feb 2012</span></li>
84 <li><strong><a href="en/#20110531">New and fresh Cooking 20110531</a></strong>
85 <span>- 31 May 2011</span></li>
86 <li><strong><a href="en/#20110329">New Cooking 20110329</a></strong>
87 <span>- 29 March 2011</span></li>
88 </ul>
90 <!-- End of news -->
91 </div>
93 <h2>Project Activity</h2>
94 <?php require_once("lib/get-feeds.php"); ?>
96 <div class="activity">
97 <p>
98 <a href="http://scn.slitaz.org/activity/"><img
99 src="images/users.png" alt="users.png" /></a>
100 Community activity
101 <?php get_feed("scn.xml"); ?>
102 </div>
103 <p class="activity_more">
104 <a href="http://scn.slitaz.org/activity/">More activity</a>
105 </p>
106 </div>
108 <div class="activity">
109 <p>
110 <a href="http://hg.slitaz.org/">
111 <img src="images/development.png" alt="development.png" /></a>
112 Latest commits in wok
113 <?php get_feed("wok.xml"); ?>
114 </div>
115 <p class="activity_more">
116 <a href="http://hg.slitaz.org/">More commits</a>
117 </p>
118 </div>
120 <h2>Blog Posts</h2>
122 <div class="news">
123 <?php get_feed_blog("blog.xml"); ?>
124 </div>
126 <h2>Latest Tweet</h2>
127 <div id="twitter">
128 <script src="http://widgets.twimg.com/j/2/widget.js"></script>
129 <script>
130 new TWTR.Widget({
131 version: 2,
132 type: 'profile',
133 rpp: 4,
134 interval: 6000,
135 width: '100%',
136 height: 200,
137 theme: {
138 shell: {
139 background: '#eaeaea',
140 color: '#000000'
141 },
142 tweets: {
143 background: '#ffffff',
144 color: '#000000',
145 links: '#3a4885'
146 }
147 },
148 features: {
149 scrollbar: false,
150 loop: false,
151 live: false,
152 hashtags: true,
153 timestamp: true,
154 avatars: false,
155 behavior: 'all'
156 }
157 }).render().setUser('slitaz').start();
158 </script>
159 </div>
161 <h2>Spread SliTaz</h2>
162 <p>
163 One way to help the project is to make SliTaz even more popular.
164 Blog, Tweet this page, share and talk about the project. SliTaz
165 is also social, you can join us, share artwork or post a blog on the
166 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
167 "Like" the official SliTaz Facebook page and get involved!
168 </p>
170 <?php include("lib/html/social.html"); ?>
172 <h2>Monetary support</h2>
173 <p>
174 SliTaz is made by volunteers and there is no company behind
175 the project, but we desperately need some money to maintain the
176 project infrastructure and services such as the main server and
177 build host. You can help with a micropayment via Flattr or a
178 Paypal donation to the SliTaz <a href="en/asso/">Association</a>,
179 that way we can keep our freedom and autonomy without having any
180 ads on our sites.
181 </p>
183 <?php include("lib/html/donate.html"); ?>
185 <h2>Internationalization</h2>
186 <p>
187 The SliTaz web site is available in several languages and maintained by the
188 <a href="i18n.php">internationalization</a> team (i18n). Help is often
189 needed and you're welcome to join us if you would like to see the website
190 translated into your language.
191 </p>
192 <p>
193 <img src="images/users.png" alt="users.png" />
194 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
195 </p>
197 <!-- End of content -->
198 </div>
200 <?php include("lib/html/footer.html"); ?>
202 </body>
203 </html>