diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-09-27 21:24:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-09-27 21:24:57 +0200 |
commit | 6d53db05f41e4180acc60bc0f4cd92665b90ae89 (patch) | |
tree | e5c087ac91bc81a940a391c0fd51d9eda31b202f /cgi/templates | |
parent | 905853387807a499f6e1175cbdfb16496d7039ea (diff) |
split get_departures into get_filtered_departures and make_infoboard_lines
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/main.html.ep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cgi/templates/main.html.ep b/cgi/templates/main.html.ep index 7904a13..e042e4c 100644 --- a/cgi/templates/main.html.ep +++ b/cgi/templates/main.html.ep @@ -92,6 +92,14 @@ and documentation. % } </p> +<p> +Notes: +<ul> +<li>data is cached for 1 minute</li> +<li>preformatted contains the string used by the PNG / HTML frontend</li> +<li>if an error occured, the error field is non-null</li> +</ul> +</p> % } % } % else { |