slitaz-forge view 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 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 Web Boot</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz gPXE boot online your OS web-boot slitaz-cooking" />
8 <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS" />
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 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="slitaz.css" />
14 </head>
15 <body>
17 <!-- Header -->
18 <div id="header">
19 <div id="logo"></div>
20 <div id="network">
21 <a href="http://www.slitaz.org/">
22 <img src="images/network.png" alt="network.png" /></a>
23 <a href="http://scn.slitaz.org/">Community</a>
24 <a href="http://doc.slitaz.org/">Doc</a>
25 <a href="http://forum.slitaz.org/">Forum</a>
26 <a href="http://labs.slitaz.org/issues">Bugs</a>
27 <a href="http://hg.slitaz.org/">Hg</a>
28 </div>
29 <h1><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></h1>
30 </div>
32 <!-- Block -->
33 <div id="block">
34 <!-- Navigation -->
35 <div id="block_nav">
36 <h4><img src="images/users.png" alt="users.png" />Community</h4>
37 <ul>
38 <li><a href="http://scn.slitaz.org/">Community Network</a></li>
39 <li><a href="http://pizza.slitaz.org/">LiveCD Online Builder</a></li>
40 <li><a href="http://doc.slitaz.org/en:cookbook:start">SliTaz Cookbook</a></li>
41 <li><a href="http://doc.slitaz.org/en:handbook:genlivecd">LiveCD flavor howto</a></li>
42 </ul>
43 </div>
44 <!-- Information/image -->
45 <div id="block_info">
46 <h4>Web Boot</h4>
47 <p>
48 Welcome to the <a href="http://www.slitaz.org/en/">SliTaz GNU/Linux</a>
49 gPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web
50 using a cdrom, USB media or a floppy disk. The Linux Kernel and the
51 complete SliTaz compressed root filesystem will be loaded into RAM
52 from the Web using PXE and HTTP protocols.
53 <a href="guide.html">Short guide...</a>
54 </p>
55 <div class="button" style="padding-top: 8px;">
56 Quick Download:
57 <a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
58 </div>
59 </div>
60 </div>
62 <!-- Content -->
63 <div id="content">
65 <h2>In your language</h2>
67 <h3>Français</h3>
68 <p>
69 Bienvenue sur l'hôte de démarrage gPXE de
70 <a href="http://www.slitaz.org/fr/">SliTaz GNU/Linux</a>, boot.slitaz.org
71 vous permet de démarrer SliTaz depuis le réseau en utilisant un cdrom,
72 une clé USB ou une disquette de démarrage. Le noyau Linux et le système
73 de fichiers compressé contenant SliTaz seront chargés en RAM depuis
74 internet en utilisant les protocoles PXE et HTTP.
75 <a href="guide.html#fr">Guide rapide...</a>
76 </p>
78 <h3>Deutsch</h3>
79 <p>
80 Willkommen am Start-Provider gPXE von
81 <a href="http://www.slitaz.org/de/">SliTaz GNU/Linux</a>,
82 boot.slitaz.org ermöglicht Ihnen, SliTaz aus dem Netzwerk durch
83 einfache benützung einer CD-ROM, eines USB-Sticks oder gar einer
84 Start-Floppy, einzusetzen. Linux-Kernel und erforderliche komprimierte
85 Dateien werden dann in Ihr RAM aus dem Internet über das Protokol
86 PXE/HTTP geladen. Viel Freude damit! <a href="guide.html#en">Short guide...</a>
87 </p>
89 <!-- End of content -->
90 </div>
92 <!-- Footer -->
93 <div id="footer">
94 Copyright &copy; <span class="year"></span>
95 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
96 <a href="http://scn.slitaz.org/">Community</a>
97 <a href="http://doc.slitaz.org/">Doc</a>
98 <a href="http://forum.slitaz.org/">Forum</a>
99 <a href="http://pkgs.slitaz.org/">Packages</a>
100 <a href="http://labs.slitaz.org/issues">Bugs</a>
101 <a href="http://hg.slitaz.org/">Hg</a>
102 <p>
103 SliTaz @
104 <a href="http://twitter.com/slitaz">Twitter</a>
105 <a href="http://www.facebook.com/slitaz">Facebook</a>
106 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
107 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
108 <a href="http://flattr.com/profile/slitaz">Flattr</a>
109 </p>
110 </div>
112 </body>
113 </html>