Skip to content

Commit c55f58b

Browse files
committed
add newsletter link
1 parent e834157 commit c55f58b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

src/api/settings.js

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,14 @@ const settings = {
1818
title: 'Hinweis / Notice',
1919
elements: [
2020
h('p.description', [
21-
'Leider wurde die inoffizielle Schnittstelle der DB, auf der dieses Projekt basiert, Ende 2024 ersetzt. Wir benötigen einige Wochen, um die Seite an die neuen Schnittstellen anzupassen, und ',
22-
h('b', 'hoffen, dass bahn.guru und direkt.bahn.guru spätestens Mitte Juni 2025 wieder nutzbar sind (Sorry für die zahlreichen Verzögerungen, aufgrund fehlender Zeit für das Projekt sowie die Komplexität beim Umbau ist eine genaue Einschätzung schwierig.)!'),
23-
' Vielen Dank für das Interesse und hoffentlich bis bald, wieder mit der alten Funktionalität!',
21+
'Leider wurde die inoffizielle Schnittstelle der DB, auf der dieses Projekt basiert, Ende 2024 ersetzt. Wir arbeiten (ehrenamtlich) an der Anpassung der Website, nach mehreren Verzögerungen möchten wir hierfür jedoch aktuell kein genaues Datum nennen. Stattdessen kannst Du dich ',
22+
h('a', { style: 'color: #db0000 !important; font-weight: bold; text-decoration: underline;', href: 'https://app.keila.io/forms/nfrm_KRXbb59N' }, 'hier für Updates anmelden'),
23+
', um sofort per Mail informiert zu werden, wenn die Seite wieder funktioniert. Bis dahin danken wir für die Geduld und ds Verständnis.',
2424
]),
2525
h('p.description', [
26-
'Unfortunately, the inofficial API by Deutsche Bahn which this project was based on was discontinued in late 2024. We need a few weeks to adapt the service to another API, ',
27-
h('b', 'and hope that bahn.guru and direkt.bahn.guru will be back online from mid of June 2025 (Sorry about the delays, due to a lack of time for the project and the complexity of changes required, it is hard to make a precise estimation…)!'),
28-
' Thank you for your interest in this project, and we hope to welcome you back with our old features very soon!',
29-
]),
30-
h('p.description', [
31-
'PS: Thank you all so much for the support and offers to lend a helping hand! It is a bit hard to coordinate contributions for now. Our hope is to get a very simple first version up and running again (without BahnCards, 1st class, filters etc.), from which point on everyone is warmly invited to add contributions.',
26+
'Unfortunately, the inofficial API by Deutsche Bahn which this project was based on was discontinued in late 2024. We are working (as volunteers) to adapt the service to the new APIs. After failing to meet our own deadlines several times now, we don\'t think it would be clever to announce another date for which we expect the site to be functional again. Instead, you can ',
27+
h('a', { style: 'color: #db0000 !important; font-weight: bold; text-decoration: underline;', href: 'https://app.keila.io/forms/nfrm_KRXbb59N' }, 'sign up for updates here'),
28+
' to receive an email as soon as the service is working again. We thank you for your understanding and your patience.',
3229
]),
3330
],
3431
},

0 commit comments

Comments
 (0)