tiny-slitaz view index.php @ rev 5
refresh
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 07 23:37:02 2015 +0200 (2015-10-07) |
parents | d203aafad141 |
children | ac214416e736 |
line source
1 <?php
2 include "download.php";
3 $static = "http://mirror.slitaz.org/static/";
4 ?>
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
6 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
8 <head>
9 <title>Tiny SliTaz - Builder</title>
10 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
11 <meta name="description" content="Tiny SliTaz Linux" />
12 <meta name="keywords" lang="en" content="tiny slitaz, uclibx, tcc" />
13 <meta name="robots" content="index, follow, all" />
14 <meta name="revisit-after" content="7 days" />
15 <meta name="expires" content="never" />
16 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
17 <meta name="author" content="SliTaz Contributors" />
18 <meta name="publisher" content="www.slitaz.org" />
19 <link rel="shortcut icon" href="<?php echo "$static"; ?>favicon.ico" />
20 <link rel="stylesheet" type="text/css" href="<?php echo "$static"; ?>slitaz.css" />
21 <link rel="stylesheet" type="text/css" href="tiny.css" />
22 </head>
23 <body>
25 <!-- Header -->
26 <div id="header">
27 <a name="top"></a>
28 <div id="logo"></div>
29 <div id="network">
30 <a href="http://www.slitaz.org/">
31 <img src="<?php echo "$static"; ?>/home.png" alt="[ Home ]" /></a>
32 <!-- Get static files from Mirror Files vhost -->
33 <!-- <img src="http://mf.slitaz.org/images/people.png" alt="[ Group ]" /> -->
34 Tiny:
35 <a href="http://scn.slitaz.org/groups/tiny">Group</a>
36 <a href="http://forum.slitaz.org/forum/tiny">Forum</a>
37 Screenshots:
38 <a href="tinyslitaz.png" title="Tiny SliTaz Manager">main</a>
39 <a href="tinyslitaz-boot.png" title="Tiny SliTaz Manager: boot.log">boot log</a>
40 <a href="tinyslitaz-httpinfo.png" title="Tiny SliTaz Manager: httpd info">httpd info</a>
41 </div>
42 <h1><a href="http://tiny.slitaz.org/">Tiny SliTaz</a></h1>
43 </div>
46 <!-- Content -->
47 <div id="content">
49 <?php if (!empty($error)) echo "
50 <div class=\"nav_box\">
51 <h4>Error :</h4>
52 <p>$error</p>
53 </div>
54 "; ?>
56 <h2>Build your configuration from binary packages</h2>
58 <?php
59 proc_nice(10);
60 include "step1.php";
61 include "step2.php";
62 include "step3.php";
63 include "step4.php";
64 include "step5.php";
65 ?>
68 <div class="box">
69 <h4>Tiny SliTaz goals</h4>
70 <p>
71 Useful software, expansible, easy to configure, runs fully in RAM,
72 simple, light and fast for minimum hardware resources: ie fits on
73 one floppy disk (IDE disk optional), runs on a 386sx processor and
74 needs as little memory as possible (currently 4 MB with a 2.6.14
75 kernel).
76 <a href="http://doc.slitaz.org/en:guides:pxe#why-use-pxe-the-vnc-example">
77 Example</a>
78 </p>
79 </div>
81 <div class="box">
82 <h4>Why this builder ?</h4>
83 <p>
84 Tiny SliTaz should be as small as possible. Only the necessary
85 software is kept. The package manager is run using this website.
86 </p>
87 </div>
89 <div class="box">
90 <h4>How is it built ?</h4>
91 <p>
92 Tiny SliTaz uses a Linux kernel
93 with an <a href="dist/rootfs.cpio" title="See CONFIG_INITRAMFS_SOURCE">
94 embedded filesystem</a>. An extra initramfs can also be loaded with
95 the configuration and extra packages.
96 </p>
97 <p>
98 The initramfs is based on <a href="http://uclibc.org/"
99 title="Instead of glibc">uClibc</a> and
100 busybox with its <a href="dist/busybox.config.txt">config</a>
101 files and this
102 <a href="http://hg.slitaz.org/wok-tiny/file/tip/base-tiny/stuff">
103 filesystem tree</a>.
104 </p>
105 </div>
107 <!-- End of content -->
108 </div>
110 <!-- Footer -->
111 <div id="footer">
112 Copyright © <span class="year"></span>
113 <a href="http://www.slitaz.org/">SliTaz</a> - 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/">Hg</a>
120 <p>
121 SliTaz @
122 <a href="http://twitter.com/slitaz">Twitter</a>
123 <a href="http://www.facebook.com/slitaz">Facebook</a>
124 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
125 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
126 <a href="http://flattr.com/profile/slitaz">Flattr</a>
127 </p>
128 <p>
129 <script type="text/javascript">
130 function QRCodePNG(str, obj) {
131 try {
132 obj.height = obj.width += 200;
133 return QRCode.generatePNG(str, {ecclevel: 'H'});
134 }
135 catch (any) {
136 var element = document.createElement("script");
137 element.src = "/static/qrcode.js";
138 element.type ="text/javascript";
139 element.onload = function() {
140 obj.src = QRCode.generatePNG(str, {ecclevel: 'H'});
141 };
142 document.body.appendChild(element);
143 }
144 }
145 </script>
146 <img src="/static/qr.png" alt="#" onmouseover="this.title = location.href"
147 onclick="this.src = QRCodePNG(location.href, this)" />
148 </p>
149 </div>
151 </body>
152 </html>