From 6270dac60640e1f738d1df39165d107a67efe78a Mon Sep 17 00:00:00 2001
From: ebeshero
Date: Mon, 13 Nov 2023 20:38:13 -0500
Subject: [PATCH 01/28] started draft of 4.7 release notes
---
P5/ReleaseNotes/readme-4.7.0.xml | 177 +++++++++++++++++++++++++++++++
1 file changed, 177 insertions(+)
create mode 100644 P5/ReleaseNotes/readme-4.7.0.xml
diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml
new file mode 100644
index 0000000000..6637ced1b1
--- /dev/null
+++ b/P5/ReleaseNotes/readme-4.7.0.xml
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+ TEI P5 version 4.7.0 and Stylesheets version 7.56.0 release notes
+
+
+
+ Thursday, 16 November 2023
+
+
+
+ The Text Encoding Initiative
+
+
+ Created retrospectively from ChangeLog and GitHub trackers
+
+
+
+
+
+ Release 4.7.0 is codenamed ????
.
+ This release introduces new features and resolves a number of issues raised by the TEI
+ community. As always, the majority of these changes and corrections are a consequence of
+ feature requests or bugs reported by the TEI community using the GitHub tracking system. A
+ full list of the issues resolved in the course of this release cycle may be found under the
+ [4.7.0 milestone](https://github.com/TEIC/TEI/milestone/15?closed=1).
+
+ The following changes are particularly worth highlighting in this release:
+
+ New encoding features
+ - New with this release is the eventName element, which may be used anywhere as a member of att.global to encode a name for an event.
+ The new eventName element also has membership in several attribute classes associated with named entities, including att.datable to supply a date range for the use of an event's name, and att.typed, allowing it type and subtype attributes. It has also been added to att.editLike, permitting its application in contexts of describing events in an editing process (
[#2382](https://github.com/TEIC/TEI/issues/2382)).
+ - The content model of event has been modified to contain eventName elements without invalidate older ways of labeling events.
+ The first child of an event element may still be an idno a head element, but modelling of events may now begin instead with eventName or with members of model.pLike (ab or p) or model.labelLike (desc or label). See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
+
+
+
+
+
+
+
+ Changes to content models
+
+
+
+
+
+ Changes to classes
+
+
+
+
+ With these release notes we are beginning a practice of documenting changes to content models that could invalidate ODD customizations in TEI projects
+ if they are working with the current release of these TEI Guidelines. Those maintaining ODD customizations of the TEI may want to be aware of the following changes and
+ adapt your ODD files accordingly.
+
+ ODD-breaking changes
+
+
+
+
+
+
+ Improvements of prose and examples
+
+
+
+
+
+
+
+
+ Housekeeping
+
+
+
+
+
+
+
+ In addition, many improvements have been made to the XSLT stylesheets (which provide
+ processing of TEI ODD files for [Roma](https://romabeta.tei-c.org/) and
+ [TEIGarage](https://teigarage.tei-c.org/) as well as other TEI
+ conversions). The Stylesheets are maintained separately from the Guidelines at [https://github.com/TEIC/Stylesheets](https://github.com/TEIC/Stylesheets). A
+ full list of the issues resolved in the course of this release cycle may be found under the
+ [7.56.0 milestone](https://github.com/TEIC/Stylesheets/milestone/14?closed=1).
+
+ Highlights of this release include:
+
+
+
+
+
+
+
+
+
+
From c348b1d6831ee6524a89c0e0c31684dfe1410b88 Mon Sep 17 00:00:00 2001
From: ebeshero
Date: Mon, 13 Nov 2023 21:05:41 -0500
Subject: [PATCH 02/28] more content for readme draft
---
P5/ReleaseNotes/readme-4.7.0.xml | 61 ++++----------------------------
1 file changed, 6 insertions(+), 55 deletions(-)
diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml
index 6637ced1b1..6bbe749282 100644
--- a/P5/ReleaseNotes/readme-4.7.0.xml
+++ b/P5/ReleaseNotes/readme-4.7.0.xml
@@ -40,8 +40,10 @@ See the file COPYING.txt for details
- New with this release is the eventName element, which may be used anywhere as a member of att.global to encode a name for an event.
The new eventName element also has membership in several attribute classes associated with named entities, including att.datable to supply a date range for the use of an event's name, and att.typed, allowing it type and subtype attributes. It has also been added to att.editLike, permitting its application in contexts of describing events in an editing process (
[#2382](https://github.com/TEIC/TEI/issues/2382)).
- The content model of event has been modified to contain eventName elements without invalidate older ways of labeling events.
- The first child of an event element may still be an idno a head element, but modelling of events may now begin instead with eventName or with members of model.pLike (ab or p) or model.labelLike (desc or label). See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
+ The first child of an event element may still be an idno a head element, but modelling of events may now begin instead with eventName or with members of model.pLike (ab or p) or model.labelLike (desc or label). See [PR #2483](https://github.com/TEIC/TEI/pull/2483).
+ - A Schematron constraint has been added to the specification for dataSpec in order to prevent the possibility of elements being included in the specification for an attribute’s datatype (
[PR #2443](https://github.com/TEIC/TEI/pull/2443) and [#2426](https://github.com/TEIC/TEI/issues/2426)).
+
@@ -49,7 +51,7 @@ See the file COPYING.txt for details
Changes to content models
-
+ - A scheme attribute is now usually optional on constraintSpec, except for the case of a constraintSpec with mode = "add" or mode = "replace" (
[PR #2453](https://github.com/TEIC/TEI/pull/2453) and [#2261](https://github.com/TEIC/TEI/issues/2261)).
+
+
From 11ba3dcd2cc32f08cd5fb08c0ad3c88965ba8e59 Mon Sep 17 00:00:00 2001
From: Syd Bauman
Date: Mon, 13 Nov 2023 21:20:53 -0500
Subject: [PATCH 03/28] wording adjustments to readme
---
P5/ReleaseNotes/readme-4.7.0.xml | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml
index 6637ced1b1..ef66a2b74d 100644
--- a/P5/ReleaseNotes/readme-4.7.0.xml
+++ b/P5/ReleaseNotes/readme-4.7.0.xml
@@ -33,21 +33,20 @@ See the file COPYING.txt for details
feature requests or bugs reported by the TEI community using the GitHub tracking system. A
full list of the issues resolved in the course of this release cycle may be found under the
[4.7.0 milestone](https://github.com/TEIC/TEI/milestone/15?closed=1).
-
- The following changes are particularly worth highlighting in this release:
-
- New encoding features
- - New with this release is the eventName element, which may be used anywhere as a member of att.global to encode a name for an event.
- The new eventName element also has membership in several attribute classes associated with named entities, including att.datable to supply a date range for the use of an event's name, and att.typed, allowing it type and subtype attributes. It has also been added to att.editLike, permitting its application in contexts of describing events in an editing process (
[#2382](https://github.com/TEIC/TEI/issues/2382)).
- - The content model of event has been modified to contain eventName elements without invalidate older ways of labeling events.
- The first child of an event element may still be an idno a head element, but modelling of events may now begin instead with eventName or with members of model.pLike (ab or p) or model.labelLike (desc or label). See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
+ The following changes are particularly worth highlighting in this release:
+
+ New encoding features
+ - New with this release is the eventName element,
+ which may be used to encode names of events either in
+ general transcribed text, or particularly in the
+ event element. (
[#2382](https://github.com/TEIC/TEI/issues/2382)).
+ - The content model of event has been modified to
+ allow eventName (but it still allows older ways of
+ labeling events). See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
-
-
-
-
-
-
+
+
Changes to content models
+ - The datatype of the class attribute on attRef has been changed from teidata.word to teidata.name (
[#2276](https://github.com/TEIC/TEI/issues/2276)).
@@ -80,6 +83,7 @@ See the file COPYING.txt for details
Improvements of prose and examples
+ - Several Japanese translations have been added to element, attribute, and class specifications (PRs
[#2448](https://github.com/TEIC/TEI/pull/2448), [#2449](https://github.com/TEIC/TEI/pull/2449), and [#2461](https://github.com/TEIC/TEI/pull/2461)).
From a4cb894b59b3bda01ac800d161d5df76417f2316 Mon Sep 17 00:00:00 2001
From: ebeshero
Date: Mon, 13 Nov 2023 22:03:54 -0500
Subject: [PATCH 05/28] modified feature on eventName in release notes
---
P5/ReleaseNotes/readme-4.7.0.xml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml
index 5f7a29804e..d323e4a595 100644
--- a/P5/ReleaseNotes/readme-4.7.0.xml
+++ b/P5/ReleaseNotes/readme-4.7.0.xml
@@ -36,13 +36,17 @@ See the file COPYING.txt for details
The following changes are particularly worth highlighting in this release:
New encoding features
- New with this release is the eventName element, which may be used to encode
- names of events either in general transcribed text, or particularly in the
- event element. (
[event element. The new eventName element also has membership in several attribute classes associated with named entities, including att.datable to supply a date range for the use of an event's name, and att.typed, allowing it type and subtype attributes. It has also been added to att.editLike, permitting its application in contexts of describing events in an editing process (](https://github.com/TEIC/TEI/issues/2382)[#2382](https://github.com/TEIC/TEI/issues/2382)).
+ - The content model of event has been modified to contain eventName elements without invalidating older ways of labeling events. The first child of an event element may still be an idno a head element, but modelling of events may now begin instead with eventName or with members of model.pLike (ab or p) or model.labelLike (desc or label). See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
+
+
+
- The content model of event has been modified to allow eventName
(but it still allows older ways of labeling events). See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
-
+
From 5f0ea86c5d83abcd7c5e2c4ec14da5ca64d39707 Mon Sep 17 00:00:00 2001
From: ebeshero
Date: Mon, 13 Nov 2023 22:06:04 -0500
Subject: [PATCH 06/28] trimmed a bit release notes
---
P5/ReleaseNotes/readme-4.7.0.xml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml
index d323e4a595..e6c446d727 100644
--- a/P5/ReleaseNotes/readme-4.7.0.xml
+++ b/P5/ReleaseNotes/readme-4.7.0.xml
@@ -39,14 +39,8 @@ See the file COPYING.txt for details
names of events in general transcribed text, or in the
event element. The new eventName element also has membership in several attribute classes associated with named entities, including att.datable to supply a date range for the use of an event's name, and att.typed, allowing it type and subtype attributes. It has also been added to att.editLike, permitting its application in contexts of describing events in an editing process ([#2382](https://github.com/TEIC/TEI/issues/2382)).
- - The content model of event has been modified to contain eventName elements without invalidating older ways of labeling events. The first child of an event element may still be an idno a head element, but modelling of events may now begin instead with eventName or with members of model.pLike (ab or p) or model.labelLike (desc or label). See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
-
-
+ - The content model of event has been modified to contain eventName elements, but still allows older ways of labeling events. See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
- - The content model of event has been modified to allow eventName
- (but it still allows older ways of labeling events). See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
-
From 5b03f67f68b32d5e2c5166b89422eef6286a6354 Mon Sep 17 00:00:00 2001
From: ebeshero
Date: Mon, 13 Nov 2023 22:20:01 -0500
Subject: [PATCH 07/28] modified comments on eventName
---
P5/ReleaseNotes/readme-4.7.0.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml
index e6c446d727..950b9de583 100644
--- a/P5/ReleaseNotes/readme-4.7.0.xml
+++ b/P5/ReleaseNotes/readme-4.7.0.xml
@@ -37,7 +37,7 @@ See the file COPYING.txt for details
New encoding features
- New with this release is the eventName element, which may be used to encode
names of events in general transcribed text, or in the
- event element. The new eventName element also has membership in several attribute classes associated with named entities, including att.datable to supply a date range for the use of an event's name, and att.typed, allowing it type and subtype attributes. It has also been added to att.editLike, permitting its application in contexts of describing events in an editing process (
[event element. The new eventName element also has membership in several attribute classes associated with named entities, including att.datable to supply a date range for the use of an event's name, and att.typed, allowing it type and subtype attributes. It has also been added to att.editLike, giving it the evidence attribute (](https://github.com/TEIC/TEI/issues/2382)[#2382](https://github.com/TEIC/TEI/issues/2382)).
- The content model of event has been modified to contain eventName elements, but still allows older ways of labeling events. See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
From b1da8c7bb33c6b17f4f174dd65bafd84a71a15d4 Mon Sep 17 00:00:00 2001
From: ebeshero
Date: Wed, 15 Nov 2023 01:58:18 -0500
Subject: [PATCH 08/28] complete draft of 4.7.0 release notes
---
P5/ReleaseNotes/readme-4.7.0.xml | 116 ++++++++++++++++++++++---------
1 file changed, 84 insertions(+), 32 deletions(-)
diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml
index 950b9de583..363f2b85f4 100644
--- a/P5/ReleaseNotes/readme-4.7.0.xml
+++ b/P5/ReleaseNotes/readme-4.7.0.xml
@@ -36,22 +36,26 @@ See the file COPYING.txt for details
The following changes are particularly worth highlighting in this release:
New encoding features
- New with this release is the eventName element, which may be used to encode
- names of events in general transcribed text, or in the
- event element. The new eventName element also has membership in several attribute classes associated with named entities, including att.datable to supply a date range for the use of an event's name, and att.typed, allowing it type and subtype attributes. It has also been added to att.editLike, giving it the evidence attribute (
[#2382](https://github.com/TEIC/TEI/issues/2382)).
- - The content model of event has been modified to contain eventName elements, but still allows older ways of labeling events. See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
-
-
-
-
- Deprecations
- - The re element in the dictionaries module is now deprecated, since its
- model and use are identical to entry with type = "related"
[#2456](https://github.com/TEIC/TEI/issues/2456).
+ names of events in general transcribed text, or in the event element. The new
+ eventName element also has membership in several attribute classes associated
+ with named entities, including att.datable to supply a date
+ range for the use of an event's name, and att.typed, allowing
+ it type and subtype attributes. It has also been added to att.editLike, giving it the evidence attribute ([#2382](https://github.com/TEIC/TEI/issues/2382)).
+ - The content model of event has been modified to contain eventName
+ elements, but still allows older ways of labeling events. See
[PR #2483](https://github.com/TEIC/TEI/pull/2483).
+ - The taxonomy and category elements are now added to att.datacat (
[#2419](https://github.com/TEIC/TEI/issues/2419)).
Changes to content models
+ - The content model of content has been changed to permit only one child
+ element from model.contentPart (
[#2381](https://github.com/TEIC/TEI/issues/2381)).
- At the request of the Manuscript SIG, the content model of additional is
now more flexible, permitting any alternation of model.pLike
(p or ab) with zero or more of adminInfo,
@@ -63,40 +67,62 @@ See the file COPYING.txt for details
order to prevent the possibility of elements being included in the specification for an
attribute’s datatype (
[PR #2443](https://github.com/TEIC/TEI/pull/2443)
and [#2426](https://github.com/TEIC/TEI/issues/2426)).
-
+
- A scheme attribute is now usually optional on constraintSpec,
except for the case of a constraintSpec with mode = "add" or
mode = "replace" (
[PR
#2453](https://github.com/TEIC/TEI/pull/2453) and [#2261](https://github.com/TEIC/TEI/issues/2261)).
+
+ -
[#2426](https://github.com/TEIC/TEI/issues/2426).
- The datatype of the class attribute on attRef has been changed
from teidata.word to teidata.name (
[#2276](https://github.com/TEIC/TEI/issues/2276)).
-
+
-
+
+
-->
With these release notes we are beginning a practice of documenting changes to content
models that could invalidate ODD customizations in TEI projects if they are working with the
current release of these TEI Guidelines. Those maintaining ODD customizations of the TEI may
want to be aware of the following changes and adapt your ODD files accordingly.
- ODD-breaking changes
-
+ ODD-breaking changes and deprecation
+ - The calendar attribute has been removed from att.datable because it is supposed to designate information about a date
+ represented in an element’s contents and not be applied to elements that do not contain
+ dates. To clarify its intended usage, calendar has been moved to a new class,
+ att.calendarSystem, and its use is now deprecated on many
+ elements. The calendar attribute is now properly applied only to
+ date, time, origDate, and docDate. See
[#2045](https://github.com/TEIC/TEI/issues/2045).
Improvements of prose and examples
-
+ - The title of the Guidelines section 2.2.8 has been changed to more accurately
+ reflect its content (
[2415](https://github.com/TEIC/TEI/issues/2415)).
+ - Several revisions were applied to the explanation of TEI XPointer Schemas in the
+ Guidelines section 16.2.4 (
[#2083](https://github.com/TEIC/TEI/issues/2083)).
+ - A new example was added for langKnown (
[2139](https://github.com/TEIC/TEI/issues/2139)).
+ - The examples for use of the key attribute are updated and a source
+ attribution corrected (
[#2144](https://github.com/TEIC/TEI/issues/2144)).
- Several Japanese translations have been added to element, attribute, and class
specifications (PRs
[#2448](https://github.com/TEIC/TEI/pull/2448),
[#2449](https://github.com/TEIC/TEI/pull/2449), and [#2461](https://github.com/TEIC/TEI/pull/2461)).
-
+ - Inconsistencies have been corrected in initial capitalization and initial spacing of
+ the French descriptions in element specifications (
[#2486](https://github.com/TEIC/TEI/issues/2486))
+ - Descriptions of the ident and usage attributes on the
+ language element have been improved (
[#2447](https://github.com/TEIC/TEI/issues/2447)).
Housekeeping
-
+ - Bugs have been corrected in the processing of Guidelines release notes to HTML in
+ building the TEI Guidelines (
[#2070](https://github.com/TEIC/TEI/issues/2070)).
+ - The version
P5
is now properly represented in footers and headings of the
+ published TEI Guidelines on the web ([#2413](https://github.com/TEIC/TEI/issues/2413)).
+ - Bookmark links on examples in the Guidelines now feature mouseover text (
[#2137](https://github.com/TEIC/TEI/issues/2137)).
-
@@ -133,9 +158,36 @@ See the file COPYING.txt for details
Highlights of this release include:
-
+ - Attributes shown on the Guidelines element specification pages are now formatted as
+ a vertical nested list to improve their legibility (
[Stylesheets #592](https://github.com/TEIC/Stylesheets/issues/592)).
+ - A bug in Stylesheets ODD processing that had produced output files with multiple
+ superfluous filename extensions has now been corrected (
[Stylehsheets 543](https://github.com/TEIC/Stylesheets/issues/543) and
+ [#2489](https://github.com/TEIC/TEI/issues/2489)).
+ - A serious problem in the processing of ns attributes in ODD
+ customizations has been fixed (
[Stylesheets #424](https://github.com/TEIC/Stylesheets/issues/424)).
+ - The Guidelines now output the sch: prefix consistently when representing elements in
+ the Schematron namespace (
[Stylesheets #529](https://github.com/TEIC/Stylesheets/issues/529))
+ - A bug has been fixed in the ODD processing of more than one anyElement in a
+ content model so that it no longer generates an invalid Relax NG output (
[Stylesheets
+ #631](https://github.com/TEIC/Stylesheets/issues/631)).
+ - The xml:id on list elements is now properly being translated to
+ an HTML id attribute in HTML list container elements (Stylesheets
[#616](https://github.com/TEIC/Stylesheets/issues/616) and [PR #617](https://github.com/TEIC/Stylesheets/pull/617)).
+ - The teitohtml stylesheet now properly highlights val and tag
+ elements in HTML output (
[#567](https://github.com/TEIC/Stylesheets/issues/567)).
+ - Improvements and bug corrections have been applied to the docx to tei conversion
+ (Stylesheets
[#524](https://github.com/TEIC/Stylesheets/pull/524), [#610](https://github.com/TEIC/Stylesheets/issues/610), and PR [#634](https://github.com/TEIC/Stylesheets/pull/634)).
From e21ff17ec199fe1e976a39f86b7ae217d8419f7f Mon Sep 17 00:00:00 2001
From: martinascholger
Date: Wed, 15 Nov 2023 11:57:37 +0100
Subject: [PATCH 09/28] members updated
---
P5/Source/Guidelines/en/FM1-IntroductoryNote.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/P5/Source/Guidelines/en/FM1-IntroductoryNote.xml b/P5/Source/Guidelines/en/FM1-IntroductoryNote.xml
index f07b2a8fb9..07464a05bb 100644
--- a/P5/Source/Guidelines/en/FM1-IntroductoryNote.xml
+++ b/P5/Source/Guidelines/en/FM1-IntroductoryNote.xml
@@ -42,7 +42,7 @@ $Id$
- 2012–2015: Elena Pierazzo (King's College London / Université Stendhal-Grenoble 3)
- 2016–2017: Michelle Dalmau (Indiana University)
- 2018–2021: Kathryn Tomasek (Wheaton College)
- - 2022: Diane K. Jakacki (Bucknell University)
+ - 2022-2023: Diane K. Jakacki (Bucknell University)
@@ -53,6 +53,7 @@ $Id$
- 2012–2014: James Cummings (University of Oxford)
- 2015–2017: Hugh Cayless (Duke University)
- 2018–2022: Martina Scholger (University of Graz)
+ - 2023: Elisa Beshero-Bondar (Penn State Erie, The Behrend College)
@@ -72,7 +73,7 @@ $Id$
- 2011–2012: Piotr Bański (University of Warsaw)
- 2010–2013: Brett Barney (University of Nebraska)
- 2013–2023: Syd Bauman (Brown University / Northeastern University)
- - 2021–2022: Helena Bermúdez Sabel (Université de Neuchâtel)
+ - 2021–2025: Helena Bermúdez Sabel (Université de Neuchâtel / JinnTec)
- 2016–2024: Elisa Beshero-Bondar (University of Pittsburgh at Greensburg / Penn State Erie, The Behrend College)
- 2022: Elli Bleeker (Huygens Institute for the History of the Netherlands)
- 2019–2020: Vanessa Bigot Juloux (Ecole Pratique des Hautes Etudes / Paris Sciences et Lettres / Andrews University, Michigan)
@@ -102,6 +103,7 @@ $Id$
- 2002: Martin Mueller (Northwestern University)
- 2013–2014, 2016–2019: Elli Mylonas (Brown University)
- 2010–2011: Julianne Nyhan (University of Trier / University College London)
+ - 2023-2025: Patricia O Connor (Independent Researcher)
- 2008–2011: Elena Pierazzo (King's College London)
- 2006–2007, 2009–2010: Dot Porter (University of Kentucky / Digital Humanities Observatory / Indiana University)
- 2002–2003: Merillee Proffitt (Research Libraries Group)
@@ -117,6 +119,7 @@ $Id$
- 2004–2005: Natasha Smith (University of North Carolina at Chapel Hill)
- 2014–2022: Peter Stadler (Carl-Maria-von-Weber-Gesamtausgabe / University of Paderborn)
- 2017–2019: Sarah Stanley (Florida State University)
+ - 2023: Joey Takeda (Digital Humanities Innovation Lab, Simon Fraser University)
- 2008–2009: Manfred Thaller (University of Cologne)
- 2006–2007: Conal Tuohy (Victoria University of Wellington)
- 2016–2024: Magdalena Turska (eXist Solutions / University of Oxford)
@@ -167,6 +170,9 @@ these meetings were generously hosted by the following institutions:
- Short virtual meeting (May 2021)
- Short virtual meeting (October 2021)
- Short virtual (April 2022)
+ - Newcastle University (September 2022)
+ - University of Guelph (May 2023)
+ - Paderborn University (September 2023)
During the production of TEI P5, the Council chartered a number
From 99935d48607ec2f499b462c19fe6393b987ed91b Mon Sep 17 00:00:00 2001
From: ebeshero
Date: Wed, 15 Nov 2023 22:30:20 -0500
Subject: [PATCH 10/28] spot correction to 4.7 readme
---
P5/ReleaseNotes/readme-4.7.0.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml
index 363f2b85f4..f19c3881ba 100644
--- a/P5/ReleaseNotes/readme-4.7.0.xml
+++ b/P5/ReleaseNotes/readme-4.7.0.xml
@@ -73,7 +73,6 @@ See the file COPYING.txt for details
mode = "replace" ([PR
#2453](https://github.com/TEIC/TEI/pull/2453) and [#2261](https://github.com/TEIC/TEI/issues/2261)).
- -
[#2426](https://github.com/TEIC/TEI/issues/2426).
- The datatype of the class attribute on attRef has been changed
from teidata.word to teidata.name (
[#2276](https://github.com/TEIC/TEI/issues/2276)).
From a324e9f51ea63934aac3fc307ae6a50d3ad117e7 Mon Sep 17 00:00:00 2001
From: Syd Bauman
Date: Thu, 16 Nov 2023 00:03:49 -0500
Subject: [PATCH 11/28] tweaks to README
---
P5/ReleaseNotes/readme-4.7.0.xml | 54 +++++++++++++++-----------------
1 file changed, 25 insertions(+), 29 deletions(-)
diff --git a/P5/ReleaseNotes/readme-4.7.0.xml b/P5/ReleaseNotes/readme-4.7.0.xml
index f19c3881ba..53dddf4140 100644
--- a/P5/ReleaseNotes/readme-4.7.0.xml
+++ b/P5/ReleaseNotes/readme-4.7.0.xml
@@ -33,14 +33,16 @@ See the file COPYING.txt for details
feature requests or bugs reported by the TEI community using the GitHub tracking system. A
full list of the issues resolved in the course of this release cycle may be found under the
[4.7.0 milestone](https://github.com/TEIC/TEI/milestone/15?closed=1).
- The following changes are particularly worth highlighting in this release:
+ The following changes are particularly worth highlighting in this release:
+
+
New encoding features
- New with this release is the eventName element, which may be used to encode
names of events in general transcribed text, or in the event element. The new
eventName element also has membership in several attribute classes associated
with named entities, including att.datable to supply a date
range for the use of an event's name, and att.typed, allowing
- it type and subtype attributes. It has also been added to type and subtype attributes. It is also a memeber of att.editLike, giving it the evidence attribute (
[#2382](https://github.com/TEIC/TEI/issues/2382)).
- The content model of event has been modified to contain eventName
@@ -49,8 +51,8 @@ See the file COPYING.txt for details
- The taxonomy and category elements are now added to att.datacat (
[#2419](https://github.com/TEIC/TEI/issues/2419)).
-
+
Changes to content models
- The content model of content has been changed to permit only one child
@@ -58,7 +60,7 @@ See the file COPYING.txt for details
target="https://github.com/TEIC/TEI/issues/2381">#2381).
- At the request of the Manuscript SIG, the content model of additional is
now more flexible, permitting any alternation of model.pLike
- (p or ab) with zero or more of adminInfo,
+ (p or ab) instead of zero or one each of adminInfo,
surrogates, or listBibl (
[#2195](https://github.com/TEIC/TEI/issues/2195)).
- The content model of revisionDesc now permits multiple listChange
@@ -67,12 +69,11 @@ See the file COPYING.txt for details
order to prevent the possibility of elements being included in the specification for an
attribute’s datatype (
[PR #2443](https://github.com/TEIC/TEI/pull/2443)
and [#2426](https://github.com/TEIC/TEI/issues/2426)).
-
- - A scheme attribute is now usually optional on constraintSpec,
- except for the case of a constraintSpec with mode = "add" or
- mode = "replace" (
[PR
+ ](https://github.com/TEIC/TEI/pull/2453)- A scheme attribute is now optional on a constraintSpec
+ with a mode of either change or
+ delete (it is still required when mode
+ is add, replace, or unspecified — see
[PR
#2453](https://github.com/TEIC/TEI/pull/2453) and [#2261](https://github.com/TEIC/TEI/issues/2261)).
-
- The datatype of the class attribute on attRef has been changed
from teidata.word to teidata.name (
[#2276](https://github.com/TEIC/TEI/issues/2276)).
@@ -83,17 +84,17 @@ See the file COPYING.txt for details
-->
- With these release notes we are beginning a practice of documenting changes to content
- models that could invalidate ODD customizations in TEI projects if they are working with the
+
With these release notes we are beginning a practice of documenting changes that could
+ invalidate ODD customizations in TEI projects if they are working with the
current release of these TEI Guidelines. Those maintaining ODD customizations of the TEI may
want to be aware of the following changes and adapt your ODD files accordingly.
ODD-breaking changes and deprecation
- The calendar attribute has been removed from att.datable because it is supposed to designate information about a date
- represented in an element’s contents and not be applied to elements that do not contain
+ represented in an element’s contents, and thus should not be applied to elements that do not contain
dates. To clarify its intended usage, calendar has been moved to a new class,
att.calendarSystem, and its use is now deprecated on many
- elements. The calendar attribute is now properly applied only to
+ elements. The calendar attribute is now properly available only on
date, time, origDate, and docDate. See
[#2045](https://github.com/TEIC/TEI/issues/2045).
@@ -103,12 +104,12 @@ See the file COPYING.txt for details
Improvements of prose and examples
- The title of the Guidelines section 2.2.8 has been changed to more accurately
reflect its content (
[2415](https://github.com/TEIC/TEI/issues/2415)).
+ >#2415).
- Several revisions were applied to the explanation of TEI XPointer Schemas in the
Guidelines section 16.2.4 (
[#2083](https://github.com/TEIC/TEI/issues/2083)).
- A new example was added for langKnown (
[2139](https://github.com/TEIC/TEI/issues/2139)).
+ target="https://github.com/TEIC/TEI/issues/2139">#2139).
- The examples for use of the key attribute are updated and a source
attribution corrected (
[#2144](https://github.com/TEIC/TEI/issues/2144)).
@@ -132,17 +133,13 @@ See the file COPYING.txt for details
-->
Housekeeping
- - Bugs have been corrected in the processing of Guidelines release notes to HTML in
- building the TEI Guidelines (
[#2070](https://github.com/TEIC/TEI/issues/2070)).
+ - Bugs have been corrected in the processing of Guidelines release notes to HTML
+ (
[#2070](https://github.com/TEIC/TEI/issues/2070)).
- The version
P5
is now properly represented in footers and headings of the
published TEI Guidelines on the web ([#2413](https://github.com/TEIC/TEI/issues/2413)).
- Bookmark links on examples in the Guidelines now feature mouseover text (
[#2137](https://github.com/TEIC/TEI/issues/2137)).
-
-
-
@@ -157,15 +154,15 @@ See the file COPYING.txt for details
Highlights of this release include:
- - Attributes shown on the Guidelines element specification pages are now formatted as
- a vertical nested list to improve their legibility (
[Stylesheets #592](https://github.com/TEIC/Stylesheets/issues/592)).
+ - Attributes shown on element and class specification pages are now formatted as
+ a vertical nested list to improve legibility
+ (
[PR
+ #619](https://github.com/TEIC/Stylesheets/pull/619) and
+ [#2489](https://github.com/TEIC/TEI/issues/2489)).
- A bug in Stylesheets ODD processing that had produced output files with multiple
superfluous filename extensions has now been corrected (
[Stylehsheets 543](https://github.com/TEIC/Stylesheets/issues/543) and
- [#2489](https://github.com/TEIC/TEI/issues/2489)).
-
-
+ target="https://github.com/TEIC/Stylesheets/issues/543">Stylehsheets 543).
- A serious problem in the processing of ns attributes in ODD
customizations has been fixed (
[Stylesheets #424](https://github.com/TEIC/Stylesheets/issues/424)).
@@ -187,7 +184,6 @@ See the file COPYING.txt for details
(Stylesheets [#524](https://github.com/TEIC/Stylesheets/pull/524), [#610](https://github.com/TEIC/Stylesheets/issues/610), and PR [#634](https://github.com/TEIC/Stylesheets/pull/634)).
-