Subversion Repositories Applications.papyrus

Rev

Rev 109 | Rev 832 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 109 Rev 458
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | License as published by the Free Software Foundation; either                                         |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | Lesser General Public License for more details.                                                      |
16
// | Lesser General Public License for more details.                                                      |
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: instal_installation.fonct.php,v 1.4 2004-10-25 16:26:56 jpm Exp $
22
// CVS : $Id: instal_installation.fonct.php,v 1.5 2005-09-23 14:20:23 florian Exp $
23
/**
23
/**
24
* Bibliothèque des fonctions de l'application Installateur de Papyrus.
24
* Bibliothèque des fonctions de l'application Installateur de Papyrus.
25
*
25
*
26
* Ce sous-paquetage contient les fonctions de l'application Installateur de Papyrus. Cette application gère 
26
* Ce sous-paquetage contient les fonctions de l'application Installateur de Papyrus. Cette application gère 
27
* l'installation de Papyrus (base de données).
27
* l'installation de Papyrus (base de données).
28
*
28
*
29
*@package Installateur
29
*@package Installateur
30
*@subpackage Fonctions
30
*@subpackage Fonctions
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        aucun
34
*@author        aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.4 $ $Date: 2004-10-25 16:26:56 $
36
*@version       $Revision: 1.5 $ $Date: 2005-09-23 14:20:23 $
37
*/
37
*/
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
// |                                           LISTE de FONCTIONS                                         |
40
// |                                           LISTE de FONCTIONS                                         |
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
42
 
42
 
43
 
43
 
44
/**Fonction donnerUrlCourante() - Retourne la base de l'url courante.
44
/**Fonction donnerUrlCourante() - Retourne la base de l'url courante.
45
*
45
*
46
* Cette fonction renvoie la base de l'url courante.
46
* Cette fonction renvoie la base de l'url courante.
47
* Origine : fonction provenant du fichier header.php de Wikini version 0.4.1
47
* Origine : fonction provenant du fichier header.php de Wikini version 0.4.1
48
* Licence : la même que celle figurant dans l'entête du fichier header.php de Wikini version 0.4.1
48
* Licence : la même que celle figurant dans l'entête du fichier header.php de Wikini version 0.4.1
49
* ou le fichier install_defaut.inc.php de cette application.
49
* ou le fichier install_defaut.inc.php de cette application.
50
* Auteurs : Hendrik MANS, David DELON, Patrick PAUL, Jean-Pascal MILCENT
50
* Auteurs : Hendrik MANS, David DELON, Patrick PAUL, Jean-Pascal MILCENT
51
*
51
*
52
* @return string l'url courante.
52
* @return string l'url courante.
53
*/
53
*/
330
}
330
}
331
/* +--Fin du code ---------------------------------------------------------------------------------------+
331
/* +--Fin du code ---------------------------------------------------------------------------------------+
332
*
332
*
333
* $Log: not supported by cvs2svn $
333
* $Log: not supported by cvs2svn $
-
 
334
* Revision 1.4  2004/10/25 16:26:56  jpm
-
 
335
* Ajout de la gestion des requêtes de type alter et update.
-
 
336
*
334
* Revision 1.3  2004/10/19 16:47:06  jpm
337
* Revision 1.3  2004/10/19 16:47:06  jpm
335
* Modification de la gestion du texte de sortie dans la fonction testerConfig().
338
* Modification de la gestion du texte de sortie dans la fonction testerConfig().
336
*
339
*
337
* Revision 1.2  2004/10/15 18:28:44  jpm
340
* Revision 1.2  2004/10/15 18:28:44  jpm
338
* Ajout de fonction utilisée pour l'installation de Papyrus.
341
* Ajout de fonction utilisée pour l'installation de Papyrus.
339
*
342
*
340
* Revision 1.1  2004/06/16 14:34:12  jpm
343
* Revision 1.1  2004/06/16 14:34:12  jpm
341
* Changement de nom de Génésia en Papyrus.
344
* Changement de nom de Génésia en Papyrus.
342
* Changement de l'arborescence.
345
* Changement de l'arborescence.
343
*
346
*
344
* +--Fin du code ----------------------------------------------------------------------------------------+
347
* +--Fin du code ----------------------------------------------------------------------------------------+
345
*/
348
*/
346
?>
349
?>