tiny-slitaz view index.php @ rev 1

Auto-update files.list.lzma
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 21 11:16:18 2012 +0200 (2012-08-21)
parents 55f97ee147e8
children 577e6e91216d
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 (isset($error) && $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 8 MB with a 2.6.34
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 the packages
102 <a href="http://pkgs.slitaz.org/search.cgi?filelist=slitaz-base-files">
103 slitaz-base-files</a> and
104 <a href="http://pkgs.slitaz.org/search.cgi?filelist=slitaz-boot-scripts">
105 slitaz-boot-scripts</a>.
106 </p>
107 </div>
109 <!-- End of content -->
110 </div>
112 <!-- Footer -->
113 <div id="footer">
114 Copyright &copy; <span class="year"></span>
115 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
116 <a href="http://scn.slitaz.org/">Community</a>
117 <a href="http://doc.slitaz.org/">Doc</a>
118 <a href="http://forum.slitaz.org/">Forum</a>
119 <a href="http://pkgs.slitaz.org/">Packages</a>
120 <a href="http://bugs.slitaz.org">Bugs</a>
121 <a href="http://hg.slitaz.org/">Hg</a>
122 <p>
123 SliTaz @
124 <a href="http://twitter.com/slitaz">Twitter</a>
125 <a href="http://www.facebook.com/slitaz">Facebook</a>
126 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
127 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
128 <a href="http://flattr.com/profile/slitaz">Flattr</a>
129 </p>
130 </div>
132 </body>
133 </html>