diff options
author | Francis Irving <francis@mysociety.org> | 2010-10-04 01:51:51 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-10-04 01:51:51 +0100 |
commit | 39aceecbb862f5d3b406a56d17d010f5534f4ce1 (patch) | |
tree | d201b8f8656b9b270035e368c1baf3d170828145 /app/views/help/api.rhtml | |
parent | e86c8fbc7a3f18e31ef751236b5ba439b33eafb6 (diff) |
Factor out sidebar into shared between help pages.
Diffstat (limited to 'app/views/help/api.rhtml')
-rw-r--r-- | app/views/help/api.rhtml | 10 |
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> |