# HG changeset patch # User casties # Date 1643211572 -3600 # Node ID 93d33f138c9e01da256c3f0478561fbc1b7059f8 # Parent 26138384984c6524e4c75236af4cecaaac609e38 update medeniyet image server URL. diff -r 26138384984c -r 93d33f138c9e src/main/webapp/imageServer/displayDigi.jsp --- a/src/main/webapp/imageServer/displayDigi.jsp Sat Jan 15 16:09:55 2022 +0100 +++ b/src/main/webapp/imageServer/displayDigi.jsp Wed Jan 26 16:39:32 2022 +0100 @@ -156,7 +156,7 @@ window.divaInstance = new Diva('diva-wrapper', { - objectData: "https://ismi.medeniyet.edu.tr/iiif/manifests/<%=digiBean.getDigiLabel()%>.json", + objectData: "https://ismi-images.medeniyet.edu.tr/iiif/manifests/<%=digiBean.getDigiLabel()%>.json", plugins: [Diva.SimpleAuthPlugin], simpleAuthTokenUrl: divaGlobal.auth_token_url, simpleAuthLoginUrl: divaGlobal.auth_login_url, diff -r 26138384984c -r 93d33f138c9e src/main/webapp/imageServer/resources/js/diva4ismi.js --- a/src/main/webapp/imageServer/resources/js/diva4ismi.js Sat Jan 15 16:09:55 2022 +0100 +++ b/src/main/webapp/imageServer/resources/js/diva4ismi.js Wed Jan 26 16:39:32 2022 +0100 @@ -4,8 +4,8 @@ //rest_url : "http://localhost:18080/ismi-richfaces", //iipServerURL: "https://images.rasi.mcgill.ca/fcgi-bin/iipsrv.fcgi", //drupal_url: "https://ismi-db.mpiwg-berlin.mpg.de/drupal-ismi", - auth_token_url: 'https://ismi.medeniyet.edu.tr/iiif/auth/iiif-token', - auth_login_url: 'https://ismi.medeniyet.edu.tr/iiif/auth/iiif-login', + auth_token_url: 'https://ismi-images.medeniyet.edu.tr/iiif/auth/iiif-token', + auth_login_url: 'https://ismi-images.medeniyet.edu.tr/iiif/auth/iiif-login', drupal_url: "https://ismi.mpiwg-berlin.mpg.de", entity_url: "https://ismi-db.mpiwg-berlin.mpg.de/om4-ismi/browse/entityDetails.xhtml?eid=" } diff -r 26138384984c -r 93d33f138c9e src/main/webapp/public/publicCodex.jsp --- a/src/main/webapp/public/publicCodex.jsp Sat Jan 15 16:09:55 2022 +0100 +++ b/src/main/webapp/public/publicCodex.jsp Wed Jan 26 16:39:32 2022 +0100 @@ -202,7 +202,7 @@ window.divaInstance = new Diva('diva-wrapper', { - objectData: "https://ismi.medeniyet.edu.tr/iiif/manifests/<%=codexPage.getDigiLabel()%>.json", + objectData: "https://ismi-images.medeniyet.edu.tr/iiif/manifests/<%=codexPage.getDigiLabel()%>.json", plugins: [Diva.SimpleAuthPlugin], simpleAuthTokenUrl: divaGlobal.auth_token_url, simpleAuthLoginUrl: divaGlobal.auth_login_url, diff -r 26138384984c -r 93d33f138c9e src/main/webapp/public/publicWitness.jsp --- a/src/main/webapp/public/publicWitness.jsp Sat Jan 15 16:09:55 2022 +0100 +++ b/src/main/webapp/public/publicWitness.jsp Wed Jan 26 16:39:32 2022 +0100 @@ -202,7 +202,7 @@ window.divaInstance = new Diva('diva-wrapper', { - objectData: "https://ismi.medeniyet.edu.tr/iiif/manifests/<%=witnessPage0.getDigiLabel()%>.json", + objectData: "https://ismi-images.medeniyet.edu.tr/iiif/manifests/<%=witnessPage0.getDigiLabel()%>.json", plugins: [Diva.SimpleAuthPlugin], simpleAuthTokenUrl: divaGlobal.auth_token_url, simpleAuthLoginUrl: divaGlobal.auth_login_url,