diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-12 19:08:44 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-12 19:08:44 +0200 | 
| commit | f4a02524a4a4c4100747cd00f3a6583713b15a3b (patch) | |
| tree | a897911b271b354c8e7a2409211ef3df3d94b438 | |
| parent | 9966690253315e1f7ef2e6024668bc4a88b6f6fd (diff) | |
about: link to transport-apis repo
| -rw-r--r-- | templates/about.html.ep | 19 | 
1 files changed, 2 insertions, 17 deletions
| diff --git a/templates/about.html.ep b/templates/about.html.ep index a68dc69..d38a181 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -32,24 +32,9 @@  		</ul>  	</p>  	<p> -		Unterstützte HAFAS-Instanzen („hafas=…“): -		<ul> -		% for my $service (Travel::Status::DE::HAFAS::get_services()) { -			<li><%= $service->{shortname} %> (<%= $service->{name} %>)</li> -		% } -		</ul> -	</p> -	<p> -		Unterstützte EFA-Instanzen („efa=…“, unfertig/experimentell): -		<ul> -		% for my $service (Travel::Status::DE::EFA::get_efa_urls()) { -			<li><%= $service->{shortname} %> (<%= $service->{name} %>)</li> -		% } -		</ul> -	</p> -	<p> -		Verwendete Open Data-Ressourcen: +		Verwendete Ressourcen:  		<ul> +		<li><a href="/_backend">HAFAS-Backends</a> via <a href="https://github.com/public-transport/transport-apis">transport-apis</a>, CC0</li>  		<li><a href="https://data.deutschebahn.com/dataset/zugbildungsplanzugbildungsplan-zpar">Zugbildungsplan</a> © DB Fernverkehr AG, lizensiert unter CC-BY 4.0</li>  		<li><a href="http://data.deutschebahn.com/dataset/data-haltestellen">Haltestellenliste</a>  		© DB Station&Service AG, | 
