summaryrefslogtreecommitdiff
path: root/templates/landingpage.html.ep
blob: 7f6ae9e5bacc7c59147ca78cd94f311d1a894301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% 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>
</p>
% }