website view index.php @ rev 912

Add AUTHORS README and config.php
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 08 13:10:47 2012 +0100 (2012-03-08)
parents 6bdb0d107255
children 5c1b226f73e7
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="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln" />
12 <meta name="verify-v1" content="qieECDfB5l+EBkG8QMNuHOGfol0/MEe4U22/4iVupNw=" />
13 <link rel="shortcut icon" href="favicon.ico" />
14 <link rel="stylesheet" type="text/css" href="slitaz.css" />
15 <link rel="alternate" type="application/rss+xml" title="SliTaz Website feed" href="en/rss.xml" />
16 <link rel="alternate" type="application/atom+xml" title="SliTaz Forum feed" href="http://forum.slitaz.org/rss" />
17 <link rel="alternate" type="application/rss+xml" title="SliTaz SCN feed" href="http://scn.slitaz.org/rss.xml" />
18 </head>
19 <body>
21 <?php include("lib/html/header.html"); ?>
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 30 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 <a href="http://mirror.slitaz.org/iso/3.0/slitaz-3.0.iso">SliTaz 3.0</a>
42 <a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC2.iso">SliTaz 4.0-RC2</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 </p>
70 </div>
72 <!-- We just keep the last 4 web site news -->
73 <div class="news">
75 <h2>Latest News</h2>
77 <ul>
78 <li><strong><a href="en/#news">SliTaz 4.0 RC2 is out</a></strong>
79 <span>- 03 Mar 2012</span></li>
80 <li><strong><a href="en/#20120223">SliTaz 4.0 RC1 is out</a></strong>
81 <span>- 23 Feb 2012</span></li>
82 <li><strong><a href="en/#20110531">New and fresh Cooking 20110531</a></strong>
83 <span>- 31 May 2011</span></li>
84 <li><strong><a href="en/#20110329">New Cooking 20110329</a></strong>
85 <span>- 29 March 2011</span></li>
86 </ul>
88 <!-- End of news -->
89 </div>
91 <h2>Project Activity</h2>
92 <?php require_once("lib/get-feeds.php"); ?>
94 <div class="activity">
95 <p>
96 <a href="http://scn.slitaz.org/activity/"><img
97 src="images/users.png" alt="users.png" /></a>
98 Community activity
99 <?php get_feed("scn.xml"); ?>
100 </div>
101 <p class="activity_more">
102 <a href="http://scn.slitaz.org/activity/">More activity</a>
103 </p>
104 </div>
106 <div class="activity">
107 <p>
108 <a href="http://hg.slitaz.org/">
109 <img src="images/development.png" alt="development.png" /></a>
110 Latest commits in wok
111 <?php get_feed("wok.xml"); ?>
112 </div>
113 <p class="activity_more">
114 <a href="http://hg.slitaz.org/">More commits</a>
115 </p>
116 </div>
118 <h2>Blog Posts</h2>
120 <div class="news">
121 <?php get_feed_blog("blog.xml"); ?>
122 </div>
124 <h2>Latest Tweet</h2>
125 <div id="twitter">
126 <script src="http://widgets.twimg.com/j/2/widget.js"></script>
127 <script>
128 new TWTR.Widget({
129 version: 2,
130 type: 'profile',
131 rpp: 4,
132 interval: 6000,
133 width: '100%',
134 height: 200,
135 theme: {
136 shell: {
137 background: '#eaeaea',
138 color: '#000000'
139 },
140 tweets: {
141 background: '#ffffff',
142 color: '#000000',
143 links: '#3a4885'
144 }
145 },
146 features: {
147 scrollbar: false,
148 loop: false,
149 live: false,
150 hashtags: true,
151 timestamp: true,
152 avatars: false,
153 behavior: 'all'
154 }
155 }).render().setUser('slitaz').start();
156 </script>
157 </div>
159 <h2>Spread SliTaz</h2>
160 <p>
161 One way to help the project is to make SliTaz even more popular.
162 Blog, Tweet this page, share and talk about the project. SliTaz
163 is also social, you can join us, share artwork or post a blog on the
164 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
165 "Like" the official SliTaz Facebook page and get involved!
166 </p>
168 <!-- Twitter Buttons -->
169 <div style="margin-bottom: 10px;">
170 <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
171 <a href="http://twitter.com/share" class="twitter-share-button"
172 data-text="SliTaz GNU/Linux"
173 data-count="horizontal"
174 data-via="slitaz">Tweet</a>
175 <a href="https://twitter.com/slitaz" class="twitter-follow-button" data-show-count="false">Follow @slitaz</a>
176 <!-- Follow -->
177 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
178 </div>
180 <!-- Like Button -->
181 <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
182 <fb:like
183 href="http://www.facebook.com/slitaz"
184 show_faces="true" width="auto">
185 </fb:like>
187 <h2>Monetary support</h2>
188 <p>
189 SliTaz is made by volunteers and there is no company behind
190 the project, but we desperately need some money to maintain the
191 project infrastructure and services such as the main server and
192 build host. You can help with a micropayment via Flattr or a
193 Paypal donation to the SliTaz <a href="en/asso/">Association</a>,
194 that way we can keep our freedom and autonomy without having any
195 ads on our sites.
196 </p>
197 <div>
198 <!-- PayPal Button -->
199 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"
200 style="display: inline;">
201 <input type="hidden" name="cmd" value="_s-xclick" />
202 <input type="hidden" name="hosted_button_id" value="4885025" />
203 <input type="image" src="images/paypal.png" name="submit"
204 alt="PayPal - The safer, easier way to pay online!" />
205 </form>
206 <!-- Flattr Button -->
207 <script type="text/javascript">
208 /* <![CDATA[ */
209 (function() {
210 var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
211 s.type = 'text/javascript';
212 s.async = true;
213 s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
214 t.parentNode.insertBefore(s, t);
215 })();
216 /* ]]> */
217 </script>
218 <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
219 href="http://www.slitaz.org/"></a>
220 </div>
222 <h2>Internationalization</h2>
223 <p>
224 The SliTaz web site is available in several languages and maintained by the
225 <a href="i18n.php">internationalization</a> team (i18n). Help is often
226 needed and you're welcome to join us if you would like to see the website
227 translated into your language.
228 </p>
229 <p>
230 <img src="images/users.png" alt="users.png" />
231 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
232 </p>
234 <!-- End of content -->
235 </div>
237 <?php include("lib/html/footer.html"); ?>
239 </body>
240 </html>