wok view lighttpd/stuff/var/www/index.html @ rev 6812

lighttpd: updated and improved default index page
author Christophe Lincoln <pankso@slitaz.org>
date Tue Oct 19 20:13:55 2010 +0200 (2010-10-19)
parents 2d53e19ffd77
children df2e8a2acb97
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="fr" lang="fr">
4 <head>
5 <title>SliTaz - LightTPD Web server</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="Slitaz lighttpd web server default index" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2007-11-03 20:30:00" />
10 <meta name="publisher" content="www.slitaz.org" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="stylesheet" type="text/css" href="style.css" />
13 </head>
14 <body bgcolor="#ffffff">
15 <!-- Header -->
16 <div id="header">
17 <a name="top"></a>
18 <h1>SliTaz GNU/Linux - Web server</h1>
19 </div>
21 <!-- Content -->
22 <div id="content">
23 <h2><font color="#DF8F06">Index of /</font></h2>
25 <h3><font color="#9c2424">English</font></h3>
26 <p>
27 Welcome to free LightTPD web server index page, powered by SliTaz
28 GNU/Linux operating system. You can delete or modify this page to put
29 your own xHTML pages, web sites, CGI or PHP scripts.
30 </p>
31 <p>
32 Configuration file can be found in <code>/etc/lighttpd/lighttpd.conf</code>
33 and is autodocumemted. A page in the SliTaz <a
34 href="http://doc.slitaz.org/en:handbook:webserver">Handbook</a> is dedicated
35 to the web server configuration. The official documentation can be found at
36 <a href="http://trac.lighttpd.net/trac/wiki#Documentation"
37 >http://trac.lighttpd.net/trac/wiki#Documentation</a>.
38 </p>
40 <h3><font color="#9c2424">Français</font></h3>
41 <p>
42 Bienvenue sur la page d'index de ce serveur libre LightTPD, propulsé
43 par un système d'exploitation SliTaz GNU/Linux. Vous pouvez supprimer
44 cette page, la modifier, ou mettre vos propres pages xHTML, sites et/ou
45 scripts CGI ou PHP.
46 </p>
47 <p>
48 Le fichier de configuration est <code>/etc/lighttpd/lighttpd.conf</code>,
49 il est autodocumenté. Une page du
50 <a href="http://doc.slitaz.org/fr:handbook:webserver">Handbook</a>
51 de SliTaz, en français, est dédiée à la configuration du serveur web, et la
52 documentation officielle, en anglais, se trouve sur
53 <a href="http://trac.lighttpd.net/trac/wiki#Documentation">
54 http://trac.lighttpd.net/trac/wiki#Documentation</a>
55 </p>
57 <!-- End content -->
58 </div>
59 <hr />
60 <!-- Footer -->
61 <div align="center" id="footer">
62 <p>
63 <font size="-1">
64 Copyright &copy; 2010 <a href="http://www.slitaz.org/">SliTaz</a> -
65 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
66 </font>
67 </p>
68 <!-- Logos -->
69 </p>
70 <a href="http://www.lighttpd.net/">
71 <img
72 border="0" src="images/lighttpd-80x27.png"
73 alt="www.lighttpd.net" title="Powered by LightTPD"
74 style="width: 80px; height: 27px;" /></a>
75 <a href="http://www.slitaz.org/">
76 <img
77 border="0" src="images/slitaz-80x15.png"
78 alt="www.slitaz.org" title="Powered by SliTaz GNU/Linux"
79 style="width: 80px; height: 15px;" /></a>
80 </div>
81 </body>
82 </html>