From 62b5ac9fab138f17bfe8cfa7654af75ca341f55b Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Wed, 6 Apr 2016 15:48:11 +0100 Subject: Add generic example version of each required help page. --- lib/views/help/about.html.erb | 49 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) (limited to 'lib/views/help/about.html.erb') diff --git a/lib/views/help/about.html.erb b/lib/views/help/about.html.erb index a2b5ef2..36120f1 100644 --- a/lib/views/help/about.html.erb +++ b/lib/views/help/about.html.erb @@ -2,8 +2,51 @@ <%= render :partial => 'sidebar' %> -
-

Introduction to <%= site_name %> #

This is a custom "about" page

-
+
+

Introduction to <%= site_name %> #

+
+
What is <%= site_name %> for? #
+
To help you find out inside information about what the government + is doing. +
+
How does the site work? #
+
You choose the public authority that you would like information from, then + write a brief note describing what you want to know. We then send your request + to the public authority. Any response they make is automatically published on the + website for you and anyone else to find and read. +
+ +
Why would I bother to do this? #
+
You pay taxes, and then government does things with the money. All sorts of + things that affect your life, from healthcare through to national defence. Some + it does badly, some it does well. The more we find out about how government + works, the better able we are to make suggestions to improve the things that + are done badly, and to celebrate the things that are done well. +
+ +
Why would the public authority bother to reply? #
+
Under Freedom of Information (FOI) law, they have to respond. The response + will either contain the information you want, or give a valid legal reason why + it must be kept confidential. +
+ +
Who makes <%= site_name %> ? #
+
<%= site_name %> runs on Alaveteli, which was created and run by mySociety, + and was initially funded by the JRSST Charitable Trust. mySociety is a project of the + registered charity UK Citizens Online Democracy. + If you like what we're doing, then you can + make a donation. +
+ +
How can I keep up with news about <%= site_name %>?#
+
We have a blog<% if !MySociety::Config.get('TWITTER_USERNAME', '').empty? %> and a >twitter feed<% end %>. +
+ +
+ +

Next, read about making requests -->

+ + +
\ No newline at end of file -- cgit v1.2.3 From b8920199aa25ef883ec4213729486f01539e2823 Mon Sep 17 00:00:00 2001 From: lizconlan Date: Mon, 28 Nov 2016 11:32:08 +0000 Subject: Add request reporting sections to the help/about page --- lib/views/help/about.html.erb | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'lib/views/help/about.html.erb') diff --git a/lib/views/help/about.html.erb b/lib/views/help/about.html.erb index 36120f1..9f7d7d5 100644 --- a/lib/views/help/about.html.erb +++ b/lib/views/help/about.html.erb @@ -32,6 +32,34 @@ it must be kept confidential. +
What if I see a request I feel to be inappropriate? #
+
+

+ Requests for personal information and vexatious requests are not considered valid for FOI purposes (read more). +

+ +

+ If you believe a request is not suitable, you can report it for attention by the site administrators. +

+
+ +
Why won't it let me report some requests? #
+
+

+ If a request has already been reported to the site administrators, you + can't report it a second time - this is to prevent the administrators + being notified multiple times about the same issue before they've had + a chance to conduct a review. +

+ +

+ Where a request has been previously reported but an administrator has + chosen not to hide it from public view, you can use the form in the + sidebar of the request page to contact the administrators if you still + think it should be hidden. +

+
+
Who makes <%= site_name %> ? #
<%= site_name %> runs on Alaveteli, which was created and run by mySociety, and was initially funded by the JRSST Charitable Trust. mySociety is a project of the @@ -49,4 +77,4 @@

Next, read about making requests -->

- \ No newline at end of file + -- cgit v1.2.3