From d99ac06ba7379c92809a2ca9b2285fac1639ce37 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 12 Sep 2015 12:16:55 +0200 Subject: link to backend libraries --- index.pl | 1 - templates/main.html.ep | 11 +++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/index.pl b/index.pl index ece8be3..352d67a 100644 --- a/index.pl +++ b/index.pl @@ -51,7 +51,6 @@ sub get_results { $backend =~ s{ [.] (.+) $ }{}x; } } - say "$backend : $sub_backend"; my $sstr = ("${backend} _ ${stop} _ ${city}"); $sstr =~ tr{a-zA-Z0-9}{_}c; diff --git a/templates/main.html.ep b/templates/main.html.ep index 7b8c94b..7dc9cb9 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -183,10 +183,13 @@ interface optimized for Deutsche Bahn departure data
vrr-fakedisplay v<%= $version %>
-using
-Travel::Status::DE::ASEAG v<%= $Travel::Status::DE::ASEAG::VERSION %>
-Travel::Status::DE::DeutscheBahn v<%= $Travel::Status::DE::DeutscheBahn::VERSION %>
-Travel::Status::DE::EFA v<%= $Travel::Status::DE::EFA::VERSION %>
+Backends:
+Travel::Status::DE::ASEAG +v<%= $Travel::Status::DE::ASEAG::VERSION %>
+Travel::Status::DE::DeutscheBahn +v<%= $Travel::Status::DE::DeutscheBahn::VERSION %>
+Travel::Status::DE::EFA +v<%= $Travel::Status::DE::EFA::VERSION %>
-- cgit v1.2.3