slitaz-forge diff boot/web/index.php @ rev 33

Add boot/web folder. This is so we have a backup of boot.slitaz.org website.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 04 11:27:53 2011 +0000 (2011-03-04)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/boot/web/index.php	Fri Mar 04 11:27:53 2011 +0000
     1.3 @@ -0,0 +1,119 @@
     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="revisit-after" content="7 days" />
    1.14 +    <meta name="expires" content="never" />
    1.15 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.16 +    <meta name="author" content="Christophe Lincoln"/>
    1.17 +    <meta name="publisher" content="www.slitaz.org" />
    1.18 +    <link rel="shortcut icon" href="favicon.ico" />
    1.19 +    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    1.20 +    <link rel="Content" href="#content" />
    1.21 +</head>
    1.22 +<body>
    1.23 +
    1.24 +<!-- Header -->
    1.25 +<div id="header">
    1.26 +    <a href="http://boot.slitaz.org/"><img id="logo"
    1.27 +		src="pics/website/logo.png" 
    1.28 +		title="boot.slitaz.org" alt="boot.slitaz.org" /></a>
    1.29 +    <p id="titre">#!/Web/Boot</p>
    1.30 +</div>
    1.31 +
    1.32 +<!-- Content -->
    1.33 +<div id="content-full">
    1.34 +
    1.35 +<!-- Block begin -->
    1.36 +<div class="block">
    1.37 +	<!-- Nav block begin -->
    1.38 +	<div id="block_nav">
    1.39 +		<h3><img src="pics/website/users.png" alt="users.png" />Community</h3>
    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 +		</ul>
    1.44 +		<h3>Quick Download</h3>
    1.45 +		<div class="button">
    1.46 +			<a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
    1.47 +		</div>
    1.48 +	<!-- Nav block end -->
    1.49 +	</div>
    1.50 +	<!-- Top block begin -->
    1.51 +	<div id="block_top">
    1.52 +		<h1>SliTaz Web boot</h1>
    1.53 +		<p>
    1.54 +			Welcome to the <a href="http://www.slitaz.org/en/">SliTaz GNU/Linux</a>
    1.55 +			gPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web
    1.56 +			using a cdrom, USB media or a floppy disk. The Linux Kernel and the 
    1.57 +			complete SliTaz compressed root filesystem will be loaded into RAM 
    1.58 +			from the Web using PXE and HTTP protocols. 
    1.59 +			<a href="guide.html">Short guide...</a>
    1.60 +		</p>
    1.61 +	<!-- Top block end -->
    1.62 +	</div>
    1.63 +<!-- Block end -->
    1.64 +</div>
    1.65 +
    1.66 +<h2>In your language</h2>
    1.67 +
    1.68 +<h3>Français</h3>
    1.69 +<p>
    1.70 +Bienvenue sur l'hôte de démarrage gPXE de 
    1.71 +<a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>, boot.slitaz.org
    1.72 +vous permet de démarrer SliTaz depuis le réseau en utilisant un cdrom,
    1.73 +une clé USB ou une disquette de démarrage. Le noyau Linux et le système
    1.74 +de fichiers compressé contenant SliTaz seront chargés en RAM depuis
    1.75 +internet en utilisant les protocoles PXE et HTTP. 
    1.76 +<a href="guide.html#fr">Guide rapide...</a>
    1.77 +</p>
    1.78 +
    1.79 +<h3>Deutsch</h3>
    1.80 +<p>
    1.81 +Willkommen am Start-Provider gPXE von
    1.82 +<a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>,
    1.83 +boot.slitaz.org ermöglicht Ihnen, SliTaz aus dem Netzwerk durch 
    1.84 +einfache benützung einer CD-ROM, eines USB-Sticks oder gar einer
    1.85 +Start-Floppy, einzusetzen. Linux-Kernel und erforderliche komprimierte
    1.86 +Dateien werden dann in Ihr RAM aus dem Internet über das Protokol 
    1.87 +PXE/HTTP geladen. Viel Freude damit! <a href="guide.html#en">Short guide...</a>
    1.88 +</p>
    1.89 +
    1.90 +<!-- End of content -->
    1.91 +</div>
    1.92 +
    1.93 +<!-- Footer -->
    1.94 +<div id="footer">
    1.95 +	<div class="right_box">
    1.96 +	<h4>SliTaz Network</h4>
    1.97 +		<ul>
    1.98 +			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
    1.99 +			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
   1.100 +			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
   1.101 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   1.102 +			<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
   1.103 +			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
   1.104 +		</ul>
   1.105 +	</div>
   1.106 +	<h4>SliTaz Website</h4>
   1.107 +	<ul>
   1.108 +		<li><a href="#header">Top of the page</a></li>
   1.109 +		<li>Copyright &copy; <span class="year"></span>
   1.110 +			<a href="http://www.slitaz.org/">SliTaz</a></li>
   1.111 +		<li><a href="http://www.slitaz.org/en/about/">About the project</a></li>
   1.112 +		<li><a href="http://www.slitaz.org/netmap.php">Network Map</a></li>
   1.113 +		<li>Page modified the <?php echo (date( "d M Y", getlastmod())); ?></li>
   1.114 +		<li><a href="http://validator.w3.org/check?uri=referer"><img
   1.115 +		src="pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   1.116 +		title="Code validé XHTML 1.0"
   1.117 +		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
   1.118 +	</ul>
   1.119 +</div>
   1.120 +
   1.121 +</body>
   1.122 +</html>