diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-02 20:27:52 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-02 20:27:52 +0200 |
commit | 8fe91bd6645e69ac576998abf00779aaf1f019aa (patch) | |
tree | 865549234563ffee45bb5cd64eb36665f2ca9d85 /templates/about.html.ep | |
parent | 7b97f0a8734ff99481560e065863a646d46c65ea (diff) |
about: nits4.22.3
Diffstat (limited to 'templates/about.html.ep')
-rw-r--r-- | templates/about.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep index f36fd74..b5af92b 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -20,9 +20,9 @@ Diese Installation nutzt <strong>DBF v<%= stash('version') // '???' %></strong> mit folgenden Backends: <ul> - <li> Regional- und Fernverkehr: DB IRIS via <a href="https://finalrewind.org/projects/Travel-Status-DE-IRIS/">Travel::Status::DE::IRIS</a> + <li> Innerdeutscher Regional- und Fernverkehr: DB IRIS via <a href="https://finalrewind.org/projects/Travel-Status-DE-IRIS/">Travel::Status::DE::IRIS</a> <strong>v<%= $Travel::Status::DE::IRIS::VERSION %></strong></li> - <li> Nahverkehr und Zugdetails: DB HAFAS via <a href="https://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/">Travel::Status::DE::HAFAS</a> + <li> Außerdeutsche Fahrten, Nahverkehr, Details, Karten: HAFAS via <a href="https://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/">Travel::Status::DE::HAFAS</a> <strong>v<%= $Travel::Status::DE::HAFAS::VERSION %></strong></li> <li>Wagenreihung: <a href="https://finalrewind.org/projects/Travel-Status-DE-DBWagenreihung/">Travel::Status::DE::DBWagenreihung</a> <strong>v<%= $Travel::Status::DE::DBWagenreihung::VERSION %></strong></li> @@ -30,7 +30,7 @@ </ul> </p> <p> - Unterstützte HAFAS-Instanzen: + Unterstützte HAFAS-Instanzen („hafas=…“): <ul> % for my $service (Travel::Status::DE::HAFAS::get_services()) { <li><%= $service->{shortname} %> (<%= $service->{name} %>)</li> |