Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
699 gduche 1
; Encodage : UTF-8
2
 
3
; Nom du projet
4
nom_projet = "del"
925 gduche 5
masques_possibles = "masque,famille,genre,ns,nn,auteur,date,commune,departement,tag,espece";
1168 aurelien 6
tris_possibles = "date_observation,votes,tags"
7
mots_cles_cel_affiches = "fleur,fleurs,feuille,feuilles,ecorce,fruit,fruits,port,defiphoto,plantnet";
699 gduche 8
 
925 gduche 9
[images]
699 gduche 10
; URL de base des services de ce projet
925 gduche 11
url_service = "{ref:url_base}del/services/0.1/images"
12
url_images = "http://www.tela-botanica.org/appli:cel-img:%sXL.jpg";
699 gduche 13
 
14
; +------------------------------------------------------------------------------------------------------+
15
; Config spécifique au projet
16
; Noms des services disponibles pour ce projet
751 delphine 17
servicesDispo = "votes"
18
[mapping_service]
925 gduche 19
votes = "votes-image"
709 gduche 20
 
21
[mapping_observation]
925 gduche 22
id_observation = "id_observation"
23
date_observation = "date_observation"
24
date_transmission = "date_transmission"
25
famille = "determination.famille"
26
nom_sel = "determination.ns"
27
nom_sel_nn = "determination.nn"
28
nt = "determination.nt"
29
ce_zone_geo = "id_zone_geo"
30
zone_geo = "zone_geo"
31
lieudit = "lieudit"
32
station = "station"
33
milieu = "milieu"
34
ce_utilisateur = "auteur.id"
35
nom = "auteur.nom"
36
prenom = "auteur.prenom"
1019 aurelien 37
mots_cles_texte = "mots_cles_texte"
1167 aurelien 38
commentaire = "commentaire"
709 gduche 39
 
40
[mapping_masque]
925 gduche 41
famille = "famille"
42
ns = "nom_sel"
43
nn = "nom_sel_nn"
44
date = "date_observation"
45
tag = "mots_cles_texte"
46
commune = "zone_geo"