Gentoo Archives: gentoo-commits

From: "Camille Huot (cam)" <cam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr: apache-developer.xml
Date: Wed, 12 Sep 2007 15:02:15
Message-Id: E1IVTcJ-0007LP-70@stork.gentoo.org
1 cam 07/09/12 14:54:59
2
3 Modified: apache-developer.xml
4 Log:
5 Sync 1.5
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/fr/apache-developer.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/apache-developer.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/apache-developer.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/apache-developer.xml?r1=1.1&r2=1.2
13
14 Index: apache-developer.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/apache-developer.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- apache-developer.xml 30 Mar 2007 23:35:07 -0000 1.1
21 +++ apache-developer.xml 12 Sep 2007 14:54:58 -0000 1.2
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/apache-developer.xml,v 1.1 2007/03/30 23:35:07 cam Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/apache-developer.xml,v 1.2 2007/09/12 14:54:58 cam Exp $ -->
27
28 <guide link="/doc/fr/apache-developer.xml" lang="fr">
29 <title>Documentation Apache pour les développeurs</title>
30 @@ -21,8 +21,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2.3</version>
35 -<date>2007-03-19</date>
36 +<version>2.4</version>
37 +<date>2007-07-30</date>
38
39 <chapter>
40 <title>À propos de ce document</title>
41 @@ -92,55 +92,6 @@
42 </body>
43 </section>
44 <section>
45 -<title>Apache 1.x</title>
46 -<body>
47 -
48 -<table>
49 -<tr>
50 - <th>Utilisation</th>
51 - <th>Ancien chemin</th>
52 - <th>Nouveau chemin</th>
53 -</tr>
54 -<tr>
55 - <ti>Racine du serveur</ti>
56 - <ti><path>/etc/apache/</path></ti>
57 - <ti><path>/usr/lib/apache/</path></ti>
58 -</tr>
59 -<tr>
60 - <ti>Répertoire de configuration</ti>
61 - <ti><path>/etc/apache/conf/</path></ti>
62 - <ti><path>/etc/apache/</path></ti>
63 -</tr>
64 -<tr>
65 - <ti>Configuration</ti>
66 - <ti><path>/etc/apache/conf/apache.conf</path></ti>
67 - <ti><path>/etc/apache/httpd.conf</path></ti>
68 -</tr>
69 -<tr>
70 - <ti>Configuration</ti>
71 - <ti><path>/etc/apache/conf/commonapache.conf</path></ti>
72 - <ti><path>/etc/apache/httpd.conf</path></ti>
73 -</tr>
74 -<tr>
75 - <ti>Configuration des hôtes virtuels</ti>
76 - <ti><path>/etc/apache/conf/vhosts/</path></ti>
77 - <ti><path>/etc/apache/vhosts.d/</path></ti>
78 -</tr>
79 -<tr>
80 - <ti>Configuration des modules</ti>
81 - <ti><path>/etc/apache/conf/addon-modules/</path></ti>
82 - <ti><path>/etc/apache/modules.d/</path></ti>
83 -</tr>
84 -<tr>
85 - <ti>Module binaires</ti>
86 - <ti><path>/usr/lib/apache-extramodules/</path></ti>
87 - <ti><path>/usr/lib/apache/modules/</path></ti>
88 -</tr>
89 -</table>
90 -
91 -</body>
92 -</section>
93 -<section>
94 <title>Apache 2.x</title>
95 <body>
96
97 @@ -223,7 +174,7 @@
98 <p>
99 Ce chapitre a pour but de guider un développeur à travers la mise à jour d'un
100 ebuild pour utiliser les nouvelles eclass, en s'appuyant sur un de nos paquets
101 -les plus complexes, <c>net-www/mod_ldap_userdir</c> par exemple.
102 +les plus complexes, <c>www-apache/mod_ldap_userdir</c> par exemple.
103 </p>
104
105 <note>
106
107
108
109 --
110 gentoo-commits@g.o mailing list