FamilySearch / GEDCOM.io

Files for the GEDCOM.io website
2 stars 5 forks source link

maximal70.gdz contains a local file: URI #130

Closed dthaler closed 8 months ago

dthaler commented 8 months ago

The spec says:

Local file URLs must not be used in FamilySearch GEDZIP

But maximal70.ged has:

1 FILE file:///path/to/file1

And so maximal70.gdz does too.

dthaler commented 8 months ago

Options:

  1. Leave maximal70.ged as is, and remove the structure from maximal70.gdz. In this option, the .ged has info that the .gdz does not have.
  2. Leave maximal70.ged as is, and add a "path/to/file1" text file in maximal70.gdz, and change the FILE structure in gedcom.ged to "FILE path/to/file1". In this option, the .ged and the .gdz refer to the same file, but with different FILE payloads.

Either way, we should probably add a Technical FAQ entry about what to do with local files.