Unverified Commit 164253d1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

dbris is almost ready for production

Agenda:
* geolocation
* traewelling sync
* check whether cancelled trains / stops are handled appropriately
* switch manual journey entry to dbris once sufficient station data has been
  gathered
* switch default to dbris at some time in the future
parent f5eab80b
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -1071,11 +1071,9 @@ sub backend_form {
		}
		elsif ( $backend->{dbris} ) {
			$type = 'DBRIS';
			$backend->{longname} = 'Deutsche Bahn: bahn.de';
			$backend->{longname}
			  = 'Deutsche Bahn: bahn.de (UNFERTIG / BETA-TEST – Fehler und fehlerhafte Daten sind möglich)';
			$backend->{homepage} = 'https://www.bahn.de';

			# not ready for production yet
			$type = undef;
		}
		elsif ( $backend->{hafas} ) {