sync with EN

This commit is contained in:
yannick
2005-12-05 21:37:01 +00:00
parent 496a98af7e
commit d64dd06527
8 changed files with 108 additions and 38 deletions

View File

@@ -1,13 +1,23 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1.2 Maintainer: didou Status: ready -->
<!-- EN-Revision: 1.5 Maintainer: didou Status: ready -->
<sect1 id="variable.cache.dir">
<title>$cache_dir</title>
<para>
Il s'agit du nom du r<>pertoire o<> les caches des templates
sont stock<63>s. Par d<>faut il s'agit de "./cache", ce qui signifie
sont stock<63>s. Par d<>faut il s'agit de
<filename class="directory">"./cache"</filename>, ce qui signifie
que Smarty va chercher ce r<>pertoire
dans le m<>me r<>pertoire que le script PHP en cours d'ex<65>cution.
<emphasis role="bold">Ce dossier doit <20>tre accessible en <20>criture par
le serveur web</emphasis>
(<link linkend="installing.smarty.basic">Voir l'installation</link>).
Vouspouvez aussi utiliser votre propre fonction de
<link linkend="section.template.cache.handler.func">gestion de cache
personnalis<69></link> pour contr<74>ler les fichiers de cache, qui ignorera
cette configuration.
Voir aussi <link linkend="variable.use.sub.dirs">$use_sub_dirs</link>.
</para>
<note>
<title>Note technique</title>
@@ -23,7 +33,17 @@
dans l'arborescence Web.
</para>
</note>
<para>
Voir aussi
<link linkend="variable.caching">$caching</link>,
<link linkend="variable.use.sub.dirs">$use_sub_dirs</link>,
<link linkend="variable.cache.lifetime">$cache_lifetime</link>,
<link linkend="variable.cache.handler.func">$cache_handler_func</link>,
<link linkend="variable.cache.modified.check">$cache_modified_check</link> et
la <link linkend="caching">section sur le cache</link>.
</para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
@@ -43,4 +63,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->