forked from Erkan-Yilmaz/ToS-DR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ownership.html
173 lines (157 loc) · 11.5 KB
/
ownership.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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ownership in Terms of Service; Didn't Read</title>
<meta name="description" content="Nobody wants to read the long Terms of Service many websites have. But it is important to understand what they say – these ratings make it easier.">
<meta name="author" content="Unhosted">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link rel="shortcut icon" href="img/tosdr-icon-16.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/tosdr-icon-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/tosdr-icon-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/tosdr-icon-72.png">
<link rel="apple-touch-icon-precomposed" href="img/tosdr-icon-57.png">
<script src="js/jquery-1.7.1.min.js"></script>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"> <!--http://j.mp/mobileviewport-->
</head>
<body onload="go();" data-spy="scroll" class="category">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button"class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="/index.html">ToS;DR</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class=""><a href="#services">Rated Services</a></li>
<li class=""><a href="#getinvolved">Get Involved</a></li>
<li class=""><a href="#classification">Classification</a></li>
<li class=""><a href="#categories">Categories</a></li>
</ul>
</div>
<div id="remotestorage-connect"></div>
</div>
</div>
</div>
<div class="container" id="tosdr-content" role="main">
<!--FIXME look at points/ownership.js to know which object you should call from -->
<div class="page-header"><h1>Ownership <!--fixme that's the category's name--><small>What happens with the content you generate on the service?</small></h1></div><!--fixme that's the category's subtitle--let me konw if you think a better name makes sense for the property -->
<div class="row">
<div class="span6"><!--fixme that's the category's description -->
<p class="description">The content you upload or generate on online applications is usually subject to copyright law. When your data are collected by services, they can be considered personal data. It means that it is <strong>your content, your data</strong>: you can decide.</p>
<!--fixme this is ideally some kind of search feature. Don't know yet what do to there exactly. We should discuss it at breakfast -->
<!-- <form class="form-search well" id="filter-services">-->
<!-- <div class="control-group">-->
<!-- <div class="controls">-->
<!-- <div class="input-append">-->
<!-- <input type="text" size="16" data-provide="typeahead" class="input-long search-query" id="appendedInputButtons" placehloder="Which service?" class="span2"><button type="button" class="btn">Search</button><button type="button" class="btn">Options</button>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="options">-->
<!-- <label for="optionsCheckboxList" class="control-label">Options</label>-->
<!-- <div>-->
<!-- <label class="checkbox">-->
<!-- <input type="checkbox" value="option1" name="optionsCheckboxList1" unchecked >-->
<!-- Based on Free Software-->
<!-- </label>-->
<!-- <label class="checkbox">-->
<!-- <input type="checkbox" value="option2" name="optionsCheckboxList2" unchecked >-->
<!-- Exportable Data-->
<!-- </label>-->
<!-- <label class="show-only-label">-->
<!-- <br />Show only-->
<!-- <span class="label A"><a href="#" class="active">Class A</a></span> <span class="label B"><a href="#" class="active">Class B</a></span> <span class="label C"><a href="#" class="active">Class C</a></span> <span class="label D"><a href="#" class="active">Class D</a></span> <span class="label E"><a href="#" class="active">Class E</a></span>-->
<!-- </label>-->
<!-- </div>-->
<!-- </div>-->
<!-- </form>-->
</div>
<div class="span6">
<h3><small>Examples</small></h3><!--fixme these comes from the category's examples good bad etc-->
<ul class="tosdr-points">
<li><span class="badge badge-success" title="good"><i class="icon-thumbs-up icon-white">+</i></span> You license us to use your data only for the purpose of operating this service.</li>
<li><span class="badge badge-warning" title="mediocre"><i class="icon-thumbs-down icon-white">-</i></span> We get a license beyond the requirements to operate the service, so your data may be used for purposes you do not intend. We will still attribute ownership to you.</li>
<li><span class="badge badge-important" title="alert"><i class="icon-remove icon-white">×</i></span> We become the owners of your data.</li>
</ul>
</div>
</div>
<h2>Generic issues</h2>
<!--fixme Here list data points related to a topic which has "category":"ownership", and sort out by topic-->
<p>These issues are often found in Terms of service and can be compared.</p>
<h3>Scope of the copyright license</h3>
<p>Copyright law gives you control over how your content (texts, photos, videos, etc.) can be used, by whom they can be distributed, modified, etc. Sometimes, online services need your permission to perform certain tasks with your content. That's why they ask you to grant them a copyright license. But sometimes, the copyright license is so broad, that your content can be exploited by others without asking you.</p>
<ul class="tosdr-points row"><!--fixme and here you call, from the data points containing that first "topic":"copyright-scope".-->
<li id="popup-point-t-INoE6fH98" class="span6">
<a class="tldr" data-toggle="collapse" data-target="#collapse-point-t-INoE6fH98" href="#collapse-point-t-INoE6fH98">
<img height="24" alt="" class="favlogo" src="logo/delicious.png">
<span title="mediocre" class="badge badge-warning"><i class="icon-thumbs-down icon-white">-</i></span>
Delicious: Ownership <i class="icon icon-chevron-down icon-collapser"></i>
</a>
<p id="collapse-point-t-INoE6fH98" class="collapse tldr">The copyright license granted to Delicious is not limited to operating the service. Your content can be exploited “in any and all media or distribution channels (now known or hereafter created)” i.e. it can be distributed by Delicious outside the Delicious service.<br />
<a class="btn" href="#"><i class="icon icon-envelope"></i> Discuss</a>
<!---If there are multiple sources -->
<a class="btn see-source" href="#"><i class="icon icon-briefcase"></i> See the source</a>
<a class="btn see-source" href="#"><i class="icon icon-briefcase"></i> See the source</a>
</p>
</li>
<li id="popup-point-kizrN7qb1Ck" class="span6">
<a class="tldr" data-toggle="collapse" data-target="#collapse-point-kizrN7qb1Ck" href="#collapse-point-kizrN7qb1Ck">
<img height="24" alt="" class="favlogo" src="logo/facebook.png">
<span title="mediocre" class="badge badge-warning"><i class="icon-thumbs-down icon-white">-</i></span>
Facebook: Ownership <i class="icon icon-chevron-down icon-collapser"></i>
</a>
<p id="collapse-point-kizrN7qb1Ck" class="collapse tldr">The copyright licence that you grant to Facebok goes <strong>beyond the requirements</strong> for operating the service. Also, the copyright license <strong>does not end when you stop using the service</strong> unless your content has been deleted by everyone else.<br />
<a class="btn" href="#"><i class="icon icon-envelope"></i> Discuss</a>
<a class="btn see-source" href="#"><i class="icon icon-briefcase"></i> See the source</a>
<a class="btn see-source" href="#"><i class="icon icon-briefcase"></i> See the source</a>
</p>
</li>
<li id="popup-point-kizrN7qb1Ck4" class="span6">
<a class="tldr" data-toggle="collapse" data-target="#collapse-point-kizrN7qb1Ck4" href="#collapse-point-kizrN7qb1Ck4" ><img height="24" alt="" class="favlogo" src="logo/seenthis.png">
<span title="good" class="badge badge-success"><i class="icon-thumbs-up icon-white">+</i></span>
SeenThis: You are free to choose your copyright license <i class="icon icon-chevron-down icon-collapser"></i>
</a>
<p id="collapse-point-kizrN7qb1Ck4" class="collapse tldr">The copyright license granted to SeenThis is limited for the purpose of running the service: you allow them to publish your content on the website and to add automatated data. You are free to choose your own copyright license for your content in your account settings: Public Domain, Creative Commons non commercial, or free licenses, but also classic copyright if you wish so.<br />
<a class="btn" href="#"><i class="icon icon-envelope"></i> Discuss</a>
<a class="btn" href="#"><i class="icon icon-briefcase"></i> See the source</a>
</p>
</li>
<li id="popup-point-tmXfQIGPTvs" class="span6">
<a class="tldr" data-toggle="collapse" data-target="#collapse-point-tmXfQIGPTvs" href="#collapse-point-tmXfQIGPTvs">
<img height="24" alt="" class="favlogo" src="logo/twitter.png">
<span title="mediocre" class="badge badge-warning"><i class="icon-thumbs-down icon-white">-</i></span>
Twitter: Ownership <i class="icon icon-chevron-down icon-collapser"></i>
</a>
<p id="collapse-point-tmXfQIGPTvs" class="collapse tldr">The copyright license is very broad and goes beyond the requirements to run the service. <br />
<a class="btn" href="#"><i class="icon icon-envelope"></i> Discuss</a>
<a class="btn" href="#"><i class="icon icon-briefcase"></i> See the source</a>
</p>
</li>
</ul>
<h2>Other issues</h2>
<footer id="bottom">
<p><strong>Terms of Service; Didn't Read</strong> is a project inspired by Aza Raskin's <a href="http://azarask.in/blog/post/privacy-icons/">Privacy Icons</a> and EFF's <a href="http://tosback.org">TOSBack</a>.</p>
<p id="legalinfo">Information from the ToS; DR project, this website, or the ToSDR Google Groups <strong>do not constitute legal advice</strong>. We only express our opinion and analysis with no guarantee. Please refer to a qualified attorney for legal advice. Disclaimer: a list of donors and supporters <a href="thanks.html">is published</a>.</p>
<p id="credits">Icons by <a href="http://glyphicons.com/glyphicons-licenses/">Glyphicons</a> used under a CC BY <a href="http://creativecommons.org/licenses/by/3.0/deed.en">3.0 Unported license</a>. </p>
</footer>
</div> <!-- /container -->
<script src="js/bootstrap-twipsy.js"></script>
<script src="bootstrap/js/bootstrap-carousel.js"></script>
<script src="bootstrap/js/bootstrap-collapse.js"></script>
<script src="bootstrap/js/bootstrap-modal.js"></script>
<script src="bootstrap/js/bootstrap-transition.js"></script>
<script src="bootstrap/js/bootstrap-scrollspy.js"></script>
<script src="bootstrap/js/bootstrap-typeahead.js"></script>
<script>
$(function() { $('a[title!=""]').twipsy({live:true})});
$(function() { $('abbr[title!=""]').twipsy({live:true})});
</script>
</body>
</html>