Skip to content

Commit 3dfaba2

Browse files
committed
Terms of Service; Didn't Read site address update
Website address has changed
1 parent 2900e14 commit 3dfaba2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3 id="participate" class="translatable">Participate</h3>
6969
<ul></ul>
7070
</div>
7171
<div class="tosdr">
72-
<p class="translatable label" style="display:block"><abbr title='Terms of service ratings provided by http://tos-dr.info'>TOS rating</abbr></p>
72+
<p class="translatable label" style="display:block"><abbr title='Terms of service ratings provided by https://tosdr.org'>TOS rating</abbr></p>
7373
<ul></ul>
7474
</div>
7575
</div>

js/data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var lp = {
6767
{"id":"wiktionary","category":"tools","name":"Wiktionary","description":"dictionary","address":"http://wiktionary.org/","licenses":["cc-by-sa-v3"],"tags":["dictionnary","collaborative"],"introduction":"As an international dictionary, Wiktionary is intended to include 'all meanings of all words in all language'. As well as words, Wiktionary accepts multi-word idioms, proverbs, abbreviations, initialisms, acronyms, affixes, symbols and other characters."},
6868
{"id":"dictcc","category":"tools","name":"dict.cc","description":"translator","address":"http://dict.cc/","tags":["dictionnary","translator","collaborative"]},
6969
{"id":"slides","category":"tools","name":"slid.es","description":"presentation","address":"http://slid.es/","tags":["html","presentation","editor"], "introduction": "Slides is a presentation web app based on the open source reveal.js framework.","licenses":["mit"],"source":"https://github.com/hakimel/reveal.js"},
70-
{"id":"tosdr","category":"tools","name":"Terms of Service","description":"ratings","address":"http://tos-dr.info","licenses":["gnu-agpl-v3","cc-by-sa-v3"],"source":"https://github.com/didnotread"},
70+
{"id":"tosdr","category":"tools","name":"Terms of Service","description":"ratings","address":"https://tosdr.org","licenses":["gnu-agpl-v3","cc-by-sa-v3"],"source":"https://github.com/didnotread"},
7171

7272
{"id":"wikinews","category":"news","name":"Wikinews","description":"global news","address":"http://wikinews.org/", "introduction": "The free news source you can write."},
7373
{"id":"newsblur","category":"news","name":"NewsBlur","description":"feed reader","address":"http://newsblur.com/","licenses":["mit"],"source":"https://github.com/samuelclay/NewsBlur"},

js/default.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ lp = $.extend(lp, {
380380
var alternative = tosdr.tosdr.rated == false ? 'Not rated yet, help ToS:DR to provide one!' : 'Rated ' + tosdr.tosdr.rated + ' - rate being from A to E';
381381

382382
var $tosdr = $details.find('.tosdr ul').html('');
383-
$('<li />').html('<a href="http://tos-dr.info/#' + lp.actualProject.id + '">' + text + '</a>')
383+
$('<li />').html('<a href="https://tosdr.org/#' + lp.actualProject.id + '">' + text + '</a>')
384384
.addClass('tosdr')
385385
.appendTo($tosdr)
386386
.find('a')
@@ -399,7 +399,7 @@ lp = $.extend(lp, {
399399
// Retrieving TOS:DR information if not done already
400400
if (! lp.actualProject.tosdr) {
401401
lp.actualProject.tosdr = {tosdr:{rated: false}};
402-
$.getJSON('http://tos-dr.info/services/' + lp.actualProject.id + '.json')
402+
$.getJSON('https://tosdr.org/services/' + lp.actualProject.id + '.json')
403403
.done(function(data) {
404404
if (data) {
405405
lp.actualProject.tosdr = data;

js/locales/fr.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"No licenses added yet":
4848
"Pas de licence encore ajout&eacute;e",
4949

50-
"<acronym title='Terms of service ratings provided by http://tos-dr.info'>TOS rating</acronym>":
51-
"<acronym title='Conditions g&eacute;n&eacute;rales d&acute;utilisation not&eacute;es par by http://tos-dr.info'>Note des CGU</acronym>",
50+
"<acronym title='Terms of service ratings provided by https://tosdr.org'>TOS rating</acronym>":
51+
"<acronym title='Conditions g&eacute;n&eacute;rales d&acute;utilisation not&eacute;es par by https://tosdr.org'>Note des CGU</acronym>",
5252

5353
"No class yet":
5454
"Pas encore de note",

0 commit comments

Comments
 (0)