Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into v7.1 #535

Merged
merged 24 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
43d30e9
Update extracted files (#443)
github-actions[bot] Mar 8, 2024
e9ca421
decribe branches in README.md (#451)
tychonievich Mar 8, 2024
33acf8e
Add contact info to auto-generated YAML files (#454)
tychonievich Apr 11, 2024
b1b355c
Add CI/CD workflow to validate YAML files (#457)
dthaler Apr 25, 2024
f62020f
yamllint is recursive (#460)
dthaler May 1, 2024
f00a9a8
Add Separation event (#459)
cdhorn May 11, 2024
bd43eb7
Fix workflow (#462)
dthaler May 11, 2024
f00c223
Track request for Separated as a future FAM attribute (#469)
dthaler May 23, 2024
73000c2
Fix reference to FilePath data type (#466)
dthaler May 23, 2024
a6c05e1
Typo in README.md (#472)
dstathis May 30, 2024
5f4f42b
Add the meaning of WWW (#480)
tychonievich Jun 18, 2024
c762c9b
Remove substructure-specific extension wording (#481)
tychonievich Jun 18, 2024
9ae5646
Add some possible additional family events for consideration (#479)
cdhorn Jun 18, 2024
e871b23
Clarify no-FORM PLACs (#487)
tychonievich Jun 25, 2024
18028c7
Define "principle date" (#492)
tychonievich Jun 25, 2024
e731e3c
Update extracted files (#485)
github-actions[bot] Jul 1, 2024
68bbe57
Clarify nickname (#482)
tychonievich Jul 2, 2024
0630554
Update extracted files (#501)
github-actions[bot] Jul 6, 2024
7dad7fe
Restore 3.0's definition of jurisdiction (#506)
tychonievich Jul 9, 2024
3b379a1
Update extracted files (#508)
github-actions[bot] Jul 9, 2024
c967b75
Increase largest PLAC example (#514)
tychonievich Jul 16, 2024
b11458a
Update extracted files (#515)
github-actions[bot] Jul 16, 2024
f461257
Fix validate-yaml warnings (#513)
dthaler Jul 16, 2024
2467a28
Update changelog.md (#525)
tychonievich Aug 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update extracted files (#485)
Co-authored-by: Luther Tychonievich <tychonievich@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tychonievich authored Jul 1, 2024
commit e731e3c57f2440ad980ad5f189340bbebbe269a6
13 changes: 13 additions & 0 deletions extracted-files/tags/DATE
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ specification:
The principal date of the subject of the superstructure. The payload is a
`DateValue`.

When the superstructure is an event, the principal date indicates when the
event took place.

When the superstructure is an attribute, the principal date indicates when the
attribute was observed, asserted, or applied. A date period might put bounds on
the attributes applicability, but other date forms assume that the attribute
may have also applied on other dates too.

When the superstructure is a `https://gedcom.io/terms/v7/SOUR-DATA`, the
principal date indicates when the data was entered into the source; or, for a
source like a website that changes over time, a date on which the source
contained the data.

See `DATE_VALUE` for more details.
- |
A date, optionally with a time and/or a phrase. If there is a `TIME`, it
Expand Down
8 changes: 6 additions & 2 deletions extracted-files/tags/PLAC
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ specification:
- The payload contains a comma-separated list of region names, ordered from
smallest to largest. The specific meaning of each element is given by the
`FORM` substructure, or in the `HEAD`.`PLAC`.`FORM` if there is no `FORM`
substructure. Elements should be left blank if they are unknown, do not apply
to the location, or are too specific for the region in question.
substructure. If neither `FORM` exists, the meaning of the elements are not
defined in this specification beyond being names of jurisdictions of some
kind, ordered from smallest to largest.

Elements should be left blank if they are unknown, do not apply to the
location, or are too specific for the region in question.

<div class="example">
A record describing births throughout Oneida county could be recorded as
Expand Down
14 changes: 12 additions & 2 deletions extracted-files/tags/WWW
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@ standard tag: WWW
specification:
- Web address
- |
A URL or other locator for a World Wide Web page, as defined by any relevant
standard such as [whatwg/url], [RFC 3986], [RFC 3987], and so forth.
A URL or other locator for a World Wide Web page of the subject of the
superstructure, as defined by any relevant standard such as [whatwg/url],
[RFC 3986], [RFC 3987], and so forth.

Like other substructures, the `WWW` structure provides details about the
subject of its superstructure. For example, a `MARR`.`WWW` is a world wide web
page of the marriage event, not the personal website of the couple or an entry
in an online database serving as a source documenting the marriage. However,
the meaning of `WWW` was only implicit when it was introduced in version 5.5.1
and many files were created that use `WWW` to store a more tangentially-related
web address, so applications are recommended to interpret the `WWW` structure's
meaning cautiously.

If an invalid or no longer existing web address is present upon import, it
should be preserved as-is on export.
Expand Down
Loading