blob: a219ca40b142d45ae4be506b9485093be3f50102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
$NetBSD: patch-aj,v 1.8 2004/10/29 13:48:31 abs Exp $
--- htdocs/index.html.fr.orig 2001-06-27 09:38:39.000000000 +0100
+++ htdocs/index.html.fr
@@ -36,12 +36,28 @@ site et ne peut intervenir sur sa config
<hr width="50%" size="8">
<p>La <a href="manual/">documentation</a> Apache est incluse dans cette
-distribution.</p>
+distribution. Si l'extension SSL <STRONG>mod_ssl</STRONG> a \xe9t\xe9
+install\xe9e, lisez alors attentivement la
+<a href="manual/mod/mod_ssl/index.html">documentation SSL</a>.</p>
+
+<p>Des informations sur le syst\xe8me d'exploitation multi-plateforme NetBSD
+peuvent être trouv\xe9es sur
+<a href="http://www.netbsd.org/">la homepage du projet NetBSD</a>.</p>
+
+<p>Le webmaster de ce site peut librement utiliser les images ci-dessous sur u
-<p>Le webmaster de ce site peut librement utiliser l'image ci-dessous sur un
-site web utilisant le logiciel Apache. Merci d'avoir choisi Apache !</p>
+site web utilisant les logiciels Apache et NetBSD. Merci d'avoir choisi
+<a href="http://www.apache.org/">Apache</a> sur
+<a href="http://www.netbsd.org/">NetBSD</a> !</p>
-<div align="CENTER"><img src="apache_pb.gif" alt=""></div>
+<div align="CENTER">
+ <a href="http://www.apache.org/">
+ <img src="apache_pb.gif" BORDER="0" alt="Powered by Apache">
+ </a>
+ <a href="http://www.netbsd.org/">
+ <img src="sitedrivenby.gif" BORDER="0" alt="Site driven by NetBSD">
+ </a>
+</div>
</body>
</html>
|