Skip to content

Commit 29a3e91

Browse files
romjeromeprculley
authored andcommitted
Update DEWebPack.py (#259)
* Update DEWebPack.py * add 'German digital library'
1 parent 604e1be commit 29a3e91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DEWebConnectPack/DEWebPack.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
["Person", "Google Archives", _("Google Archives"), "http://news.google.de/archivesearch?q=%(surname)s"],
4343
["Person", "DE-Google", _("DE Google"), '''http://www.google.de/#hl=de&q="%(surname)s,+%(given)s"'''],
4444
["Person", "Open Library", _("Open Library"), "http://openlibrary.org/search?q=%(surname)s, %(given)s"],
45+
["Person", "Namensverbreitungskarte", _("Surname map (1890-1996)"), "https://nvk.genealogy.net/map/1890:%(surname)s,1996:%(surname)s"],
46+
["Person", "wiki-de.genealogy.net", _("GenWiki"), "http://wiki-de.genealogy.net/Spezial:Suche?search=%(surname)s"],
47+
["Person", "deutsche-digitale-bibliothek", _("German digital library"),"https://www.deutsche-digitale-bibliothek.de/search/person?query=%(surname)s+%(given)s"],
4548
]
4649

4750
def load_on_reg(dbstate, uistate, pdata):

0 commit comments

Comments
 (0)