diff options
author | David Cabo <david@calibea.com> | 2011-08-17 11:05:21 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-08-17 11:05:21 +0200 |
commit | 817ce18d16d037aadc5ea44d93854c6e17f06747 (patch) | |
tree | 1820f4a62c1060063e0b9751473eca9610142598 /app/views/help/api.rhtml | |
parent | 0ca78b7c2abfe28ef7acd7137fda5d82a973c2e1 (diff) | |
parent | e1a2e1ad36c6b0c7bfac501eb2a0d0ae5efd05a1 (diff) |
Merge branch 'fixes' into asktheeu
Diffstat (limited to 'app/views/help/api.rhtml')
-rw-r--r-- | app/views/help/api.rhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/help/api.rhtml b/app/views/help/api.rhtml index 6f27cf908..3cafbb665 100644 --- a/app/views/help/api.rhtml +++ b/app/views/help/api.rhtml @@ -7,10 +7,10 @@ <h2> Introduction </h2> <p>This page explains how programmers can make other websites and software -interact with WhatDoTheyKnow via an "API". +interact with <%= site_name %> via an "API". </p> -<p>WhatDoTheyKnow does not have a full API yet, but we are gradually adding +<p><%= 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. </p> @@ -68,7 +68,7 @@ information about the list of events in the feed. <h2> 4. Spreadsheet of all authorities </h2> <p> -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() %> </p> |