Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tychonievich committed Jul 13, 2021
1 parent 3359fb6 commit 40d5091
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 7.0.3

- Clarify the use of CONT as an escaped new-line that looks like a substructure of the first line of text

- Clarify that "`FILE gedcom.ged`" is incompatible with GEDZIP

- Fix typos in PLAC.EXID to match other EXIDs

- Fix incorrect example using NAME.LANG

- Standardize use of links and references to IETF documents

# Version 7.0.2

- Clarify that inside a document stating "`2 VERS 7.0`" is sufficient but "`2 VERS 7.0.1`" is permitted
Expand Down
1 change: 0 additions & 1 deletion extracted-files/cardinalities.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,6 @@ https://gedcom.io/terms/v7/DSCR https://gedcom.io/terms/v7/TYPE {0:1}
https://gedcom.io/terms/v7/EDUC https://gedcom.io/terms/v7/TYPE {0:1}
https://gedcom.io/terms/v7/EMIG https://gedcom.io/terms/v7/TYPE {0:1}
https://gedcom.io/terms/v7/ENGA https://gedcom.io/terms/v7/TYPE {0:1}
https://gedcom.io/terms/v7/EXID https://gedcom.io/terms/v7/TYPE {0:1}
https://gedcom.io/terms/v7/FAM-CENS https://gedcom.io/terms/v7/TYPE {0:1}
https://gedcom.io/terms/v7/FAM-EVEN https://gedcom.io/terms/v7/TYPE {1:1}
https://gedcom.io/terms/v7/FAM-FACT https://gedcom.io/terms/v7/TYPE {1:1}
Expand Down
2 changes: 1 addition & 1 deletion extracted-files/grammar.gedstruct
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ n PLAC <List:Text> {1:1} g7:PLAC
+2 LATI <Special> {1:1} g7:LATI
+2 LONG <Special> {1:1} g7:LONG
+1 EXID <Special> {0:M} g7:EXID
+2 TYPE <Text> {0:1} g7:TYPE
+2 TYPE <Special> {0:1} g7:EXID-TYPE
+1 <<NOTE_STRUCTURE>> {0:M}


Expand Down
1 change: 0 additions & 1 deletion extracted-files/substructures.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,6 @@ https://gedcom.io/terms/v7/DSCR TYPE https://gedcom.io/terms/v7/TYPE
https://gedcom.io/terms/v7/EDUC TYPE https://gedcom.io/terms/v7/TYPE
https://gedcom.io/terms/v7/EMIG TYPE https://gedcom.io/terms/v7/TYPE
https://gedcom.io/terms/v7/ENGA TYPE https://gedcom.io/terms/v7/TYPE
https://gedcom.io/terms/v7/EXID TYPE https://gedcom.io/terms/v7/TYPE
https://gedcom.io/terms/v7/FAM-CENS TYPE https://gedcom.io/terms/v7/TYPE
https://gedcom.io/terms/v7/FAM-EVEN TYPE https://gedcom.io/terms/v7/TYPE
https://gedcom.io/terms/v7/FAM-FACT TYPE https://gedcom.io/terms/v7/TYPE
Expand Down
1 change: 0 additions & 1 deletion extracted-files/tags/EXID
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ payload: http://www.w3.org/2001/XMLSchema#string

substructures:
"https://gedcom.io/terms/v7/EXID-TYPE": "{0:1}"
"https://gedcom.io/terms/v7/TYPE": "{0:1}"

superstructures:
"https://gedcom.io/terms/v7/PLAC": "{0:M}"
Expand Down
8 changes: 4 additions & 4 deletions extracted-files/tags/FILE
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ descriptions:
- File reference
- |
A reference to an external file. Syntactically, the payload is a URI
reference as defined by RFC 3986, or a valid URL string as defined by
https://url.spec.whatwg.org/. That is, it can be an absolute or relative
URL, optionally with a fragment string. However, only the following URL
types are used:
reference as defined by RFC 3986, or a valid URL string as defined by the
WHATWG URL specification. That is, it can be an absolute or relative URL,
optionally with a fragment string. However, only the following URL types
are used:

- A URL with scheme ftp, http, or https refers to a web-accessible file.

Expand Down
1 change: 0 additions & 1 deletion extracted-files/tags/NAME-TRAN
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ descriptions:
The following presents a name in Mandarin, transliterated using Pinyin

1 NAME /孔/德庸
2 LANG zh
2 GIVN 德庸
2 SURN 孔
2 TRAN /Kǒng/ Déyōng
Expand Down
1 change: 0 additions & 1 deletion extracted-files/tags/TYPE
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ superstructures:
"https://gedcom.io/terms/v7/EDUC": "{0:1}"
"https://gedcom.io/terms/v7/EMIG": "{0:1}"
"https://gedcom.io/terms/v7/ENGA": "{0:1}"
"https://gedcom.io/terms/v7/EXID": "{0:1}"
"https://gedcom.io/terms/v7/FAM-CENS": "{0:1}"
"https://gedcom.io/terms/v7/FAM-EVEN": "{1:1}"
"https://gedcom.io/terms/v7/FAM-FACT": "{1:1}"
Expand Down

0 comments on commit 40d5091

Please sign in to comment.