From c996e2abf0b0830fbe3539c25ff4fe25e33a165d Mon Sep 17 00:00:00 2001
From: Daniel Friesel
Date: Fri, 24 Jul 2015 14:16:47 +0200
Subject: add text & links for ASEAG backend plus warning about volatile API
---
templates/main.html.ep | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/templates/main.html.ep b/templates/main.html.ep
index edb3241..8d17e64 100644
--- a/templates/main.html.ep
+++ b/templates/main.html.ep
@@ -41,7 +41,7 @@ height="<%= $height * 5 %>" width="<%= $width * 5 %>">
<%= $city %> <%= $stop %>
-Data is cached for 1 minute: JSON format:
+Data is cached for 1 minute. JSON format:
+NOTE: The JSON interface is not guaranteed to be stable. The data layout may
+change any time.
% }
% } # ($city and $stop)
% else {
--
cgit v1.2.3