From 0adcb76ad334cb3a252b9e4f10bed0d22cad41b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Ko=C5=A1arko?= Date: Wed, 19 Feb 2020 16:11:28 +0100 Subject: [PATCH] Rename LINDAT/CLARIN to LINDAT/CLARIAH-CZ (#911) * Renamed LINDAT/CLARIN to LINDAT/CLARIAH-CZ * LINDAT/CLARIAH-CZ logo in lindat-common since 2.1.2 * More generic pagename for oai piwik * lindat-clariah bw logo for pdf reports --- README.md | 2 +- .../xoai/controller/DSpaceOAIDataProvider.java | 2 +- dspace-oai/src/main/webapp/static/style.xsl | 4 ++-- dspace-xmlui/src/main/webapp/i18n/messages.xml | 8 ++++---- .../images/lindat/LINDAT-CLARIAH-cz-black.png | Bin 0 -> 3013 bytes .../main/webapp/themes/UFAL/lib/html/about.html | 14 +++++++------- .../webapp/themes/UFAL/lib/html/cs/about.html | 14 +++++++------- .../webapp/themes/UFAL/lib/html/cs/cite.html | 2 +- .../webapp/themes/UFAL/lib/html/cs/deposit.html | 6 +++--- .../webapp/themes/UFAL/lib/html/cs/dummy.html | 2 +- .../webapp/themes/UFAL/lib/html/cs/metadata.html | 2 +- .../themes/UFAL/lib/html/license-cnc-data.html | 4 ++-- .../webapp/themes/UFAL/lib/html/metadata.html | 2 +- .../main/webapp/themes/UFAL/lib/js/aai_config.js | 4 ++-- .../themes/UFAL/lib/xsl/core/navigation.xsl | 2 +- .../themes/UFALHome/lib/xsl/page-structure.xsl | 4 ++-- .../validators/assetstore/settings/__init__.py | 2 +- .../xmlui/src/main/webapp/i18n/messages_cs.xml | 8 ++++---- utilities/project_helpers/bits/messages.template | 8 ++++---- .../python-dspace-metadata/settings/__init__.py | 2 +- utilities/project_helpers/config/README.md | 2 +- utilities/project_helpers/config/local.conf.dist | 4 ++-- utilities/project_helpers/scripts/makefile | 4 ++-- 23 files changed, 51 insertions(+), 51 deletions(-) create mode 100644 dspace-xmlui/src/main/webapp/themes/UFAL/images/lindat/LINDAT-CLARIAH-cz-black.png diff --git a/README.md b/README.md index 6a7b8c10b65a..704f4d90d938 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # clarin-dspace deployments -* LINDAT/CLARIN: https://lindat.mff.cuni.cz/repository/xmlui/ +* LINDAT/CLARIAH-CZ: https://lindat.mff.cuni.cz/repository/xmlui/ * CLARINO: https://repo.clarino.uib.no/xmlui/ * CLARIN.SI: https://www.clarin.si/repository/xmlui/ * CLARIN-PL: https://clarin-pl.eu/dspace/ diff --git a/dspace-oai/src/main/java/org/dspace/xoai/controller/DSpaceOAIDataProvider.java b/dspace-oai/src/main/java/org/dspace/xoai/controller/DSpaceOAIDataProvider.java index a832df78c164..73804b4cdee6 100644 --- a/dspace-oai/src/main/java/org/dspace/xoai/controller/DSpaceOAIDataProvider.java +++ b/dspace-oai/src/main/java/org/dspace/xoai/controller/DSpaceOAIDataProvider.java @@ -189,7 +189,7 @@ public String contextAction (Model model, HttpServletRequest request, HttpServle if(configurationService.getBooleanProperty("lr", "lr.tracker.enabled", false)) { // Track the OAI request for analytics platform - TrackerFactory.createOAITrackerInstance().trackPage(request, "LINDAT/CLARIN OAI-PMH Data Provider " + + TrackerFactory.createOAITrackerInstance().trackPage(request, "Repository OAI-PMH Data Provider " + "Endpoint"); } diff --git a/dspace-oai/src/main/webapp/static/style.xsl b/dspace-oai/src/main/webapp/static/style.xsl index 0d065ca125ad..f28027d0bdc1 100644 --- a/dspace-oai/src/main/webapp/static/style.xsl +++ b/dspace-oai/src/main/webapp/static/style.xsl @@ -21,7 +21,7 @@ - LINDAT/CLARIN OAI-PMH Data Provider Endpoint + LINDAT/CLARIAH-CZ OAI-PMH Data Provider Endpoint @@ -35,7 +35,7 @@