diff options
| author | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-14 11:28:50 +0000 |
|---|---|---|
| committer | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-14 11:28:50 +0000 |
| commit | 05dd15e00d289dbe558dfda6dfbf8b24d74e678a (patch) | |
| tree | bae42727829448da6e796ee90a36a9bc21874386 /lib/views/help/alaveteli.html.erb | |
| parent | b26b78c093b751b27ed77138c3c34f365dc9f649 (diff) | |
| parent | 041b416fd4bbd7286252f24135f5a2bc19e36395 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib/views/help/alaveteli.html.erb')
| -rw-r--r-- | lib/views/help/alaveteli.html.erb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/views/help/alaveteli.html.erb b/lib/views/help/alaveteli.html.erb new file mode 100644 index 0000000..ebf659e --- /dev/null +++ b/lib/views/help/alaveteli.html.erb @@ -0,0 +1,30 @@ +<% @title = "Making requests" %> + +<%= render :partial => 'sidebar' %> +<div id="left_column_flip" class="left_column_flip"> + <% if params[:country_name] %> + <h1><%= _("Would you like to see a website like this in your country?") %></h1> + <% else %> + <h1>Powered by Alaveteli</h1> + <% end %> + <p>This website is powered by Alaveteli. Alaveteli is free software + for making Freedom of Information requests. It can easily be + translated into any language, and customised for variations of FOI + law.</p> + + <p>The development of Alaveteli is sponsored and supported by a + number of foundations and charities who are interested in + transparency across the world.</p> + + <p>If you would like to set up an Alaveteli website in your own + country, we can help. You will need a few days to get the site + configured and ready to use, and will then have to spend at least an + hour a week moderating and managing the site (more for busy + websites).</p> + + <p>Read more on the <a href="http://alaveteli.org">Alaveteli + website</a>, or <a href="mailto:hello@alaveteli.org">drop us an + email</a>.</p> + + <div id="hash_link_padding"></div> +</div>
\ No newline at end of file |
