diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index b2b37dc..6bf4586 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -349,6 +349,14 @@ __DATA__ border: 1px solid black; } + div.notes { + margin-top: 4em; + } + + div.notes ul { + margin-top: 1em; + } + </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> </head> @@ -419,6 +427,18 @@ local transit networks as well. </div> <!-- input-field --> +<div class="notes"> +<span class="optional">notes:</span> +<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 +shorten destination names</li> +<li><a href="/vrr-fake/Düsseldorf/Luisenstr?no_lines=8&backend=db">Example</a> +</li> +</ul> +</div> <!-- notes --> + <div class="about"> <a href="http://finalrewind.org/projects/vrr-fakedisplay/">vrr-fakedisplay</a> v<%= $version %> |