aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/help/api.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/help/api.rhtml')
-rw-r--r--app/views/help/api.rhtml10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/views/help/api.rhtml b/app/views/help/api.rhtml
index af4740d65..569d92c25 100644
--- a/app/views/help/api.rhtml
+++ b/app/views/help/api.rhtml
@@ -1,11 +1,17 @@
<% @title = "Application Programming Interface - API" %>
+<%= render :partial => 'sidebar' %>
+
<h1><%=@title %></h1>
<h2> Introduction </h2>
-<p>WhatDoTheyKnow does not have a full API yet, but we are gradually
-adding lots of things that are similar in use to an API as they are requested.
+<p>This page explains how programmers can make other websites and software
+interact with WhatDoTheyKnow via an "API".
+</p>
+
+<p>WhatDoTheyKnow does not have a full API yet, but we are gradually adding
+lots of things that are similar in use to an API as they are requested.
</p>
<h2> Linking to new requests </h2>