treacherous computing, keurig, librem 5 baseband
[fsf-giving-guide.git] / v10 / givingguide.html
1 <!DOCTYPE html>
2 <html lang="en">
3
4 <head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8
9 <title>Ethical Tech | Giving Guide</title>
10 <meta name="description" content="This is the Free Software Foundation (FSF) guide to smarter gift giving, compared with their restrictive counterparts.">
11
12 <!-- Some Colors -->
13 <!-- Chrome, Firefox OS and Opera -->
14 <meta name="theme-color" content="2c5aa0">
15 <!-- Windows Phone -->
16 <meta name="msapplication-navbutton-color" content="2c5aa0">
17
18 <link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
19 <link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
20 <link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
21 <link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
22 <link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
23 <link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
24 <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
25 <link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
26 <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
27 <link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
28 <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
29 <link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
30 <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
31 <meta name="msapplication-TileColor" content="#2c5aa0">
32 <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
33 <meta name="theme-color" content="#2c5aa0">
34
35 <!-- Bootstrap -->
36 <link rel="stylesheet" href="css/bootstrap.min.css">
37
38 <!-- Animate CSS -->
39 <link rel="stylesheet" href="css/animate.css">
40
41 <!-- Our CSS -->
42 <link rel="stylesheet" href="css/master.css">
43
44
45 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
46 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
47 <!--[if lt IE 9]>
48 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
49 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
50 <![endif]-->
51
52 <script>
53 /*
54
55 @licstart The following is the entire license notice for the
56 JavaScript code in this page.
57
58 Copyright (c) 2016 Reda Lazri
59
60 Permission is hereby granted, free of charge, to any person obtaining
61 a copy of this software and associated documentation files (the
62 "Software"), to deal in the Software without restriction, including
63 without limitation the rights to use, copy, modify, merge, publish,
64 distribute, sublicense, and/or sell copies of the Software, and to
65 permit persons to whom the Software is furnished to do so, subject to
66 the following conditions:
67
68 The above copyright notice and this permission notice shall be included
69 in all copies or substantial portions of the Software.
70
71 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
72 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
73 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
74 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
75 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
76 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
77 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
78
79 @licend The above is the entire license notice
80 for the JavaScript code in this page.
81
82 */
83 </script>
84
85 </head>
86
87 <!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
88
89 <div class="alert alert-success center-block">
90 <li class="info">
91 <p>
92 Many of these items are <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" class="alert-link">certified to Respect Your Freedom</a> (RYF-certified).
93 </p>
94 </li>
95 </div>
96 -->
97
98 <body>
99
100 <!-- Add banner and modal window here -->
101
102 <iframe src="//static.fsf.org/nosvn/banners/2019fundraiser-fall/" width="100%" height="100%" scrolling="no" style="overflow: hidden; margin: 0; border: 0 none; display: block;"></iframe>
103
104 <!-- begin fsf-modal-window-elem campaign element -->
105 <link type="text/css" rel="stylesheet" href="https://static.fsf.org/nosvn/fonts/fa/css/font-awesome.min.css">
106 <style>
107 #fsf-modal-window-elem-container div {
108 -webkit-box-sizing: border-box;
109 -moz-box-sizing: border-box;
110 box-sizing: border-box;
111 }
112
113 @media screen and (min-width: 700px) {
114
115 #fsf-modal-window-elem-outer-v-center {
116 display: table;
117 position: absolute;
118 height: 100%;
119 width: 100%;
120 }
121 #fsf-modal-window-elem-inner-v-center {
122 display: table-cell;
123 vertical-align: middle;
124 }
125
126 #fsf-modal-window-elem {
127 width: 687px;
128 margin-left: auto;
129 margin-right: auto;
130 }
131
132 #fsf-modal-window-elem-right-column {
133 float: right;
134 width: 280px;
135 padding-left: 20px;
136 }
137
138 #fsf-modal-window-elem-left-column {
139 width: 100%;
140 float: left;
141 margin-right: -280px;
142 }
143
144 #fsf-modal-window-elem-text {
145 margin-right: 280px;
146 }
147 }
148
149 @media screen and (max-width: 699px) {
150
151 #fsf-modal-window-elem {
152
153 -ms-box-orient: horizontal;
154 display: -webkit-box;
155 display: -moz-box;
156 display: -ms-flexbox;
157 display: -moz-flex;
158 display: -webkit-flex;
159 display: flex;
160
161 -webkit-flex-flow: row wrap;
162 flex-flow: row wrap;
163 }
164
165 #fsf-modal-window-elem {
166 width: 80vw;
167 margin-left: 10vw;
168 margin-right: 10vw;
169 margin-top: 40px;
170 margin-bottom: 40px;
171 }
172
173 #fsf-modal-window-elem-right-column {
174 width: 100%;
175 order: 1;
176 }
177
178 #fsf-modal-window-elem-left-column {
179 width: 100%;
180 order: 2;
181 }
182
183 #fsf-modal-window-elem-text {
184 margin-top: 20px;
185 }
186 }
187
188 @media screen and (max-width: 360px) {
189 .long-button-text {
190 font-size: 25px !important;
191 }
192 }
193
194 #fsf-modal-window-elem-container {
195 position: fixed;
196 z-index: 10000;
197 left: 0;
198 top: 0;
199 width: 100%;
200 height: 100%;
201 overflow: auto;
202 background-color: rgba(0,0,0,0.8);
203
204 font-weight: normal;
205 }
206
207 #fsf-modal-window-elem a, a:active, a:focus {
208 outline: none;
209 border-bottom: 0px;
210 }
211
212 #fsf-modal-window-elem {
213 overflow: auto;
214 zoom: 1;
215 padding: 20px;
216 border-style: solid;
217 border-width: 5px;
218 border-color: #ff00ff;
219 border-radius: 20px;
220 box-shadow: 0px 0px 10px #111111;
221 background-color: #19003a;
222 }
223
224 #fsf-modal-window-elem-header {
225 width: 100%;
226 }
227
228 #fsf-modal-window-elem-header h2 {
229 font-family: sans-serif,"Helvetica",Arial;
230 font-weight: bold;
231 font-size: 24px;
232 color: #edd400;
233 text-shadow: 0px 0px 8px #00378c;
234 padding-bottom: 20px;
235 margin-top: 0px;
236 margin-bottom: 0px;
237 border: none;
238 }
239
240 #fsf-modal-window-elem-close-button {
241 float: right;
242 height: 40px;
243 margin-right: -20px;
244 margin-top: -20px;
245 padding: 11px;
246 color: #888;
247 cursor: pointer;
248 }
249
250 #fsf-modal-window-elem-close-button:hover {
251 color: #aaf;
252 }
253
254 #fsf-modal-window-elem-right-column {
255 text-align: center;
256 -webkit-user-select: none;
257 -moz-user-select: none;
258 -ms-user-select: none;
259 user-select: none;
260 }
261
262 #fsf-modal-window-elem-buttons div {
263 height:53.333px;
264 line-height: 53.333px;
265 margin-left:auto;
266 margin-right:auto;
267 display:block;
268 }
269
270 #fsf-modal-window-elem-buttons {
271 }
272
273 #fsf-modal-window-elem-buttons a {
274 width: 100%;
275 display: block;
276 text-align:center;
277 font-size:35px;
278 color:#FFFFFF;
279 text-decoration: none;
280 font-family: sans-serif,"Helvetica",Arial;
281 font-weight: normal;
282 }
283
284 #fsf-modal-window-elem-maybe-later {
285 margin-top: 5px;
286 margin-bottom: -5px;
287 }
288
289 #fsf-modal-window-elem-maybe-later a {
290 color: #367c93;
291 line-height: 20px;
292 text-decoration: none;
293 cursor: pointer;
294 font-weight: normal;
295 font-family: sans-serif,"Helvetica",Arial;
296 font-size: 16px;
297 }
298
299 #fsf-modal-window-elem-text {
300 }
301
302 #fsf-modal-window-elem-text a {
303 color: #edd400;
304 font-weight: 700;
305 text-decoration: none;
306 }
307
308 #fsf-modal-window-elem-text a:hover {
309 color: #fd8e1b;
310 }
311
312 #fsf-modal-window-elem-text a:focus {
313 color: #fd8e1b;
314 }
315
316 #fsf-modal-window-elem-text a:active {
317 color: #ffac30;
318 }
319
320 #fsf-modal-window-elem-text p {
321 font-family: sans-serif,"Helvetica",Arial;
322 font-size: 18px;
323 font-weight: normal;
324 margin: 0px 0px 10px 0px;
325 line-height: 20px;
326 color: #ffffff;
327 text-shadow: 0px 0px 8px #4600ba;
328 }
329 </style>
330 <div id="fsf-modal-window-elem-container" style="display: none;">
331 <div id="fsf-modal-window-elem-outer-v-center">
332 <div id="fsf-modal-window-elem-inner-v-center">
333 <div id="fsf-modal-window-elem">
334 <div id="fsf-modal-window-elem-header">
335 <div id="fsf-modal-window-elem-close-button" onclick="//fsfModalWindowElemDontShowForAWhile();">
336 <i class="fa fa-close">&#8203;</i>
337 </div>
338 <h2>Join us and make an impact!</h2>
339 </div>
340 <div id="fsf-modal-window-elem-left-column">
341 <div id="fsf-modal-window-elem-text">
342
343 <p>
344
345 Our associate members are the heart of the FSF's commitment to a society where software respects our freedom and dignity. Every individual that takes a stand will help us reach our goal to welcome 600 new free software advocates by December 31st.
346
347 </p>
348
349 <p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?pk_campaign=frfall2019&pk_kwd=learn-more&pk_source=modal">READ MORE</a> | <a href="https://my.fsf.org/join?pk_campaign=frfall2019&pk_source=modal2">JOIN</a></span></p>
350
351 </div>
352 </div>
353 <div id="fsf-modal-window-elem-right-column">
354 <div id="fsf-modal-window-elem-buttons" style="border-radius: 20px; box-shadow: 0px 0px 5px #0c2b2b;">
355 <div style="background-color:#ff00ff; border-top-right-radius: 20px; border-top-left-radius: 20px;">
356 <a style="text-shadow: 0px 0px 8px #b300b3;" href="https://my.fsf.org/join?pk_campaign=frfall2019&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-check-circle">&nbsp;</i>Join</a>
357 </div>
358
359 <div style="background-color:#930093">
360 <a style="text-shadow: 0px 0px 8px #460046;" href="https://my.fsf.org/renew?pk_campaign=frfall2019&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-refresh">&nbsp;</i>Renew</a>
361 </div>
362
363 <div style="background-color:#42009a; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
364 <a style="text-shadow: 0px 0px 8px #22004e;" href="https://my.fsf.org/donate?pk_campaign=frfall2019&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-money">&nbsp;</i>Donate</a>
365 </div>
366 </div>
367 </div>
368 </div>
369 </div>
370 </div>
371 <script type="text/javascript">
372 // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0
373
374 // licensed GPLv3-or-later by Andrew Engelbrecht
375
376 var startTime, endTime, switchTextTime;
377
378 startTime = new Date('2019-11-18T04:00:00Z');
379 switchTextTime = new Date('2019-12-12T04:00:00Z');
380 endTime = new Date('2020-01-01T04:00:00Z');
381
382 // possibly switch the text that is displayed in the modal window, depending
383 // upon the current date.
384 function fsfModalWindowElemMaybeSwitchText () {
385
386 var now;
387
388 now = new Date();
389 if (now.getTime() < switchTextTime.getTime()) {
390 return; // don't switch the dbd text
391 }
392
393 // switch dbd text
394 document.getElementById("fsf-modal-window-elem-text").innerHTML =' \
395 \
396 <p>Our associate members are the heart of the FSF\'s commitment to a society where software respects our freedom and dignity. Every individual that takes a stand will help us reach our goal to welcome 600 new free software advocates by December 31st.<\/p> \
397 \
398 <p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?pk_campaign=frfall2019&pk_kwd=learn-more&pk_source=modal">READ MORE<\/a> | <a href="https://my.fsf.org/join?pk_campaign=frfall2019&pk_source=modal2">JOIN<\/a><\/span><\/p>';
399 }
400
401 // show fsf-modal-window-elem if it hasn't been previously closed by
402 // the user, nor recently hit "maybe later",
403 // and the campaign is still happening
404 function fsfModalWindowElemMaybeShow () {
405
406 var pattern, noShowFsfModalWindowElementP, now;
407
408 // see if cookie says not to show element
409 pattern = /showFsfFall2019FundraiserModalWindowElementP\s*=\s*false/;
410 noShowFsfModalWindowElementP = pattern.test(document.cookie);
411
412 //// uncomment here to enable modal window hiding
413 if (!noShowFsfModalWindowElementP) {
414 setTimeout(function () {
415 // display the element
416 document.getElementById("fsf-modal-window-elem-container").style.display="block";
417 }, 0);
418 }
419 }
420
421 // call this first to set the proper text
422 fsfModalWindowElemMaybeSwitchText();
423 // call this right away to avoid flicker
424 fsfModalWindowElemMaybeShow();
425
426
427 // get the time `plusDays` in the future.
428 // can be a fraction.
429 function daysInFuture (plusDays) {
430 var now, future;
431
432 now = new Date();
433 future = new Date(now.getTime() + Math.floor(1000 * 60 * 60 * 24 * plusDays));
434 return future.toGMTString();
435 }
436
437 // hide the fsf-modal-window-elem
438 function fsfModalWindowElemHide () {
439 document.getElementById("fsf-modal-window-elem-container").style.display="none";
440 }
441
442 // optionally hide elem and set a cookie to keep the fsf-modal-window-elem hidden for the next `forDays`.
443 function fsfModalWindowElemDontShowForDays (forDays, hideNow) {
444 if (hideNow === true) {
445 fsfModalWindowElemHide();
446 }
447 //document.cookie = "showFsfFall2019FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays);
448 document.cookie = "showFsfFall2019FundraiserModalWindowElementP=false; path=/; expires=" + daysInFuture(forDays);
449 }
450
451 // hide the element from now to two weeks after closing it
452 function fsfModalWindowElemDontShowForAWhile () {
453 fsfModalWindowElemDontShowForDays(7, true);
454 }
455
456 // keep the element visible for now, but don't show it for a while
457 function fsfModalWindowElemFollowedLink () {
458 fsfModalWindowElemDontShowForDays(14, false);
459 }
460
461 // close popup if user clicks trasparent part
462 document.getElementById("fsf-modal-window-elem-container").addEventListener("click", function(event){
463 fsfModalWindowElemDontShowForAWhile();
464 });
465
466 // don't close popup if clicking non-trasparent part (with the text and buttons)
467 document.getElementById("fsf-modal-window-elem").addEventListener("click", function(event){
468 event.stopPropagation();
469 });
470
471 // close popup if user clicks X icon
472 document.getElementById("fsf-modal-window-elem-close-button").addEventListener("click", function(event){
473 fsfModalWindowElemDontShowForAWhile();
474 });
475
476 // disable popup if user clicks one of the main buttons
477 document.getElementById("fsf-modal-window-elem-buttons").addEventListener("click", function(event){
478 fsfModalWindowElemFollowedLink();
479 });
480
481 // disable popup if user clicks one of the "Read more" link
482 document.getElementById("fsf-modal-window-text-link").addEventListener("click", function(event){
483 fsfModalWindowElemFollowedLink();
484 });
485
486 // close popup if user presses escape key
487 window.addEventListener("keydown", function (event) {
488 switch (event.key) {
489 case "Escape":
490 fsfModalWindowElemDontShowForAWhile();
491 break;
492 default:
493 return;
494 }
495 }, true);
496
497 // @license-end
498 </script>
499 </div>
500 <!-- end fsf-modal-window-elem campaign element -->
501
502 <nav class="navbar navbar-default">
503 <div class="container-fluid">
504 <!-- Brand and toggle get grouped for better mobile display -->
505 <div class="navbar-header">
506 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
507 <span class="sr-only">Toggle navigation</span>
508 <!-- <span class="icon-bar bar1"></span> -->
509 <!-- <span class="icon-bar bar2"></span> -->
510 <!-- <span class="icon-bar bar3"></span> -->
511 </button>
512 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
513 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
514
515 </div>
516
517 <!-- Collect the nav links, forms, and other content for toggling -->
518 <div class="collapse navbar-collapse" id="navbar-links">
519 <ul class="nav navbar-nav">
520 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
521 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
522 <li><a class="animated fadeIn" href="https://my.fsf.org/join?pk_campaign=fall19&pk_kwd=ggjoin">Join</a></li>
523 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
524 </ul>
525
526 </div>
527 <!-- /.navbar-collapse -->
528 </div>
529 <!-- /.container-fluid -->
530 </nav>
531
532 <!--Begin Intro-->
533 <section class="intro" id="intro">
534 <div class="container">
535 <div class="row">
536 <div class="illustration col-md-6">
537 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-dblock" />
538 </div>
539 <div class="intro-text col-md-6">
540 <h1>Does the gift you're giving your loved ones respect their rights?</h1>
541 <p>When picking a gift this year, we urge you to think carefully about
542 the choice you're making. Is that smart assistant smart enough to
543 respect your friend or family member's rights? Does that tablet really
544 have their best interest in mind? Or does that shiny gadget come at a
545 cost much higher than its price tag?</p>
546 <p>When we allow <a href="https://gnu.org/proprietary">proprietary software</a> created by Facebook, Amazon, Apple, Google, and countless other companies to handle our basic computing tasks, we put an enormous amount of power in their hands, power which they freely exploit. It's only through using <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a>, and <a href="https://ryf.fsf.org">devices running free software</a>, that we can seize this power back.</p>
547 <h4>Freedom is the gift that keeps on giving</h4>
548 <p>Letting your loved ones know that
549 you respect their privacy and freedom too much to cave in for the
550 newest Apple or Google product is a great gift in itself, and one that
551 you can feel good about.</p>
552 </div>
553 </div>
554 </div>
555 </section>
556 <!--End Intro-->
557
558 <!--Begin Actions-->
559 <section class="actions" id="actions">
560 <div class="container">
561 <div class="row">
562 <!-- Begin Action -->
563 <div class="action col-md-4 col-sm-4 text-center">
564 <a class="action-button" href="https://www.fsf.org/share?u=https://www.fsf.org/givingguide/&amp;t=Check out the Free Software Foundation Ethical Tech Giving Guide">Tell your friends</a>
565 <p>
566 Use the hashtag <span class="label label-default">#givefreely</span> on social media sites like <a href="https://fsf.org/twitter">Twitter</a>, <a href="https://mastodon.social">Mastodon</a>, or <a href="https://www.gnu.org/software/social/">GNU social</a>. You might get a gift out of it yourself!
567 </p>
568 </div>
569 <!-- End Action -->
570
571 <!-- Begin Action -->
572 <div class="action col-md-4 col-sm-4 text-center">
573 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Unleash your advocacy</a>
574 <p>
575 Your fight for freedom doesn't have to end at home. Use this
576 <a href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">printable version</a> of the guide to spread the word. </p>
577
578 </div>
579 <!-- End Action -->
580
581 <!-- Begin Action -->
582 <div class="action col-md-4 col-sm-4 text-center">
583 <a class="action-button" href="#charities">Support free software</a>
584 <p>
585 Donate to our suggested charities.
586 </p>
587 </div>
588 <!-- End Action -->
589 </div>
590 <!-- End Row -->
591 </div>
592 <!-- End Container -->
593 </section>
594 <!--End Actions-->
595
596 <!--Begin Comparisons-->
597 <section class="comparisons">
598
599 <!--Smartphones-->
600 <div class="container smartphones">
601 <h2 class="title text-center">Smartphones</h2>
602 <div class="row is-table-row">
603 <div class="good col-md-6 col-sm-6" style="position:relative">
604 <h5 class="text-center">Purism Librem 5</h5>
605 <img src="img/products/librem5.png" alt="Purism Librem 5" class="center-block" />
606
607
608 <!-- Buy/Download Button -->
609 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
610 BUY</a>
611 <div class="collapse" id="sellers">
612 <div class="center-block seller-group">
613 <p style="color: #6b6b6b">
614 <strong>Get it from</strong>
615 </p>
616 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
617 </div>
618 </div>
619
620 <script>
621 document.getElementById('get-item').style.display = '';
622 </script>
623 <noscript>
624 <div class="center-block seller-group">
625 <p style="color: #6b6b6b">
626 <strong>Get it from</strong>
627 </p>
628 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
629 </div>
630 </noscript>
631 <!-- End Buy/Download button -->
632
633 <ul class="pros">
634 <p>Why it's cool: Although it won't be released until Q2 2020, this phone
635 is one to keep an eye on. We're giving it a tentative recommendation
636 because the company has publicly committed to doing the right things
637 for prioritizing user freedom and privacy, and because we <i>have</i>
638 evaluated and endorsed the operating system it will run.</p>
639 <p>Considering
640 that many people around the world use a mobile phone as their only
641 Internet-enabled device, it's important to have confidence that your
642 mobile phone isn't "listening in" on you to make more money for
643 advertisers.</p>
644 </ul>
645 </div>
646 <!--End Good-->
647
648 <!-- start bad -->
649
650 <div class="good col-md-6 col-sm-6">
651 <ul class="pros">
652 <li>
653 Instead of Android or iOS, the Librem 5 runs the <a href="https://www.pureos.net/">PureOS</a> distribution of the <a href="https://gnu.org">GNU/Linux</a> operating system. The FSF has carefully vetted PureOS's commitment to user freedom with our guidelines for fully free systems.
654 </li>
655 <li>Comes equipped with physical <a href="https://puri.sm/posts/lockdown-mode-on-the-librem-5-beyond-hardware-kill-switches/">killswitches</a> for the microphone, GPS, and Wi-Fi connections, making snitching on your whereabouts a physical impossibility.
656 </li>
657 <li>Please note that the secondary processor (or "baseband") on the device still contains nonfree software. To preserve your freedom and privacy, be sure to flip the killswitch after placing a call or sending a text.</li>
658 </ul>
659
660 <h5 class="text-center">Stay away from: iPhone</h5>
661 <ul class="cons">
662 <li>
663 It's not just Siri that's creepy: all Apple devices contain software that's hostile to users. Although they claim to be concerned about user privacy, they don't hesitate to <a href="https://www.gnu.org/proprietary/malware-apple.html#surveillance">put their users under surveillance</a>.
664 </li>
665 <li>
666 iOS is a fully <a href="https://gnu.org/proprietary/">proprietary operating system</a>, giving Apple control over the software on every Apple device. This means they're putting themselves as the "man in the middle" between us and every message we send to our friends.
667 </li>
668 <li>Apple has recently used their absolute control over their users to <a href="https://www.latimes.com/business/story/2019-10-08/apple-taiwan-flag-emoji-iphones-hong-kong">silence political activists</a> and help governments <a href="https://www.nytimes.com/2019/04/07/world/asia/china-xi-jinping-study-the-great-nation-app.html">spy on millions</a> of users.</li>
669 </ul>
670 </div>
671 <!--End Bad-->
672 </div>
673 </div>
674 <!--End Row-->
675 <div class="container">
676 <div class="row is-table-row">
677 <div class="good col-md-6 col-sm-6" style="position:relative">
678 <h5 class="text-center">Galaxy S3 with Replicant</h5>
679 <img src="img/products/mobile_s3.png" alt="replicant phone" class="center-block" />
680 <!-- Buy/Download Button -->
681 <a id="get-item-replicant" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-replicant" aria-expanded="false" aria-controls="sellers" style="display:none">
682 BUY
683 <!-- Begin Sale -->
684 <span class="sale" >sale</span>
685 <!-- End Sale -->
686 </a>
687 <div class="collapse" id="sellers-replicant">
688 <div class="center-block seller-group">
689 <p style="color: #6b6b6b">
690 <strong>Get it from</strong>
691 </p>
692 <p> <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a></p>
693 <p class="sale-info links">
694 <a href="#technoethical-promotion">Sale details.</a>
695 </p>
696 </div>
697 </div>
698
699 <script>
700 document.getElementById('get-item-replicant').style.display = '';
701 </script>
702 <noscript>
703 <div class="center-block seller-group">
704 <p style="color: #6b6b6b">
705 <strong>Get it from</strong>
706 </p>
707 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
708 <p class="sale-info links">
709 <a href="#technoethical-promotion">Sale details.</a>
710 </p>
711 </div>
712 </noscript>
713 <!-- End Buy/Download button -->
714
715 <ul class="pros">
716 <p>Why it's cool: Your smartphone is so much more than a phone: it's
717 a tiny computer you carry with you every day. Choosing one of these
718 phones lets you bring software freedom everywhere you go.
719 You <i>can</i> run your favorite apps and send all the text messages
720 you want, while still running free software.</p>
721
722 <p> You can also get an <a href="https://tehnoetic.com/tehnoetic-s2-phone-replicant">S2</a> or an <a href="https://tehnoetic.com/tet-n2">N2 phone/tablet</a>, complete with Replicant.</p>
723 </ul>
724 </div>
725 <!--End Good-->
726
727 <!-- start bad -->
728
729 <div class="good col-md-6 col-sm-6">
730 <ul class="pros">
731 <li>
732 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
733 </li>
734 <li>
735 Features <a href="https://www.f-droid.org/">F-Droid</a>, the free software catalog that makes it easy to get all the applications you need without sacrificing control of your phone.
736 </li>
737 <li>Note: While the main processor exclusively runs free software, the modem processor runs Samsung's nonfree system.</li>
738 </ul>
739
740 <h5 class="text-center">Stay away from: Google Pixel</h5>
741 <ul class="cons">
742 <li>The Google Pixel line (and most Android devices) aren't just
743 restricted by Widevine's <a href="https://www.gnu.org/philosophy/can-you-trust.html">treacherous</a> DRM. They also come with
744 <a href="https://gnu.org/proprietary">proprietary</a> Google apps that
745 <a href="https://www.gnu.org/proprietary/malware-google.html">subjugate users</a>.</li>
746 </ul>
747 </div>
748 <!--End Bad-->
749 </div>
750 <!--End Container-->
751 </div>
752 <!--End bad-->
753
754 <h2 class="title text-center">Personal Computers</h2>
755 <!--Laptops-->
756 <div class="container">
757 <div class="row is-table-row">
758 <div class="good col-md-6 col-sm-6" style="position:relative">
759 <h5 class="text-center">X200 with GNU/Linux</h5>
760 <img src="img/products/x200.png" alt="X200" class="center-block"/>
761
762 <!-- Buy/Download Button -->
763 <a id="get-item-x200" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-x200" aria-expanded="false" aria-controls="sellers-x200" style="display:none">
764 BUY
765 <!-- Begin Sale -->
766 <span class="sale" >sale</span>
767 <!-- End Sale -->
768 </a>
769 <div class="collapse" id="sellers-x200">
770 <div class="center-block seller-group">
771 <p style="color: #6b6b6b">
772 <strong>Get it from</strong>
773 </p>
774 <p>
775 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
776 </p>
777 <p><a href="https://tehnoetic.com/laptops/tet-x200" class="seller action-button">Technoethical</a></p>
778 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
779 <p class="sale-info links">
780 <a href="#technoethical-promotion">Sale details.</a></p>
781 </div>
782 </div>
783
784 <script>
785 document.getElementById('get-item-x200').style.display = '';
786 </script>
787 <noscript>
788 <div class="center-block seller-group">
789 <p style="color: #6b6b6b">
790 <strong>Get it from</strong>
791 </p>
792 <p>
793 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
794 </p>
795 <p><a href="https://tehnoetic.com/laptops/tet-x200" class="seller action-button">Technoethical</a></p>
796 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
797 <p class="sale-info links">
798 <a href="#technoethical-promotion">Sale details.</a>
799 </p>
800 </div>
801 </noscript>
802 <!-- End Buy/Download button -->
803 <ul class="pros">
804 <p>Why it's cool: The X200 is one of the few home user devices that's
805 able to run fully free software from top to bottom. Starting with an
806 attractive user interface and extending through the microcode (or
807 "BIOS") at the heart of the system, this laptop is powered by software
808 that takes your freedom and privacy seriously.</p>
809 <p>While it may be a little vintage, what it lacks in speed
810 it makes up for in utmost respect to user freedom. It's so good that
811 it's the laptop that's most frequently used in the FSF office!</p>
812 </ul>
813 </div>
814 <!--End Good-->
815
816 <!--start bad-->
817 <div class="good col-md-6 col-sm-6">
818 <ul class="pros">
819 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> <a href="https://trisquel.info">Trisquel</a> operating system and <a href="https://libreboot.org">Libreboot</a> firmware.</li>
820 <li>Durable hardware that's meant to be easy to repair.</li>
821 <li>Created by small businesses that replace restrictive components from a stock laptop.</li>
822 </ul>
823 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
824 <ul class="cons">
825 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that profits from treating the user as a product. It also <a href="https://www.fsf.org/news/the-fsfs-statement-on-windows-10">forces users to consent to data collection</a> for "targeted advertising."
826 </li>
827 <li>Mandatory Windows updates force users to test potentially unstable new versions. <a href="https://www.fsf.org/campaigns/windows">Read more about Windows's abuses.</a></li>
828 <li>Looking at a computer that includes an Intel CPU? They come with the <a href="https://www.fsf.org/blogs/sysadmin/the-management-engine-an-attack-on-computer-users-freedom">Intel Management Engine</a>, a hardware-based backdoor that gives Intel permanent and privileged access to your computer.</li>
829 </ul>
830 </div>
831 <!--End Bad-->
832 </div>
833 <!--End Row-->
834
835 <div class="container">
836 <div class="row is-table-row">
837 <div class="col-md-5 col-sm-6 recommended-img">
838 <h5 class="text-center">Vikings D8</h5>
839 <img src="img/products/desktop.png" alt="Vikings D8" class="center-block" />
840
841 <!-- Buy/Download Button -->
842 <a id="get-item-d8" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-d8" aria-expanded="false" aria-controls="sellers-d8" style="display:none;">
843 BUY
844 </a>
845 <div class="collapse" id="sellers-d8">
846 <div class="center-block seller-group">
847 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
848 </div>
849 </div>
850
851 <script>
852 document.getElementById('get-item-d8').style.display = '';
853 </script>
854 <noscript>
855 <div class="center-block seller-group">
856 <p style="color: #6b6b6b">
857 <strong>Get it from</strong>
858 </p>
859 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
860 </div>
861 </noscript>
862 <ul class="pros">
863 <p>Why it's cool: The Vikings D8 is a robust desktop computer that can be scaled up or down according to your needs, and which is capable of doing everything from simple Web browsing and video playback to intense code compilation.</p>
864
865 <p>You can order the Vikings D8 installed with the preferred <a href="https://trisquel.info">Trisquel</a> distribution of GNU/Linux, a fully free operating system that removes the user-hostile binary-only blobs lurking in the drivers of many common network and graphics cards, or, if you prefer, you can order the D8 installed with any other <a href="https://gnu.org/distros/free-distros.html">free distribution of GNU/Linux</a>.</p>
866 </ul>
867 </div>
868
869 <div class="good col-md-6 col-sm-6">
870 <ul class="pros">
871 <li>Has room for three hard drives and four custom case fans.</li>
872 <li>Quiet and energy efficient while maintaining a small form factor.</li>
873 </ul>
874 <h5 class="text-center">Stay away from: Apple laptops and desktops</h5>
875 <ul class="cons">
876 <li>macOS is <a href="https://gnu.org/proprietary">proprietary software</a> that restricts its users' freedoms.</li>
877 <li>Apple has been <a href="https://motherboard.vice.com/en_us/article/evmeya/apple-iphone-right-to-repair-california">opposing the Right to Repair home user devices</a> for years, and maintains totalitarian control over their hardware.</li>
878 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a> that rats on you to advertisers.</li>
879 <li>Avoid: MacBook Air (and MacBook Pro).</li>
880 </ul>
881 </div>
882 <!--End Bad-->
883 </div>
884 <!--End Row-->
885 <!--End Container-->
886
887 <h2 class="title text-center">Cool Devices</h2>
888 <!-- cool devices -->
889 <div class="container">
890 <div class="row is-table-row">
891 <div class="col-md-5 col-sm-6 recommended-img" style="postition:relative">
892 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
893 <img src="img/products/NeuG.jpg" alt="NeuG USB True Random Number Generator and a MicroSD card" class="center-block" style="height: 140px; margin-top: 90px; margin-bottom: 90px;"/>
894
895 <!-- Buy/Download Button -->
896 <a id="get-item-random-number-generator" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-random-number-generator" aria-expanded="false" aria-controls="sellers-random-number-generator" style="display:none">
897 BUY
898 <!-- Begin Sale -->
899 <span class="sale" >sale</span>
900 <!-- End Sale -->
901 </a>
902 <div class="collapse" id="sellers-random-number-generator">
903 <div class="center-block seller-group">
904
905 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
906 <p class="sale-info links">
907 <a href="#GNU-promotion">Sale details.</a>
908 </p>
909 </div>
910 </div>
911
912 <script>
913 document.getElementById('get-item-random-number-generator').style.display = '';
914 </script>
915 <noscript>
916 <div class="center-block seller-group">
917 <p style="color: #6b6b6b">
918 <strong>Get it from</strong>
919 </p>
920 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
921 <p class="sale-info links">
922 <a href="#GNU-promotion">Sale details.</a>
923 </p>
924 </div>
925 </noscript>
926 <!-- End Buy/Download button -->
927 <ul class="pros">
928 <p>Why it's cool: A gift for your most security-conscious friend! As
929 opposed to software solutions which by nature have limited randomness
930 (or "entropy"), this USB device is an endless wellspring of truly random
931 numbers, which aids in password generation and encryption.</p>
932 </ul>
933 </div>
934 <div class="good col=md-6 col-sm-6">
935 <ul class="pros">
936 <li>The perfect present for the cryptogeek in your life.</li>
937 <li>FST-01SZ is a tiny USB 32-bit computer based on a free (as in freedom) hardware design, and newly updated by its designer.</li>
938 <li>NeuG is an implementation of a true random number generator (TRNG) for
939 GD32F103 MCU.</li>
940 </ul>
941 </div>
942 </div>
943 <!-- End Row -->
944 <div class="container">
945 <div class="row is-table-row">
946 <div class="col-md-5 col-sm-6 recommended-img">
947 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
948 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
949
950 <!-- Buy/Download Button -->
951 <a id="get-item-mini-adapter" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-mini-adapter" aria-expanded="false" aria-controls="sellers-mini-adapter" style="display:none;">
952 BUY
953 <!-- Begin Sale -->
954 <span class="sale">sale</span>
955 <!-- End Sale -->
956 </a>
957 <div class="collapse" id="sellers-mini-adapter">
958 <div class="center-block seller-group">
959 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
960 <p class="sale-info links">
961 <a href="#technoethical-promotion">Sale details</a></p>
962 <p><a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a></p>
963 <p class="sale-info links">
964 <a href="#thinkpenguin-promotion">Sale details.</a>
965 </p>
966 </div>
967 </div>
968
969 <script>
970 document.getElementById('get-item-mini-adapter').style.display = '';
971 </script>
972 <noscript>
973 <div class="center-block seller-group">
974 <p style="color: #6b6b6b">
975 <strong>Get it from</strong>
976 </p>
977 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
978 <p class="sale-info links">
979 <a href="#technoethical-promotion">Sale details</a></p>
980 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
981 <p class="sale-info links">
982 <a href="#thinkpenguin-promotion">Sale details.</a>
983 </p>
984 </div>
985 </noscript>
986
987 <!--start pros-->
988 <ul class="pros">
989 <p>Why it's cool: Trying to get closer to 100% free but stuck with a proprietary Wi-Fi card? Just plug this into your USB port and you're ready to go.</p>
990 </ul>
991 </div>
992
993 <div class="good col-md-6 col-sm-6">
994 <ul class="pros">
995 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
996 <li>Certified as part of our <a href="https://ryf.fsf.org">RYF</a> program.</li>
997 <li>If you use the X200 laptop listed in this Guide, an adapter like this won't be necessary.</li>
998 </ul>
999 </div></div></div>
1000 <!-- End Row -->
1001 <!-- End Container -->
1002
1003 <!-- Begin Recommended Template -->
1004
1005 <div class="container">
1006 <div class="row is-table-row">
1007 <div class="col-md-5 col-sm-6 recommended-img">
1008 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
1009 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
1010
1011 <!-- Buy/Download Button -->
1012 <a id="get-item-long-range-adapter" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-long-range-adapter" aria-expanded="false" aria-controls="sellers-long-range-adapter" style="display:none;">
1013 BUY
1014 <!-- Begin Sale -->
1015 <span class="sale">sale</span>
1016 <!-- End Sale -->
1017 </a>
1018 <div class="collapse" id="sellers-long-range-adapter">
1019 <div class="center-block seller-group">
1020 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-w-external-antenna-gnu-linux-tpe-n150usbl" class="seller action-button">ThinkPenguin</a>
1021 <p class="sale-info links">
1022 <a href="#thinkpenguin-promotion">Sale details.</a>
1023 </p>
1024 </div>
1025 </div>
1026
1027 <script>
1028 document.getElementById('get-item-long-range-adapter').style.display = '';
1029 </script>
1030 <noscript>
1031 <div class="center-block seller-group">
1032 <p style="color: #6b6b6b">
1033 <strong>Get it from</strong>
1034 </p>
1035 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-w-external-antenna-gnu-linux-tpe-n150usbl" class="seller action-button">ThinkPenguin</a>
1036 <p class="sale-info links">
1037 <a href="#thinkpenguin-promotion">Sale details.</a>
1038 </p>
1039 </div>
1040 </noscript>
1041 <ul class="pros">
1042 <p>Why it's cool: A beefier (though bulkier) version of the wireless card that powers ThinkPenguin's mini Wi-Fi adapter. Surf the Web from afar with its long-range antenna that can pivot in any direction.</p>
1043 </ul>
1044 <!-- End Buy/Download button -->
1045
1046 </div>
1047 <div class="col-md-6 col-sm-6">
1048 <ul class="pros">
1049 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
1050 <li><a href="https://ryf.fsf.org">RYF</a>-approved!</li>
1051 </ul>
1052 </div>
1053 </div>
1054 <!-- End Row -->
1055 </div>
1056 <!-- End Container -->
1057
1058 <!-- Begin Recommended Template -->
1059 <div class="container">
1060 <div class="row is-table-row">
1061 <div class="col-md-6 col-sm-6 recommended-img">
1062 <h5 class="text-center">VPN Router</h5>
1063 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
1064
1065
1066 <!-- Buy/Download Button -->
1067 <a id="get-item-vpn-router" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-vpn-router" aria-expanded="false" aria-controls="sellers-vpn-router" style="display:none;">
1068 BUY
1069 <!-- Begin Sale -->
1070 <span class="sale">sale</span>
1071 <!-- End Sale -->
1072 </a>
1073 <div class="collapse" id="sellers-vpn-router">
1074 <div class="center-block seller-group">
1075 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1076 <p class="sale-info links">
1077 <a href="#thinkpenguin-promotion">Sale details.</a>
1078 </p>
1079 </div>
1080 </div>
1081
1082 <script>
1083 document.getElementById('get-item-vpn-router').style.display = '';
1084 </script>
1085 <noscript>
1086 <div class="center-block seller-group">
1087 <p style="color: #6b6b6b">
1088 <strong>Get it from</strong>
1089 </p>
1090 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1091 <p class="sale-info links">
1092 <a href="#thinkpenguin-promotion">Sale details.</a>
1093 </p>
1094 </div>
1095 </noscript>
1096 <!-- End Buy/Download button -->
1097 <div class="collapse" id="sellers-mini-adapter2">
1098 <div class="center-block seller-group">
1099 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
1100 <p class="sale-info links">
1101 <a href="#thinkpenguin-promotion">Sale details.</a>
1102 </p>
1103 </div>
1104 </div>
1105 </div>
1106 <div class="col-md-7 col-sm-6">
1107 <ul class="pros">
1108 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
1109 <li>Designed for easy setup.</li>
1110 <li><p>As free as can be: runs the FSF-endorsed <a href="https://librecmc.org/">LibreCMC</a> operating system on a product that is <a href="https://ryf.fsf.org">RYF</a>-certified.</p></li>
1111 </ul>
1112 </div>
1113 </div>
1114 <!-- End Row -->
1115 </div>
1116 <!-- End Container -->
1117
1118 <h1 class="title text-center">Books, Music, and Video</h1>
1119 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
1120 <!--ebooks-->
1121 <div class="container">
1122 <h3 class="title text-center">Books</h3>
1123 <div class="row is-table-row">
1124 <div class="good col-md-6 col-sm-6">
1125 <h5 class="text-center">DRM-free Ebooks</h5>
1126
1127 <ul class="pros">
1128 <p>There are <a href="https://www.defectivebydesign.org/guide/ebooks">plenty of places</a> to get your literature fix without the shackles of <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a>. We're highlighting some publishers and shops you should patronize below!</p>
1129 <li><a href="https://leanpub.com/">Leanpub</a> is an author-driven ebook Web site encouraging people to &quot;publish early, publish often.&quot;</li>
1130 <li><a href="https://www.libreture.com/">Libreture</a> provides a catalog of DRM-free ebook publishers, and a storage solution for all of your digital books and comics.</li>
1131 <li><a href="https://lektu.com/">Lektu</a> provides you with an array of DRM-free media in Spanish.</li>
1132 <li><a href="https://nostarch.com">No Starch Press</a> offers &quot;the finest in geek entertainment,&quot; with educational books on a variety of programming topics.</li>
1133 <li><a href="http://www.smashwords.com">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
1134 <li>Many free (as in freedom) educational books are available through sites like <a href="https://flossmanuals.net">FLOSS Manuals</a>, a supporter of the <a href="https://dayagainstdrm.org/">International Day Against DRM 2019</a>.</li>
1135 <li>Looking to buy paper books? Check out the <a href="https://shop.fsf.org">GNU Press Shop</a> for your technical manuals and documentation needs.</li>
1136 </ul>
1137 </div>
1138 <!--End Good-->
1139 <!--start bad-->
1140 <h5 class="text-center">Stay away from: Amazon</h5>
1141 <ul class="cons">
1142 <li>Amazon is one of the most notorious DRM offenders. They use this <a href="https://www.defectivebydesign.org/amazon">Orwellian control</a> over their devices and services to spy on users and keep them trapped in their &quot;walled garden.&quot;</li>
1143 <li>Read more about the dangers of DRM through our <a href="https://defectivebydesign.org">Defective by Design</a> campaign.</li>
1144 </ul>
1145 </div>
1146 <!--End Bad-->
1147 </div>
1148 <!--End Row-->
1149 <!--End Container-->
1150
1151 <div class="container">
1152 <h3 class="title text-center">Music</h3>
1153 <div class="row is-table-row">
1154 <div class="good col-md-6 col-sm-6">
1155 <h5 class="text-center">DRM-free Music</h5>
1156 <ul class="pros">
1157 <p>Despite the efforts of companies like Spotify, we can still dance to music in the free world. Thanks to the <a href="https://www.defectivebydesign.org/guide/audio">artists, producers, record labels, and shops</a> highlighted on on our <a href="https://www.defectivebydesign.org/guide/">Guide to DRM-free Living</a>, the rights-respecting options are nearly endless. Check out music from great labels and artists, including:</p>
1158 <li>All of the music on <a href="https://bandcamp.com">Bandcamp</a> is DRM-free and comes in a variety of formats, including patent-free ones like FLAC and Ogg Vorbis.</li>
1159 <li><a href="https://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
1160 <li><a href="https://www.emusic.com/">Emusic</a> is a DRM-free replacement for services like Spotify and Apple Music.</li>
1161 <li><a href="https://folkways.si.edu/">Folkways</a>, providing digital downloads of the world's best folk and children's music, courtesy of the Smithsonian Institute.</li>
1162 </ul>
1163 </div>
1164 <div class="good col-md-6 col-sm-6">
1165 <ul class="cons">
1166 <li>Stay away from: Spotify, Apple Music, and all other major streaming services</li>
1167 <li>Spotify is only one of many offenders when it comes to putting DRM in music: all major streaming services do this, with the support of big record labels.</li>
1168 <li>In addition to streaming music encumbered by DRM, people who want to use Spotify are required to install additional proprietary software. Even Spotify's client for GNU/Linux relies on proprietary software.</li>
1169 <li><p>Apple Music is no better, and places heavy restrictions on the music streamed through the platform.</p></li>
1170 </ul>
1171 </div>
1172 <!--End Bad-->
1173 </div>
1174 <!--End Row-->
1175 </div>
1176 <!--End Container-->
1177
1178 <!--Video-->
1179 <div class="container">
1180 <h3 class="title text-center">Video</h3>
1181 <div class="row is-table-row">
1182 <div class="good col-md-6 col-sm-6">
1183 <h5 class="text-center">DRM-free video</h5>
1184 <p>This year has brought us some disturbing &quot;advances&quot; from streaming services like <a href="https://www.theverge.com/2019/11/11/20960441/netflix-ditching-old-roku-devices-because-of-drm">Netflix</a> and <a href="https://www.androidpolice.com/2019/10/22/disney-will-only-work-on-devices-that-support-the-strictest-widevine-l3-drm/">Disney+</a>. Both companies have mandated the use of a <a href="https://www.gnu.org/philosophy/can-you-trust.html">treacherous computing</a> scheme called <a href="https://www.androidauthority.com/widevine-explained-821935/">Widevine</a>, giving them the power to choose what you can and cannot do on your own device.</p>
1185 <p>Widevine prohibits these services from running on many older devices, as well as most computers running GNU/Linux, leaving families who can't afford a new computer or a new television out in the cold.</p>
1186 <p>Try these video services and sites instead:</p>
1187 <ul class="pros">
1188 <li>Visit the <a href="https://archive.org/details/movies">Moving Internet Archive</a> for free (as in freedom) classic films and art projects.</li>
1189 <li>The <a href="https://cloud.blender.org/open-projects">Blender Open Movies</a> project has a collection of computer-animated films that were made entirely with <a href="https://blender.org">Blender</a>, an enormously popular free software tool.</li>
1190 <li><p>Visit the <a href="https://www.defectivebydesign.org/guide/">Guide to DRM-free Living</a> for more suggestions on how to stay a film lover and keep your freedom at the same time.</p></li>
1191 </ul>
1192
1193 </div>
1194 <!--End Good-->
1195
1196 <!--start bad-->
1197 <div class="good col-md-6 col-sm-6">
1198 <h5 class="text-center">Stay away from: Netflix</h5>
1199 <ul class="cons">
1200 <li><p>Netflix is continuing its <a href="https://defectivebydesign.org/netflix">disturbing trend</a> of making onerous DRM the norm for streaming media.</p>
1201 <li><p>They're also leveraging their newfound place in the <a href="https://torrentfreak.com/netflix-becomes-a-member-of-the-mpaa/">Motion Picture Association of America</a> (MPAA) to advocate for tighter restrictions on users, and were responsible for embedding DRM into the <a href="https://www.defectivebydesign.org/no-drm-in-html5">fabric of the Web</a>.</p</li>
1202 </ul>
1203 </div>
1204 <!--End Bad-->
1205 </div>
1206 <!--End Row-->
1207 </div>
1208 <!--End Container-->
1209
1210 </section>
1211 <!--End comparisons-->
1212
1213 <!-- Begin need choices -->
1214 <section class="choices" id="choices">
1215 <div class="container">
1216 <h1 class="text-center">Help wanted!</h1>
1217 <div class="container choices">
1218 <h2 class="title text-center"></h2>
1219 <div class="row is-table-row">
1220 <div class="good col-md-6 col-sm-6" style="position:relative">
1221 <p>In this section of our guide, we've highlighted some of the types of devices where there just isn't a choice on the market that actually respects your freedom. We hope you'll take this list as inspiration for the free software projects you contribute to and support.</p>
1222 </div>
1223 <!--End Good-->
1224
1225 <!-- start bad -->
1226
1227 <div class="good col-md-6 col-sm-6">
1228 <h5 class="text-center">In need of development</h5>
1229 <ul class="pros">
1230 <li>Cameras</li>
1231 <li>Ebook readers</li>
1232 <li>Fitness trackers</li>
1233 <li>Watches</li>
1234 <li>Video gaming consoles</li>
1235 </ul>
1236 <h5 class="text-center">Stay away from these devices:</h5>
1237 <ul class="cons">
1238 <li>Internet of Things connected home appliances, smart speakers, and virtual assistants are little more than spying devices brought into your home. These include Ring, Amazon Alexa, Amazon Echo, Google Home, Nest, Ecobee, and Sonos products.</li>
1239 <li>DRM can show up in many places that you wouldn't expect: even in the kitchen. Any device from the "Keurig 2.0" line will refuse to brew anything but officially sanctioned "K-cups." When brewing your tea or coffee this year, staying with the simpler option is smarter.</li>
1240 <li><p>The Nintendo Switch is a popular holiday gift, but few realize that Nintendo has utter control over the platform and offers little insight into how it really works -- or how it might be spying on you and your family. Not much has changed since our advice to <a href="https://www.defectivebydesign.org/nintendo">brick them</a> before they bricked the Nintendo DS.</p></li>
1241 </ul>
1242 </div>
1243 <!--End Bad-->
1244 </div>
1245 <!--End Row-->
1246 </div>
1247 <!--End Container-->
1248 <!--End bad-->
1249 <!-- end choices -->
1250 </div></section>
1251 <!-- Begin Donations -->
1252 <section class="charities" id="charities">
1253 <div class="container">
1254 <h1 class="text-center">Recommended organizations for holiday donations</h1>
1255 <div class="row">
1256 <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3">
1257 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
1258 <p>The Giving Guide is brought to you by the <a href="https://fsf.org">Free Software Foundation</a>. Our <a href="https://fsf.org/join">associate membership</a> program is the heart of the FSF's work campaigning for computer user freedom worldwide. We've been fighting for digital freedoms since 1985, and have no plans of stopping. Will you make your voice heard by <a href="https://fsf.org/appeal">joining today</a>?</p>
1259 </div>
1260 </div>
1261 <div style="height: 30px"></div>
1262 <div class="row">
1263 <div class="col-md-3 col-sm-4 col-xs-6">
1264 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
1265 </div>
1266 <div class="col-md-3 col-sm-4 col-xs-6">
1267 <a href="https://www.openrightsgroup.org/"><img src="img/charities/org.png" alt="ceataopen rights group logo" class="center-block img-responsive" /></a>
1268 </div>
1269 <div class="col-md-3 col-sm-4 col-xs-6">
1270 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
1271 </div>
1272 <div class="col-md-3 col-sm-4 col-xs-6">
1273 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
1274 </div>
1275 <div class="col-md-3 col-sm-4 col-xs-6">
1276 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
1277 </div>
1278 <div class="col-md-3 col-sm-4 col-xs-6">
1279 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
1280 </div>
1281 <div class="col-md-3 col-sm-4 col-xs-6">
1282 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
1283 </div>
1284 </div>
1285 </div>
1286 </section>
1287 <!-- End Donations -->
1288
1289 <!-- Begin Promotion details -->
1290
1291 <section class="promotion-details">
1292 <div class="container">
1293 <div class="row">
1294 <div class="col-md-12">
1295 <div class="panel-default">
1296 <div class="panel-heading">
1297 <h1 class="fix-margin">Promotion details</h1>
1298 </div>
1299 <div class="panel-body" id="promotion-details">
1300 <h2>Companies, distributors, and makers of freedom-friendly gadgets want to make it easier for you to give gifts that you feel good about. Check out these discounts and promotions.</h2>
1301 <ul style="list-style: none inside none;">
1302 <li id="GNU-promotion"><strong>GNU Press Shop: </strong>5% discount on all items using the coupon code <span class="label label-default">GIVEFREELY</span>. Code expires on December 31st. As always, FSF members get a 20% discount.</li>
1303 <!-- <li id="libiquity-promotion"><strong>Libiquity: </strong>10% rebate off your subtotal price for any items you buy from the Web site. Libiquity will donate 5% of each purchase's subtotal price to the FSF. Ends at 00:00 EST on February 1st, 2019. Claim the rebate by sending the code <span class="label label-default">FSFGIVING</span> and your order number to <a href="mailto:sales@libiquity.com">sales@libiquity.com</a>. Libiquity will then credit the rebate amount to your payment method.</li> -->
1304 <!-- <li id="lulzbot-promotion"><strong>LulzBot: </strong><a href="https://www.lulzbot.com/lulzbot-sales-clearance-items">Features sales and clearance items on their Web site</a>.</li> -->
1305 <!-- <li id="minifree-promotion"><strong>Minifree: </strong><a href="https://minifree.org/">Offering a discount on all products through the end of the year.</a> -->
1306 <li id="technoethical-promotion"><strong>Technoethical:</strong> Discounts for all refurbished products until the end of December.</li>
1307 <li id="thinkpenguin-promotion"><strong>ThinkPenguin:</strong> 5% discount on <b>all</b> products is available to <a href="https://fsf.org/join">FSF members</a>.</li>
1308 <!-- <li id="vikings-promotion"><strong>Vikings:</strong> 5% discount on <b>all</b> products and services between now and February 1, 2019. <b>Help the FSF:</b> Vikings will also make a donation to the FSF for each product purchased using the coupon code <span class="label label-default">fsfftw</span>.</li> -->
1309
1310 </ul>
1311 </div>
1312 </div>
1313 </div>
1314 <!-- End Panel -->
1315 </div>
1316 <!-- End Row -->
1317 </div>
1318 <!-- End Container -->
1319 </section>
1320 <!-- End Promotion details -->
1321 <!-- Begin Licenses -->
1322 <section class="licenses">
1323 <div class="container">
1324 <div class="row">
1325 <div class="col-md-12">
1326 <div class="panel-default">
1327 <div class="panel-heading">
1328 <h1 class="fix-margin">Licenses</h1>
1329
1330 </div>
1331 <div class="panel-body" id="licenses">
1332 <p>This page by the Free Software Foundation is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.
1333 </p>
1334 <p>The graphics and photos used on this page have been modified by the Free Software Foundation and are licensed separately under the following terms: </p>
1335 <ul style="list-style: none inside none;">
1336 <li>Purism product image licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
1337 <li>X200 image in the public domain.</li>
1338 <li>NeuG image licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0</a> license.</li>
1339 <li>ThinkPenguin images are licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
1340 <li>Technoethical Replicant S3 image licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
1341 <li>Photo of bookshelf by <a href="https://www.flickr.com/photos/seeminglee/4556156477/">See-ming Lee</a> licensed under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0</a> license.</li>
1342 </div>
1343 </div>
1344 </div>
1345 <!-- End Panel -->
1346 </div>
1347 <!-- End Row -->
1348 </div>
1349 <!-- End Container -->
1350 </section>
1351 <!-- End Licenses -->
1352 <!--Begin Footer-->
1353 <footer>
1354 <div class="container-fluid">
1355 <div class="row">
1356 <div class="col-md-4 col-sm-4 footer-logo">
1357 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1358 </div>
1359 <div class="col-md-8 col-sm-8">
1360 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1361 <a href="https://fsf.org/about">learn about our history and work</a>.
1362 </p>
1363 <p>Version 10.0. Copyright © 2004-2019
1364 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1365 Free Software Foundation
1366 </a>, Inc.
1367 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
1368 <a href="js/weblabels.html" rel="jslicense">Javascript License Information</a>.
1369 </p>
1370 </div>
1371 </div>
1372 <!-- End Row -->
1373 </div>
1374 <!-- End Container -->
1375 </footer>
1376 <!-- End Footer -->
1377
1378 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1379 <script src="js/jquery.js" charset="utf-8"></script>
1380 <!-- Include all compiled plugins (below), or include individual files as needed -->
1381 <script src="js/bootstrap.js" charset="utf-8"></script>
1382 <!-- Our JS -->
1383 <script src="js/magic.js" charset="utf-8"></script>
1384
1385 <!-- Piwik -->
1386 <script type="text/javascript">
1387 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1388 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1389 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1390 try {
1391 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1392 piwikTracker.trackPageView();
1393 piwikTracker.enableLinkTracking();
1394 } catch (err) {}
1395 // @license-end
1396 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1397 <!-- End Piwik Tracking Code -->
1398 </body>
1399
1400 </html>