5,421
edits
Changes
From Gramps
m
Add the description of gedcom export
{{Third-party plugin}}
{{man warn|Unreleased Unofficial addon|This addon is not distributed through the Gramps Project. Complying with Geneanet copyright restrictions is not compatible with GPLv2 licensing terms. So it may only be distributed though third-parties.}}
The {{man label|GeneanetForGramps}} addon allows you to import ancestors and descendants for a selected person from the [https://geneanet.org Geneanet] website.
{{-}}
Gramps-Devel [[Contact#Mailing_lists|maillist]] threads
* 2020-12-06 [https://sourceforge.net/p/gramps/mailman/gramps-devel/thread/20201206005832.GA7736%40victoria2.home.musique-ancienne.org/#msg37169958 Announce of the GeneanetForGramps plugin] - an import tool for data provided by Geneanet
=GedcomforGeneanet Exporter=
A complementary Exporter plugin (Greffons) is available at GitHub in Grocanar's repository: [https://github.com/grocanar/glopgrampsaddons/tree/main/addons-source/GedcomforGeneanet GedcomforGeneanet].
This plugin is an "improvement" of Geneanet's gedcom export. It provides the following features:
* Export of cookies for events
* Management of non-marital relationships
* Including media paths
* Exclude repository names in sources
* Removing absolute paths in file path
* Removing the “Merged Gramps ID” attribute
* Added source quality to source description
* Creation of a zip archive of the affected media
* Removed support for the anychar standard from Gedcom 5.5
* Management of common names
* Exporting citation attributes
* Export of an individual's census information with an optional extended format
* Export of locations in geneanet format
* Indication of the name of the place on the date of the event
* Indication of alternative place names
* Removal of optional address structure
* Management of the display of titles of nobility
* Addition of affiliation sources such as Individual Notes
==Features==
* '''Export of cookies for events'''
* '''Special case for baptisms'''
: For baptisms If you have defined a CUSTOM role, the male person will be the Godfather and the female person will be my Godmother.
* '''Witnesses and role.'''
: For individual events other than baptism, all roles are assimilated to witnesses given the poverty of the GEDCOM standard. However, the extend_role option allows you to display the role but it will then be on two lines.
* '''Management of non-marital relationships'''
: For unmarried couples their status is no longer married.
* '''Exclude repository names in sources'''
:This allows you to exclude the repository name in the source name.
* '''Removing absolute paths in file path'''
: If the option is enabled this removes the path in the FILE tag. This generally allows you to delete user information in the gedcom file.
* '''Removing the “Merged Gramps ID” attribute'''
:This attribute is of no interest and is deleted during export.
* '''Removed support for the anychar standard from Gedcom 5.5'''
:Geneanet does not implement the anychar standard of the Gedcom5.3 standard which requires doubling the @ characters. So the dates exported to GRAMPS in an alternative calendar are not rendered well. This option removes the doubling of @.
* '''Management of common names'''
:Allows you to export the usual first name by indicating it between ".
* '''Exporting citation attributes'''
:Allows you to export the attributes of a citation. This makes it possible, for example, to indicate the URL of an act.
* '''Exporting an individual's census information'''
:Allows you to export information for an individual in a census in the form of event notes. If we select the extended format, it will display not only the information related to the individual but the information of all individuals in the household.
* '''Export of locations in geneanet format'''
:Geneanet imposes a format for place names that is not compatible with gramps. This option allows you to generate the title in geneanet format during export while retaining the automatic generation of the title in GRAMPS.
* '''Indication of the name of the place on the date of the event'''
:Indicate in a note the name of the place on the date of the event.
* '''Indication of alternative place names'''
:Indicate in notes the alternative names of the place.
* '''Removal of optional address structure'''
:The Gedcom standard allows the inclusion of an optional address structure for locations. This is the default operation of GRAMPS. But this causes a problem when importing Geneanet.
* '''Management of titles of nobility'''
:In the geneanet display we lose a certain amount of information and the title does not appear in the chronology. To have a clearer and more complete display I create on the fly a title type event which includes in a more complete way the information contained in the title of nobility event.
* '''Addition of affiliation sources such as Individual Notes'''
:GRAMPS allows you to put a source concerning the parentage of a person. This is interesting when you do not have birth or baptism certificates but you have a source allowing you to establish filiation such as a will. However, this is not provided for in the GEDCOM. This option allows you to add a Note to the individual.
==Use an additional program==
This option allows you to launch an additional library. When the option is activated, we generate their lienWii for each individual in a table which is indexed by the handle of the individuals. This array is passed as a parameter in the function call
<code>self.Extobj.run(filename,self.database,self.GENEWEBURL)</code>
This function is contained in the <code>ExtProg.py</code> file.
This allows, for example, to make lists of people who can be included in the family chronicle. An example is provided which generates a list of all individuals in the database. Everyone can therefore adapt this code to their needs.
[[Category:Addons]]