Subversion Repositories eFlore/Applications.del

Rev

Rev 1517 | 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"
1448 mathias 5
masques_possibles = "masque,famille,genre,ns,nn,nt,auteur,date,commune,departement,tag,espece,referentiel"
1345 aurelien 6
formats_possibles = "O,CRX2S,CRS,CXS,CS,XS,S,M,L,XL,X2L,X3L"
1168 aurelien 7
tris_possibles = "date_observation,votes,tags"
1345 aurelien 8
mots_cles_cel_affiches = "fleur,fleurs,feuille,feuilles,ecorce,fruit,fruits,port,defiphoto,plantnet"
699 gduche 9
 
925 gduche 10
[images]
699 gduche 11
; URL de base des services de ce projet
1370 raphael 12
url_service = "{ref:url_service_base}images"
1508 mathias 13
url_images = "http://api.tela-botanica.org/img:%09d%s.jpg";
699 gduche 14
 
15
; +------------------------------------------------------------------------------------------------------+
16
; Config spécifique au projet
17
; Noms des services disponibles pour ce projet
751 delphine 18
servicesDispo = "votes"
19
[mapping_service]
925 gduche 20
votes = "votes-image"
709 gduche 21
 
22
[mapping_observation]
925 gduche 23
id_observation = "id_observation"
24
date_observation = "date_observation"
25
date_transmission = "date_transmission"
26
famille = "determination.famille"
27
nom_sel = "determination.ns"
28
nom_sel_nn = "determination.nn"
1365 aurelien 29
nom_referentiel = "determination.referentiel"
925 gduche 30
nt = "determination.nt"
31
ce_zone_geo = "id_zone_geo"
32
zone_geo = "zone_geo"
33
lieudit = "lieudit"
34
station = "station"
35
milieu = "milieu"
36
ce_utilisateur = "auteur.id"
37
nom = "auteur.nom"
38
prenom = "auteur.prenom"
1019 aurelien 39
mots_cles_texte = "mots_cles_texte"
1167 aurelien 40
commentaire = "commentaire"
709 gduche 41
 
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"
1517 aurelien 48
tag_cel = "mots_cles_texte"
49
tag_pictoflora = "mots_cles_texte"
1365 aurelien 50
commune = "zone_geo"
51
referentiel = "nom_referentiel"