From 87462a0ab16f5918d862a630f365662e3e912727 Mon Sep 17 00:00:00 2001 From: Wolfgang Meier Date: Wed, 16 Oct 2024 12:41:02 +0200 Subject: [PATCH] Change tei-publisher.com into .org --- data/doc/documentation.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/doc/documentation.xml b/data/doc/documentation.xml index b615eabd..a30fa702 100644 --- a/data/doc/documentation.xml +++ b/data/doc/documentation.xml @@ -5262,9 +5262,9 @@ declare variable $config:data-root := $config:app-root || "/data";
Subcollections Many editions will simply present a number of documents, e.g. a collection of letters - like Van Gogh or plays like Shakespeare demo. Structure of the data is therefore very simple, all the files are stored on the same level in the data-root collection. @@ -5471,7 +5471,7 @@ declare variable $config:data-default := $config:data-root; when indexing the document. No extra computation is needed when the user clicks on a facet to drill down into a displayed set: all information is already available in the index. To see a more complex example of facets in action, visit our Van Gogh demo. + xlink:href="https://tei-publisher.org/exist/apps/vangogh/index.html">Van Gogh demo. If you would like to configure other or additional facets, you need to edit three files: @@ -5634,7 +5634,7 @@ declare variable $config:facets := [ The embedded example below demonstrates such a use case: it provides a sandbox running on codepen.io but communicates with the TEI Publisher instance on teipublisher.com which stores the documents. + xlink:href="https://tei-publisher.org">teipublisher.com which stores the documents. The magic happens in the endpoint attribute passed to pb-page, which tells the components where to talk to: @@ -5659,9 +5659,9 @@ declare variable $config:facets := [ script for this job, which you can call as follows in your browser: - https://teipublisher.com/exist/apps/tei-publisher/api/document/test%2FF-rom.xml/html?odd=shakespeare.odd + https://tei-publisher.org/exist/apps/tei-publisher/api/document/test%2FF-rom.xml/html?odd=shakespeare.odd This will retrieve the content of Shakespeare's Romeo and Juliet as an HTML page, transformed through the odd shakespeare.odd. For @@ -5693,7 +5693,7 @@ declare variable $config:facets := [ Now let's actually use the components to display Shakespeare's Romeo and Juliet : in the HTML body, include the following snippet: - <pb-page endpoint="https://teipublisher.com/exist/apps/tei-publisher"> + <pb-page endpoint="https://tei-publisher.org/exist/apps/tei-publisher"> <pb-document id="document1" path="test/F-rom.xml" odd="shakespeare"></pb-document> <!-- Navigate to previous page --> <pb-navigation direction="backward" unit="page" keyboard="left">