Gentoo Archives: gentoo-commits

From: "Marion Age (titefleur)" <titefleur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/fr: jffnms.xml
Date: Sun, 28 Oct 2007 13:20:18
Message-Id: E1Im83h-0004cs-12@stork.gentoo.org
1 titefleur 07/10/28 13:20:05
2
3 Modified: jffnms.xml
4 Log:
5 Sync to 1.8
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/fr/jffnms.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/jffnms.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/jffnms.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/fr/jffnms.xml?r1=1.3&r2=1.4
13
14 Index: jffnms.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/fr/jffnms.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- jffnms.xml 25 Sep 2007 12:23:50 -0000 1.3
21 +++ jffnms.xml 28 Oct 2007 13:20:04 -0000 1.4
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/jffnms.xml,v 1.3 2007/09/25 12:23:50 cam Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/fr/jffnms.xml,v 1.4 2007/10/28 13:20:04 titefleur Exp $ -->
27
28 <guide link="/doc/fr/jffnms.xml" lang="fr">
29 <title>Guide d'installation et de configuration de Jffnms</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.3</version>
35 -<date>2007-09-20</date>
36 +<version>1.4</version>
37 +<date>2007-10-11</date>
38
39 <chapter>
40 <title>Les bases de Jffnms</title>
41 @@ -180,13 +180,13 @@
42 qu'Apache a récemment été installé. Maintenant que nous nous sommes assurés
43 qu'Apache soit installé et fonctionnel, nous pouvons procéder à la
44 configuration de mod_php. Lancez votre éditeur de texte favori, ouvrez
45 -<path>/etc/conf.d/apache2</path> et ajoutez <c>-D PHP4</c> à la variable
46 +<path>/etc/conf.d/apache2</path> et ajoutez <c>-D PHP5</c> à la variable
47 APACHE2_OPTS.
48 </p>
49
50 <pre caption="Configurer Apache 2">
51 # <i>nano -w /etc/conf.d/apache2</i>
52 -APACHE2_OPTS="-D DEFAULT_VHOST -D PHP4"
53 +APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5"
54 </pre>
55
56 <p>
57 @@ -210,17 +210,17 @@
58 Maintenant qu'Apache est fonctionnel, il est temps de configurer PHP. Jffnms
59 requiert de votre part que vous régliez quelques options dans le fichier
60 php.ini, qui se trouve par défaut dans
61 -<path>/etc/php/apache2-php4/php.ini</path>. Vous devez modifiez les variables
62 +<path>/etc/php/apache2-php5/php.ini</path>. Vous devez modifiez les variables
63 suivantes&nbsp;:
64 </p>
65
66 <pre caption="Configurer PHP">
67 -# <i>nano -w /etc/php/apache2-php4/php.ini</i>
68 +# <i>nano -w /etc/php/apache2-php5/php.ini</i>
69 register_globals = On
70 register_argc_argv = On
71 error_reporting = E_ALL &amp; ~E_NOTICE
72 allow_url_fopen = On
73 -include_path = ".:/usr/share/php4:/usr/share/php:/usr/share/php/PEAR"
74 +include_path = ".:/usr/share/php5:/usr/share/php:/usr/share/php/PEAR"
75 short_open_tag = On
76 </pre>
77
78 @@ -440,14 +440,6 @@
79 <li><uri link="http://dev.mysql.com/doc/">La documentation de MySQL</uri></li>
80 </ul>
81
82 -<p>
83 -Vous rencontrerez peut-être des problèmes en configurant Apache pour qu'il
84 -fonctionne avec PHP (et plus particulièrement si vous utilisez PHP4 et PHP5 sur
85 -le même système). Dans ce cas, le document (en anglais) <uri
86 -link="/proj/en/php/php4-php5-configuration.xml">Configuring Apache to Work with
87 -PHP4 and PHP5</uri> pourrait vous apporter de l'aide.
88 -</p>
89 -
90 </body>
91 </section>
92 </chapter>
93
94
95
96 --
97 gentoo-commits@g.o mailing list