Opened 11 years ago

Last modified 11 years ago

#11269 closed enhancement

Add link for MemorialGenWeb — at Initial Version

Reported by: anonymous Owned by: Don-vip
Priority: normal Milestone:
Component: Core tag2link Version:
Keywords: Cc:

Description

If the ref:FR:MemorialGenWeb key is present, adds a link to the MemorialGenWeb site :

diff --git a/tag2link/resources/tag2link_sources.xml b/tag2link/resources/tag2link_sources.xml
index b4c7177..03f426d 100644
--- a/tag2link/resources/tag2link_sources.xml
+++ b/tag2link/resources/tag2link_sources.xml
@@ -107,7 +107,14 @@
             <link name="View %name% sheet of church" href="http://egliseinfo.catholique.fr/#!lieu:%v%" />
         </rule>
     </src>
-
+   
+   <src name="MemorialGenWeb" country-code="FR">
+        <rule>
+            <condition k="ref:(FR:)?MemorialGenWeb" v="[0-9]*" />
+            <link name="View MemorialGenWeb sheet of memorial" href="http://www.memorial-genweb.org/~memorial2/html/fr/resultcommune.php?idsource=%v%" />
+        </rule>
+    </src>
+   
     <src name="MHS" country-code="FR">
         <rule>
             <condition k="ref:(FR:)?mhs" v="\p{Upper}{2}\p{Digit}{8}" />

MemorialWebGen http://www.memorial-genweb.org/~memorial2/html/fr/index.php is a french website which lists all the memorials (historic=memorial).

Change History (0)

Note: See TracTickets for help on using tickets.