diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-12 12:16:55 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-12 12:16:55 +0200 |
commit | d99ac06ba7379c92809a2ca9b2285fac1639ce37 (patch) | |
tree | 93f5a33eb12d9baabdaf75ca00fb4529fea26c08 /templates | |
parent | 71e2135e1a068410ffb1a0469cfeb224c9baa6fe (diff) |
link to backend libraries
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main.html.ep | 11 |
1 files changed, 7 insertions, 4 deletions
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</li> <div class="about"> <a href="http://finalrewind.org/projects/vrr-fakedisplay/">vrr-fakedisplay</a> v<%= $version %><br/> -using<br/> -Travel::Status::DE::ASEAG v<%= $Travel::Status::DE::ASEAG::VERSION %><br/> -Travel::Status::DE::DeutscheBahn v<%= $Travel::Status::DE::DeutscheBahn::VERSION %><br/> -Travel::Status::DE::EFA v<%= $Travel::Status::DE::EFA::VERSION %><br/> +Backends:<br/> +<a href="http://finalrewind.org/projects/Travel-Status-DE-URA/">Travel::Status::DE::ASEAG</a> +v<%= $Travel::Status::DE::ASEAG::VERSION %><br/> +<a href="http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/">Travel::Status::DE::DeutscheBahn</a> +v<%= $Travel::Status::DE::DeutscheBahn::VERSION %><br/> +<a href="http://finalrewind.org/projects/Travel-Status-DE-VRR/">Travel::Status::DE::EFA</a> +v<%= $Travel::Status::DE::EFA::VERSION %><br/> </div> </body> |