|
| 1 | +# |
| 2 | +# Gramps - a GTK+/GNOME based genealogy program |
| 3 | +# |
| 4 | +# Copyright (C) 2015 Nick Hall |
| 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 | +#------------------------------------------------------------------------ |
| 23 | +# |
| 24 | +# GetGOV Gramplet |
| 25 | +# |
| 26 | +#------------------------------------------------------------------------ |
| 27 | + |
| 28 | +register(GRAMPLET, |
| 29 | + id = "GetGOV Gramplet GEPS045", |
| 30 | + name = _("GetGOV_GEPS045"), |
| 31 | + description = _("Gramplet to get places from the GOV database"), |
| 32 | + status = STABLE, |
| 33 | + version = '1.1.1', |
| 34 | + gramps_target_version = '5.1', |
| 35 | + fname = "getgov.py", |
| 36 | + gramplet = 'GetGOV', |
| 37 | + height = 375, |
| 38 | + detached_width = 510, |
| 39 | + detached_height = 480, |
| 40 | + expand = True, |
| 41 | + gramplet_title = _("GetGOV"), |
| 42 | + help_url="GetGOV Gramplet", |
| 43 | + include_in_listing = True, |
| 44 | + ) |
0 commit comments