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
|
1661 |
jpm |
10 |
commentaireGuidTpl = "urn:lsid:tela-botanica.org:del:commentaire%s";
|
|
|
11 |
voteGuidTpl = "urn:lsid:tela-botanica.org:del:vote%s"
|
|
|
12 |
tagGuidTpl = "urn:lsid:tela-botanica.org:del:tag%s"
|
1047 |
aurelien |
13 |
|
|
|
14 |
; Lien de base vers l'appli DEL
|
1661 |
jpm |
15 |
obsAppliLien = "http://www.tela-botanica.org/appli:identiplante";
|
|
|
16 |
imgAppliLien = "http://www.tela-botanica.org/appli:pictoflora";
|
1047 |
aurelien |
17 |
|
|
|
18 |
; Lien de base vers la fiche de l'observation dans DEL
|
1661 |
jpm |
19 |
obsFicheTpl = "{ref:obsAppliLien}#obs~%s";
|
|
|
20 |
imgFicheTpl = "{ref:imgAppliLien}#img~%s";
|
1284 |
jpm |
21 |
|
|
|
22 |
; Squelette d'Url permettant d'afficher une image du CEL (remplace %s par l'id de l'image sans underscore)
|
1508 |
mathias |
23 |
celImgUrlTpl = "http://api.tela-botanica.org/img:%s.jpg"
|