Index: applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml
===================================================================
--- applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml	(revision 26981)
+++ applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml	(revision 26982)
@@ -141,4 +141,11 @@
         </rule>
     </source>
+
+    <source name="Education Nationale" country-code="FR">
+        <rule>
+            <condition k="ref:(FR:)?UAI" />
+            <link name="View UAI sheet of school/college" href="http://www.education.gouv.fr/bce/avancee/fiche.php?NUMERO_UAI=%v%&amp;type_info=UAI_all" />
+        </rule>
+    </source>
     
 </tag2link>
Index: applications/editors/josm/plugins/tag2link/src/org/openstreetmap/josm/plugins/tag2link/Tag2LinkPlugin.java
===================================================================
--- applications/editors/josm/plugins/tag2link/src/org/openstreetmap/josm/plugins/tag2link/Tag2LinkPlugin.java	(revision 26981)
+++ applications/editors/josm/plugins/tag2link/src/org/openstreetmap/josm/plugins/tag2link/Tag2LinkPlugin.java	(revision 26982)
@@ -29,4 +29,5 @@
  * @author Don-vip
  * History:
+ * 0.3b 29-Oct-2011 Add UAI support
  * 0.3a 29-Oct-2011 Add Country-code prefix, IGN support + not-yet-tested POST requests support
  * 0.2d 24-Oct-2011 Icon for Mail action
