diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2015-12-25 22:32:00 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2015-12-25 22:32:00 +0100 | 
| commit | 03814b1e7d9e59160ad38f20ba4b02ca29f8e607 (patch) | |
| tree | 6e4a00f0213ec85be0242392d159f8c0643e7bc4 | |
| parent | 08a0bdb1afa1c7ee598134e276e945f899688b81 (diff) | |
introtext update
| -rw-r--r-- | templates/layouts/default.html.ep | 12 | 
1 files changed, 5 insertions, 7 deletions
| diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 2843843..00a00f7 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -41,16 +41,15 @@ on 2015-01-02 at 07:00 CET.</div>  % if (stash 'show_intro') {  <p> -  Diese Seite ist ein Frontend zum IRIS (Abfahrtsmonitor) +  Diese Seite ist ein inoffizielles Frontend zum Abfahrtsmonitor    der Deutschen Bahn. Sie kann wahlweise die in Bahnhofshallen / an    Haltestellen montierten Anzeigen nachahmen oder einen Handy- und    Infoscreen-taugliche Abfahrtsmonitor liefern.  </p>  <p> -  Als Backend werden sowohl das RIS ("Reisenden-Informationssystem", d.h. der -  Bahn-Abfahrtsmonitor) als auch das IRIS ("Innerbetriebliches -  Reisenden-Informationssystem"?) unterstützt. Im Normalfall enthält das -  IRIS mehr und detailliertere Angaben. +  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. @@ -88,7 +87,7 @@ Alle Angaben ohne Gewähr.        Backend      </div>      <div> -      %= select_field backend => [ ['IRIS' => 'iris'], ['RIS' => 'ris'] ] +      %= select_field backend => [ ['IRIS' => 'iris'], ['HAFAS' => 'ris'] ]      </div>    </div>    <div class="field"> @@ -166,7 +165,6 @@ Alle Angaben ohne Gewähr.  <li>Umlaute werden nicht bei allen Backend/Layout-Kombinationen korrekt unterstützt.  Wenn etwas nicht funktioniert helfen meist  Umschreibungen der Art ä → ae oder ä → a</li> -<li>Das RIS-Backend ist deprecated und wird bald ausgetauscht oder entfernt</li>  </ul>  </div> <!-- notes --> | 
