Subversion Repositories Applications.bazar

Rev

Rev 126 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 florian 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | Lesser General Public License for more details.                                                      |
17
// |                                                                                                      |
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                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
130 florian 22
// CVS : $Id: baz_config.inc.php,v 1.18 2006-06-02 09:29:30 florian Exp $
5 florian 23
/**
24
* Fichier de configuration du bazar
25
*
26
* A éditer de façon spécifique à chaque déploiement
27
*
28
*@package bazar
29
//Auteur original :
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
32
//Autres auteurs :
33
*@copyright     Tela-Botanica 2000-2004
130 florian 34
*@version       $Revision: 1.18 $ $Date: 2006-06-02 09:29:30 $
5 florian 35
// +------------------------------------------------------------------------------------------------------+
36
*/
118 florian 37
 
38
// +------------------------------------------------------------------------------------------------------+
39
// |                             LES CONSTANTES DES ACTIONS DE BAZAR                                      |
40
// +------------------------------------------------------------------------------------------------------+
41
 
42
define ('BAZ_VOIR_TOUTES_ANNONCES', 1) ;
43
define ('BAZ_DEPOSER_ANNONCE', 3) ;
44
define ('BAZ_ANNONCES_A_VALIDER', 4) ;
45
define ('BAZ_GERER_DROITS', 5) ;
46
define ('BAZ_ADMINISTRER_ANNONCES', 6) ;
47
define ('BAZ_MODIFIER_FICHE', 7) ;
48
if (!defined('BAZ_VOIR_FICHE')) define ('BAZ_VOIR_FICHE', 8) ;
49
define ('BAZ_SUPPRIMER_FICHE', 9) ;
50
define ('BAZ_ACTION_NOUVEAU', 10) ;
51
define ('BAZ_ACTION_NOUVEAU_V', 11) ;
52
define ('BAZ_ACTION_MODIFIER', 12) ;
53
define ('BAZ_ACTION_MODIFIER_V', 13) ;
54
define ('BAZ_ACTION_SUPPRESSION', 14) ;
55
define ('BAZ_ACTION_PUBLIER', 15) ;
56
define ('BAZ_ACTION_PAS_PUBLIER', 16) ;
57
define ('BAZ_S_INSCRIRE', 17);
58
define ('BAZ_VOIR_FLUX_RSS', 18);
59
 
5 florian 60
//==================================== LES FLUX RSS==================================
61
// Constantes liées aux flux RSS
62
//==================================================================================
63
 
64
define('BAZ_CREER_FICHIERS_XML',0);      //0=ne cree pas le fichier XML dans rss/; 1=cree le fichier XML dans rss/
65
define('BAZ_RSS_NOMSITE','Educ-Envir.org');    //Nom du site indiqué dans les flux rss
66
define('BAZ_RSS_ADRESSESITE','http://educ-envir.org');   //Adresse Internet du site indiqué dans les flux rss
67
define('BAZ_RSS_DESCRIPTIONSITE','Educ-Envir.org, pour mutualiser l\'information en éducation à l\'environnement.');    //Description du site indiquée dans les flux rss
68
define('BAZ_RSS_LOGOSITE','http://ecole-et-nature.org/images/Logo_REN-Site.png');     //Logo du site indiqué dans les flux rss
69
define('BAZ_RSS_MANAGINGEDITOR', '') ;     //Managing editor du site
70
define('BAZ_RSS_WEBMASTER', '') ;     //Mail Webmaster du site
71
define('BAZ_RSS_CATEGORIE', 'Education a l\'environnement'); //catégorie du flux RSS
72
 
73
 
74
//==================================== PARAMETRAGE =================================
75
// Pour régler certaines fonctionnalité de l'application
76
//==================================================================================
77
 
78
define ('BAZ_ETAT_VALIDATION',0);
79
//Valeur par défaut d'état de la fiche annonce après saisie
80
//Mettre 0 pour 'en attente de validation d'un administrateur'
81
//Mettre 1 pour 'directement validée en ligne'
82
 
83
define ('BAZ_TAILLE_MAX_FICHIER',2000*1024);
84
//Valeur maximale en octets pour la taille d'un fichier joint à télécharger
85
 
107 florian 86
define ('BAZ_TYPE_AFFICHAGE_LISTE', 'jma');
5 florian 87
$GLOBALS['_BAZAR_']['db'] = & $GLOBALS['_GEN_commun']['pear_db'];
88
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'];
89
 
64 florian 90
define ('BAZ_ANNUAIRE','annuaire'); //Table annuaire
91
define ('BAZ_CHAMPS_ID','a_id'); //Champs index sur la table annuaire
92
define ('BAZ_CHAMPS_NOM','a_nom'); //Champs nom sur la table annuaire
93
define ('BAZ_CHAMPS_PRENOM','a_prenom'); //Champs prenom sur la table annuaire
118 florian 94
define ('BAZ_CHAMPS_EST_STRUCTURE','a_est_structure'); //Champs indiquant si c'est une structure qui est identifiée
64 florian 95
define ('BAZ_CHAMPS_EMAIL','a_mail'); //Champs prenom sur la table annuaire
130 florian 96
define ('BAZ_CHAMPS_NOM_WIKI','a_nom_wikini'); //Champs nom wikini sur la table annuaire
60 alexandre_ 97
 
118 florian 98
/** Réglage des droits pour déposer des annonces */
60 alexandre_ 99
// Mettre à true pour limiter le dépot aux rédacteurs
100
define ('BAZ_RESTREINDRE_DEPOT', false) ;
101
 
118 florian 102
/** Réglage de l'affichage de la liste deroulante pour la saisie des dates */
103
// Mettre à true pour afficher une liste deroulante vide pour la saisie des dates
104
define ('BAZ_DATE_VIDE', 0);
105
 
106
/** Réglage de l'URL de l'annuaire */
107
// Mettre l'URL correspondant à l'annuaire
108
define ('BAZ_URL_ANNUAIRE', 'http://localhost/papyrus/papyrus.php?site=1&menu=13');
109
 
93 alexandre_ 110
// Mettre à true pour faire apparaitre un champs texte déroulant dans le formulaire
111
// de recherche des fiches, pour choisir les émetteurs
126 florian 112
define ('BAZ_RECHERCHE_PAR_EMETTEUR', true) ;
93 alexandre_ 113
 
5 florian 114
$GLOBALS['_BAZAR_']['url'] = $GLOBALS['_GEN_commun']['url'];
115
//BAZ_CHEMIN_APPLI : chemin vers l'application bazar METTRE UN SLASH (/) A LA FIN!!!!
116
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
117
 
118
//==================================== LES LANGUES ==================================
119
// Constantes liées à l'utilisation des langues
120
//==================================================================================
75 florian 121
$GLOBALS['_BAZAR_']['langue']='fr-FR';
5 florian 122
define ('BAZ_LANGUE_PAR_DEFAUT', 'fr') ; //Indique un code langue par défaut
123
define ('BAZ_VAR_URL_LANGUE', 'lang') ; //Nom de la variable GET qui sera passée dans l'URL (Laisser vide pour les sites monolingues)
124
//code pour l'inclusion des langues NE PAS MODIFIER
125
if (BAZ_VAR_URL_LANGUE != '' && isset (${BAZ_VAR_URL_LANGUE})) {
126
    include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_'.${BAZ_VAR_URL_LANGUE}.'.inc.php';
127
} else {
128
    include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_'.BAZ_LANGUE_PAR_DEFAUT.'.inc.php';
129
}
130
 
126 florian 131
// Option concernant la division des resultats en pages
124 alexandre_ 132
define ('BAZ_NOMBRE_RES_PAR_PAGE', 30);
133
define ('BAZ_MODE_DIVISION', 'Jumping'); 	// 'Jumping' ou 'Sliding' voir http://pear.php.net/manual/fr/package.html.pager.compare.php
134
define ('BAZ_DELTA', 12);		// Le nombre de page à afficher avant le 'next';
135
 
126 florian 136
/** Réglage de l'affichage du formulaire de recherche avancee */
137
// Mettre à true pour afficher automatiquement le formulaire de recherche avancee, à false pour avoir un lien afficher la recherche avancee
138
define ('BAZ_MOTEUR_RECHERCHE_AVANCEE', 0);
124 alexandre_ 139
 
126 florian 140
 
5 florian 141
/* +--Fin du code ----------------------------------------------------------------------------------------+
142
*
40 florian 143
* $Log: not supported by cvs2svn $
130 florian 144
* Revision 1.17  2006/05/19 13:53:57  florian
145
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
146
*
126 florian 147
* Revision 1.16  2006/05/17 09:48:48  alexandre_tb
148
* Ajout des constantes pour le découpage en page
149
*
124 alexandre_ 150
* Revision 1.15  2006/04/28 12:46:14  florian
151
* integration des liens vers annuaire
152
*
118 florian 153
* Revision 1.14  2006/03/24 09:23:30  alexandre_tb
154
* ajout de la variable globale $GLOBALS['_BAZAR_']['filtre']
155
*
108 alexandre_ 156
* Revision 1.13  2006/03/14 17:10:21  florian
157
* ajout des fonctions de syndication, changement du moteur de recherche
158
*
107 florian 159
* Revision 1.12  2006/02/07 13:57:41  alexandre_tb
160
* ajout de la constante pour masquer la liste des émetteurs
161
*
93 alexandre_ 162
* Revision 1.11  2006/01/18 10:03:36  florian
163
* recodage de l'insertion et de la maj des données relatives aux listes et checkbox dans des formulaires
164
*
75 florian 165
* Revision 1.10  2006/01/03 10:19:31  florian
166
* Mise à jour pour accepter des parametres dans papyrus: faire apparaitre ou non le menu, afficher qu'un type de fiches, définir l'action par défaut...
167
*
64 florian 168
* Revision 1.9  2005/12/16 15:47:54  alexandre_tb
169
* ajout de l'option restreindre dépôt
170
*
60 alexandre_ 171
* Revision 1.8  2005/10/24 09:42:21  florian
172
* mise a jour appropriation
173
*
40 florian 174
* Revision 1.7  2005/10/21 16:15:04  florian
175
* mise a jour appropriation
176
*
39 florian 177
* Revision 1.6  2005/09/30 12:22:54  florian
178
* Ajouts commentaires pour fiche, modifications graphiques, maj SQL
179
*
7 florian 180
* Revision 1.4  2005/07/21 19:03:12  florian
181
* nouveautés bazar: templates fiches, correction de bugs, ...
182
*
5 florian 183
* Revision 1.2  2005/02/22 15:34:17  florian
184
* integration dans Papyrus
185
*
186
* Revision 1.1.1.1  2005/02/17 18:05:11  florian
187
* Import initial de Bazar
188
*
189
* Revision 1.1.1.1  2005/02/17 11:09:50  florian
190
* Import initial
191
*
192
* Revision 1.1.1.1  2005/02/16 18:06:35  florian
193
* import de la nouvelle version
194
*
195
* Revision 1.5  2004/07/08 12:15:32  florian
196
* ajout constantes pour flux RSS
197
*
198
* Revision 1.4  2004/07/06 16:21:54  florian
199
* débuggage modification + MAJ flux RSS
200
*
201
* Revision 1.3  2004/07/02 14:50:47  florian
202
* ajout configuration de l'etat de l'annonce (visible,masquée,...)
203
*
204
* Revision 1.2  2004/07/01 10:13:30  florian
205
* modif Florian
206
*
207
* Revision 1.1  2004/06/23 09:58:32  alex
208
* version initiale
209
*
210
* Revision 1.1  2004/06/18 09:00:41  alex
211
* version initiale
212
*
213
*
214
* +-- Fin du code ----------------------------------------------------------------------------------------+
215
*/
216
?>