<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml"><head>
<title>Télécharger omnitux</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="shortcut icon" href="images/Tux_small.png" type="image/x-icon" />
</head><body>
<?php include "menu.fr.php" ?>
<?php function sflink($os, $type) {
if (strcmp($os, "Windows") == 0) {
$shortversion = "1.2";
$longversion = "1.2.0";
} else {
$shortversion = "1.2.1";
$longversion = "1.2.1";
}
$sf = "http://sourceforge.net/projects/omnitux/files/omnitux/v".$shortversion."/";
if (strcmp($type, "light") == 0) {
$sf = $sf . "light/";
}
$sf = $sf . "omnitux";
if (strcmp($type, "light") == 0) {
$sf = $sf . "-light";
}
if (strcmp($os, "Windows") == 0) {
$sf = $sf . "-".$longversion.".win32.exe";
if (strcmp($type, "light") == 0) {
$size = 76;
} else {
$size = 134;
}
}
if (strcmp($os, "Ubuntu") == 0) {
$sf = $sf . "_".$longversion."_all.deb";
if (strcmp($type, "light") == 0) {
$size = 58;
} else {
$size = 115;
}
}
if (strcmp($os, "openSUSE") == 0) {
$sf = $sf . "-".$longversion."-1.noarch-openSUSE.rpm";
if (strcmp($type, "light") == 0) {
$size = 58;
} else {
$size = 115;
}
}
if (strcmp($os, "Fedora") == 0) {
$sf = $sf . "-".$longversion."-1.noarch-Fedora.rpm";
if (strcmp($type, "light") == 0) {
$size = 58;
} else {
$size = 115;
}
}
if (strcmp($os, "other") == 0) {
$sf = $sf . "-".$longversion.".tar.bz2";
if (strcmp($type, "light") == 0) {
$size = 57;
} else {
$size = 115;
}
}
$sf = $sf . "/download";
echo "<a href=\"" . $sf . "\">" . $size . " Mo</a>";
}
?>
<div id="corps">
<h1>Téléchargement</h1>
<p>
Deux versions disponibles :
<ul>
<li>Version complète.
<li>Version <i>light</i> (qualité des sons et images réduite)
</li>
</ul>
Les activités proposées sont identiques dans les 2 versions.
</p>
<p>
<center>
<table cellpadding="5" border="0" cellspacing="15" width="100%">
<tr align="center" height="70">
<td width="34%" >
Version :
</td>
<td width="33%" bgcolor="#5555bb">
<i>Light</i>
</td>
<td width="33%" bgcolor="#222299">
Complète
</td>
</tr>
<tr align="center" height="80">
<td width="34%" bgcolor="#ffffff" >
<img src="images/windows.png" width="145">
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("Windows", "light"); ?>
</p></div>
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("Windows", "complete"); ?>
</p></div>
</td>
</tr>
<tr align="center" height="80" >
<td width="34%" bgcolor="#ffffff">
<img src="images/download_ubuntu.png" width="115" border="0">
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("Ubuntu", "light"); ?>
</p></div>
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("Ubuntu", "complete"); ?>
</p></div>
</td>
</tr>
<tr align="center" height="80" >
<td width="34%" bgcolor="#ffffff">
<img src="images/download_suse.png" width="90">
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("openSUSE", "light"); ?>
</p></div>
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("openSUSE", "complete"); ?>
</p></div>
</td>
</tr>
<tr align="center" height="80">
<td width="34%" bgcolor="#ffffff">
<img src="images/download_fedora.png" width="115">
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("Fedora", "light"); ?>
</p></div>
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("Fedora", "complete"); ?>
</p></div>
</td>
</tr>
<tr align="center" height="80">
<td width="34%" bgcolor="#665555">
Autres<br>(.tar.bz2)
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("other", "light"); ?>
</p></div>
</td>
<td width="33%">
<div id="download" class="fond"><p>
<?php sflink("other", "complete"); ?>
</p></div>
</td>
</tr>
</table>
<h1> Distributions Linux incluant Omnitux : </h1>
<?php include "distributions.php" ?>
<h1>Windows : </h1>
<?php include "windows.php" ?>
</center>
</p>
</div>
<?php include "piwik.php" ?>
</body></html>