-
Depends on https://github.com/geni/geni/issues/463 -- @ss can provide the API format once it's done.
-
**Is your feature request related to a problem? Please describe.**
5.5.1 has become the most common standard for usage. That said, Tamura Jones 5.5.5, which is fully 5.5.1-backwards compatible is lik…
-
Some gedcom files have dates formatted in ISO 8601 format. Some genealogy software, for example Gramps, parses this correctly.
It would be nice if python-gedcom can parse datestrings to date objects,…
-
So far
```
+1 SUBM @@ {0:M} g7:SUBM
```
is only allowed in some record types, however not in SOUR, REPO, OBJE, SNOTE. I do not see a good reason to prohibit to transfer this i…
-
With some imported GEDCOM files, events are appearing multiple times in the `events` table. For example, there may be more than one birth event for the same individual.
This is occurring because eve…
-
Part of creating a better set of Attributes and Events to cover aspects of both Genealogy and Family History into a future GEDCOM is to do a better job of bringing together "like" attributes and event…
-
Event GEDCOM spec: http://bartonstreet.com/deadends/EventGEDCOMDraft1.0.pdf
It's detected by GEDC.FORM.FORM EVENT
Like 5.5.5 this is an unofficial spec to be referenced as non-normative
-
E.g:
1. add an individual
2. Link the individual as a family wife.
In a pending change, if I approve the second action (can be approved) and then revoke the first action, then accessing the family …
-
Hier werden alle Anpassungen verlinkt, die wir im Vergleich zu Upstream gemacht haben
-
The documentation says:
```
get_individual
my $me = $ged->get_individual("Paul Johnson");
Return a list of all individuals matching the specified name.
```
However:
1…