Ticket #10608: tag2link_sources.xml.3.patch
| File tag2link_sources.xml.3.patch, 3.5 KB (added by , 11 years ago) |
|---|
-
tag2link_sources.xml
44 44 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> 51 51 … … 99 99 100 100 <src name="CEF" country-code="FR"> 101 101 <rule> 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%" /> 102 <condition k="amenity" v="place_of_worship"/> 103 <condition k="ref:(FR:)?CEF" v="[A-Z0-9_]{8}" id="ref"/> 104 <link name="View %name% sheet of church" href="http://egliseinfo.catholique.fr/#!lieu:%ref.v%" /> 104 105 </rule> 105 106 </src> 106 107 … … 138 139 </rule> 139 140 </src> 140 141 141 <src name=" Education Nationale" country-code="FR">142 <src name="Éducation Nationale" country-code="FR"> 142 143 <rule> 143 144 <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" />145 <link name="View UAI sheet of school/college" href="http://www.education.gouv.fr/pid24302/annuaire-resultat-recherche.html?lycee_name=%v%" /> 145 146 </rule> 146 147 </src> 147 148 148 <!-- social facility --> 149 <!-- social facility --> 149 150 <src name="FINESS" country-code="FR"> 150 151 <rule> 151 <condition k="ref:(FR:)?FINESS" v="[A-Z0-9-]{ 9}" />152 <condition k="ref:(FR:)?FINESS" v="[A-Z0-9-]{8,9}" /> 152 153 <link name="View %name% sheet of hospital/home" href="http://finess.sante.gouv.fr/finess/jsp/actionDetailEtablissement.do?noFiness=%v%" /> 153 154 </rule> 154 155 </src> 156 157 <!-- NAF --> 158 <src name="NAF" country-code="FR"> 159 <rule> 160 <condition k="ref:(FR:)?NAF" v="[A-Z0-9-]{5}" /> 161 <link name="View explanation of %name% code" href="http://www.rouen.cci.fr/outils/ape/Naf_liste.asp?param=2&code=%v%" /> 162 </rule> 163 </src> 164 165 <!-- SIREN --> 166 <src name="SIREN" country-code="FR"> 167 <rule> 168 <condition k="ref:FR:SIRET" v="(\p{Digit}{9})[0-9-]{5}" id="ref" /> 169 <link name="View score3.fr page of %name% code" href="http://www.score3.fr/STANDARD-%ref.v.1%.shtml" /> 170 </rule> 171 </src> 172 173 <!-- SIRET --> 174 <src name="Avis SIRET" country-code="FR"> 175 <rule> 176 <condition k="ref:FR:SIRET" v="(\p{Digit}{9})([0-9-]{5})" id="ref" /> 177 <link name="Get INSEE avis (pdf) for this establishment" href="http://avis-situation-sirene.insee.fr/avisitu/AvisPdf.do?nic=%ref.v.2%&siren=%ref.v.1%" /> 178 </rule> 179 </src> 180 181 <!-- LaPoste --> 182 <src name="LaPoste" country-code="FR"> 183 <rule> 184 <condition k="ref:FR:LaPoste" v="[0-9]{5}[A-Z]" /> 185 <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%" /> 186 </rule> 187 </src> 155 188 156 </tag2link> 157 No newline at end of file 189 </tag2link>
