From c46ec136f84a95ceb5f89ec6a1dbd77a4dbdec21 Mon Sep 17 00:00:00 2001
From: dwerning <33833393+dwerning@users.noreply.github.com>
Date: Fri, 16 Dec 2022 11:20:50 +0100
Subject: [PATCH 1/3] Lapsus Laben Totenbuchprojekt
---
src/main/resources/pages/en/listings/digital-references.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/pages/en/listings/digital-references.html b/src/main/resources/pages/en/listings/digital-references.html
index 9bcbda8c..886b98fd 100644
--- a/src/main/resources/pages/en/listings/digital-references.html
+++ b/src/main/resources/pages/en/listings/digital-references.html
@@ -12,7 +12,7 @@
Dig
https://aaew.bbaw.de/tla |
Aegyptiaca |
https://aegyptiaca.uni-muenster.de |
- Das altägyptische Wörterbuch |
+
---|
Das altägyptische Totenbuch |
https://totenbuch.awk.nrw.de |
Ancient Egyptian Architecture Online |
http://drupaldev.aegaron.ucla.edu |
From 769316a6f202d446cb229450ea057f20bfcff7ed Mon Sep 17 00:00:00 2001
From: dwerning <33833393+dwerning@users.noreply.github.com>
Date: Sun, 18 Dec 2022 16:18:38 +0100
Subject: [PATCH 2/3] Add "undefined" to POS search
---
src/main/resources/application.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index cf8aa022..f17eb40b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -144,6 +144,7 @@ search:
- verb_caus_3-inf
- verb_caus_4-inf
- verb_irr
+ undefined: []
annotation-types:
lemma: []
From 75832cb5de69a757357ebc7f823f9cb51cf13d8a Mon Sep 17 00:00:00 2001
From: dwerning <33833393+dwerning@users.noreply.github.com>
Date: Tue, 20 Dec 2022 10:47:00 +0100
Subject: [PATCH 3/3] Korrektur Google-font-download-link
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 1db5bc57..4cff37d1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -140,7 +140,7 @@ frameworks.each {
task downloadFontRoboto(type: Download) {
group = 'Init'
description = 'Download Google Roboto font'
- src 'https://google-webfonts-helper.herokuapp.com/api/fonts/roboto?download=zip&subsets=latin&variants=300,500,700,300italic,regular,italic,700italic'
+ src 'https://gwfh.mranftl.com/api/fonts/roboto?download=zip&subsets=latin&variants=300,500,700,300italic,regular,italic,700italic'
dest new File(buildDir, 'roboto.zip')
onlyIfModified true
}