Changeset 30716 in osm for applications/editors
- Timestamp:
- 2014-10-13T21:35:14+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml
r28549 r30716 2 2 <!-- 3 3 // JOSM tag2link plugin. 4 // Copyright (C) 2011 Don-vip & FrViPofm4 // Copyright (C) 2011-2014 Don-vip & FrViPofm 5 5 // 6 6 // This program is free software: you can redistribute it and/or modify … … 45 45 <src name="WHC"> 46 46 <rule> 47 <condition k="ref:whc" v=" [0-9-]+" />48 <link name="View UNESCO sheet" href="http://whc.unesco.org/%lang(en,fr):en%/list/%v %" />47 <condition k="ref:whc" v="([0-9]+)(?:-.*)?" /> 48 <link name="View UNESCO sheet" href="http://whc.unesco.org/%lang(en,fr):en%/list/%v.1%" /> 49 49 </rule> 50 50 </src> … … 101 101 <rule> 102 102 <condition k="ref:(FR:)?CEF" v="[A-Z0-9_]{8}" /> 103 <link name="View %name% sheet of church" href="http:// www.messesinfo.catholique.fr/public/fiche.php?valcode=%v%" />103 <link name="View %name% sheet of church" href="http://egliseinfo.catholique.fr/#!lieu:%v%" /> 104 104 </rule> 105 105 </src> … … 139 139 </src> 140 140 141 <src name=" Education Nationale" country-code="FR">141 <src name="Éducation Nationale" country-code="FR"> 142 142 <rule> 143 143 <condition k="ref:(FR:)?UAI" /> 144 <link name="View UAI sheet of school/college" href="http://www.education.gouv.fr/ bce/avancee/fiche.php?NUMERO_UAI=%v%&type_info=UAI_all" />144 <link name="View UAI sheet of school/college" href="http://www.education.gouv.fr/pid24302/annuaire-resultat-recherche.html?lycee_name=%v%" /> 145 145 </rule> 146 146 </src> 147 147 148 <!-- social facility --> 148 <!-- social facility --> 149 149 <src name="FINESS" country-code="FR"> 150 150 <rule> 151 <condition k="ref:(FR:)?FINESS" v="[A-Z0-9-]{ 9}" />151 <condition k="ref:(FR:)?FINESS" v="[A-Z0-9-]{8,9}" /> 152 152 <link name="View %name% sheet of hospital/home" href="http://finess.sante.gouv.fr/finess/jsp/actionDetailEtablissement.do?noFiness=%v%" /> 153 153 </rule> 154 154 </src> 155 155 156 <src name="NAF" country-code="FR"> 157 <rule> 158 <condition k="ref:FR:NAF" v="[A-Z0-9-]{5}" /> 159 <link name="View explanation of %name% code" href="http://www.rouen.cci.fr/outils/ape/Naf_liste.asp?param=2&code=%v%" /> 160 </rule> 161 </src> 162 163 <src name="SIRET" country-code="FR"> 164 <rule> 165 <condition k="ref:FR:SIRET" v="(\p{Digit}{9})([0-9-]{5})" /> 166 <link name="Get identification card (pdf) for this establishment" href="http://avis-situation-sirene.insee.fr/avisitu/AvisPdf.do?nic=%v.2%&siren=%v.1%" /> 167 </rule> 168 </src> 169 170 <src name="La Poste" country-code="FR"> 171 <rule> 172 <condition k="ref:FR:LaPoste" v="[0-9]{5}[A-Z]" /> 173 <link name="View %name% page of this post office" href="http://www.laposte.fr/particulier/outils/trouver-un-bureau-de-poste/bureau-detail/%v%/%v%" /> 174 </rule> 175 </src> 176 156 177 </tag2link>
Note:
See TracChangeset
for help on using the changeset viewer.