Subversion Repositories Applications.papyrus

Rev

Rev 286 | Rev 1316 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 286 Rev 832
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: pap_cache.inc.php,v 1.2 2005-02-28 11:20:42 jpm Exp $
22
// CVS : $Id: pap_cache.inc.php,v 1.3 2006-04-28 12:41:49 florian Exp $
23
/**
23
/**
24
* Gestion de la suppression et de la recherche dans le cache.
24
* Gestion de la suppression et de la recherche dans le cache.
25
*
25
*
26
* Ce fichier n'est utilisé que si le site utilise la gestion du cache proposée
26
* Ce fichier n'est utilisé que si le site utilise la gestion du cache proposée
27
* par Papyrus.
27
* par Papyrus.
Line 34... Line 34...
34
//Auteur original :
34
//Auteur original :
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
//Autres auteurs :
36
//Autres auteurs :
37
*@author        Laurent COUDOUNEAU <lc@gsite.org>
37
*@author        Laurent COUDOUNEAU <lc@gsite.org>
38
*@copyright     Tela-Botanica 2000-2004
38
*@copyright     Tela-Botanica 2000-2004
39
*@version       $Revision: 1.2 $ $Date: 2005-02-28 11:20:42 $
39
*@version       $Revision: 1.3 $ $Date: 2006-04-28 12:41:49 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
44
// |                                            ENTÊTE du PROGRAMME                                       |
44
// |                                            ENTÊTE du PROGRAMME                                       |
Line 45... Line 45...
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
46
 
46
 
Line 47... Line 47...
47
/** <BR> Inclusion de la bibliothèque de fonctions de gestion du cache.*/
47
/** <BR> Inclusion de la bibliothèque de fonctions de gestion du cache.*/
48
include_once './bibliotheque/fonctions/GEN_cache.fonct.php';
48
include_once './bibliotheque/fonctions/pap_cache.fonct.php';
Line 49... Line 49...
49
 
49
 
50
/** <BR> Inclusion de la bibliothèque de fonctions de compression des données à envoyer.*/
50
/** <BR> Inclusion de la bibliothèque de fonctions de compression des données à envoyer.*/
51
include_once './bibliotheque/fonctions/GEN_compression.fonct.php';
51
include_once './bibliotheque/fonctions/pap_compression.fonct.php';
Line 103... Line 103...
103
}
103
}
Line 104... Line 104...
104
 
104
 
105
/* +--Fin du code ----------------------------------------------------------------------------------------+
105
/* +--Fin du code ----------------------------------------------------------------------------------------+
106
*
106
*
-
 
107
* $Log: not supported by cvs2svn $
-
 
108
* Revision 1.2  2005/02/28 11:20:42  jpm
-
 
109
* Modification des auteurs.
107
* $Log: not supported by cvs2svn $
110
*
108
* Revision 1.1  2004/06/16 08:11:01  jpm
111
* Revision 1.1  2004/06/16 08:11:01  jpm
109
* Changement de nom de Génésia en Papyrus.
112
* Changement de nom de Génésia en Papyrus.
110
* Changement de l'arborescence.
113
* Changement de l'arborescence.
111
*
114
*