Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1660 → Rev 1661

/trunk/services/configurations/config_syndication.ini
7,16 → 7,17
editeur = "Tela Botanica";
 
; Format du Guid de DEL pour le flux de syndication
guidObsTpl = "urn:lsid:tela-botanica.org:del:%s";
voteParProtocole = "urn:lsid:tela-botanica.org:picto:vote%s"
tagParProtocole = "urn:lsid:tela-botanica.org:picto:tag%s"
commentaireGuidTpl = "urn:lsid:tela-botanica.org:del:commentaire%s";
voteGuidTpl = "urn:lsid:tela-botanica.org:del:vote%s"
tagGuidTpl = "urn:lsid:tela-botanica.org:del:tag%s"
 
; Lien de base vers l'appli DEL
delAppliLien = "http://www.tela-botanica.org/appli:identiplante";
obsAppliLien = "http://www.tela-botanica.org/appli:identiplante";
imgAppliLien = "http://www.tela-botanica.org/appli:pictoflora";
 
; Lien de base vers la fiche de l'observation dans DEL
delFicheObsTpl = "{ref:delAppliLien}#page_validation~%s";
pictofloraFicheObsTpl = "{ref:delAppliLien}#page_recherche_images";
obsFicheTpl = "{ref:obsAppliLien}#obs~%s";
imgFicheTpl = "{ref:imgAppliLien}#img~%s";
 
; Squelette d'Url permettant d'afficher une image du CEL (remplace %s par l'id de l'image sans underscore)
celImgUrlTpl = "http://api.tela-botanica.org/img:%s.jpg"