Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 285 → Rev 291

/trunk/configurations/config.defaut.ini
100,6 → 100,7
; Paramètres spécifiques à l'API 0.1 d'eFlore
baseUrlApiEflore = "http://localhost/service:eflore:0.1/{projet}"
nomsTpl = "{ref:baseUrlApiEflore}/noms"
nomTpl = "{ref:nomsTpl}/{id}"
nomsStatsInitialesRangTpl = "{ref:nomsTpl}/stats/initiales?masque.rg={rang}"
nomsListeInitialesRangTpl = "{ref:nomsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}&navigation.limite=500"
nomsRechercheTpl = "{ref:nomsTpl}?masque={valeur}&recherche={type}&ns.format=txt&navigation.limite=3000"
116,18 → 117,20
nomsVernaRechercheDeterminationTpl = "{ref:nomsVernaTpl}/attributions?masque.nv={valeur}&recherche={type}&masque.lg={langue}"
 
cartesTpl = "{ref:baseUrlApiEflore}/cartes"
cartesParNnTpl = "{ref:cartesTpl}/{nn}?retour.format={largeur}&retour={mime-type}"
cartesParNtTpl = "{ref:cartesTpl}/nt:{nt}?retour.format={largeur}&retour={mime-type}"
carteTpl = "{ref:cartesTpl}/{id}?retour.format={largeur}&retour={mime-type}"
legendeCarteTpl = "{ref:cartesTpl}/{id}/legende"
 
legendeCartesParNnTpl = "{ref:cartesTpl}/{nn}/legende"
legendeCartesParNtTpl = "{ref:cartesTpl}/nt:{nt}/legende"
 
metaDonneesTpl = "{ref:baseUrlApiEflore}/meta-donnees?{verproj}={version}"
 
taxonsTpl = "{ref:baseUrlApiEflore}/taxons"
taxonTpl = "{ref:taxonsTpl}/{id}"
taxonsStatsInitialesRangTpl = "{ref:taxonsTpl}/stats/initiales?masque.rg={rang}"
taxonsListeInitialesRangTpl = "{ref:taxonsTpl}?masque={initiale}&recherche=etendue&masque.rg={rang}"
taxonsRechercheTpl = "{ref:taxonsTpl}?masque={valeur}&recherche={type}"
 
imagesTpl = "{ref:baseUrlApiEflore}/images"
imagesResultatsDeterminationTpl = "{ref:imagesTpl}?masque.nn={idsNoms}&retour.format=CS"
imagesResultatsDeterminationTpl = "{ref:imagesTpl}?masque.nn={idsNoms}&retour.format=CS"
 
textesTpl = "{ref:baseUrlApiEflore}/textes"
texteTpl = "{ref:textesTpl}/{id}?txt.format={txtFormat}"
texteTitreSectionTpl = "{ref:textesTpl}/{id}?txt.format={txtFormat}&txt.section.titre={sectionTitre}"