slitaz-forge view boot/de/index.php @ rev 709

boot: add mypizza.slitaz.org link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 15 17:55:16 2019 +0100 (2019-12-15)
parents a05dc3f9babc
children
line source
1 <!DOCTYPE html>
2 <html lang="de">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz Web Boot</title>
6 <meta name="description" content="slitaz iPXE boot online your OS web-boot slitaz-cooking">
7 <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS">
8 <meta name="robots" content="index, follow, all">
9 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>">
10 <meta name="author" content="Christophe Lincoln">
11 <meta name="viewport" content="width=device-width, initial-scale=1.0">
12 <link rel="shortcut icon" href="../favicon.ico">
13 <link rel="stylesheet" type="text/css" href="/static/slitaz.min.css">
14 </head>
15 <body>
17 <script>de=document.documentElement;de.className+=(("ontouchstart" in de)?' touch':' no-touch');</script>
19 <header>
20 <h1><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></h1>
21 <div class="network">
22 <a href="http://www.slitaz.org/" class="home"></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://bugs.slitaz.org">Bugs</a>
27 <a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
28 </div>
29 </header>
31 <!-- Block -->
32 <div class="block"><div>
34 <!-- Information/image -->
35 <div class="block_info">
36 <header>Web Boot</header>
37 <p>
38 Willkommen am Start-Provider iPXE von
39 <a href="http://www.slitaz.org/de/">SliTaz GNU/Linux</a>,
40 boot.slitaz.org ermöglicht Ihnen, SliTaz aus dem Netzwerk
41 durch einfache benützung einer CD-ROM, eines USB-Sticks oder
42 gar einer Start-Floppy, einzusetzen.
43 </p>
44 <p>
45 Quick Download:
46 <a href="http://mirror.slitaz.org/boot/slitaz-boot.iso">slitaz-boot.iso</a>
47 </p>
48 </div>
50 <!-- Navigation -->
51 <nav>
52 <header>Community</header>
53 <ul>
54 <li><a href="http://scn.slitaz.org/">Community Network</a></li>
55 <li><a href="http://mypizza.slitaz.org/">Online ISO Builder</a></li>
56 <li><a href="http://pizza.slitaz.org/">Online flavor Builder</a></li>
57 <li><a href="http://doc.slitaz.org/en:cookbook:start">SliTaz Cookbook</a></li>
58 <li><a href="http://doc.slitaz.org/en:handbook:genlivecd">LiveCD flavor howto</a></li>
59 </ul>
60 </nav>
61 </div></div>
63 <!-- Content -->
64 <main>
66 <!-- Languages -->
67 <div class="lang">
68 <a href="http://www.slitaz.org/i18n.php" class="locale"></a>
69 <b>Deutsch</b>
70 <a href="../en/">English</a>
71 <a href="../fr/">Français</a>
72 <a href="../pt/">Português</a>
73 <a href="../ru/">Русский</a>
74 </div>
77 <h2>Introduction und guide</h2>
79 <p>
80 Linux-Kernel und erforderliche komprimierte Dateien werden dann in Ihr RAM aus dem Internet über das Protokol
81 PXE/HTTP geladen. Viel Freude damit! <a href="../en/#guide">Short guide...</a>
82 </p>
84 <p> <br/> <br/> <br/> <br/> </p>
86 <!-- End of content -->
87 </main>
89 <script>
90 function QRCodePNG(str, obj) {
91 try {
92 obj.height = obj.width += 300;
93 return QRCode.generatePNG(str, {ecclevel: 'H'});
94 }
95 catch (any) {
96 var element = document.createElement("script");
97 element.src = "/static/qrcode.min.js";
98 element.type = "text/javascript";
99 element.onload = function() {
100 obj.src = QRCode.generatePNG(str, {ecclevel: 'H'});
101 };
102 document.body.appendChild(element);
103 }
104 }
105 </script>
107 <footer>
108 <div>
109 Copyright © <span class="year"></span>
110 <a href="http://www.slitaz.org/">SliTaz</a>
111 </div>
112 <div>
113 Network:
114 <a href="http://scn.slitaz.org/">Community</a> ·
115 <a href="http://doc.slitaz.org/">Doc</a> ·
116 <a href="http://forum.slitaz.org/">Forum</a> ·
117 <a href="http://pkgs.slitaz.org/">Packages</a> ·
118 <a href="http://bugs.slitaz.org">Bugs</a> ·
119 <a href="http://hg.slitaz.org/?sort=lastchange">Hg</a>
120 </div>
121 <div>
122 SliTaz @
123 <a href="http://twitter.com/slitaz">Twitter</a> ·
124 <a href="http://www.facebook.com/slitaz">Facebook</a> ·
125 <a href="http://distrowatch.com/slitaz">Distrowatch</a> ·
126 <a href="http://de.wikipedia.org/wiki/SliTaz">Wikipedia</a> ·
127 <a href="http://flattr.com/profile/slitaz">Flattr</a>
128 </div>
129 <img src="/static/qr.png" alt="#" onmouseover="this.title = location.href"
130 onclick="this.src = QRCodePNG(location.href, this)"/>
131 </footer>
133 </body>
134 </html>