From fed7b7ebbece65e3247f8be7da11df90c74e2084 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 18 Sep 2012 15:57:20 +1000 Subject: Replace instances of WhatDoTheyKnow with site_name from configuration --- lib/views/help/api.rhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/views/help/api.rhtml') diff --git a/lib/views/help/api.rhtml b/lib/views/help/api.rhtml index a21f450..323bdb7 100644 --- a/lib/views/help/api.rhtml +++ b/lib/views/help/api.rhtml @@ -8,10 +8,10 @@

Introduction

This page explains how programmers can make other websites and software -interact with WhatDoTheyKnow via an "API". +interact with <%= site_name %> via an "API".

-

WhatDoTheyKnow does not have a full API yet, but we are gradually adding +

<%= site_name %> 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.

@@ -69,7 +69,7 @@ information about the list of events in the feed.

4. Spreadsheet of all authorities

-A spreadsheet file listing every body in WhatDoTheyKnow is available: +A spreadsheet file listing every body in <%= site_name %> is available: <%= link_to "all-authorities.csv", all_public_bodies_csv_url() %>

-- cgit v1.2.3