-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
72 lines (70 loc) · 2.82 KB
/
index.html
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
---
layout: homepage
editable: false
---
<div class='row-fluid'>
<p class='lead'>
The world is full of good ideas, and our democracies should be able to take advantage of them
wherever they come from. We are creating a democratic platform that allows
anyone with a web browser to share their ideas and build a vision together.
We started out writing a party-independent political manifesto, but now the tool
we've built to run it is available for anyone to use for their own project.
</p>
</div>
<div class='row-fluid'>
<div class='col-md-6'>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">The Manifesto</h2>
</div>
<div class="panel-body">
<p>
<em>The OpenPolitics Manifesto</em> is a party-independent political manifesto
for the UK that anyone can contribute to.
</p>
<p>
The process is simple, and as open as we can make it. People with ideas can just press
the suggest button, make their change directly, and get it voted on.
If their proposal is accepted, they get to vote on future changes.
</p>
<p>
The document has been put in the public
domain, meaning that any party or candidate could adopt it.
<a href='https://somethingnew.org.uk'>Something New</a> is a UK party
formed specifically to promote the manifesto, but does not exclusively
own it.
</p>
<p class='pull-right'>
<a href='manifesto' class='btn btn-primary btn-lg'>Visit the manifesto</a>
</p>
</div>
</div>
</div>
<div class='col-md-6'>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">The Software</h2>
</div>
<div class="panel-body">
<p>
The manifesto is run by a software platform called <em>Votebot</em>.
It provides a friendly user interface for editing, voting, and discussion,
usable by anyone with a web browser. You can see it in action by looking
at the current <a href='https://votebot.openpolitics.org.uk'>manifesto
proposals</a>.
</p>
<p>
The system is user-friendly, but underneath it uses <a href='https://git-scm.com/'>git</a>
and <a href='https://github.com/'>GitHub</a> to track changes and proposals (using pull requests).
</p>
<p>
The Votebot code is open source, can be fully deployed using free
services, and can be easily re-branded. See the repository README for all the details.
</p>
<p class='pull-right'>
<a href='https://github.com/openpolitics/votebot' class='btn btn-primary btn-lg'>Build your own platform</a>
</p>
</div>
</div>
</div>
</div>