Rev 1519 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
; +------------------------------------------------------------------------------------------------------+
servicesDispo = "commentaires,votesParProtocole,tagsParProtocole";
formatsRss = "rss1,rss2,atom";
; +------------------------------------------------------------------------------------------------------+
; Editeur du flux
editeur = "Tela Botanica";
; Format du Guid de DEL pour le flux de syndication
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
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
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"