1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
---
layout: landing
title: Welcome
---
<div class="hero">
<div class="container">
<h1><span>Run your own</span> Freedom of Information website</h1>
<p>Alaveteli helps you lower the barriers that prevent citizens asking questions of those in power</p>
<p class="action-buttons"><a href="{{ site.baseurl }}docs/getting_started/" class="button">Get started</a> <a href="{{ site.baseurl }}docs/" class="button">Learn more</a></p>
</div>
</div>
<div class="what-is-alaveteli">
<div class="container">
<h2>What is Alaveteli?</h2>
<div class="grid-row what-is-alaveteli__items-grid">
<div class="what-is-alaveteli__grid-unit">
<div class="what-is-alaveteli__item what-is-alaveteli__item--foi">
<p>An open-source platform for making public freedom of information requests to public bodies.</p>
</div>
</div><!--
--><div class="what-is-alaveteli__grid-unit">
<div class="what-is-alaveteli__item what-is-alaveteli__item--help">
<p>Built to help citizens request information, and view and comment on other people’s requests</p>
</div>
</div><!--
--><div class="what-is-alaveteli__grid-unit">
<div class="what-is-alaveteli__item what-is-alaveteli__item--published">
<p>All requests made through Alaveteli, and their responses are published online for everyone to see.</p>
</div>
</div><!--
--><div class="what-is-alaveteli__grid-unit">
<div class="what-is-alaveteli__item what-is-alaveteli__item--open">
<p>Used all over the world to open up governments and other public bodies. </p>
</div>
</div>
</div>
<div class="what-is-alaveteli__international-reach-position">
<div class="what-is-alaveteli__international-reach">
<p class="message">Alaveteli has helped citizens make over <strong>200,000 Freedom of Information requests</strong> in <strong>16 jurisdictions</strong></p>
<p><a href="{{ site.baseurl }}deployments/">See all deployments</a></p>
</div>
</div>
</div>
</div>
<div class="features">
<div class="container">
<h2>What does Alaveteli do?</h2>
<div class="grid-row">
<div class="features__grid-unit features__grid-unit--wide">
<div class="features__item features__item--primary features__item--devices">
<h3>Supports many, many devices out of the box</h3>
<p>Alaveteli works beautifully on a wide range of devices, including smartphones and tablets, thanks to a flexible responsive design.</p>
</div>
</div><!--
--><div class="features__grid-unit features__grid-unit--wide">
<div class="features__item features__item--primary features__item--messaging">
<h3>Messaging, notifications, and follow ups</h3>
<p>Alaveteli controls the workflow of every request, notifying, and reminding public bodies and requesters at every stage.</p>
</div>
</div>
</div>
<div class="grid-row">
<div class="features__grid-unit">
<div class="features__item">
<h3>Fully customisable</h3>
<p>Use our code as a starting point to add your own functionality, or country-specific requirements</p>
</div>
</div><!--
--><div class="features__grid-unit">
<div class="features__item">
<h3>Multilingual</h3>
<p>Available in ten languages and counting, and you can translate it to your own</p>
</div>
</div><!--
--><div class="features__grid-unit">
<div class="features__item">
<h3>Active</h3>
<p>Alaveteli is always in development and the code is open source, so you can help make it better</p>
</div>
</div><!--
--><div class="features__grid-unit">
<div class="features__item">
<h3>Simple</h3>
<p>Alaveteli hides the complexity behind the FOI process and makes it easy for citizens to use their rights</p>
</div>
</div>
</div>
</div>
</div>
<div class="get-started">
<div class="container">
<h2>Get started</h2>
<div class="get-started__grid-unit get-started__grid-unit--wide">
<div class="get-started__item get-started__item--primary">
<p>From team members to maintenance, our get started guide will walk you through the process of planning, starting and running your own Alaveteli website</p>
<p><a href="{{ site.baseurl }}docs/getting_started/" class="button">Get started</a></p>
</div>
</div><!--
--><div class="get-started__grid-unit">
<div class="get-started__item get-started__item">
<h3>Get the code</h3>
<p>Alaveteli is open source and available to view, download and modify on GitHub</p>
<p><a href="https://github.com/mysociety/alaveteli/" class="button">Github</a></p>
</div>
</div><!--
--><div class="get-started__grid-unit">
<div class="get-started__item get-started__item">
<h3>Speak to us</h3>
<p>Need some help? Tell us about your plans</p>
<p class="push-top"><a href="{{ site.baseurl }}community" class="button">Get in touch</a></p>
</div>
</div>
</div>
</div>
|