slitaz-forge view 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 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="revisit-after" content="7 days" />
11 <meta name="expires" content="never" />
12 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
13 <meta name="author" content="Christophe Lincoln"/>
14 <meta name="publisher" content="www.slitaz.org" />
15 <link rel="shortcut icon" href="favicon.ico" />
16 <link rel="stylesheet" type="text/css" href="slitaz.css" />
17 <link rel="Content" href="#content" />
18 </head>
19 <body>
21 <!-- Header -->
22 <div id="header">
23 <a href="http://boot.slitaz.org/"><img id="logo"
24 src="pics/website/logo.png"
25 title="boot.slitaz.org" alt="boot.slitaz.org" /></a>
26 <p id="titre">#!/Web/Boot</p>
27 </div>
29 <!-- Content -->
30 <div id="content-full">
32 <!-- Block begin -->
33 <div class="block">
34 <!-- Nav block begin -->
35 <div id="block_nav">
36 <h3><img src="pics/website/users.png" alt="users.png" />Community</h3>
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 </ul>
41 <h3>Quick Download</h3>
42 <div class="button">
43 <a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
44 </div>
45 <!-- Nav block end -->
46 </div>
47 <!-- Top block begin -->
48 <div id="block_top">
49 <h1>SliTaz Web boot</h1>
50 <p>
51 Welcome to the <a href="http://www.slitaz.org/en/">SliTaz GNU/Linux</a>
52 gPXE boot host; boot.slitaz.org allows you to boot SliTaz from the Web
53 using a cdrom, USB media or a floppy disk. The Linux Kernel and the
54 complete SliTaz compressed root filesystem will be loaded into RAM
55 from the Web using PXE and HTTP protocols.
56 <a href="guide.html">Short guide...</a>
57 </p>
58 <!-- Top block end -->
59 </div>
60 <!-- Block end -->
61 </div>
63 <h2>In your language</h2>
65 <h3>Français</h3>
66 <p>
67 Bienvenue sur l'hôte de démarrage gPXE de
68 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>, boot.slitaz.org
69 vous permet de démarrer SliTaz depuis le réseau en utilisant un cdrom,
70 une clé USB ou une disquette de démarrage. Le noyau Linux et le système
71 de fichiers compressé contenant SliTaz seront chargés en RAM depuis
72 internet en utilisant les protocoles PXE et HTTP.
73 <a href="guide.html#fr">Guide rapide...</a>
74 </p>
76 <h3>Deutsch</h3>
77 <p>
78 Willkommen am Start-Provider gPXE von
79 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>,
80 boot.slitaz.org ermöglicht Ihnen, SliTaz aus dem Netzwerk durch
81 einfache benützung einer CD-ROM, eines USB-Sticks oder gar einer
82 Start-Floppy, einzusetzen. Linux-Kernel und erforderliche komprimierte
83 Dateien werden dann in Ihr RAM aus dem Internet über das Protokol
84 PXE/HTTP geladen. Viel Freude damit! <a href="guide.html#en">Short guide...</a>
85 </p>
87 <!-- End of content -->
88 </div>
90 <!-- Footer -->
91 <div id="footer">
92 <div class="right_box">
93 <h4>SliTaz Network</h4>
94 <ul>
95 <li><a href="http://doc.slitaz.org/">Documentation</a></li>
96 <li><a href="http://forum.slitaz.org/">Support Forum</a></li>
97 <li><a href="http://scn.slitaz.org/">Community Network</a></li>
98 <li><a href="http://labs.slitaz.org/">Laboratories</a></li>
99 <li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
100 <li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
101 </ul>
102 </div>
103 <h4>SliTaz Website</h4>
104 <ul>
105 <li><a href="#header">Top of the page</a></li>
106 <li>Copyright &copy; <span class="year"></span>
107 <a href="http://www.slitaz.org/">SliTaz</a></li>
108 <li><a href="http://www.slitaz.org/en/about/">About the project</a></li>
109 <li><a href="http://www.slitaz.org/netmap.php">Network Map</a></li>
110 <li>Page modified the <?php echo (date( "d M Y", getlastmod())); ?></li>
111 <li><a href="http://validator.w3.org/check?uri=referer"><img
112 src="pics/website/xhtml10.png" alt="Valid XHTML 1.0"
113 title="Code validé XHTML 1.0"
114 style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
115 </ul>
116 </div>
118 </body>
119 </html>