summaryrefslogtreecommitdiff
path: root/web/views/taginfo
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-06 13:27:23 +0100
committerJochen Topf <jochen@topf.org>2013-01-06 13:27:23 +0100
commit3dc24ee78f73094f44ed89a044c85d7c4338ff97 (patch)
tree4b276413beef950e549c22c54ba25680ae1b5a45 /web/views/taginfo
parent94cf8b600b3b59e3bad066b6a4b7bf010007e84e (diff)
downloadtaginfo-3dc24ee78f73094f44ed89a044c85d7c4338ff97.tar
taginfo-3dc24ee78f73094f44ed89a044c85d7c4338ff97.tar.gz
Moved many API calls over to new version 4.
Old versions are marked as deprecated. All new API calls are documented.
Diffstat (limited to 'web/views/taginfo')
-rw-r--r--web/views/taginfo/apidoc.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/views/taginfo/apidoc.erb b/web/views/taginfo/apidoc.erb
index 864dacc..4988d0d 100644
--- a/web/views/taginfo/apidoc.erb
+++ b/web/views/taginfo/apidoc.erb
@@ -4,14 +4,14 @@
<% if params[:show_deprecated] %>
<p><span class="button"><a href="/taginfo/apidoc">Do not show deprecated API calls</a></span></p>
+<p style="color: red;">Not all of the older, deprecated API calls are documented!</p>
+
<% else %>
<p><span class="button"><a href="/taginfo/apidoc?show_deprecated=true">Also show deprecated API calls</a></span></p>
<% end %>
<h2>Table of Contents</h2>
-<p style="color: red;">This list of API calls and their descriptions are not complete!</p>
-
<ul>
<% API.paths.keys.sort.each do |version|
API.paths[version].keys.sort.each do |path|