Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev Author Line No. Line
1162 delphine 1
; Encodage : UTF-8
2
 
3
; Nom du projet
4
nom_projet = "bdtre"
5
 
6
; Nom de la base utilisée.
7
bdd_nom = "tb_eflore"
8
 
9
; Nom de la table principalement utilisée.
10
bdd_table= "bdtre"
11
 
12
; Nom de la table ontologies utilisée.
13
bdd_table_ontologies = "eflore_ontologies"
14
 
15
; Nom de la table métadonnées utilisée.
16
bdd_table_meta = "bdtre_meta"
17
 
18
; URL de base des services du projet bdtre
19
url_service="{ref:url_base}service:eflore:0.1/bdtre"
20
 
21
; URL de l'ontologie des bdnt
22
;url_ontologie="{ref:url_base}service:eflore:0.1/bdnt/ontologies/"
23
url_ontologie="http://api-test.tela-botanica.org/service:eflore:0.1/bdnt/ontologies/"
24
; +------------------------------------------------------------------------------------------------------+
25
; Paramètres pour la V2
26
baseServiceUrl = "{ref:url_base}service:eflore:0.1/"
27
baseProjetUrl = "{ref:baseServiceUrl}bdtre/"
28
listeUrl = "{ref:baseProjetUrl}noms"
29
 
30
detailsHrefTpl = "{ref:baseProjetUrl}noms/%s"
31
ontologieHrefTpl = "{ref:baseServiceUrl}bdnt/ontologies/rangTaxo:%s"
32
 
33
; Noms des ressources disponible pour ce projet
34
servicesDispo = "meta-donnees,aide,noms,taxons,cartes"
35
 
36
; Paramètres de l'api
37
parametresAPI = "
38
	recherche,
39
	navigation.depart,
40
	navigation.limite,
41
	distinct,
42
	ns.structure,
43
	ns.format,
44
	masque,
45
	masque.nn,
46
	masque.nt,
47
	masque.rg,
48
	masque.sg,
49
	masque.gen,
50
	masque.sp,
51
	masque.ssp,
52
	masque.au,
53
	masque.an,
54
	masque.bib,
55
	masque.ad,
56
	masque.fam,
57
	masque.sto,
58
	masque.sti,
59
	masque.stc,
60
	masque.prga,
61
	masque.prco,
62
	masque.and,
63
	masque.anf,
64
	retour,
65
	retour.format,
66
	retour.champs,
67
	retour.langue,
68
	version.projet,
69
	contexte"
70
 
71
; Champs supplémentaires spécifique au projet : champsBdd = champsSortie (dans Json)
72
champsProjet = "
73
	num_tax = num_taxonomique,
74
	num_meme_type = num_meme_type,
75
	type_synonymie = type_synonymie,
76
	doute_nom_valide = doute_nom_valide,
77
	hybride = hybride.libelle,
78
	in_auteur = in_auteur,
79
	statut = statut,
80
	nom_complet = nom_complet,
81
	flores = flores,
82
	etat_basionyme = etat_basionyme,
83
	maj_modif = maj_modif,
84
	maj_bb = maj_bb,
85
	maj_creation = maj_creation,
86
	classification = classification,
87
	2n = 2n,
88
	comb_nomen = comb_nomen,
89
	corrections = corrections,
90
	groupe = groupe,
91
	flore_bonnier_num = flore.bonnier.id,
92
	flore_bonnier_rem = flore.bonnier.rem,
93
	flore_cnrs_num = flore.cnrs.id,
94
	flore_cnrs_rem = flore.cnrs.rem,
95
	flore_fe_num = flore.europaea.id,
96
	flore_fe_rem = flore.europaea.rem,
97
	flore_coste_num = flore.coste.id,
98
	flore_coste_rem = flore.coste.rem,
99
	flore_fh_num = flore.helvetica.id,
100
	flore_fh_rem = flore.helvetica.rem,
101
	flore_fournier_num = flore.fournier.id,
102
	flore_fournier_rem = flore.fournier.rem,
103
	typus = typus,
104
	num_meme_type = num_meme_type"
105
 
106
; +------------------------------------------------------------------------------------------------------+
107
;correspondance champs bdnt pour l'affichage lors du résultat renvoyé
108
correspondance_champs = "
109
	num_nom=id,
110
	num_nom_retenu=nom_retenu.id,
111
	num_tax_sup=tax_sup.id,
112
	rang=rang.code,
113
	nom_sci=nom_sci,
114
	nom_supra_generique=nom_supra_generique,
115
	genre=genre,
116
	epithete_infra_generique=epithete_infra_generique,
117
	epithete_sp=epithete_sp,
118
	type_epithete=type_epithete,
119
	epithete_infra_sp=epithete_infra_sp,
120
	cultivar_groupe=cultivar_groupe,
121
	cultivar=cultivar,
122
	nom_commercial=nom_commercial,
123
	auteur=auteur,
124
	annee=annee,
125
	biblio_origine=biblio_origine,
126
	notes=notes,
127
	nom_addendum=nom_addendum,
128
	homonyme=homonyme,
129
	basionyme=basionyme.id,
130
	synonyme_proparte=proparte.id,
131
	synonyme_douteux=douteux,
132
	synonyme_mal_applique=mal_applique,
133
	synonyme_orthographique=orthographe_correcte.id,
134
	hybride_parent_01=hybride.parent_01.id,
135
	hybride_parent_01_notes=hybride.parent_01.notes,
136
	hybride_parent_02=hybride.parent_02.id,
137
	hybride_parent_02_notes=hybride.parent_02.notes,
138
	nom_francais=nom_fr,
139
	presence=presence.code,
140
	statut_introduction=statut_introduction.code,
141
	statut_origine=statut_origine.code,
142
	statut_culture=statut_culture.code,
143
	num_tax=num_taxonomique,
144
	num_meme_type=num_meme_type,
145
	nom_sci_html=nom_sci_html,
146
	famille=famille"
147
 
148
 
149
; Correspondance entre les champs et les code l'ontologie
150
ChampsCodesOntologie = "
151
	rang=rangTaxo,
152
	presence=presence,
153
	statut_origine=statutOrigine,
154
	statut_culture=statutCulture,
155
	statut_introduction=statutIntroduction"
156
 
157
; Correspondance entre les champs et les codes de la structure d'un nom
158
nsStructure = "
159
	an=annee,
160
	au=auteur,
161
	bib=biblio_origine,
162
	ad=nom_addendum,
163
	gen=genre,
164
	sp=epithete_sp,
165
	ssp=epithete_infra_sp,
166
	fam=famille"
167
 
168
[Noms]
169
dureecache = "php:3600*24";
170
 
171
[Cartes]
172
; Chemin de base des cartes
173
chemin = "{ref:chemin_base}presentations/images/cartes/"
174
; Convertisseur de SVG en PNG. Disponible : imagick, rsvg.
175
convertisseur = rsvg
176
; Chemin de base des cartes
177
cache_miseEnCache = true
178
cache_stockageChemin = "{ref:chemin_cache}bdtre/"
179
cache_dureeDeVie = "php:3600*24"