slitaz-forge diff boot/index.php @ rev 38

boot: Update to new style and layout
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 28 15:10:53 2011 +0200 (2011-03-28)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/boot/index.php	Mon Mar 28 15:10:53 2011 +0200
     1.3 @@ -0,0 +1,113 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +<head>
     1.8 +    <title>SliTaz Web Boot</title>
     1.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +    <meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking" />
    1.11 +    <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS" />
    1.12 +    <meta name="robots" content="index, follow, all" />
    1.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.14 +    <meta name="author" content="Christophe Lincoln"/>
    1.15 +    <link rel="shortcut icon" href="favicon.ico" />
    1.16 +    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    1.17 +</head>
    1.18 +<body>
    1.19 +
    1.20 +<!-- Header -->
    1.21 +<div id="header">
    1.22 +	<div id="logo"></div>
    1.23 +	<div id="network">
    1.24 +		<a href="http://www.slitaz.org/">
    1.25 +			<img src="images/network.png" alt="network.png" /></a>
    1.26 +		<a href="http://scn.slitaz.org/">Community</a>
    1.27 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.28 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.29 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.30 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.31 +	</div>
    1.32 +	<h1><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></h1>
    1.33 +</div>
    1.34 +
    1.35 +<!-- Block -->
    1.36 +<div id="block">
    1.37 +	<!-- Navigation -->
    1.38 +	<div id="block_nav">
    1.39 +		<h4><img src="images/users.png" alt="users.png" />Community</h4>
    1.40 +		<ul>
    1.41 +			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
    1.42 +			<li><a href="http://pizza.slitaz.org/">LiveCD Online Builder</a></li>
    1.43 +			<li><a href="http://doc.slitaz.org/en:cookbook:start">SliTaz Cookbook</a></li>
    1.44 +			<li><a href="http://doc.slitaz.org/en:handbook:genlivecd">LiveCD flavor howto</a></li>
    1.45 +		</ul>	
    1.46 +	</div>
    1.47 +	<!-- Information/image -->
    1.48 +	<div id="block_info">
    1.49 +		<h4>Web Boot</h4>
    1.50 +		<p>
    1.51 +			Welcome to the <a href="http://www.slitaz.org/en/">SliTaz GNU/Linux</a>
    1.52 +			gPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web
    1.53 +			using a cdrom, USB media or a floppy disk. The Linux Kernel and the 
    1.54 +			complete SliTaz compressed root filesystem will be loaded into RAM 
    1.55 +			from the Web using PXE and HTTP protocols. 
    1.56 +			<a href="guide.html">Short guide...</a>
    1.57 +		</p>
    1.58 +		<div class="button" style="padding-top: 8px;">
    1.59 +			Quick Download:
    1.60 +			<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
    1.61 +		</div>
    1.62 +	</div>
    1.63 +</div>
    1.64 +
    1.65 +<!-- Content -->
    1.66 +<div id="content">
    1.67 +
    1.68 +<h2>In your language</h2>
    1.69 +
    1.70 +<h3>Français</h3>
    1.71 +<p>
    1.72 +Bienvenue sur l'hôte de démarrage gPXE de 
    1.73 +<a href="http://www.slitaz.org/fr/">SliTaz GNU/Linux</a>, boot.slitaz.org
    1.74 +vous permet de démarrer SliTaz depuis le réseau en utilisant un cdrom,
    1.75 +une clé USB ou une disquette de démarrage. Le noyau Linux et le système
    1.76 +de fichiers compressé contenant SliTaz seront chargés en RAM depuis
    1.77 +internet en utilisant les protocoles PXE et HTTP. 
    1.78 +<a href="guide.html#fr">Guide rapide...</a>
    1.79 +</p>
    1.80 +
    1.81 +<h3>Deutsch</h3>
    1.82 +<p>
    1.83 +Willkommen am Start-Provider gPXE von
    1.84 +<a href="http://www.slitaz.org/de/">SliTaz GNU/Linux</a>,
    1.85 +boot.slitaz.org ermöglicht Ihnen, SliTaz aus dem Netzwerk durch 
    1.86 +einfache benützung einer CD-ROM, eines USB-Sticks oder gar einer
    1.87 +Start-Floppy, einzusetzen. Linux-Kernel und erforderliche komprimierte
    1.88 +Dateien werden dann in Ihr RAM aus dem Internet über das Protokol 
    1.89 +PXE/HTTP geladen. Viel Freude damit! <a href="guide.html#en">Short guide...</a>
    1.90 +</p>
    1.91 +
    1.92 +<!-- End of content -->
    1.93 +</div>
    1.94 +
    1.95 +<!-- Footer -->
    1.96 +<div id="footer">
    1.97 +	Copyright &copy; <span class="year"></span>
    1.98 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    1.99 +	<a href="http://scn.slitaz.org/">Community</a>
   1.100 +	<a href="http://doc.slitaz.org/">Doc</a>
   1.101 +	<a href="http://forum.slitaz.org/">Forum</a>
   1.102 +	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.103 +	<a href="http://labs.slitaz.org/issues">Bugs</a>
   1.104 +	<a href="http://hg.slitaz.org/">Hg</a>
   1.105 +	<p>
   1.106 +		SliTaz @
   1.107 +		<a href="http://twitter.com/slitaz">Twitter</a>
   1.108 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.109 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.110 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.111 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.112 +	</p>
   1.113 +</div>
   1.114 +
   1.115 +</body>
   1.116 +</html>