FamilySearch / GEDCOM.io

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

add tag definitions and URIs #9

Closed tychonievich closed 3 years ago

tychonievich commented 3 years ago

This pull will add https://gedcom.io/terms/v7/HEAD and so on for the full set of roughly 300 (sometimes context-sensitive) tags defined in GEDCOM 7.0.

Note the implementation is a bit of a hack; Jekyll refuses to serve paths without a .txt extension as text/plain so I had to make html and use redirection... but when I tested it locally it seemed to work out.

Assuming it works the same when run on gedcom.io (I haven't found a way to test this before the pull is merged), we'd then add a link to https://gedcom.io/terms/v7/, the URL that hosts the list of all the tags, to the specifications page. I've not included that link in this pull so that if it does not work right we can fix it before we link to it.