diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-08-11 16:38:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-08-11 16:38:14 +0200 |
commit | 9bee75d432365d44af46f5d500f7d210b867cc18 (patch) | |
tree | a117d9eaaf97e6f04fa2ecf57c130adeb6a6f071 /templates | |
parent | eb3be788427872f60631078215a82352c490dceb (diff) |
rename title/description to infoscreen (we're not just a fakedisplay anymore)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/exception.html.ep | 2 | ||||
-rw-r--r-- | templates/main.html.ep | 6 | ||||
-rw-r--r-- | templates/not_found.html.ep | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/exception.html.ep b/templates/exception.html.ep index dfa71e1..f473669 100644 --- a/templates/exception.html.ep +++ b/templates/exception.html.ep @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>vrr-fakedisplay</title> + <title>vrr-infoscreen</title> <meta charset="utf-8"> %= stylesheet '/main.css' </head> diff --git a/templates/main.html.ep b/templates/main.html.ep index 8d17e64..3b33790 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -80,7 +80,7 @@ change any time.</p> % else { <p> -VRR-Fakedisplay shows the next departures at a public transit stop, just like +VRR-Infoscreen shows the next departures at a public transit stop, just like the Lumino LED displays used at some stops. </p> @@ -162,10 +162,10 @@ other German transit networks. <ul> <li>The EFA backend does not support Umlauts</li> <li>For Düsseldorf, the DB backend usually gives better results</li> -<li>If you write the city correctly (like "Essen", not "essen"), vrr-fake can +<li>If you write the city correctly (like "Essen", not "essen"), vrr-infoscreen can shorten destination names</li> <li><a href="/Essen/Martinstr?no_lines=8">Example</a> -<li>See also <a href="http://dbf.finalrewind.org/">db-fakedisplay</a> for an +<li>See also <a href="http://dbf.finalrewind.org/">db-infoscreen</a> for an interface optimized for Deutsche Bahn departure data</li> </li> </ul> diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep index 35255b3..ca06ae9 100644 --- a/templates/not_found.html.ep +++ b/templates/not_found.html.ep @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>vrr-fakedisplay</title> + <title>vrr-infoscreen</title> <meta charset="utf-8"> %= stylesheet '/main.css' </head> |