forked from Erkan-Yilmaz/ToS-DR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopics.html
217 lines (188 loc) · 10.1 KB
/
topics.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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Topics - Terms of Service; Didn't Read</title>
<meta name="description" content="Terms of Service; Didn't Read (ToS;DR) is an active project to fix the biggest lie on the web. We help you understand the Terms and Conditions and Privacy Policies of websites.">
<meta name="author" content="Terms of Service; Didn't Read">
<!--[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-->
<script src="js/topics.js"></script>
</head>
<body onload="go();" id="topics-html" data-spy="scroll">
<div class="navbar navbar-fixed-top" id="menu-options">
<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"><img src="img/tosdr-icon-16.png" alt="" style="vertical-align:baseline;margin-right:.5em;" class="logo" />Terms of Service; Didn't Read</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="index.html#services">Ratings</a></li>
<!-- <li class=""><a href="#classification">Classification</a></li>-->
<!-- <li class=""><a href="#workinprogress">Progress</a></li>-->
<li class=""><a href="about.html">About</a></li>
<!-- <li class=""><a href="#categories">Categories</a></li>-->
</ul>
<!-- <p class="pull-right">-->
<!-- <a href="#funding" class="btn btn-success btn-mini" style="position:absolute;">Donate</a>-->
<!-- </p>-->
<p class="pull-right follow-us">
Follow us <a href="http://twitter.com/tosdr">@tosdr</a>
Donate: <a href="http://flattr.com/thing/821090/ToSDR" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
</p>
</div>
</div>
</div>
</div>
<div class="hero-unit">
<section class="container">
<h1 class="page-header">Topics</h1>
<p>
Terms of service are divided into small points. Each point gets assigned one or several topics.
That way, we can compare points that relate to the same topic and adjust the scores.
Some topics can also be related to each other, for instance
<a href="#copyright-scope">copyright</a> is a subset of <a href="#ownership">ownership</a>.
</p>
<p>
Each points gets a score (the white figure on the badge). The higher
the score, the more important the point is (and the more it influences the rating of the service).
</p>
<p>
Within each topic, you should be able to compare the scores and discuss them. However keep in mind that the same clause can have different scores depending on the context of the services it applies to.</p>
</section>
</div><!--hero-unit-->
<div class="container" id="tosdr-content" role="main">
<section id="topics">
<h2 class="page-header">Ratings</h2>
<div class="row">
<div id="filter-by" class="span3">
<ul class="nav nav-pills">
<li><a href="index.html#services">Services</a></li>
<li class="active"><a href="#topics">Topics</a></li>
</ul>
</div>
<div id="filter-topics" class="span9">
<!-- <div id="searchDiv" style="display:none">-->
<!-- <form class="form-search">-->
<!-- <div class="input-prepend">-->
<!-- <a href="#topics" class="btn">Search</a>-->
<!-- <input class="input-xlarge search-query" id="searchBox" size="16" type="text" placeholder="e.g. copyright, changes, waiver…">-->
<!-- </div>-->
<!-- </form>-->
<!-- </div>-->
</div>
</div>
<div id="topics-list">
</div>
</section>
<!--here come the popups-->
<div id="popups"></div>
<!--"tos": {-->
<!--"terms": "https://flattr.com/terms",-->
<!--"privacy": "https://flattr.com/privacy"-->
<!--},-->
<h2 class="page-header">Index of topics</h2>
<div id="jump-to" class="row"></div>
</div> <!-- /container -->
<footer id="bottom">
<div class="container">
<nav id="sitemap">
<ul class="row">
<li class="span3"><a href="index.html">Home</a>
<ul>
<li><a href="index.html#services">Rated Services</a></li>
<li><a href="topics.html#topics">Rated Topics</a></li>
</ul>
</li>
<li class="span3"><a href="about.html">About</a>
<ul>
<li><a href="about.html#contact">Contact us</a></li>
<li><a href="about.html#classification">Classification</a></li>
<li><a href="legal.html">Legal</a></li>
<li><a href="blog/index.html">Blog</a></li>
</ul>
</li>
<li class="span3"><a href="contribute.html">Contribute</a>
<ul>
<li><a href="contribute.html#join">Join us</a></li>
<li><a href="get-involved.html">Get involved</a></li>
<li><a href="api.html">API</a></li>
</ul>
</li>
<li class="span3">Spread
<ul>
<li><a href="http://twitter.com/tosdr">Follow us on twitter</a></li>
<li><a href="http://flattr.com/thing/821090/ToSDR">Donate on Flattr</a></li>
<li><a href="http://github.com/didnotread/">Fork us on Github</a></li>
</ul>
</li>
</ul>
</nav>
<p id="credits"><strong><a href="http://tos-dr.info">Terms of Service; Didn't Read</a></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://github.com/pde/tosback2">TOSBack</a>. Also related: <a href="http://www.opennotice.org/">OpenNotice</a>.</p>
<p id="legalinfo"><strong>Nothing here should be considered legal advice</strong>. We express our opinion with no guarantee and we do not endorse any service in any way. Please refer to a qualified attorney for legal advice. <strong>Reading ToS;DR is in no way a replacement for reading the full terms to which you are bound.</strong> Disclosure: a list of donors and supporters <a href="thanks.html">is published</a>. <a href="legal.html">All legal information and Imprint</a>.</p>
<p id="licensing"><a href="http://tos-dr.info">ToS;DR</a> is Free Software, licensed under the GNU Affero General Public License (<a href="http://www.gnu.org/licenses/agpl-3.0-standalone.html" rel="license">AGPL-3.0</a>). Offer for <a href="https://github.com/didnotread/didnotread.org/zipball/master">Source (zip)</a>. The <code>.json</code> data inside the <a href="https://github.com/didnotread/didnotread.org/tree/master/services"><code>services/</code></a> and <a href="https://github.com/didnotread/didnotread.org/tree/master/points"><code>points/</code></a> directories are also licensed under the Attribution - Share Alike (<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>). 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>. Thumbs Up and Thumbs Down icons modified by Jan.</p>
<p id="technical" class="center"><span style="color:#999">Un</span>hosted by <a href="https://5apps.com/apps/4fd06274c439346fd700005e"><img src="img/unhostedby5apps.png" alt="5apps" /></a>
</div>
</footer>
<!-- <script src="bootstrap/js/bootstrap-twipsy.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-typeahead.js"></script>-->
<!-- <script src="bootstrap/js/bootstrap-alert.js"></script>-->
<script>
$(window).load(function(){
if(location.hash.length>1 && $('#'+location.hash.substring(1)+'-tosdr')) {
$('#'+location.hash.substring(1)+'-tosdr').modal();
}
});
document.getElementById('searchBox').onkeyup = function() {
var serviceDivs = document.getElementsByClassName('service-nutshell');
var searchTerm = document.getElementById('searchBox').value.toLowerCase();
var tophit;
for(var i=0; i<serviceDivs.length; i++) {
var terms = [];
for(var j=0; j<serviceDivs[i].attributes.length; j++) {
if(serviceDivs[i].attributes[j].name=='data-search') {
terms = serviceDivs[i].attributes[j].value.split(',');
break;
}
}
var match = false;
for(var j=0; j<terms.length; j++ ) {
if(terms[j].substring(0, searchTerm.length) == searchTerm) {
match=true;
break;
}
}
if(match) {
serviceDivs[i].style.display='block';
if(serviceDivs[i].id.substring(0, searchTerm.length)==searchTerm) {
tophit=i;
}
} else {
serviceDivs[i].style.display='none';
}
}
//if(typeof(tophit) != 'undefined') {
// var elt = document.getElementById('services-list').removeChild(serviceDivs[tophit]);
// document.getElementById('services-list').insertBefore(elt, serviceDivs[0]);//
//}
};
document.getElementById('searchDiv').style.display="block";
</script>
</body>
</html>