Subversion Repositories eFlore/Applications.del

Rev

Rev 923 | 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"
925 gduche 5
masques_possibles = "proposition,observation"
717 gduche 6
 
925 gduche 7
[commentaires]
717 gduche 8
; URL de base des services de ce projet
856 gduche 9
url_service="{ref:url_base}del/services/0.1/commentaires"
717 gduche 10
 
925 gduche 11
 
717 gduche 12
; +------------------------------------------------------------------------------------------------------+
13
; Config spécifique au projet
14
; Noms des services disponibles pour ce projet
856 gduche 15
servicesDispo = "votes"
925 gduche 16
 
856 gduche 17
[mapping_service]
925 gduche 18
votes = "votes-image"
717 gduche 19
 
856 gduche 20
[mapping_commentaire]
925 gduche 21
id_commentaire = "id_commentaire"
22
ce_observation = "observation"
23
ce_proposition = "proposition"
24
ce_utilisateur = "auteur.id"
25
texte = "texte"
26
utilisateur_nom = "auteur.nom"
27
utilisateur_prenom = "auteur.prenom"
28
utilisateur_courriel = "auteur.courriel"
29
date = "date"
30
nom_sel = "nom_sel"
856 gduche 31
 
717 gduche 32
[mapping_masque]
925 gduche 33
observation = "ce_observation"
34
proposition = "ce_proposition"