From 58647b5ccb6cc30b2de90d4704adbbb255a5227a Mon Sep 17 00:00:00 2001 From: Wolfgang Meier Date: Mon, 29 Jan 2024 16:56:15 +0100 Subject: [PATCH] Update version 9 release news --- data/doc/documentation.xml | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/data/doc/documentation.xml b/data/doc/documentation.xml index 5ef50721..f10701bf 100644 --- a/data/doc/documentation.xml +++ b/data/doc/documentation.xml @@ -168,25 +168,31 @@
What's new in TEI Publisher 9.0.0 - Version 9 has seen a major rework of the annotation facilities and introduced local authority registers - for people, places and organizations. There have been small but powerful improvements to facets and numerous minor fixes and extensions, - including redesign of the layout templates and ODDs for some of the examples from the Demo Collection. - - This edition has also brought the demise of the teiSimplePrint ODD, previously the source ODD for - the teipublisher ODD. Models from the SimplePrint, after thorough review, have been merged into the default TEI Publisher ODD. - This is a first step on the road for the extended and rationalized base ODD, a project inspired by the TEI Vanilla meetups - of yore and now undertaken by e-editiones in cooperation with the TEI consortium. - - The new annotation editor boasts a new, more user friendly and ergonomic layout with additional + Version 9 has seen a major rework of the annotation facilities and introduced local authority registers for people, places and organizations. + There have been small but powerful improvements to facets and numerous minor fixes and extensions, including redesign of the layout templates and ODDs + for some of the examples from the Demo Collection. + As showcased in the Shakespeare sample and app, TEI Publisher now supports generating IIIF presentation manifests and displaying them alongside + the text. Text and image view communicate to each other, which means that if you navigate to the next page/image in either of the two, the other + reacts accordingly. While there are external tools for creating IIIF manifests, the Shakespeare sample auto-generates them from the TEI header and the + page breaks in the document. + The URL routing features introduced with version 8 have been substantially improved, introducing configurable URL templates also on the client + side. This means you can construct URLs which are really completely independent of the underlying data organisation, while making sure the user always + sees the page in a consistent state. + Furthermore it became easier to select less frequent facets when browsing or searching: previously only the most frequent facets where shown by + default and you had to browse through a potentially long list if you wanted to find a not so common one. Now you can display a combo box in addition + to the list, allowing users to type in a string and see matching facets. + This edition has also brought the demise of the teiSimplePrint ODD, previously the source ODD for the teipublisher + ODD. Models from the SimplePrint, after thorough review, have been merged into the default TEI Publisher ODD. This is a first step on the road for the + extended and rationalized base ODD, a project inspired by the TEI Vanilla meetups of yore and now undertaken by e-editiones in cooperation with the + TEI consortium. + The new annotation editor boasts a new, more user friendly and ergonomic layout with additional capacity to add or edit registry entries from within the editor. Furthermore, a function to find potential matches for the current annotation and review them on the spot is the long awaited feature, which promises to speed up the editing process without compromising quality or consistency. A default set up for local registers of places, people and organizations allows editors to curate these resources under the same roof and at the same time as they annotate the sources. As usual, our registers provide a firm base for extensions and customizations. - - Since the release of the previous version there was a new major version of the tei-publisher-lib - and numerous releases of TEI Publisher's webcomponents library. - + Since the release of the previous version there was a new major version of the tei-publisher-lib and numerous releases of TEI + Publisher's webcomponents library. See chapter on Updating for information how to update your app to the newest version.