Extend Pro-Gen importer functionality
This commit is contained in:
parent
46d73a16a0
commit
e14ea777d5
File diff suppressed because it is too large
Load Diff
1748
gramps/plugins/importer/importprogen.glade
Normal file
1748
gramps/plugins/importer/importprogen.glade
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -41,7 +41,7 @@ fname = 'libcairodoc.py',
|
||||
authors = ["The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
#load_on_reg = True
|
||||
)
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
@ -58,7 +58,7 @@ status = STABLE,
|
||||
fname = 'libgedcom.py',
|
||||
authors = ["The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
)
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
@ -94,8 +94,9 @@ fname = 'libgrampsxml.py',
|
||||
authors = ["The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
#load_on_reg = True
|
||||
)
|
||||
#------------------------------------------------------------------------
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# libholiday
|
||||
#
|
||||
@ -111,7 +112,7 @@ fname = 'libholiday.py',
|
||||
authors = ["The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
#load_on_reg = True
|
||||
)
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
@ -129,7 +130,7 @@ fname = 'libhtmlbackend.py',
|
||||
authors = ["The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
#load_on_reg = True
|
||||
)
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
@ -165,7 +166,7 @@ fname = 'libhtml.py',
|
||||
authors = ["Gerald Britton"],
|
||||
authors_email = ["gerald.britton@gmail.com"],
|
||||
#load_on_reg = True
|
||||
)
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
@ -235,6 +236,24 @@ authors = ["The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# libprogen
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
register(GENERAL,
|
||||
id = 'libprogen',
|
||||
name = "Pro-Gen lib",
|
||||
description = _("Provides common functionality for Pro-Gen import"),
|
||||
version = '1.0',
|
||||
gramps_target_version = MODULE_VERSION,
|
||||
status = STABLE,
|
||||
fname = 'libprogen.py',
|
||||
authors = ["The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
#load_on_reg = True
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# libplaceview
|
||||
@ -268,6 +287,7 @@ fname = 'libsubstkeyword.py',
|
||||
authors = ["The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
)
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# libtreebase
|
||||
|
1992
gramps/plugins/lib/libprogen.py
Normal file
1992
gramps/plugins/lib/libprogen.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -633,6 +633,7 @@ gramps/plugins/importer/importgedcom.py
|
||||
gramps/plugins/importer/importgeneweb.py
|
||||
gramps/plugins/importer/importgpkg.py
|
||||
gramps/plugins/importer/importgrdb.py
|
||||
gramps/plugins/importer/importprogen.glade
|
||||
gramps/plugins/importer/importprogen.py
|
||||
gramps/plugins/importer/importvcard.py
|
||||
gramps/plugins/importer/importxml.py
|
||||
@ -646,6 +647,7 @@ gramps/plugins/lib/libnarrate.py
|
||||
gramps/plugins/lib/libpersonview.py
|
||||
gramps/plugins/lib/libplaceview.py
|
||||
gramps/plugins/lib/libplugins.gpr.py
|
||||
gramps/plugins/lib/libprogen.py
|
||||
gramps/plugins/lib/librecords.py
|
||||
gramps/plugins/lib/libsubstkeyword.py
|
||||
#gramps/plugins/lib/libtranslate.py
|
||||
|
Loading…
Reference in New Issue
Block a user