d353375f4c1190a6ed8aa2247b45cde96b2bd243
[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/2020fundraiser-fall/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></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 padding: 20px;
215 border-style: solid;
216 border-width: 5px;
217 border-color: #c44945;
218 border-radius: 20px;
219 box-shadow: 0px 0px 10px #111111;
220 background-color: #fff2ab;
221 }
222
223 #fsf-modal-window-elem-header {
224 width: 100%;
225 }
226
227 #fsf-modal-window-elem-header h2 {
228 font-family: sans-serif,"Helvetica",Arial;
229 font-weight: bold;
230 font-size: 24px;
231 color: #002047;
232 /* text-shadow: 0px 0px 8px #00378c; */
233 padding-bottom: 20px;
234 margin-top: 0px;
235 margin-bottom: 0px;
236 border: none;
237 }
238
239 #fsf-modal-window-elem-close-button {
240 float: right;
241 height: 40px;
242 margin-right: -20px;
243 margin-top: -20px;
244 padding: 11px;
245 color: #888;
246 cursor: pointer;
247 }
248
249 #fsf-modal-window-elem-close-button:hover {
250 color: #aaf;
251 }
252
253 #fsf-modal-window-elem-right-column {
254 text-align: center;
255 -webkit-user-select: none;
256 -moz-user-select: none;
257 -ms-user-select: none;
258 user-select: none;
259 }
260
261 #fsf-modal-window-elem-buttons div {
262 height:53.333px;
263 line-height: 53.333px;
264 margin-left:auto;
265 margin-right:auto;
266 display:block;
267 }
268
269 #fsf-modal-window-elem-buttons {
270 }
271
272 #fsf-modal-window-elem-buttons a {
273 width: 100%;
274 display: block;
275 text-align: center;
276 font-size:35px;
277 color:#002047;
278 text-decoration: none;
279 font-family: sans-serif,"Helvetica",Arial;
280 font-weight: normal;
281 }
282
283 #fsf-modal-window-elem-maybe-later {
284 margin-top: 5px;
285 margin-bottom: -5px;
286 }
287
288 #fsf-modal-window-elem-maybe-later a {
289 color: #367c93;
290 line-height: 20px;
291 text-decoration: none;
292 cursor: pointer;
293 font-weight: normal;
294 font-family: sans-serif,"Helvetica",Arial;
295 font-size: 16px;
296 }
297
298 #fsf-modal-window-elem-text {
299 }
300
301 #fsf-modal-window-elem-text a {
302 color: #002047;
303 font-weight: 700;
304 text-decoration: none;
305 }
306
307 #fsf-modal-window-elem-text a:hover {
308 color: #fd8e1b;
309 }
310
311 #fsf-modal-window-elem-text a:focus {
312 color: #fd8e1b;
313 }
314
315 #fsf-modal-window-elem-text a:active {
316 color: #ffac30;
317 }
318
319 #fsf-modal-window-elem-text p {
320 font-family: sans-serif,"Helvetica",Arial;
321 font-size: 17px;
322 font-weight: normal;
323 margin: 0px 0px 10px 0px;
324 line-height: 20px;
325 color: #002047;
326 /* text-shadow: 0px 0px 8px #004067;*/
327 }
328 </style>
329 <div id="fsf-modal-window-elem-container" style="display: none;">
330 <div id="fsf-modal-window-elem-outer-v-center">
331 <div id="fsf-modal-window-elem-inner-v-center">
332 <div id="fsf-modal-window-elem">
333 <div id="fsf-modal-window-elem-header">
334 <div id="fsf-modal-window-elem-close-button" onclick="//fsfModalWindowElemDontShowForAWhile();">
335 <i class="fa fa-close">&#8203;</i>
336 </div>
337 <h2>All aboard for software freedom!</h2>
338 </div>
339 <div id="fsf-modal-window-elem-left-column">
340 <div id="fsf-modal-window-elem-text">
341
342 <p>
343
344 In our 35 year journey, free software has become a vital global movement for user freedom.
345
346 </p>
347
348 <p>
349
350 Without free software, we cannot and will not have a free society. Your membership fuels the voyage forward, and will help us reach our ultimate destination: full software freedom.
351
352 </p>
353
354 <p>
355
356 Join us today for $10/month ($5 for students) and help us reach our January 18 goal of 500 new associate members!
357
358 </p>
359
360 <p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?pk_campaign=frfall2020&pk_kwd=learn-more&pk_source=modal">Read more</a> | <a href="https://my.fsf.org/join?pk_campaign=frfall2020&pk_source=modal">Join</a></span></p>
361
362 </div>
363 </div>
364 <div id="fsf-modal-window-elem-right-column">
365 <div id="fsf-modal-window-elem-buttons" style="border-radius: 20px; box-shadow: 0px 0px 5px #0c2b2b;">
366 <div style="background-color:#c44945; border-top-right-radius: 20px; border-top-left-radius: 20px;">
367 <a style="text-shadow: 0px 0px 6px #e75e57;" href="https://my.fsf.org/join?pk_campaign=frfall2020&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-check-circle">&nbsp;</i>Join</a>
368 </div>
369
370 <!--<div style="background-color:#fff2ab">-->
371 <div style="background-color:#c8c4ff">
372 <a style="text-shadow: 0px 0px 4px #e75e57;" href="https://my.fsf.org/renew?pk_campaign=frfall2020&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-refresh">&nbsp;</i>Renew</a>
373 </div>
374
375 <div style="background-color:#7745a8; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
376 <a style="text-shadow: 0px 0px 6px #fff2ab;" href="https://my.fsf.org/donate?pk_campaign=frfall2020&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-money">&nbsp;</i>Donate</a>
377 </div>
378 </div>
379 </div>
380 </div>
381 </div>
382 </div>
383 <script>
384 // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0
385
386 // Licensed GPLv3-or-later by Andrew Engelbrecht
387
388 var startTime, endTime, switchTextTime;
389
390 startTime = new Date('2020-11-13T04:00:00Z');
391 switchTextTime = new Date('2020-12-16T04:00:00Z');
392 // endTime is unused.
393 endTime = new Date('2021-01-01T04:00:00Z');
394
395 // Possibly switch the text that is displayed in the modal window, depending
396 // upon the current date.
397 function fsfModalWindowElemMaybeSwitchText () {
398
399 var now;
400
401 now = new Date();
402 if (now.getTime() < switchTextTime.getTime()) {
403 return; // Do not switch the text
404 }
405
406 // Switch text
407 document.getElementById("fsf-modal-window-elem-text").innerHTML =' \
408 \
409 <p>In our 35 year journey, free software has become a vital global movement for user freedom.<\/p><p>Without free software, we cannot and will not have a free society. Your membership fuels the voyage forward, and will help us reach our ultimate destination: full software freedom.<\/p><p>Join us today for $10\/month ($5 for students) and help us reach our January 18 goal of 500 new associate members!<\/p> \
410 \
411 <p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?pk_campaign=frfall2020&pk_kwd=learn-more&pk_source=modal">Read more<\/a> | <a href="https://my.fsf.org/join?pk_campaign=frfall2020&pk_source=modal">Join<\/a><\/span><\/p>';
412 }
413
414 // Show fsf-modal-window-elem if it has not been previously closed by
415 // the user, nor recently hit "maybe later",
416 // and the campaign is still happening
417 function fsfModalWindowElemMaybeShow () {
418
419 var pattern, noShowFsfModalWindowElementP, now;
420
421 // See if cookie says not to show element
422 pattern = /showFsfFall2020FundraiserModalWindowElementP\s*=\s*false/;
423 noShowFsfModalWindowElementP = pattern.test(document.cookie);
424
425 //// Uncomment here to enable modal window hiding
426 if (!noShowFsfModalWindowElementP) {
427 setTimeout(function () {
428 // display the element
429 document.getElementById("fsf-modal-window-elem-container").style.display="block";
430 }, 0);
431 }
432 }
433
434 // Call this first to set the proper text.
435 fsfModalWindowElemMaybeSwitchText();
436 // Check if appeal is the url.
437 if (window.location.href.indexOf("appeal") == -1) {
438 // Call this right away to avoid flicker.
439 fsfModalWindowElemMaybeShow();
440 }
441
442 // Get the time `plusDays` in the future.
443 // This can be a fraction.
444 function daysInFuture (plusDays) {
445 var now, future;
446
447 now = new Date();
448 future = new Date(now.getTime() + Math.floor(1000 * 60 * 60 * 24 * plusDays));
449 return future.toGMTString();
450 }
451
452 // Hide the fsf-modal-window-elem
453 function fsfModalWindowElemHide () {
454 document.getElementById("fsf-modal-window-elem-container").style.display="none";
455 }
456
457 // Optionally hide elem and set a cookie to keep the fsf-modal-window-elem hidden for the next `forDays`.
458 function fsfModalWindowElemDontShowForDays (forDays, hideNow) {
459 if (hideNow === true) {
460 fsfModalWindowElemHide();
461 }
462 //document.cookie = "showFsfFall2020FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays);
463 document.cookie = "showFsfFall2020FundraiserModalWindowElementP=false; path=/; SameSite=Strict; Secure; expires=" + daysInFuture(forDays);
464 }
465
466 // Hide the element from now to two weeks after closing it
467 function fsfModalWindowElemDontShowForAWhile () {
468 fsfModalWindowElemDontShowForDays(7, true);
469 }
470
471 // Keep the element visible for now, but do not show it for a while
472 function fsfModalWindowElemFollowedLink () {
473 fsfModalWindowElemDontShowForDays(14, false);
474 }
475
476 // Check if visiting appeal page.
477 if (window.location.href.indexOf("appeal") > -1) {
478 fsfModalWindowElemDontShowForAWhile();
479 }
480
481 // Close popup if user clicks trasparent part
482 document.getElementById("fsf-modal-window-elem-container").addEventListener("click", function(event){
483 fsfModalWindowElemDontShowForAWhile();
484 });
485
486 // Do not close popup if clicking non-trasparent part (with the text and buttons)
487 document.getElementById("fsf-modal-window-elem").addEventListener("click", function(event){
488 event.stopPropagation();
489 });
490
491 // Close popup if user clicks X icon
492 document.getElementById("fsf-modal-window-elem-close-button").addEventListener("click", function(event){
493 fsfModalWindowElemDontShowForAWhile();
494 });
495
496 // Disable popup if user clicks one of the main buttons
497 document.getElementById("fsf-modal-window-elem-buttons").addEventListener("click", function(event){
498 fsfModalWindowElemFollowedLink();
499 });
500
501 // Disable popup if user clicks one of the "Read more" link
502 document.getElementById("fsf-modal-window-text-link").addEventListener("click", function(event){
503 fsfModalWindowElemFollowedLink();
504 });
505
506 // Close popup if user presses escape key
507 window.addEventListener("keydown", function (event) {
508 switch (event.key) {
509 case "Escape":
510 fsfModalWindowElemDontShowForAWhile();
511 break;
512 default:
513 return;
514 }
515 }, true);
516 // @license-end
517 </script>
518 </div>
519 <!-- End fsf-modal-window-elem campaign element -->
520
521 <nav class="navbar navbar-default">
522 <div class="container-fluid">
523 <!-- Brand and toggle get grouped for better mobile display -->
524 <div class="navbar-header">
525 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
526 <span class="sr-only">Toggle navigation</span>
527 <!-- <span class="icon-bar bar1"></span> -->
528 <!-- <span class="icon-bar bar2"></span> -->
529 <!-- <span class="icon-bar bar3"></span> -->
530 </button>
531 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
532 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
533
534 </div>
535
536 <!-- Collect the nav links, forms, and other content for toggling -->
537 <div class="collapse navbar-collapse" id="navbar-links">
538 <ul class="nav navbar-nav">
539 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
540 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
541 <li><a class="animated fadeIn" href="https://my.fsf.org/join?pk_campaign=fall19&pk_kwd=ggjoin">Join</a></li>
542 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
543 </ul>
544
545 </div>
546 <!-- /.navbar-collapse -->
547 </div>
548 <!-- /.container-fluid -->
549 </nav>
550
551 <!--Begin Intro-->
552 <section class="intro" id="intro">
553 <div class="container">
554 <div class="row">
555 <div class="illustration col-md-6">
556 <center>
557 <hr />
558 <iframe src="https://static.fsf.org/nosvn/videos/fsf-heroes/" id="fsf-heroes-video" scrolling="no" style="overflow: hidden; margin: 0; border: 0 none; display: block; width: 50%; height: 67vw; max-height: 200px;"></iframe>
559 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-dblock" />
560 </center>
561 </div>
562 <div class="intro-text col-md-6">
563 <h1>Does the gift you're giving your loved ones respect their rights?</h1>
564 <p>When picking a gift this year, we urge you to think carefully about
565 the choice you're making. Is that smart assistant smart enough to
566 respect your friend or family member's rights? Does that tablet really
567 have their best interest in mind? Or does that shiny gadget come at a
568 cost much higher than its price tag?</p>
569 <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>
570 <h4>Freedom is the gift that keeps on giving</h4>
571 <p>Letting your loved ones know that
572 you respect their privacy and freedom too much to cave in for the
573 newest Apple or Google device is a great gift in itself, and one that
574 you can feel good about.</p>
575 </div>
576 </div>
577 </div>
578 </section>
579 <!--End Intro-->
580
581 <!--Begin Actions-->
582 <section class="actions" id="actions">
583 <div class="container">
584 <div class="row">
585 <!-- Begin Action -->
586 <div class="action col-md-4 col-sm-4 text-center">
587 <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>
588 <p>
589 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!
590 </p>
591 </div>
592 <!-- End Action -->
593
594 <!-- Begin Action -->
595 <div class="action col-md-4 col-sm-4 text-center">
596 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Unleash your advocacy</a>
597 <p>
598 Your fight for freedom doesn't have to end at home. Use this
599 <a href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">printable version</a> of the guide to spread the word. </p>
600
601 </div>
602 <!-- End Action -->
603
604 <!-- Begin Action -->
605 <div class="action col-md-4 col-sm-4 text-center">
606 <a class="action-button" href="#charities">Support free software</a>
607 <p>
608 Donate to our suggested charities.
609 </p>
610 </div>
611 <!-- End Action -->
612 </div>
613 <!-- End Row -->
614 </div>
615 <!-- End Container -->
616 </section>
617 <!--End Actions-->
618
619 <!--Begin Comparisons-->
620 <section class="comparisons">
621
622 <!--Smartphones-->
623 <div class="container smartphones">
624 <h2 class="title text-center">Smartphones</h2>
625 <div class="row is-table-row">
626 <div class="good col-md-6 col-sm-6" style="position:relative">
627 <h5 class="text-center">Purism Librem 5</h5>
628 <img src="img/products/librem5.png" alt="Purism Librem 5" class="center-block" />
629
630
631 <!-- Buy/Download Button -->
632 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
633 BUY</a>
634 <div class="collapse" id="sellers">
635 <div class="center-block seller-group">
636 <p style="color: #6b6b6b">
637 <strong>Get it from</strong>
638 </p>
639 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
640 </div>
641 </div>
642
643 <script>
644 document.getElementById('get-item').style.display = '';
645 </script>
646 <noscript>
647 <div class="center-block seller-group">
648 <p style="color: #6b6b6b">
649 <strong>Get it from</strong>
650 </p>
651 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
652 </div>
653 </noscript>
654 <!-- End Buy/Download button -->
655
656 <ul class="pros">
657 <p>Why it's cool: Although it won't be released until Q2 2020, this phone
658 is one to keep an eye on. We're giving it a tentative recommendation
659 because the company has publicly committed to doing the right things
660 for prioritizing user freedom and privacy, and because we <i>have</i>
661 evaluated and endorsed the operating system it will run.</p>
662 <p>Considering
663 that many people around the world use a mobile phone as their only
664 Internet-enabled device, it's important to have confidence that your
665 mobile phone isn't "listening in" on you to make more money for
666 advertisers.</p>
667 </ul>
668 </div>
669 <!--End Good-->
670
671 <!-- start bad -->
672
673 <div class="good col-md-6 col-sm-6">
674 <ul class="pros">
675 <li>
676 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.
677 </li>
678 <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.
679 </li>
680 <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>
681 </ul>
682
683 <h5 class="text-center">Stay away from: iPhone</h5>
684 <ul class="cons">
685 <li>
686 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>.
687 </li>
688 <li>
689 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.
690 </li>
691 <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>
692 </ul>
693 </div>
694 <!--End Bad-->
695 </div>
696 </div>
697 <!--End Row-->
698 <div class="container">
699 <div class="row is-table-row">
700 <div class="good col-md-6 col-sm-6" style="position:relative">
701 <h5 class="text-center">Galaxy S3 with Replicant</h5>
702 <img src="img/products/mobile_s3.png" alt="replicant phone" class="center-block" />
703 <!-- Buy/Download Button -->
704 <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">
705 BUY
706 <!-- Begin Sale -->
707 <span class="sale" >sale</span>
708 <!-- End Sale -->
709 </a>
710 <div class="collapse" id="sellers-replicant">
711 <div class="center-block seller-group">
712 <p style="color: #6b6b6b">
713 <strong>Get it from</strong>
714 </p>
715 <p> <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a></p>
716 <p class="sale-info links">
717 <a href="#technoethical-promotion">Sale details.</a>
718 </p>
719 </div>
720 </div>
721
722 <script>
723 document.getElementById('get-item-replicant').style.display = '';
724 </script>
725 <noscript>
726 <div class="center-block seller-group">
727 <p style="color: #6b6b6b">
728 <strong>Get it from</strong>
729 </p>
730 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
731 <p class="sale-info links">
732 <a href="#technoethical-promotion">Sale details.</a>
733 </p>
734 </div>
735 </noscript>
736 <!-- End Buy/Download button -->
737
738 <ul class="pros">
739 <p>Why it's cool: Your smartphone is so much more than a phone: it's
740 a tiny computer you carry with you every day. Choosing one of these
741 phones lets you bring software freedom everywhere you go.
742 You <i>can</i> run your favorite apps and send all the text messages
743 you want, while still running free software.</p>
744
745 <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>
746 </ul>
747 </div>
748 <!--End Good-->
749
750 <!-- start bad -->
751
752 <div class="good col-md-6 col-sm-6">
753 <ul class="pros">
754 <li>
755 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
756 </li>
757 <li>
758 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.
759 </li>
760 <li>Note: While the main processor exclusively runs free software, the modem processor runs Samsung's nonfree system.</li>
761 </ul>
762
763 <h5 class="text-center">Stay away from: Google Pixel</h5>
764 <ul class="cons">
765 <li>The Google Pixel line (and most Android devices) aren't just
766 restricted by Widevine's <a href="https://www.gnu.org/philosophy/can-you-trust.html">treacherous</a> DRM. They also come with
767 <a href="https://gnu.org/proprietary">proprietary</a> Google apps that
768 <a href="https://www.gnu.org/proprietary/malware-google.html">subjugate users</a>.</li>
769 </ul>
770 </div>
771 <!--End Bad-->
772 </div>
773 <!--End Container-->
774 </div>
775 <!--End bad-->
776
777 <h2 class="title text-center">Personal Computers</h2>
778 <!--Laptops-->
779 <div class="container">
780 <div class="row is-table-row">
781 <div class="good col-md-6 col-sm-6" style="position:relative">
782 <h5 class="text-center">X200 with GNU/Linux</h5>
783 <img src="img/products/x200.png" alt="X200" class="center-block"/>
784
785 <!-- Buy/Download Button -->
786 <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">
787 BUY
788 <!-- Begin Sale -->
789 <span class="sale" >sale</span>
790 <!-- End Sale -->
791 </a>
792 <div class="collapse" id="sellers-x200">
793 <div class="center-block seller-group">
794 <p style="color: #6b6b6b">
795 <strong>Get it from</strong>
796 </p>
797 <p>
798 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
799 </p>
800 <p><a href="https://tehnoetic.com/laptops/tet-x200" class="seller action-button">Technoethical</a></p>
801 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
802 <p class="sale-info links">
803 <a href="#technoethical-promotion">Sale details.</a></p>
804 </div>
805 </div>
806
807 <script>
808 document.getElementById('get-item-x200').style.display = '';
809 </script>
810 <noscript>
811 <div class="center-block seller-group">
812 <p style="color: #6b6b6b">
813 <strong>Get it from</strong>
814 </p>
815 <p>
816 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
817 </p>
818 <p><a href="https://tehnoetic.com/laptops/tet-x200" class="seller action-button">Technoethical</a></p>
819 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
820 <p class="sale-info links">
821 <a href="#technoethical-promotion">Sale details.</a>
822 </p>
823 </div>
824 </noscript>
825 <!-- End Buy/Download button -->
826 <ul class="pros">
827 <p>Why it's cool: The X200 is one of the few home user devices that's
828 able to run fully free software from top to bottom. Starting with an
829 attractive user interface and extending through the microcode (or
830 "BIOS") at the heart of the system, this laptop is powered by software
831 that takes your freedom and privacy seriously.</p>
832 <p>While it may be a little vintage, what it lacks in speed
833 it makes up for in utmost respect to user freedom. It's so good that
834 it's the laptop that's most frequently used in the FSF office!</p>
835 </ul>
836 </div>
837 <!--End Good-->
838
839 <!--start bad-->
840 <div class="good col-md-6 col-sm-6">
841 <ul class="pros">
842 <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>
843 <li>Durable hardware that's meant to be easy to repair.</li>
844 <li>Created by small businesses that replace restrictive components from a stock laptop.</li>
845 </ul>
846 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
847 <ul class="cons">
848 <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."
849 </li>
850 <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>
851 <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>
852 </ul>
853 </div>
854 <!--End Bad-->
855 </div>
856 <!--End Row-->
857
858 <div class="container">
859 <div class="row is-table-row">
860 <div class="col-md-5 col-sm-6 recommended-img">
861 <h5 class="text-center">Vikings D8</h5>
862 <img src="img/products/desktop.png" alt="Vikings D8" class="center-block" />
863
864 <!-- Buy/Download Button -->
865 <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;">
866 BUY
867 </a>
868 <div class="collapse" id="sellers-d8">
869 <div class="center-block seller-group">
870 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
871 </div>
872 </div>
873
874 <script>
875 document.getElementById('get-item-d8').style.display = '';
876 </script>
877 <noscript>
878 <div class="center-block seller-group">
879 <p style="color: #6b6b6b">
880 <strong>Get it from</strong>
881 </p>
882 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
883 </div>
884 </noscript>
885 <ul class="pros">
886 <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>
887
888 <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>
889 </ul>
890 </div>
891
892 <div class="good col-md-6 col-sm-6">
893 <ul class="pros">
894 <li>Has room for three hard drives and four custom case fans.</li>
895 <li>Quiet and energy efficient while maintaining a small form factor.</li>
896 </ul>
897 <h5 class="text-center">Stay away from: Apple laptops and desktops</h5>
898 <ul class="cons">
899 <li>macOS is <a href="https://gnu.org/proprietary">proprietary software</a> that restricts its users' freedoms.</li>
900 <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>
901 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a> that rats on you to advertisers.</li>
902 <li>Avoid: MacBook Air (and MacBook Pro).</li>
903 </ul>
904 </div>
905 <!--End Bad-->
906 </div>
907 <!--End Row-->
908 <!--End Container-->
909
910 <h2 class="title text-center">Cool Devices</h2>
911 <!-- cool devices -->
912 <div class="container">
913 <div class="row is-table-row">
914 <div class="col-md-5 col-sm-6 recommended-img" style="postition:relative">
915 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
916 <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;"/>
917
918 <!-- Buy/Download Button -->
919 <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">
920 BUY
921 <!-- Begin Sale -->
922 <span class="sale" >sale</span>
923 <!-- End Sale -->
924 </a>
925 <div class="collapse" id="sellers-random-number-generator">
926 <div class="center-block seller-group">
927
928 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
929 <p class="sale-info links">
930 <a href="#GNU-promotion">Sale details.</a>
931 </p>
932 </div>
933 </div>
934
935 <script>
936 document.getElementById('get-item-random-number-generator').style.display = '';
937 </script>
938 <noscript>
939 <div class="center-block seller-group">
940 <p style="color: #6b6b6b">
941 <strong>Get it from</strong>
942 </p>
943 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
944 <p class="sale-info links">
945 <a href="#GNU-promotion">Sale details.</a>
946 </p>
947 </div>
948 </noscript>
949 <!-- End Buy/Download button -->
950 <ul class="pros">
951 <p>Why it's cool: A gift for your most security-conscious friend! As
952 opposed to software solutions which by nature have limited randomness
953 (or "entropy"), this USB device is an endless wellspring of truly random
954 numbers, which aids in password generation and encryption.</p>
955 </ul>
956 </div>
957 <div class="good col=md-6 col-sm-6">
958 <ul class="pros">
959 <li>The perfect present for the cryptogeek in your life.</li>
960 <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>
961 <li>NeuG is an implementation of a true random number generator (TRNG) for
962 GD32F103 MCU.</li>
963 </ul>
964 </div>
965 </div>
966 <!-- End Row -->
967 <div class="container">
968 <div class="row is-table-row">
969 <div class="col-md-5 col-sm-6 recommended-img">
970 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
971 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
972
973 <!-- Buy/Download Button -->
974 <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;">
975 BUY
976 <!-- Begin Sale -->
977 <span class="sale">sale</span>
978 <!-- End Sale -->
979 </a>
980 <div class="collapse" id="sellers-mini-adapter">
981 <div class="center-block seller-group">
982 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
983 <p class="sale-info links">
984 <a href="#technoethical-promotion">Sale details</a></p>
985 <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>
986 <p class="sale-info links">
987 <a href="#thinkpenguin-promotion">Sale details.</a>
988 </p>
989 </div>
990 </div>
991
992 <script>
993 document.getElementById('get-item-mini-adapter').style.display = '';
994 </script>
995 <noscript>
996 <div class="center-block seller-group">
997 <p style="color: #6b6b6b">
998 <strong>Get it from</strong>
999 </p>
1000 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
1001 <p class="sale-info links">
1002 <a href="#technoethical-promotion">Sale details</a></p>
1003 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
1004 <p class="sale-info links">
1005 <a href="#thinkpenguin-promotion">Sale details.</a>
1006 </p>
1007 </div>
1008 </noscript>
1009
1010 <!--start pros-->
1011 <ul class="pros">
1012 <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>
1013 </ul>
1014 </div>
1015
1016 <div class="good col-md-6 col-sm-6">
1017 <ul class="pros">
1018 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
1019 <li>Certified as part of our <a href="https://ryf.fsf.org">RYF</a> program.</li>
1020 <li>If you use the X200 laptop listed in this Guide, an adapter like this won't be necessary.</li>
1021 </ul>
1022 </div></div></div>
1023 <!-- End Row -->
1024 <!-- End Container -->
1025
1026 <!-- Begin Recommended Template -->
1027
1028 <div class="container">
1029 <div class="row is-table-row">
1030 <div class="col-md-5 col-sm-6 recommended-img">
1031 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
1032 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
1033
1034 <!-- Buy/Download Button -->
1035 <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;">
1036 BUY
1037 <!-- Begin Sale -->
1038 <span class="sale">sale</span>
1039 <!-- End Sale -->
1040 </a>
1041 <div class="collapse" id="sellers-long-range-adapter">
1042 <div class="center-block seller-group">
1043 <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>
1044 <p class="sale-info links">
1045 <a href="#thinkpenguin-promotion">Sale details.</a>
1046 </p>
1047 </div>
1048 </div>
1049
1050 <script>
1051 document.getElementById('get-item-long-range-adapter').style.display = '';
1052 </script>
1053 <noscript>
1054 <div class="center-block seller-group">
1055 <p style="color: #6b6b6b">
1056 <strong>Get it from</strong>
1057 </p>
1058 <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>
1059 <p class="sale-info links">
1060 <a href="#thinkpenguin-promotion">Sale details.</a>
1061 </p>
1062 </div>
1063 </noscript>
1064 <ul class="pros">
1065 <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>
1066 </ul>
1067 <!-- End Buy/Download button -->
1068
1069 </div>
1070 <div class="col-md-6 col-sm-6">
1071 <ul class="pros">
1072 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
1073 <li><a href="https://ryf.fsf.org">RYF</a>-approved!</li>
1074 </ul>
1075 </div>
1076 </div>
1077 <!-- End Row -->
1078 </div>
1079 <!-- End Container -->
1080
1081 <!-- Begin Recommended Template -->
1082 <div class="container">
1083 <div class="row is-table-row">
1084 <div class="col-md-6 col-sm-6 recommended-img">
1085 <h5 class="text-center">VPN Router</h5>
1086 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
1087
1088
1089 <!-- Buy/Download Button -->
1090 <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;">
1091 BUY
1092 <!-- Begin Sale -->
1093 <span class="sale">sale</span>
1094 <!-- End Sale -->
1095 </a>
1096 <div class="collapse" id="sellers-vpn-router">
1097 <div class="center-block seller-group">
1098 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1099 <p class="sale-info links">
1100 <a href="#thinkpenguin-promotion">Sale details.</a>
1101 </p>
1102 </div>
1103 </div>
1104
1105 <script>
1106 document.getElementById('get-item-vpn-router').style.display = '';
1107 </script>
1108 <noscript>
1109 <div class="center-block seller-group">
1110 <p style="color: #6b6b6b">
1111 <strong>Get it from</strong>
1112 </p>
1113 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1114 <p class="sale-info links">
1115 <a href="#thinkpenguin-promotion">Sale details.</a>
1116 </p>
1117 </div>
1118 </noscript>
1119 <!-- End Buy/Download button -->
1120 <div class="collapse" id="sellers-mini-adapter2">
1121 <div class="center-block seller-group">
1122 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
1123 <p class="sale-info links">
1124 <a href="#thinkpenguin-promotion">Sale details.</a>
1125 </p>
1126 </div>
1127 </div>
1128 </div>
1129 <div class="col-md-7 col-sm-6">
1130 <ul class="pros">
1131 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
1132 <li>Designed for easy setup.</li>
1133 <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>
1134 </ul>
1135 </div>
1136 </div>
1137 <!-- End Row -->
1138 </div>
1139 <!-- End Container -->
1140
1141 <h1 class="title text-center">Books, Music, and Video</h1>
1142 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
1143 <!--ebooks-->
1144 <div class="container">
1145 <h3 class="title text-center">Books</h3>
1146 <div class="row is-table-row">
1147 <div class="good col-md-6 col-sm-6">
1148 <h5 class="text-center">DRM-free Ebooks</h5>
1149
1150 <ul class="pros">
1151 <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>
1152 <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>
1153 <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>
1154 <li><a href="https://lektu.com/">Lektu</a> provides you with an array of DRM-free media in Spanish.</li>
1155 <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>
1156 <li><a href="http://www.smashwords.com">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
1157 <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>
1158 <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>
1159 </ul>
1160 </div>
1161 <!--End Good-->
1162 <!--start bad-->
1163 <h5 class="text-center">Stay away from: Amazon</h5>
1164 <ul class="cons">
1165 <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>
1166 <li>Read more about the dangers of DRM through our <a href="https://defectivebydesign.org">Defective by Design</a> campaign.</li>
1167 </ul>
1168 </div>
1169 <!--End Bad-->
1170 </div>
1171 <!--End Row-->
1172 <!--End Container-->
1173
1174 <div class="container">
1175 <h3 class="title text-center">Music</h3>
1176 <div class="row is-table-row">
1177 <div class="good col-md-6 col-sm-6">
1178 <h5 class="text-center">DRM-free Music</h5>
1179 <ul class="pros">
1180 <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>
1181 <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>
1182 <li><a href="https://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
1183 <li><a href="https://www.emusic.com/">Emusic</a> is a DRM-free replacement for services like Spotify and Apple Music.</li>
1184 <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>
1185 </ul>
1186 </div>
1187 <div class="good col-md-6 col-sm-6">
1188 <ul class="cons">
1189 <li>Stay away from: Spotify, Apple Music, and all other major streaming services</li>
1190 <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>
1191 <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>
1192 <li><p>Apple Music is no better, and places heavy restrictions on the music streamed through the platform.</p></li>
1193 </ul>
1194 </div>
1195 <!--End Bad-->
1196 </div>
1197 <!--End Row-->
1198 </div>
1199 <!--End Container-->
1200
1201 <!--Video-->
1202 <div class="container">
1203 <h3 class="title text-center">Video</h3>
1204 <div class="row is-table-row">
1205 <div class="good col-md-6 col-sm-6">
1206 <h5 class="text-center">DRM-free video</h5>
1207 <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>
1208 <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>
1209 <p>Try these video services and sites instead:</p>
1210 <ul class="pros">
1211 <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>
1212 <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>
1213 <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>
1214 </ul>
1215
1216 </div>
1217 <!--End Good-->
1218
1219 <!--start bad-->
1220 <div class="good col-md-6 col-sm-6">
1221 <h5 class="text-center">Stay away from: Netflix</h5>
1222 <ul class="cons">
1223 <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>
1224 <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>
1225 </ul>
1226 </div>
1227 <!--End Bad-->
1228 </div>
1229 <!--End Row-->
1230 </div>
1231 <!--End Container-->
1232
1233 </section>
1234 <!--End comparisons-->
1235
1236 <!-- Begin need choices -->
1237 <section class="choices" id="choices">
1238 <div class="container">
1239 <h1 class="text-center">Help wanted!</h1>
1240 <div class="container choices">
1241 <h2 class="title text-center"></h2>
1242 <div class="row is-table-row">
1243 <div class="good col-md-6 col-sm-6" style="position:relative">
1244 <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>
1245 </div>
1246 <!--End Good-->
1247
1248 <!-- start bad -->
1249
1250 <div class="good col-md-6 col-sm-6">
1251 <h5 class="text-center">In need of development</h5>
1252 <ul class="pros">
1253 <li>Cameras</li>
1254 <li>Ebook readers</li>
1255 <li>Fitness trackers</li>
1256 <li>Watches</li>
1257 <li>Video gaming consoles</li>
1258 </ul>
1259 <h5 class="text-center">Stay away from these devices:</h5>
1260 <ul class="cons">
1261 <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>
1262 <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>
1263 <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>
1264 </ul>
1265 </div>
1266 <!--End Bad-->
1267 </div>
1268 <!--End Row-->
1269 </div>
1270 <!--End Container-->
1271 <!--End bad-->
1272 <!-- end choices -->
1273 </div></section>
1274 <!-- Begin Donations -->
1275 <section class="charities" id="charities">
1276 <div class="container">
1277 <h1 class="text-center">Recommended organizations for holiday donations</h1>
1278 <div class="row">
1279 <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3">
1280 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
1281 <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>
1282 </div>
1283 </div>
1284 <div style="height: 30px"></div>
1285 <div class="row">
1286 <div class="col-md-3 col-sm-4 col-xs-6">
1287 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
1288 </div>
1289 <div class="col-md-3 col-sm-4 col-xs-6">
1290 <a href="https://www.openrightsgroup.org/"><img src="img/charities/org.png" alt="ceataopen rights group logo" class="center-block img-responsive" /></a>
1291 </div>
1292 <div class="col-md-3 col-sm-4 col-xs-6">
1293 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
1294 </div>
1295 <div class="col-md-3 col-sm-4 col-xs-6">
1296 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
1297 </div>
1298 <div class="col-md-3 col-sm-4 col-xs-6">
1299 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
1300 </div>
1301 <div class="col-md-3 col-sm-4 col-xs-6">
1302 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
1303 </div>
1304 <div class="col-md-3 col-sm-4 col-xs-6">
1305 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
1306 </div>
1307 </div>
1308 </div>
1309 </section>
1310 <!-- End Donations -->
1311
1312 <!-- Begin Promotion details -->
1313
1314 <section class="promotion-details">
1315 <div class="container">
1316 <div class="row">
1317 <div class="col-md-12">
1318 <div class="panel-default">
1319 <div class="panel-heading">
1320 <h1 class="fix-margin">Promotion details</h1>
1321 </div>
1322 <div class="panel-body" id="promotion-details">
1323 <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>
1324 <ul style="list-style: none inside none;">
1325 <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>
1326 <!-- <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> -->
1327 <!-- <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> -->
1328 <!-- <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> -->
1329 <li id="technoethical-promotion"><strong>Technoethical:</strong> Discounts for all refurbished products until January 17th.</li>
1330 <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>
1331 <!-- <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> -->
1332
1333 </ul>
1334 </div>
1335 </div>
1336 </div>
1337 <!-- End Panel -->
1338 </div>
1339 <!-- End Row -->
1340 </div>
1341 <!-- End Container -->
1342 </section>
1343 <!-- End Promotion details -->
1344 <!-- Begin Licenses -->
1345 <section class="licenses">
1346 <div class="container">
1347 <div class="row">
1348 <div class="col-md-12">
1349 <div class="panel-default">
1350 <div class="panel-heading">
1351 <h1 class="fix-margin">Licenses</h1>
1352
1353 </div>
1354 <div class="panel-body" id="licenses">
1355 <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.
1356 </p>
1357 <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>
1358 <ul style="list-style: none inside none;">
1359 <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>
1360 <li>X200 image in the public domain.</li>
1361 <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>
1362 <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>
1363 <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>
1364 <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>
1365 </div>
1366 </div>
1367 </div>
1368 <!-- End Panel -->
1369 </div>
1370 <!-- End Row -->
1371 </div>
1372 <!-- End Container -->
1373 </section>
1374 <!-- End Licenses -->
1375 <!--Begin Footer-->
1376 <footer>
1377 <div class="container-fluid">
1378 <div class="row">
1379 <div class="col-md-4 col-sm-4 footer-logo">
1380 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1381 </div>
1382 <div class="col-md-8 col-sm-8">
1383 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1384 <a href="https://fsf.org/about">learn about our history and work</a>.
1385 </p>
1386 <p>Version 10.0. Copyright © 2004-2019
1387 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1388 Free Software Foundation
1389 </a>, Inc.
1390 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
1391 <a href="js/weblabels.html" rel="jslicense">Javascript License Information</a>.
1392 </p>
1393 </div>
1394 </div>
1395 <!-- End Row -->
1396 </div>
1397 <!-- End Container -->
1398 </footer>
1399 <!-- End Footer -->
1400
1401 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1402 <script src="js/jquery.js" charset="utf-8"></script>
1403 <!-- Include all compiled plugins (below), or include individual files as needed -->
1404 <script src="js/bootstrap.js" charset="utf-8"></script>
1405 <!-- Our JS -->
1406 <script src="js/magic.js" charset="utf-8"></script>
1407
1408 <!-- Piwik -->
1409 <script type="text/javascript">
1410 // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
1411 var _paq = _paq || [];
1412 _paq.push(["trackPageView"]);
1413 _paq.push(["enableLinkTracking"]);
1414
1415 (function() {
1416 var u = (("https:" == document.location.protocol) ? "https" : "http") + "://"+"piwik.fsf.org//";
1417 _paq.push(["setTrackerUrl", u+"piwik.php"]);
1418 _paq.push(["setSiteId", "14"]);
1419 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
1420 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
1421 })();
1422 // @license-end
1423 </script>
1424 <!-- End Piwik Code -->
1425 <!-- Piwik Image Tracker -->
1426 <noscript><img src="https://piwik.fsf.org//piwik.php?idsite=14&rec=1" style="border:0" alt="" /></noscript>
1427 <!-- End Piwik -->
1428 </body>
1429
1430 </html>