Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
717 gduche 1
; Encodage : UTF-8
2
 
3
; Nom du projet
4
nom_projet = "del"
1097 gduche 5
masques_possibles = "masque,famille,genre,ns,nn,auteur,date,commune,departement,tag,espece,type"
925 gduche 6
tris_possibles = "date_observation"
1097 gduche 7
tag_adeterminer = aDeterminer
8
nb_commentaires_discussion = 10
717 gduche 9
 
925 gduche 10
[observations]
717 gduche 11
; URL de base des services de ce projet
925 gduche 12
url_service = "{ref:url_base}del/services/0.1/observations/"
13
url_images = "http://www.tela-botanica.org/appli:cel-img:%sXL.jpg";
717 gduche 14
 
15
; +------------------------------------------------------------------------------------------------------+
16
; Config spécifique au projet
17
; Noms des services disponibles pour ce projet
788 delphine 18
servicesDispo = "observation, vote"
717 gduche 19
 
756 gduche 20
 
717 gduche 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
courriel = "observateur"
30
ce_zone_geo = "id_zone_geo"
31
zone_geo = "zone_geo"
32
lieudit = "lieudit"
33
station = "station"
34
milieu = "milieu"
35
nom = "auteur.nom"
36
prenom = "auteur.prenom"
37
ce_utilisateur = "auteur.id"
1019 aurelien 38
mots_cles_texte = "mots_cles_texte"
1021 gduche 39
dob_commentaire = commentaire
717 gduche 40
 
1103 gduche 41
 
717 gduche 42
[mapping_masque]
925 gduche 43
famille = "famille"
44
ns = "nom_sel"
45
nn = "nom_sel_nn"
46
date = "date_observation"
47
tag = "mots_cles_texte"
48
commune = "zone_geo"
49
id_zone_geo = "ce_zone_geo"
1103 gduche 50
espece = "nom_sel"