-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.php
55 lines (43 loc) · 1.91 KB
/
index.php
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
<!DOCTYPE html>
<html manifest="cache.manifest">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0">
<title>User Data Manifesto 2.0</title>
<meta name="description" content="A manifesto for digital rights">
<link rel="stylesheet" href="custom.css">
<link rel="shortcut icon" href="img/litewrite.png">
<link rel="apple-touch-icon-precomposed" href="img/litewrite-touch.png">
</head>
<body>
<h1>User Data Manifesto 2.0</h1>
<h2>Defining basic rights for people to control their own data in the internet age</h2>
<div class="section control">
<img src="control.svg" alt="" />
<h2>
<strong>Control</strong><br/>
over user data access
</h2>
<p>Data explicitly and willingly uploaded by a user should be under the ultimate control of the user. Users should be able to decide whom to grant direct access to their data and with which permissions and licenses such access should be granted.</p>
</div>
<div class="section knowledge">
<img src="knowledge.svg" alt="" />
<h2>
<strong>Knowledge</strong><br/>
of how the data is stored
</h2>
<p>When the data is uploaded to a specific service provider, users should be informed about where that specific service provider stores the data, how long, in which jurisdiction the specific service provider operates, and which laws apply.</p>
</div>
<div class="section freedom">
<img src="freedom.svg" alt="" />
<h2>
<strong>Freedom</strong><br/>
to choose a platform
</h2>
<p>Users should always be able to extract their data from the service at any time without experiencing any vendor lock-in. Open standards for formats and protocols are necessary to guarantee this.</p>
</div>
<div class="more-button-row center">
<a href="https://udm.branchable.com/index.en.html" class="more-button" target="_blank">Read more & participate!</a>
</div>
</body>
</html>