Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
1047 aurelien 1
; +------------------------------------------------------------------------------------------------------+
1231 gduche 2
servicesDispo = "commentaires,votesParProtocole,tagsParProtocole";
1057 aurelien 3
formatsRss = "rss1,rss2,atom";
4
 
5
; +------------------------------------------------------------------------------------------------------+
1047 aurelien 6
; Editeur du flux
7
editeur = "Tela Botanica";
8
 
9
; Format du Guid de DEL pour le flux de syndication
10
guidObsTpl = "urn:lsid:tela-botanica.org:del:%s";
1232 gduche 11
voteParProtocole = "urn:lsid:tela-botanica.org:picto:vote%s"
12
tagParProtocole = "urn:lsid:tela-botanica.org:picto:tag%s"
1047 aurelien 13
 
14
; Lien de base vers l'appli DEL
1519 mathias 15
delAppliLien = "http://www.tela-botanica.org/appli:identiplante";
1047 aurelien 16
 
17
; Lien de base vers la fiche de l'observation dans DEL
1228 gduche 18
delFicheObsTpl = "{ref:delAppliLien}#page_validation~%s";
1232 gduche 19
pictofloraFicheObsTpl = "{ref:delAppliLien}#page_recherche_images";
1284 jpm 20
 
21
; Squelette d'Url permettant d'afficher une image du CEL (remplace %s par l'id de l'image sans underscore)
1508 mathias 22
celImgUrlTpl = "http://api.tela-botanica.org/img:%s.jpg"