Subversion Repositories Sites.gentiana.org

Rev

Rev 44 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
40 jpm 1
<?php
2
// +------------------------------------------------------------------------------------------------------+
3
// | PHP version 4.1																					  |
4
// +------------------------------------------------------------------------------------------------------+
5
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)							   	          |
6
// +------------------------------------------------------------------------------------------------------+
7
// | This library is free software; you can redistribute it and/or										  |
8
// | modify it under the terms of the GNU Lesser General Public										      |
9
// | License as published by the Free Software Foundation; either										  |
10
// | version 2.1 of the License, or (at your option) any later version.								      |
11
// |																									  |
12
// | This library is distributed in the hope that it will be useful,									  |
13
// | but WITHOUT ANY WARRANTY; without even the implied warranty of									      |
14
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU									  |
15
// | Lesser General Public License for more details.													  |
16
// |																									  |
17
// | You should have received a copy of the GNU Lesser General Public									  |
18
// | License along with this library; if not, write to the Free Software								  |
19
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA							  |
20
// +------------------------------------------------------------------------------------------------------+
21
/**
22
* Fichier de configuration de l'inscription
23
*
24
* A éditer de façon spécifique à chaque déploiement
25
*
26
*@package inscription
27
//Auteur original :
28
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
29
//Autres auteurs :
30
*@author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
31
*@copyright     Tela-Botanica 2000-2004
32
*@version       $Id: ins_config.inc.php,v 1.3 2005/05/13 13:49:15 alex Exp $
33
// +------------------------------------------------------------------------------------------------------+
34
*/
35
 
36
 
37
/**
38
//=========================DEFINITION DE VARIABLES =================================
39
* Définition des variables globales
40
//==================================================================================
41
*/
42
 
43
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'] ;
44
 
45
/**
46
//==================================== LES URLS ==================================
47
* Constantes liées à l'utilisation des url
48
//==================================================================================
49
*/
50
$GLOBALS['ins_url'] =& $GLOBALS['_GEN_commun']['url'] ;
51
$GLOBALS['ins_db'] =& $GLOBALS['_GEN_commun']['pear_db'] ;
52
define('INS_CHEMIN_FICHIER', 'client/inscription/') ;
53
 
54
/**
55
//==================================== CONSTANTES ==================================
56
* Constantes des noms de tables et de champs dans l'annuaire
57
//==================================================================================
58
*/
63 jpm 59
define('INS_ANNUAIRE', 'annuaire') ;
40 jpm 60
define ('INS_CHAMPS_ID', 'a_id') ;
61
define ('INS_CHAMPS_MAIL', 'a_mail');// Nom du champs mail
62
define ('INS_CHAMPS_LOGIN', 'a_nom_wikini') ;
63
define ('INS_CHAMPS_NOM', 'a_nom') ;
64
define ('INS_CHAMPS_PRENOM', 'a_prenom') ;
65
define ('INS_CHAMPS_PASSE', 'a_mot_de_passe') ;
66
define ('INS_CHAMPS_PAYS', 'a_ce_pays') ;
63 jpm 67
define ('PROJET_PRENOM', 'a_prenom') ;             // Nom du champs prénom
68
define ('PROJET_DPT', 'carto_DEPARTEMENT') ;       // Nom de la table département
69
define ('INS_TABLE_PAYS', 'carto_PAYS') ;          // Nom de la table pays
70
define ('INS_CHAMPS_ID_PAYS', 'CP_ID_Pays') ;
71
define ('INS_CHAMPS_LABEL_PAYS', 'CP_Intitule_pays') ;
72
define ('INS_CHAMPS_PAYS_LG', 'CP_Langue_intitule') ;// Langue de l'intitule du pays
40 jpm 73
define ('INS_CHAMPS_CODE_POSTAL', 'a_code_postal') ;
74
define ('INS_CHAMPS_VILLE', 'a_ville') ;
75
define ('INS_CHAMPS_ADRESSE_1', 'a_adresse1') ;
76
define ('INS_CHAMPS_ADRESSE_2', 'a_adresse2') ;
77
define ('INS_CHAMPS_REGION', 'a_region') ;
78
define ('INS_CHAMPS_DPT', 'a_numero_dpt') ;
79
define ('INS_CHAMPS_SITE_WEB', 'a_site_internet') ;
80
define ('INS_CHAMPS_TELEPHONE', 'a_telephone') ;
81
define ('INS_CHAMPS_FAX', 'a_fax') ;
82
define ('INS_CHAMPS_STRUCTURE', 'a_structure') ;
83
define ('INS_CHAMPS_DATE', 'a_date_inscription') ;
84
define ('INS_CHAMPS_LETTRE', 'a_lettre') ;  // Le champs qui indique si l'usager est inscrit à la lettre d'inscription
85
 
86
/**
87
//==================================== PARAMETRAGE =================================
88
* Pour régler certaines fonctionnalité de l'application
89
//==================================================================================
90
*/
91
// Indique le type de cryptage du mot de passe à appliquer (doit être identique à PEAR_AUTH)
92
define ('INS_MDP_CRYPTYPE', 'md5');// Choix : md5 seulement
93
 
63 jpm 94
define ('INS_MAIL_ADMIN_APRES_INSCRIPTION', 'Association Gentiana <gentiana@gentiana.org>') ;
40 jpm 95
define ('INS_MAIL_ADMIN_APRES_INSCRIPTION_SUJET', '[Gentiana] Inscription') ;
96
 
97
define ('INS_UTILISE_LISTE', false);// Mettre à false si pas de liste d'actu
98
define ('INS_MAIL_INSCRIPTION_LISTE', 'actu-subscribe@tela-botanica.org') ;
99
define ('INS_MAIL_DESINSCRIPTION_LISTE', 'actu-unsubscribe@tela-botanica.org') ;
100
 
101
// Liste des personne recevant le mail après inscription
41 jpm 102
$GLOBALS['mail_admin'] = array ('Pierre SALEN <p.salen@gentiana.org>', 'Jean-Pascal MILCENT <jpm@tela-botanica.org>') ;
40 jpm 103
 
104
/**
105
//==================================== PARAMETRAGE =================================
106
* Pour gérer la réécriture d'url de l'inscription
107
* Cela nécessite une ligne dans le fichier .htaccess, par exemple
108
* RewriteRule ^ins([0-9a-z]*)$ papyrus.php?menu=22&id=$1 [L]
109
* Cela sert à racourcir l'URL de confirmation d'inscription
110
//==================================================================================
111
*/
112
define ('INS_UTILISE_REECRITURE_URL', 1) ;      // mettre à 1 si on souhaite utiliser la réécriture
113
if (INS_UTILISE_REECRITURE_URL) {
114
    define ('INS_URL_PREFIXE', '_ins_') ;         // Indique le préfixe de l'url http://www.mondomaine.org/prefix____
115
}
116
 
117
define ('INS_UTILISE_STAT', false);
118
define ('INS_TABLE_STATISTIQUE', 'ins_STATS') ;
119
define ('INS_STATS_CHAMPS_DATE', 'IS_DATE') ;
120
define ('INS_STATS_CHAMPS_ACTION', 'IS_ACTION') ;
121
 
122
/* +--Fin du code ----------------------------------------------------------------------------------------+
123
*
124
* $Log: ins_config.inc.php,v $
125
* Revision 1.3  2005/05/13 13:49:15  alex
126
* ajout de la réécriture d'url et des statistiques
127
*
128
* Revision 1.2  2005/03/21 16:50:31  alex
129
* mille et une corrction
130
*
131
* Revision 1.1  2005/03/04 10:39:41  tam
132
* installation
133
*
134
* Revision 1.1  2004/07/06 15:42:17  alex
135
* en cours
136
*
137
* Revision 1.4  2004/07/06 15:31:33  alex
138
* en cours
139
*
140
* Revision 1.3  2004/06/30 10:00:53  alex
141
* ajout de champs pour gérer les pays
142
*
143
* Revision 1.2  2004/06/18 09:20:54  alex
144
* version initiale
145
*
146
*
147
* +-- Fin du code ----------------------------------------------------------------------------------------+
148
*/
149
?>