diff options
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index c7b23f2..f7ff7ac 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -1 +1,20 @@ -<!-- landing page contains nothing at the moment --> +% if (stash 'show_intro') { +<p> + Diese Seite ist ein inoffizielles Frontend zum Abfahrtsmonitor + der DB. Sie kann wahlweise die in Bahnhofshallen / an + Haltestellen montierten Anzeigen nachahmen oder einen Handy- und + Infoscreen-tauglichen Abfahrtsmonitor anzeigen. +</p> +<p> + Als Backend werden sowohl das HAFAS/RIS ("Reisenden-Informationssystem") + als auch das IRIS unterstützt. Im Normalfall enthält das IRIS mehr und + detailliertere Angaben. +</p> +<p> +Alle Angaben ohne Gewähr. +</p> +<p class="geolink"> +<a href="<%= url_for('_auto')->to_abs->scheme('https') %>">Bahnhöfe im Umfeld suchen</a> +(experimentell) +</p> +% } |