diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-05 09:03:42 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-05 09:03:42 +0200 |
commit | 11f3136cb8634d13dc47fca7d27281825ec81bcc (patch) | |
tree | 95bcde5f45f55bddf021d544377781c69831137c | |
parent | 60defa95e2ea01bd39ce65e4f0e6664e6fb2009d (diff) |
Documentation: DB HAFAS is dead, reference DBRIS everywhere
-rw-r--r-- | README.md | 11 | ||||
-rwxr-xr-x | bin/db-iris | 6 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 4 |
3 files changed, 6 insertions, 15 deletions
@@ -14,15 +14,10 @@ and may cease operation in the near future. Hence, db-iris and Travel::Status::DE::IRIS are no longer actively maintained. There is no promise that issues and merge requests will be reviewed or merged. +The **dbris-m** application that is part of [Travel::Status::DE::DBRIS](https://finalrewind.org/projects/Travel-Status-DE-DBRIS/) -supports most features provided by Travel::Status::DE::IRIS, and more. -However, its backend does not provide detailed (timestamped) delay and quality -of service messages. - -The **hafas-m** application that is part of [Travel::Status::DE::HAFAS](https://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/) -provides similar features. However, its default "DB" backend is also -deprecated. There is no migration path to a Deutsche Bahn departure monitor -that is not deprecated at the moment. +has similar features. Note that its backend does not provide detailed +(timestamped) delay and quality of service messages. ## Installation diff --git a/bin/db-iris b/bin/db-iris index f8512da..9e1b649 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -596,10 +596,8 @@ and may cease operation in the near future. There is no immediate successor. Hence, db-iris and Travel::Status::DE::IRIS are no longer actively maintained. There is no promise that issues and merge requests will be reviewed or merged. -The B<hafas-m> application that is part of Travel::Status::DE::HAFAS(3pm) -provides similar features. However, its default "DB" backend is also -deprecated. There is no migration path to a Deutsche Bahn departure monitor -that is not deprecated at the moment. +The B<dbris-m> application that is part of Travel::Status::DE::DBRIS(3pm) +provides similar features. =head1 DESCRIPTION diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index 6643814..eb154c1 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -1005,9 +1005,7 @@ and may cease operation in the near future. There is no immediate successor. Hence, Travel::Status::DE::IRIS is no longer actively maintained. There is no promise that issues and merge requests will be reviewed or merged. -The Travel::Status::DE::HAFAS(3pm) module provides similar features. However, -its default "DB" backend is also deprecated. There is no migration path to a -Deutsche Bahn departure monitor that is not deprecated at the moment. +The Travel::Status::DE::DBRIS(3pm) module provides similar features. =head1 DESCRIPTION |