Skip to content

Commit c8a1d35

Browse files
committed
PlaceCleanup adapted for GEPS045
1 parent 98bebb8 commit c8a1d35

File tree

8 files changed

+4424
-0
lines changed

8 files changed

+4424
-0
lines changed

PlaceCleanup_GEPS045/__init__.py

Whitespace-only changes.

PlaceCleanup_GEPS045/placecleanup.glade

Lines changed: 1124 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
#
2+
# Gramps - a GTK+/GNOME based genealogy program
3+
#
4+
# Copyright (C) 2018 Paul Culley
5+
#
6+
# This program is free software; you can redistribute it and/or modify
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation; either version 2 of the License, or
9+
# (at your option) any later version.
10+
#
11+
# This program is distributed in the hope that it will be useful,
12+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
# GNU General Public License for more details.
15+
#
16+
# You should have received a copy of the GNU General Public License
17+
# along with this program; if not, write to the Free Software
18+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19+
#
20+
21+
"""
22+
Place Cleanup Gramplet.
23+
"""
24+
25+
register(
26+
GRAMPLET,
27+
id = "PlaceCleanup_GEPS045",
28+
name = _("Place Cleanup GEPS_045"),
29+
description = _("Place Cleanup Gramplet assists in merging places, as"
30+
" well as completing places from the GeoNames web"
31+
" database"),
32+
authors = ["Paul R. Culley"],
33+
authors_email = ["[email protected]"],
34+
status = STABLE,
35+
version = '1.1.1',
36+
gramps_target_version = '5.1',
37+
fname = "placecleanup.py",
38+
gramplet = 'PlaceCleanup',
39+
navtypes=["Place"],
40+
height = 375,
41+
detached_width = 510,
42+
detached_height = 480,
43+
expand = True,
44+
gramplet_title = _("Place Cleanup"),
45+
help_url="Addon:PlaceCleanup",
46+
include_in_listing = True,
47+
)

0 commit comments

Comments
 (0)