cvs: smarty /docs/fr/programmers/caching caching-cacheable.xml caching-groups.xml caching-setting-up.xml
[email protected] ("Yannick Torres") Sat, 10 Dec 2005 12:42:17 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsyannick1134218536@cvsserver> |
yannick Sat Dec 10 07:42:17 2005 EDT
Modified files:
/smarty/docs/fr/programmers/caching caching-cacheable.xml
caching-groups.xml
caching-setting-up.xml
Log:
sync with EN
http://cvs.php.net/diff.php/smarty/docs/fr/programmers/caching/caching-cacheable.xml?r1=1.6&r2=1.7&ty=u
Index: smarty/docs/fr/programmers/caching/caching-cacheable.xml
diff -u smarty/docs/fr/programmers/caching/caching-cacheable.xml:1.6 smarty/docs/fr/programmers/caching/caching-cacheable.xml:1.7
--- smarty/docs/fr/programmers/caching/caching-cacheable.xml:1.6 Mon Nov 28 16:38:35 2005
+++ smarty/docs/fr/programmers/caching/caching-cacheable.xml Sat Dec 10 07:42:10 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
-<!-- EN-Revision: 1.7 Maintainer: didou Status: ready -->
+<!-- $Revision: 1.7 $ -->
+<!-- EN-Revision: 1.8 Maintainer: didou Status: ready -->
<sect1 id="caching.cacheable">
<title>Contrôler la mise en cache des sorties des Plugins</title>
http://cvs.php.net/diff.php/smarty/docs/fr/programmers/caching/caching-groups.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/fr/programmers/caching/caching-groups.xml
diff -u smarty/docs/fr/programmers/caching/caching-groups.xml:1.4 smarty/docs/fr/programmers/caching/caching-groups.xml:1.5
--- smarty/docs/fr/programmers/caching/caching-groups.xml:1.4 Mon Nov 28 16:38:35 2005
+++ smarty/docs/fr/programmers/caching/caching-groups.xml Sat Dec 10 07:42:10 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.4 Maintainer: yannick Status: ready -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.5 Maintainer: yannick Status: ready -->
<sect1 id="caching.groups">
<title>Groupes de fichiers de cache</title>
http://cvs.php.net/diff.php/smarty/docs/fr/programmers/caching/caching-setting-up.xml?r1=1.6&r2=1.7&ty=u
Index: smarty/docs/fr/programmers/caching/caching-setting-up.xml
diff -u smarty/docs/fr/programmers/caching/caching-setting-up.xml:1.6 smarty/docs/fr/programmers/caching/caching-setting-up.xml:1.7
--- smarty/docs/fr/programmers/caching/caching-setting-up.xml:1.6 Mon Nov 28 16:38:36 2005
+++ smarty/docs/fr/programmers/caching/caching-setting-up.xml Sat Dec 10 07:42:10 2005
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
-<!-- EN-Revision: 1.5 Maintainer: yannick Status: ready -->
+<!-- $Revision: 1.7 $ -->
+<!-- EN-Revision: 1.6 Maintainer: yannick Status: ready -->
<sect1 id="caching.setting.up">
<title>Paramétrer le cache</title>
<para>
La première chose à faire est d'activer le cache en
- mettant <link linkend="variable.caching">$caching</link> = true
- (ou 1).
+ mettant <link linkend="variable.caching">$caching</link> = 1
+ (ou 2).
</para>
<example>
<title>Activation du cache</title>