change buttons
[fsf-giving-guide.git] / v11 / givingguide.html
CommitLineData
a4882310
GF
1<!DOCTYPE html>
2<html lang="en">
a4882310
GF
3<head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7
8 <title>Ethical Tech | Giving Guide</title>
9 <meta name="description" content="This is the Free Software Foundation (FSF) guide to smarter gift giving, compared with their restrictive counterparts.">
10
11 <!-- Some Colors -->
12 <!-- Chrome, Firefox OS and Opera -->
d2b5e6de 13 <meta name="theme-color" content="#602217">
a4882310 14 <!-- Windows Phone -->
d2b5e6de 15 <meta name="msapplication-navbutton-color" content="#602217">
a4882310
GF
16
17 <link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
18 <link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
19 <link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
20 <link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
21 <link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
22 <link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
d2b5e6de 23 <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
a4882310
GF
24 <link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
25 <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
26 <link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
27 <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
28 <link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
29 <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
d2b5e6de 30 <meta name="msapplication-TileColor" content="#602217">
a4882310 31 <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
d2b5e6de 32 <meta name="theme-color" content="#602217">
a4882310
GF
33
34 <!-- Bootstrap -->
35 <link rel="stylesheet" href="css/bootstrap.min.css">
36
37 <!-- Animate CSS -->
38 <link rel="stylesheet" href="css/animate.css">
39
40 <!-- Our CSS -->
41 <link rel="stylesheet" href="css/master.css">
42
43
44 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
45 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
46 <!--[if lt IE 9]>
47 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
48 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
49 <![endif]-->
50
51 <script>
52 /*
53
54 @licstart The following is the entire license notice for the
55 JavaScript code in this page.
56
57 Copyright (c) 2016 Reda Lazri
58
59 Permission is hereby granted, free of charge, to any person obtaining
60 a copy of this software and associated documentation files (the
61 "Software"), to deal in the Software without restriction, including
62 without limitation the rights to use, copy, modify, merge, publish,
63 distribute, sublicense, and/or sell copies of the Software, and to
64 permit persons to whom the Software is furnished to do so, subject to
65 the following conditions:
66
67 The above copyright notice and this permission notice shall be included
68 in all copies or substantial portions of the Software.
69
70 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
71 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
72 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
73 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
74 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
75 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
76 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
77
78 @licend The above is the entire license notice
79 for the JavaScript code in this page.
80
81 */
82 </script>
83
84</head>
85
86<!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
87
88 <div class="alert alert-success center-block">
89 <li class="info">
90 <p>
91 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).
92 </p>
93 </li>
94 </div>
95-->
96
97<body>
98
99<!-- Add banner and modal window here -->
100
01a03907 101 <iframe src="//static.fsf.org/nosvn/banners/2020fundraiser-fall/" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
a4882310 102
01a03907
MM
103 <!-- Begin fsf-modal-window-elem campaign element -->
104 <link type="text/css" rel="stylesheet" href="https://static.fsf.org/nosvn/fonts/fa/css/font-awesome.min.css">
105 <style>
106#fsf-modal-window-elem-container div {
107 -webkit-box-sizing: border-box;
108 -moz-box-sizing: border-box;
109 box-sizing: border-box;
110}
111
112@media screen and (min-width: 700px) {
113
114 #fsf-modal-window-elem-outer-v-center {
115 display: table;
116 position: absolute;
117 height: 100%;
118 width: 100%;
119 }
120 #fsf-modal-window-elem-inner-v-center {
121 display: table-cell;
122 vertical-align: middle;
123 }
124
125 #fsf-modal-window-elem {
126 width: 687px;
127 margin-left: auto;
128 margin-right: auto;
129 }
130
131 #fsf-modal-window-elem-right-column {
132 float: right;
133 width: 280px;
134 padding-left: 20px;
135 }
136
137 #fsf-modal-window-elem-left-column {
138 width: 100%;
139 float: left;
140 margin-right: -280px;
141 }
142
143 #fsf-modal-window-elem-text {
144 margin-right: 280px;
145 }
146}
147
148@media screen and (max-width: 699px) {
149
150 #fsf-modal-window-elem {
151
152 -ms-box-orient: horizontal;
153 display: -webkit-box;
154 display: -moz-box;
155 display: -ms-flexbox;
156 display: -moz-flex;
157 display: -webkit-flex;
158 display: flex;
159
160 -webkit-flex-flow: row wrap;
161 flex-flow: row wrap;
162 }
163
164 #fsf-modal-window-elem {
165 width: 80vw;
166 margin-left: 10vw;
167 margin-right: 10vw;
168 margin-top: 40px;
169 margin-bottom: 40px;
170 }
171
172 #fsf-modal-window-elem-right-column {
173 width: 100%;
174 order: 1;
175 }
176
177 #fsf-modal-window-elem-left-column {
178 width: 100%;
179 order: 2;
180 }
181
182 #fsf-modal-window-elem-text {
183 margin-top: 20px;
184 }
185}
186
187@media screen and (max-width: 360px) {
188 .long-button-text {
189 font-size: 25px !important;
190 }
191}
192
193#fsf-modal-window-elem-container {
194 position: fixed;
195 z-index: 10000;
196 left: 0;
197 top: 0;
198 width: 100%;
199 height: 100%;
200 overflow: auto;
201 background-color: rgba(0,0,0,0.8);
202
203 font-weight: normal;
204}
205
206#fsf-modal-window-elem a, a:active, a:focus {
207 outline: none;
208 border-bottom: 0px;
209}
210
211#fsf-modal-window-elem {
212 overflow: auto;
213 padding: 20px;
214 border-style: solid;
215 border-width: 5px;
216 border-color: #c44945;
217 border-radius: 20px;
218 box-shadow: 0px 0px 10px #111111;
219 background-color: #fff2ab;
220}
221
222#fsf-modal-window-elem-header {
223 width: 100%;
224}
225
226#fsf-modal-window-elem-header h2 {
227 font-family: sans-serif,"Helvetica",Arial;
228 font-weight: bold;
229 font-size: 24px;
230 color: #002047;
231 /* text-shadow: 0px 0px 8px #00378c; */
232 padding-bottom: 20px;
233 margin-top: 0px;
234 margin-bottom: 0px;
235 border: none;
236}
237
238#fsf-modal-window-elem-close-button {
239 float: right;
240 height: 40px;
241 margin-right: -20px;
242 margin-top: -20px;
243 padding: 11px;
244 color: #888;
245 cursor: pointer;
246}
247
248#fsf-modal-window-elem-close-button:hover {
249 color: #aaf;
250}
251
252#fsf-modal-window-elem-right-column {
253 text-align: center;
254 -webkit-user-select: none;
255 -moz-user-select: none;
256 -ms-user-select: none;
257 user-select: none;
258}
259
260#fsf-modal-window-elem-buttons div {
261 height:53.333px;
262 line-height: 53.333px;
263 margin-left:auto;
264 margin-right:auto;
265 display:block;
266}
267
268#fsf-modal-window-elem-buttons {
269}
270
271#fsf-modal-window-elem-buttons a {
272 width: 100%;
273 display: block;
274 text-align: center;
275 font-size:35px;
276 color:#002047;
277 text-decoration: none;
278 font-family: sans-serif,"Helvetica",Arial;
279 font-weight: normal;
280}
281
282#fsf-modal-window-elem-maybe-later {
283 margin-top: 5px;
284 margin-bottom: -5px;
285}
286
287#fsf-modal-window-elem-maybe-later a {
288 color: #367c93;
289 line-height: 20px;
290 text-decoration: none;
291 cursor: pointer;
292 font-weight: normal;
293 font-family: sans-serif,"Helvetica",Arial;
294 font-size: 16px;
295}
296
297#fsf-modal-window-elem-text {
298}
299
300#fsf-modal-window-elem-text a {
301 color: #002047;
302 font-weight: 700;
303 text-decoration: none;
304}
305
306#fsf-modal-window-elem-text a:hover {
307 color: #fd8e1b;
308}
309
310#fsf-modal-window-elem-text a:focus {
311 color: #fd8e1b;
312}
313
314#fsf-modal-window-elem-text a:active {
315 color: #ffac30;
316}
317
318#fsf-modal-window-elem-text p {
319 font-family: sans-serif,"Helvetica",Arial;
320 font-size: 17px;
321 font-weight: normal;
322 margin: 0px 0px 10px 0px;
323 line-height: 20px;
324 color: #002047;
325 /* text-shadow: 0px 0px 8px #004067;*/
326}
327 </style>
328 <div id="fsf-modal-window-elem-container" style="display: none;">
329 <div id="fsf-modal-window-elem-outer-v-center">
330 <div id="fsf-modal-window-elem-inner-v-center">
331 <div id="fsf-modal-window-elem">
332 <div id="fsf-modal-window-elem-header">
333 <div id="fsf-modal-window-elem-close-button" onclick="//fsfModalWindowElemDontShowForAWhile();">
334 <i class="fa fa-close">&#8203;</i>
335 </div>
336 <h2>All aboard for software freedom!</h2>
337 </div>
338 <div id="fsf-modal-window-elem-left-column">
339 <div id="fsf-modal-window-elem-text">
340
341<p>
342
343In our 35 year journey, free software has become a vital global movement for user freedom.
344
345</p>
346
347<p>
348
349Without 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.
350
351</p>
352
353<p>
354
355Join us today for $10/month ($5 for students) and help us reach our December 31 goal of 500 new associate members!
356
357</p>
358
359<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>
360
361 </div>
362 </div>
363 <div id="fsf-modal-window-elem-right-column">
364 <div id="fsf-modal-window-elem-buttons" style="border-radius: 20px; box-shadow: 0px 0px 5px #0c2b2b;">
365 <div style="background-color:#c44945; border-top-right-radius: 20px; border-top-left-radius: 20px;">
366 <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>
367 </div>
368
369 <!--<div style="background-color:#fff2ab">-->
370 <div style="background-color:#c8c4ff">
371 <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>
372 </div>
373
374 <div style="background-color:#7745a8; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
375 <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>
376 </div>
377 </div>
378 </div>
379 </div>
380 </div>
381 </div>
382 <script>
383// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0
384
385// Licensed GPLv3-or-later by Andrew Engelbrecht
386
387var startTime, endTime, switchTextTime;
388
389startTime = new Date('2020-11-13T04:00:00Z');
390switchTextTime = new Date('2020-12-16T04:00:00Z');
391// endTime is unused.
392endTime = new Date('2021-01-01T04:00:00Z');
393
394// Possibly switch the text that is displayed in the modal window, depending
395// upon the current date.
396function fsfModalWindowElemMaybeSwitchText () {
397
398 var now;
399
400 now = new Date();
401 if (now.getTime() < switchTextTime.getTime()) {
402 return; // Do not switch the text
403 }
404
405 // Switch text
406 document.getElementById("fsf-modal-window-elem-text").innerHTML =' \
407\
408<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 December 31 goal of 500 new associate members!<\/p> \
409\
410<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>';
411}
412
413// Show fsf-modal-window-elem if it has not been previously closed by
414// the user, nor recently hit "maybe later",
415// and the campaign is still happening
416function fsfModalWindowElemMaybeShow () {
417
418 var pattern, noShowFsfModalWindowElementP, now;
419
420 // See if cookie says not to show element
421 pattern = /showFsfFall2020FundraiserModalWindowElementP\s*=\s*false/;
422 noShowFsfModalWindowElementP = pattern.test(document.cookie);
423
424//// Uncomment here to enable modal window hiding
425 if (!noShowFsfModalWindowElementP) {
426 setTimeout(function () {
427 // display the element
428 document.getElementById("fsf-modal-window-elem-container").style.display="block";
429 }, 0);
430 }
431}
432
433// Call this first to set the proper text.
434fsfModalWindowElemMaybeSwitchText();
435// Check if appeal is the url.
436if (window.location.href.indexOf("appeal") == -1) {
437 // Call this right away to avoid flicker.
438 fsfModalWindowElemMaybeShow();
439}
440
441// Get the time `plusDays` in the future.
442// This can be a fraction.
443function daysInFuture (plusDays) {
444 var now, future;
445
446 now = new Date();
447 future = new Date(now.getTime() + Math.floor(1000 * 60 * 60 * 24 * plusDays));
448 return future.toGMTString();
449}
450
451// Hide the fsf-modal-window-elem
452function fsfModalWindowElemHide () {
453 document.getElementById("fsf-modal-window-elem-container").style.display="none";
454}
455
456// Optionally hide elem and set a cookie to keep the fsf-modal-window-elem hidden for the next `forDays`.
457function fsfModalWindowElemDontShowForDays (forDays, hideNow) {
458 if (hideNow === true) {
459 fsfModalWindowElemHide();
460 }
461 //document.cookie = "showFsfFall2020FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays);
462 document.cookie = "showFsfFall2020FundraiserModalWindowElementP=false; path=/; SameSite=Strict; Secure; expires=" + daysInFuture(forDays);
463}
464
465// Hide the element from now to two weeks after closing it
466function fsfModalWindowElemDontShowForAWhile () {
467 fsfModalWindowElemDontShowForDays(7, true);
468}
469
470// Keep the element visible for now, but do not show it for a while
471function fsfModalWindowElemFollowedLink () {
472 fsfModalWindowElemDontShowForDays(14, false);
473}
474
475// Check if visiting appeal page.
476if (window.location.href.indexOf("appeal") > -1) {
477 fsfModalWindowElemDontShowForAWhile();
478}
479
480// Close popup if user clicks trasparent part
481document.getElementById("fsf-modal-window-elem-container").addEventListener("click", function(event){
482 fsfModalWindowElemDontShowForAWhile();
483});
484
485// Do not close popup if clicking non-trasparent part (with the text and buttons)
486document.getElementById("fsf-modal-window-elem").addEventListener("click", function(event){
487 event.stopPropagation();
488});
489
490// Close popup if user clicks X icon
491document.getElementById("fsf-modal-window-elem-close-button").addEventListener("click", function(event){
492 fsfModalWindowElemDontShowForAWhile();
493});
494
495// Disable popup if user clicks one of the main buttons
496document.getElementById("fsf-modal-window-elem-buttons").addEventListener("click", function(event){
497 fsfModalWindowElemFollowedLink();
498});
499
500// Disable popup if user clicks one of the "Read more" link
501document.getElementById("fsf-modal-window-text-link").addEventListener("click", function(event){
502 fsfModalWindowElemFollowedLink();
503});
504
505// Close popup if user presses escape key
506window.addEventListener("keydown", function (event) {
507 switch (event.key) {
508 case "Escape":
509 fsfModalWindowElemDontShowForAWhile();
510 break;
511 default:
512 return;
513 }
514}, true);
515// @license-end
516 </script>
517 </div>
518 <!-- End fsf-modal-window-elem campaign element -->
a4882310
GF
519
520 <nav class="navbar navbar-default">
521 <div class="container-fluid">
522 <!-- Brand and toggle get grouped for better mobile display -->
523 <div class="navbar-header">
524 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
525 <span class="sr-only">Toggle navigation</span>
526 <!-- <span class="icon-bar bar1"></span> -->
527 <!-- <span class="icon-bar bar2"></span> -->
528 <!-- <span class="icon-bar bar3"></span> -->
529 </button>
6c783128 530 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo-1.png" alt="FSF" width="180" /></a>
a4882310
GF
531 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
532
533 </div>
534
535 <!-- Collect the nav links, forms, and other content for toggling -->
536 <div class="collapse navbar-collapse" id="navbar-links">
537 <ul class="nav navbar-nav">
538 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
539 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
540 <li><a class="animated fadeIn" href="https://my.fsf.org/join?pk_campaign=fall19&pk_kwd=ggjoin">Join</a></li>
541 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
542 </ul>
543
544 </div>
545 <!-- /.navbar-collapse -->
546 </div>
547 <!-- /.container-fluid -->
548 </nav>
549
550 <!--Begin Intro-->
551 <section class="intro" id="intro">
552 <div class="container">
553 <div class="row">
554 <div class="illustration col-md-6">
555 <center>
556 <hr />
d2b5e6de 557 <!-- <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> -->
0e5b4e75 558 <img src="img/Illustration.png" alt="large-illustration" class="img-responsive center-dblock" />
a4882310
GF
559 </center>
560 </div>
561 <div class="intro-text col-md-6">
6c783128 562 <h1>Does the gift you're giving your loved ones put someone else in control?</h1>
a4882310 563<p>The COVID-19 pandemic has made us more reliant on technology than
6c783128 564ever, which is a compelling reason to think carefully about the
0e5b4e75
GF
565choices we're making during the gift-giving season. Is that "smart
566assistant" smart enough to respect your friend or family member's
567freedom? Do new gaming consoles like the PlayStation 5 restrict more
568than they entertain? Does that shiny gadget come at a cost much higher
569than its price tag?</p>
570 <p>When we allow <a href="https://gnu.org/proprietary">proprietary software</a> created by Facebook, Amazon, Apple, Microsoft, Google, and countless other companies to handle our basic computing tasks, we put an enormous amount of power in their hands, power which they constantly 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>
a4882310
GF
571 <h4>Freedom is the gift that keeps on giving</h4>
572<p>Letting your loved ones know that
573you respect their privacy and freedom too much to cave in for the
574newest Apple or Google device is a great gift in itself, and one that
575 you can feel good about.</p>
576 </div>
577 </div>
578 </div>
579 </section>
580 <!--End Intro-->
581
582 <!--Begin Actions-->
583 <section class="actions" id="actions">
584 <div class="container">
585 <div class="row">
586 <!-- Begin Action -->
587 <div class="action col-md-4 col-sm-4 text-center">
588 <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>
589 <p>
0e5b4e75 590 Use the hashtag <span class="label label-default">#UserFreedom</span> on social media sites like <a href="https://mastodon.social">Mastodon</a>, <a href="https://www.gnu.org/software/social/">GNU social</a>, or <a href="https://fsf.org/twitter">Twitter</a>. You might get a gift out of it yourself!
a4882310
GF
591 </p>
592 </div>
593 <!-- End Action -->
594
595 <!-- Begin Action -->
596 <div class="action col-md-4 col-sm-4 text-center">
31755c4c 597 <a class="action-button" href="">Unleash your advocacy</a>
a4882310 598 <p>
31755c4c
GF
599 Your fight for freedom doesn't have to end at home. Use this
600<a href="https://static.fsf.org/nosvn/giving-guide-printable/v11/en.zip">printable version</a> of the guide to spread the word.
d04c9efc 601 </p>
a4882310
GF
602
603 </div>
604 <!-- End Action -->
605
606 <!-- Begin Action -->
607 <div class="action col-md-4 col-sm-4 text-center">
31755c4c 608 <a class="action-button" href="https://my.fsf.org/gift-a-membership">Support free software</a>
a4882310 609 <p>
31755c4c 610 Freedom is the gift that keeps on giving. By giving your friend or family member an FSF membership, you can show them you care <i>and</i> benefit the cause for global software freedom.
a4882310
GF
611 </p>
612 </div>
613 <!-- End Action -->
614 </div>
615 <!-- End Row -->
616 </div>
617 <!-- End Container -->
618 </section>
619 <!--End Actions-->
620
621 <!--Begin Comparisons-->
622 <section class="comparisons">
623
624 <!--Smartphones-->
625 <div class="container smartphones">
626 <h2 class="title text-center">Smartphones</h2>
627 <div class="row is-table-row">
628 <div class="good col-md-6 col-sm-6" style="position:relative">
629 <h5 class="text-center">Purism Librem 5</h5>
630 <img src="img/products/librem5.png" alt="Purism Librem 5" class="center-block" />
631
632
633 <!-- Buy/Download Button -->
634 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
d8326e5b
GF
635 BUY
636 <!-- Begin Sale -->
637 <span class="sale" >sale</span>
638 <!-- End Sale -->
639</a>
a4882310
GF
640 <div class="collapse" id="sellers">
641 <div class="center-block seller-group">
642 <p style="color: #6b6b6b">
643 <strong>Get it from</strong>
644 </p>
645 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
d8326e5b
GF
646 <p class="sale-info links">
647 <a href="#purism-promotion">Sale details.</a></p>
a4882310
GF
648 </div>
649 </div>
650
651 <script>
652 document.getElementById('get-item').style.display = '';
653 </script>
654 <noscript>
655 <div class="center-block seller-group">
656 <p style="color: #6b6b6b">
657 <strong>Get it from</strong>
658 </p>
659 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
d8326e5b
GF
660 <p class="sale-info links">
661 <a href="#purism-promotion">Sale details.</a></p>
a4882310
GF
662 </div>
663 </noscript>
664 <!-- End Buy/Download button -->
665
666 <ul class="pros">
0e5b4e75 667 <p>Why it's cool: While we're still waiting to get our hands on one, this
a4882310
GF
668device looks promising. We're giving it a tentative recommendation
669because the company has publicly committed to doing the right things
670 for prioritizing user freedom and privacy, and because we <i>have</i>
6c783128 671 <a href="https://www.gnu.org/distros/free-distros.html">evaluated and endorsed</a> the operating system it will run.</p>
a4882310
GF
672<p>Considering
673that many people around the world use a mobile phone as their only
674Internet-enabled device, it's important to have confidence that your
675mobile phone isn't "listening in" on you to make more money for
676advertisers.</p>
0e5b4e75 677 <p>(Like many companies, Purism has made financial contributions to the FSF's work, but that is not a consideration when deciding what products we list in this Guide.)</p>
a4882310
GF
678 </ul>
679 </div>
680 <!--End Good-->
681
682 <!-- start bad -->
683
684 <div class="good col-md-6 col-sm-6">
685 <ul class="pros">
686 <li>
687 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.
688 </li>
689 <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.
690 </li>
0e5b4e75 691<li>Please note that the cellular modem still contains nonfree baseband firmware. This nonfree software does not have access to the main CPU or memory. The device can be used for other purposes without the baseband firmware. We list it here because of the ubiquity of cell phones and the fact that this is the best option of which we're currently aware.</li>
a4882310
GF
692 </ul>
693
694 <h5 class="text-center">Stay away from: iPhone</h5>
695 <ul class="cons">
696 <li>
697 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>.
698 </li>
699 <li>
0e5b4e75 700Apple prevents you from installing third-party free software on your own phone, and they use this control to censor apps that compete with or subvert Apple's profits.
a4882310
GF
701 </li>
702 <li>Apple has a history of exploiting 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>
703 </ul>
704 </div>
705 <!--End Bad-->
706 </div>
707 </div>
708 <!--End Row-->
709<!-- <div class="container"> -->
710<!-- <div class="row is-table-row"> -->
711<!-- <div class="good col-md-6 col-sm-6" style="position:relative"> -->
712<!-- <h5 class="text-center">Galaxy S3 with Replicant</h5> -->
713<!-- <img src="img/products/mobile_s3.png" alt="replicant phone" class="center-block" /> -->
714<!-- <\!-- Buy/Download Button -\-> -->
715<!-- <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"> -->
716<!-- BUY -->
717<!-- <\!-- Begin Sale -\-> -->
718<!-- <span class="sale" >sale</span> -->
719<!-- <\!-- End Sale -\-> -->
720<!-- </a> -->
721<!-- <div class="collapse" id="sellers-replicant"> -->
722<!-- <div class="center-block seller-group"> -->
723<!-- <p style="color: #6b6b6b"> -->
724<!-- <strong>Get it from</strong> -->
725<!-- </p> -->
726<!-- <p> <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a></p> -->
727<!-- <p class="sale-info links"> -->
728<!-- <a href="#technoethical-promotion">Sale details.</a> -->
729<!-- </p> -->
730<!-- </div> -->
731<!-- </div> -->
732
733<!-- <script> -->
734<!-- document.getElementById('get-item-replicant').style.display = ''; -->
735<!-- </script> -->
736<!-- <noscript> -->
737<!-- <div class="center-block seller-group"> -->
738<!-- <p style="color: #6b6b6b"> -->
739<!-- <strong>Get it from</strong> -->
740<!-- </p> -->
741<!-- <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a> -->
742<!-- <p class="sale-info links"> -->
743<!-- <a href="#technoethical-promotion">Sale details.</a> -->
744<!-- </p> -->
745<!-- </div> -->
746<!-- </noscript> -->
747<!-- <\!-- End Buy/Download button -\-> -->
748
749<!-- <ul class="pros"> -->
750<!-- <p>Why it's cool: Your smartphone is so much more than a phone: it's -->
751<!-- a tiny computer you carry with you every day. Choosing one of these -->
752<!-- phones lets you bring software freedom everywhere you go. -->
753<!-- You <i>can</i> run your favorite apps and send all the text messages -->
754<!-- you want, while still running free software.</p> -->
755
756<!-- <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> -->
757<!-- </ul> -->
758<!-- </div> -->
759<!-- <\!--End Good-\-> -->
760
761<!-- <\!-- start bad -\-> -->
762
763<!-- <div class="good col-md-6 col-sm-6"> -->
764<!-- <ul class="pros"> -->
765<!-- <li> -->
766<!-- Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android. -->
767<!-- </li> -->
768<!-- <li> -->
769<!-- 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. -->
770<!-- </li> -->
771<!-- <li>Note: While the main processor exclusively runs free software, the modem processor runs Samsung's nonfree system.</li> -->
772<!-- </ul> -->
773
774<!-- <h5 class="text-center">Stay away from: Google Pixel</h5> -->
775<!-- <ul class="cons"> -->
776<!-- <li>The Google Pixel line (and most Android devices) aren't just -->
777<!-- restricted by Widevine's <a href="https://www.gnu.org/philosophy/can-you-trust.html">treacherous</a> DRM. They also come with -->
778<!-- <a href="https://gnu.org/proprietary">proprietary</a> Google apps that -->
779<!-- <a href="https://www.gnu.org/proprietary/malware-google.html">subjugate users</a>.</li> -->
780<!-- </ul> -->
781<!-- </div> -->
782<!-- <\!--End Bad-\-> -->
783<!-- </div> -->
784 <!--End Container-->
785</div>
786 <!--End bad-->
787
788 <h2 class="title text-center">Personal Computers</h2>
789 <!--Laptops-->
790 <div class="container">
791 <div class="row is-table-row">
792 <div class="good col-md-6 col-sm-6" style="position:relative">
793 <h5 class="text-center">X200 with GNU/Linux</h5>
794 <img src="img/products/x200.png" alt="X200" class="center-block"/>
795
796 <!-- Buy/Download Button -->
797 <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">
798 BUY
799 <!-- Begin Sale -->
42b0c190 800 <span class="sale" >sale</span>
a4882310
GF
801 <!-- End Sale -->
802 </a>
803 <div class="collapse" id="sellers-x200">
804 <div class="center-block seller-group">
805 <p style="color: #6b6b6b">
806 <strong>Get it from</strong>
807 </p>
808 <p>
809 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
810 </p>
811 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
42b0c190
GF
812 <p class="sale-info links">
813 <a href="#vikings-promotion">Sale details.</a></p>
a4882310
GF
814 </div>
815 </div>
816
817 <script>
818 document.getElementById('get-item-x200').style.display = '';
819 </script>
820 <noscript>
821 <div class="center-block seller-group">
822 <p style="color: #6b6b6b">
823 <strong>Get it from</strong>
824 </p>
825 <p>
826 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
827 </p>
42b0c190
GF
828 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
829 <p class="sale-info links">
830 <a href="#vikings-promotion">Sale details.</a></p>
a4882310
GF
831 </div>
832 </noscript>
833 <!-- End Buy/Download button -->
834 <ul class="pros">
835 <p>Why it's cool: The X200 is one of the few home user devices that's
836able to run fully free software from top to bottom. Starting with an
837attractive user interface and extending through the microcode (or
838"BIOS") at the heart of the system, this laptop is powered by software
839that takes your freedom and privacy seriously.</p>
840<p>While it may be a little vintage, what it lacks in speed
841it makes up for in utmost respect to user freedom. It's so good that
842it's the laptop that's most frequently used in the FSF office!</p>
843 </ul>
844 </div>
845 <!--End Good-->
846
847 <!--start bad-->
848 <div class="good col-md-6 col-sm-6">
849 <ul class="pros">
850 <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>
851 <li>Durable hardware that's meant to be easy to repair.</li>
54b4c3ee 852 <li>Created by small businesses that replace restrictive components from a stock laptop.</li>
a4882310 853 </ul>
0e5b4e75
GF
854 <h5 class="text-center">Stay away from: MacBook Air and MacBook Pro</h5>
855 <ul class="cons">
856 <li>macOS is <a href="https://gnu.org/proprietary">proprietary software</a> that restricts its users' freedoms.</li>
4de4110b 857 <li>In early November 2020, macOS was caught alerting Apple each time a user <a href="https://sneak.berlin/20201112/your-computer-isnt-yours/">opens an app</a>. Even though Apple is <a href="https://support.apple.com/en-us/HT202491">making changes</a> to the service, it just goes to show how bad they try to be until there is an outcry.</li>
0e5b4e75
GF
858 <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>
859 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a> that rats on you to advertisers.</li>
860 </ul>
a4882310
GF
861 </div>
862 <!--End Bad-->
863 </div>
864 <!--End Row-->
865
866 <div class="container">
867 <div class="row is-table-row">
868 <div class="col-md-5 col-sm-6 recommended-img">
869 <h5 class="text-center">Vikings D8</h5>
870 <img src="img/products/desktop.png" alt="Vikings D8" class="center-block" />
871
872 <!-- Buy/Download Button -->
873 <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;">
874 BUY
42b0c190
GF
875 <!-- Begin Sale -->
876 <span class="sale" >sale</span>
877 <!-- End Sale -->
a4882310
GF
878 </a>
879 <div class="collapse" id="sellers-d8">
880 <div class="center-block seller-group">
881 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
42b0c190 882 <p class="sale-info links"><a href="#vikings-promotion">Sale details</a></p>
a4882310
GF
883 </div>
884 </div>
885
886 <script>
887 document.getElementById('get-item-d8').style.display = '';
888 </script>
889 <noscript>
890 <div class="center-block seller-group">
891 <p style="color: #6b6b6b">
892 <strong>Get it from</strong>
893 </p>
894 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
42b0c190 895 <p class="sale-info links"><a href="#vikings-promotion">Sale details</a></p>
a4882310
GF
896 </div>
897 </noscript>
898 <ul class="pros">
899<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>
900
0e5b4e75 901<p>You can order the Vikings D8 installed with the FSF-endorsed <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>
a4882310
GF
902</ul>
903</div>
904
905<div class="good col-md-6 col-sm-6">
906<ul class="pros">
0e5b4e75
GF
907 <li>Want to graduate from the X200? The D8 is higher performing while still just as respectful of your freedom.</li>
908 <li>Has room for three hard drives and four custom case fans.</li>
99f00ffc 909 <li>Despite being a mid-tower PC, it runs quietly, allowing you to surf the Web or code in peace.</li>
a4882310 910 </ul>
0e5b4e75
GF
911 <h5 class="text-center">Desktops running Microsoft Windows</h5>
912 <ul class="cons">
913 <li>Windows is <a href="https://gnu.org/proprietary">proprietary software</a> that profits from treating the user as a product. It <a href="https://www.fsf.org/news/the-fsfs-statement-on-windows-10">forces users to consent to data collection</a> for "targeted advertising."
914 </li>
915 <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>
916 <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 -- or intruders -- permanent and privileged access to your computer.</li>
917 </ul>
a4882310
GF
918 </div>
919 <!--End Bad-->
920 </div>
921 <!--End Row-->
922 <!--End Container-->
923
924 <h2 class="title text-center">Cool Devices</h2>
925 <!-- cool devices -->
926<div class="container">
927 <div class="row is-table-row">
928 <div class="col-md-5 col-sm-6 recommended-img" style="postition:relative">
929 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
930 <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;"/>
931
932 <!-- Buy/Download Button -->
933 <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">
934 BUY
935 <!-- Begin Sale -->
936 <span class="sale" >sale</span>
937 <!-- End Sale -->
938 </a>
939 <div class="collapse" id="sellers-random-number-generator">
940 <div class="center-block seller-group">
941
942 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
943 <p class="sale-info links">
944 <a href="#GNU-promotion">Sale details.</a>
945 </p>
946 </div>
947 </div>
948
949 <script>
950 document.getElementById('get-item-random-number-generator').style.display = '';
951 </script>
952 <noscript>
953 <div class="center-block seller-group">
954 <p style="color: #6b6b6b">
955 <strong>Get it from</strong>
956 </p>
957 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
958 <p class="sale-info links">
959 <a href="#GNU-promotion">Sale details.</a>
960 </p>
961 </div>
962 </noscript>
963 <!-- End Buy/Download button -->
964<ul class="pros">
965<p>Why it's cool: A gift for your most security-conscious friend! As
966opposed to software solutions which by nature have limited randomness
967(or "entropy"), this USB device is an endless wellspring of truly random
968numbers, which aids in password generation and encryption.</p>
969</ul>
970 </div>
971<div class="good col=md-6 col-sm-6">
972 <ul class="pros">
973 <li>The perfect present for the cryptogeek in your life.</li>
974 <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>
975 <li>NeuG is an implementation of a true random number generator (TRNG) for
976 GD32F103 MCU.</li>
977 </ul>
978</div>
979</div>
980 <!-- End Row -->
981 <div class="container">
982 <div class="row is-table-row">
983 <div class="col-md-5 col-sm-6 recommended-img">
984 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
985 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
986
987 <!-- Buy/Download Button -->
988 <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;">
989 BUY
990 <!-- Begin Sale -->
991 <span class="sale">sale</span>
992 <!-- End Sale -->
993 </a>
994 <div class="collapse" id="sellers-mini-adapter">
995 <div class="center-block seller-group">
df43a85a 996 <!-- <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p> -->
a4882310
GF
997 <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>
998 <p class="sale-info links">
999 <a href="#thinkpenguin-promotion">Sale details.</a>
1000 </p>
1001 </div>
1002 </div>
1003
1004 <script>
1005 document.getElementById('get-item-mini-adapter').style.display = '';
1006 </script>
1007 <noscript>
1008 <div class="center-block seller-group">
1009 <p style="color: #6b6b6b">
1010 <strong>Get it from</strong>
1011 </p>
1012 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
1013<p class="sale-info links">
1014 <a href="#technoethical-promotion">Sale details</a></p>
1015 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
1016<p class="sale-info links">
1017 <a href="#thinkpenguin-promotion">Sale details.</a>
1018 </p>
1019 </div>
1020 </noscript>
1021
1022 <!--start pros-->
1023 <ul class="pros">
1024 <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>
1025 </ul>
1026 </div>
1027
1028 <div class="good col-md-6 col-sm-6">
1029 <ul class="pros">
1030 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
0e5b4e75 1031 <li>Certified as part of our <a href="https://ryf.fsf.org">Respects Your Freedom (RYF)</a> program.</li>
a4882310
GF
1032 <li>If you use the X200 laptop listed in this Guide, an adapter like this won't be necessary.</li>
1033 </ul>
1034 </div></div></div>
1035 <!-- End Row -->
1036 <!-- End Container -->
1037
1038 <!-- Begin Recommended Template -->
1039
15267167
GF
1040<!-- <div class="container"> -->
1041<!-- <div class="row is-table-row"> -->
1042<!-- <div class="col-md-5 col-sm-6 recommended-img"> -->
1043<!-- <h5 class="text-center">Long Range Wi-Fi Adapter</h5> -->
1044<!-- <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" /> -->
a4882310 1045
15267167
GF
1046<!-- <\!-- Buy/Download Button -\-> -->
1047<!-- <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;"> -->
1048<!-- BUY -->
1049<!-- <\!-- Begin Sale -\-> -->
1050<!-- <span class="sale">sale</span> -->
1051<!-- <\!-- End Sale -\-> -->
1052<!-- </a> -->
1053<!-- <div class="collapse" id="sellers-long-range-adapter"> -->
1054<!-- <div class="center-block seller-group"> -->
1055<!-- <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> -->
1056<!-- <p class="sale-info links"> -->
1057<!-- <a href="#thinkpenguin-promotion">Sale details.</a> -->
1058<!-- </p> -->
1059<!-- </div> -->
1060<!-- </div> -->
a4882310 1061
15267167
GF
1062<!-- <script> -->
1063<!-- document.getElementById('get-item-long-range-adapter').style.display = ''; -->
1064<!-- </script> -->
1065<!-- <noscript> -->
1066<!-- <div class="center-block seller-group"> -->
1067<!-- <p style="color: #6b6b6b"> -->
1068<!-- <strong>Get it from</strong> -->
1069<!-- </p> -->
1070<!-- <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> -->
1071<!-- <p class="sale-info links"> -->
1072<!-- <a href="#thinkpenguin-promotion">Sale details.</a> -->
1073<!-- </p> -->
1074<!-- </div> -->
1075<!-- </noscript> -->
1076<!-- <ul class="pros"> -->
1077<!-- <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> -->
1078<!-- </ul> -->
1079<!-- <\!-- End Buy/Download button -\-> -->
a4882310 1080
15267167
GF
1081<!-- </div> -->
1082<!-- <div class="col-md-6 col-sm-6"> -->
1083<!-- <ul class="pros"> -->
1084<!-- <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li> -->
1085<!-- <li><a href="https://ryf.fsf.org">RYF</a>-approved!</li> -->
1086<!-- </ul> -->
1087<!-- </div> -->
1088<!-- </div> -->
a4882310
GF
1089 <!-- End Row -->
1090 </div>
1091 <!-- End Container -->
1092
1093 <!-- Begin Recommended Template -->
1094 <div class="container">
1095 <div class="row is-table-row">
1096 <div class="col-md-6 col-sm-6 recommended-img">
1097 <h5 class="text-center">VPN Router</h5>
1098 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
1099
1100
1101 <!-- Buy/Download Button -->
1102 <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;">
1103 BUY
1104 <!-- Begin Sale -->
1105 <span class="sale">sale</span>
1106 <!-- End Sale -->
1107 </a>
1108 <div class="collapse" id="sellers-vpn-router">
1109 <div class="center-block seller-group">
1110 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1111 <p class="sale-info links">
1112 <a href="#thinkpenguin-promotion">Sale details.</a>
1113 </p>
1114 </div>
1115 </div>
1116
1117 <script>
1118 document.getElementById('get-item-vpn-router').style.display = '';
1119 </script>
1120 <noscript>
1121 <div class="center-block seller-group">
1122 <p style="color: #6b6b6b">
1123 <strong>Get it from</strong>
1124 </p>
1125 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1126<p class="sale-info links">
1127 <a href="#thinkpenguin-promotion">Sale details.</a>
1128 </p>
1129 </div>
1130 </noscript>
1131 <!-- End Buy/Download button -->
1132 <div class="collapse" id="sellers-mini-adapter2">
1133 <div class="center-block seller-group">
1134 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
1135 <p class="sale-info links">
1136 <a href="#thinkpenguin-promotion">Sale details.</a>
1137 </p>
1138 </div>
1139 </div>
1140 </div>
1141 <div class="col-md-7 col-sm-6">
1142 <ul class="pros">
1143<li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
1144<li>Designed for easy setup.</li>
1145<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>
1146 </ul>
1147 </div>
1148 </div>
1149 <!-- End Row -->
1150 </div>
1151 <!-- End Container -->
1152
1153 <h1 class="title text-center">Books, Music, and Video</h1>
1154 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
1155 <!--ebooks-->
1156 <div class="container">
1157 <h3 class="title text-center">Books</h3>
1158 <div class="row is-table-row">
1159 <div class="good col-md-6 col-sm-6">
1160 <h5 class="text-center">DRM-free Ebooks</h5>
1161
1162 <ul class="pros">
1163<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>
1164<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>
1165<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>
1166<li><a href="https://lektu.com/">Lektu</a> provides you with an array of DRM-free media in Spanish.</li>
1167<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>
1168<li><a href="http://www.smashwords.com">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
1169<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>
1170<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>
1171 </ul>
6c783128 1172 </div>
a4882310 1173 <!--End Good-->
6c783128
GF
1174 <!--start bad-->
1175 <div class="good col-md-6 col-sm-6">
a4882310
GF
1176 <h5 class="text-center">Stay away from: Amazon</h5>
1177 <ul class="cons">
0e5b4e75 1178<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 walled garden.</li>
a4882310
GF
1179<li>Read more about the dangers of DRM through our <a href="https://defectivebydesign.org">Defective by Design</a> campaign.</li>
1180 </ul>
6c783128
GF
1181 </div>
1182 <!--End Bad-->
a4882310 1183 </div>
a4882310 1184 <!--End Row-->
6c783128 1185 </div>
a4882310
GF
1186 <!--End Container-->
1187
1188 <div class="container">
1189 <h3 class="title text-center">Music</h3>
1190 <div class="row is-table-row">
1191 <div class="good col-md-6 col-sm-6">
1192 <h5 class="text-center">DRM-free Music</h5>
1193<ul class="pros">
1194 <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>
1195<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>
1196<li><a href="https://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
0e5b4e75 1197<li><a href="https://www.emusic.com/">Emusic</a> offers DRM-free MP3 downloads, providing a local alternative to streaming services like Spotify or Apple Music.</li>
f41a8733
GF
1198 <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>
1199 <li><a href="https://hdtracks.com">HDTracks</a> is an online music shop offering thousands of DRM-free downloads for you to play at home.</li>
a4882310
GF
1200</ul>
1201 </div>
1202 <div class="good col-md-6 col-sm-6">
1203<ul class="cons">
6c783128 1204 <h5 class="text-center">Stay away from: Spotify, Apple Music, and all other major streaming services</h5>
a4882310
GF
1205<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>
1206<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>
1207<li><p>Apple Music is no better, and places heavy restrictions on the music streamed through the platform.</p></li>
1208 </ul>
1209</div>
1210 <!--End Bad-->
1211 </div>
1212 <!--End Row-->
1213</div>
1214 <!--End Container-->
1215
1216 <!--Video-->
1217 <div class="container">
1218 <h3 class="title text-center">Video</h3>
1219 <div class="row is-table-row">
1220 <div class="good col-md-6 col-sm-6">
1221 <h5 class="text-center">DRM-free video</h5>
0e5b4e75
GF
1222<p>In the last year, many people have unfortunately become more dependent on streaming media. But it's important to remember how streaming services can deprive you of important rights. "Dis-services" like Disney+ and Netflix mandate the use of a hardware-level backdoor called Widevine, giving them permanent access into deep components of your machine.</p>
1223<p>Widevine prohibits these services from running on many older devices, leaving families who can't afford a new computer or a new television out in the cold.</p>
a4882310
GF
1224 <p>Try these video services and sites instead:</p>
1225<ul class="pros">
1226 <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>
1227<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>
1228<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>
1229 </ul>
1230
1231 </div>
1232 <!--End Good-->
1233
1234 <!--start bad-->
1235 <div class="good col-md-6 col-sm-6">
1236 <h5 class="text-center">Stay away from: Netflix</h5>
1237 <ul class="cons">
3842f19f 1238 <li><p>Netflix is continuing its <a href="https://defectivebydesign.org/netflix">disturbing trend</a> of making onerous DRM the norm for streaming media. That's why they're a target for this year's <a href="https://dayagainstdrm.org/">International Day Against DRM (IDAD)</a>.</p>
0e5b4e75 1239<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 drove the effort to embed DRM into the <a href="https://www.defectivebydesign.org/no-drm-in-html5">fabric of the Web</a>.</p</li>
a4882310
GF
1240 </ul>
1241 </div>
1242 <!--End Bad-->
1243 </div>
1244 <!--End Row-->
1245 </div>
1246 <!--End Container-->
1247
1248 </section>
1249<!--End comparisons-->
1250
1251<!-- Begin need choices -->
1252<section class="choices" id="choices">
1253 <div class="container">
1254 <h1 class="text-center">Help wanted!</h1>
1255 <div class="container choices">
1256 <h2 class="title text-center"></h2>
1257 <div class="row is-table-row">
1258 <div class="good col-md-6 col-sm-6" style="position:relative">
1259<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>
a4882310
GF
1260 <!--End Good-->
1261
1262 <!-- start bad -->
a4882310
GF
1263 <h5 class="text-center">In need of development</h5>
1264 <ul class="pros">
1265 <li>Cameras</li>
1266 <li>eBook readers</li>
0e5b4e75 1267 <li>Home appliances</li>
a4882310 1268 <li>Fitness trackers</li>
e04c10ef 1269 <li>Smartwatches</li>
a4882310
GF
1270 <li>Video gaming consoles</li>
1271 </ul>
6c783128
GF
1272 </div>
1273 <div class="good col-md-6 col-sm-6" style="position:relative">
a4882310
GF
1274 <h5 class="text-center">Stay away from these devices:</h5>
1275 <ul class="cons">
1276<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>
a4882310
GF
1277<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>
1278 </ul>
1279 </div>
1280 <!--End Bad-->
1281 </div>
1282 <!--End Row-->
1283 </div>
1284 <!--End Container-->
1285 <!--End bad-->
1286<!-- end choices -->
1287</div></section>
1288 <!-- Begin Donations -->
1289 <section class="charities" id="charities">
1290 <div class="container">
1291 <h1 class="text-center">Recommended organizations for holiday donations</h1>
1292 <div class="row">
1293 <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3">
6c783128 1294 <a href="https://www.fsf.org/"><img src="img/logo-1.png" alt="fsf" class="center-block img-responsive" /></a><br />
a4882310
GF
1295<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>
1296 </div>
1297 </div>
1298 <div style="height: 30px"></div>
1299 <div class="row">
1300 <div class="col-md-3 col-sm-4 col-xs-6">
0e5b4e75 1301 <a href="https://april.org/"><img src="img/charities/april.png" alt="April" class="center-block img-responsive" /></a>
a4882310
GF
1302 </div>
1303 <div class="col-md-3 col-sm-4 col-xs-6">
0e5b4e75 1304 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="Creative Commons" class="center-block img-responsive" /></a>
a4882310
GF
1305 </div>
1306 <div class="col-md-3 col-sm-4 col-xs-6">
1b4aea0e 1307 <a href="https://www.torproject.org/"><img src="img/charities/tor.png" alt="Tor Foundation" class="center-block img-responsive" /></a></div>
a4882310 1308 <div class="col-md-3 col-sm-4 col-xs-6">
0e5b4e75 1309 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="Wikimedia" class="center-block img-responsive" /></a>
a4882310
GF
1310 </div>
1311 </div>
1312 </div>
1313 </section>
1314 <!-- End Donations -->
1315
1316 <!-- Begin Promotion details -->
1317
1318 <section class="promotion-details">
1319 <div class="container">
1320 <div class="row">
1321 <div class="col-md-12">
1322 <div class="panel-default">
1323 <div class="panel-heading">
1324 <h1 class="fix-margin">Promotion details</h1>
1325 </div>
1326 <div class="panel-body" id="promotion-details">
1327<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>
1328 <ul style="list-style: none inside none;">
1b8a144d 1329 <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. Together with this code, your associate membership could net you 25% off!</li>
d8326e5b
GF
1330 <li id="purism-promotion"><strong>Purism:</strong> 5% off of the Librem 5 with the discount code <span class="label label-default">GNULIDAYS</span>.</li>
1331<li id="vikings-promotion"><strong>Vikings:</strong> 10% discount on <b>all</b> products and services between now and December 31, 2020. <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">LIBREFEST</span>.</li>
a4882310
GF
1332 <!-- <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> -->
1333 <!-- <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> -->
1334 <!-- <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> -->
1335 <!-- <li id="technoethical-promotion"><strong>Technoethical:</strong> Discounts for all refurbished products until January 17th.</li> -->
1336 <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>
a4882310
GF
1337</ul>
1338 </div>
1339 </div>
1340 </div>
1341 <!-- End Panel -->
1342 </div>
1343 <!-- End Row -->
1344 </div>
1345 <!-- End Container -->
1346 </section>
1347 <!-- End Promotion details -->
1348 <!-- Begin Licenses -->
1349 <section class="licenses">
1350 <div class="container">
1351 <div class="row">
1352 <div class="col-md-12">
1353 <div class="panel-default">
1354 <div class="panel-heading">
1355 <h1 class="fix-margin">Licenses</h1>
1356
1357 </div>
1358 <div class="panel-body" id="licenses">
1359 <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.
1360 </p>
1361 <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>
1362 <ul style="list-style: none inside none;">
0e5b4e75
GF
1363 <li>Purism product image copyright © 2019, Purism. Licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
1364 <li>X200 product image in the public domain.</li>
7a9fe874 1365 <li>Vikings product images copyright © 2019, Vikings GmbH. Licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
0e5b4e75
GF
1366 <li>NeuG product image copyright © 2020, Free Software Foundation, Inc. Licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
1367 <li>ThinkPenguin product images © 2019, ThinkPenguin, Inc. Licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
1368 <li>Bookshelf photo copyright © 2010, <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>
a4882310
GF
1369 </div>
1370 </div>
1371 </div>
1372 <!-- End Panel -->
1373 </div>
1374 <!-- End Row -->
1375 </div>
1376 <!-- End Container -->
1377 </section>
1378 <!-- End Licenses -->
1379 <!--Begin Footer-->
1380 <footer>
1381 <div class="container-fluid">
1382 <div class="row">
1383 <div class="col-md-4 col-sm-4 footer-logo">
0e5b4e75 1384 <a href="https://fsf.org/"><img src="img/logo-1.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
a4882310
GF
1385 </div>
1386 <div class="col-md-8 col-sm-8">
1387 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1388 <a href="https://fsf.org/about">learn about our history and work</a>.
1389 </p>
1390 <p>Version 11.0. Copyright © 2004-2020
1391 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1392 Free Software Foundation
1393 </a>, Inc.
1394 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
15267167 1395 <a href="js/weblabels.html" rel="jslicense">JavaScript License Information</a>.
a4882310
GF
1396 </p>
1397 </div>
1398 </div>
1399 <!-- End Row -->
1400 </div>
1401 <!-- End Container -->
1402 </footer>
1403 <!-- End Footer -->
1404
1405 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1406 <script src="js/jquery.js" charset="utf-8"></script>
1407 <!-- Include all compiled plugins (below), or include individual files as needed -->
1408 <script src="js/bootstrap.js" charset="utf-8"></script>
1409 <!-- Our JS -->
1410 <script src="js/magic.js" charset="utf-8"></script>
1411
1412<!-- Piwik -->
1413<script type="text/javascript">
1414 // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
1415 var _paq = _paq || [];
1416 _paq.push(["trackPageView"]);
1417 _paq.push(["enableLinkTracking"]);
1418
1419 (function() {
1420 var u = (("https:" == document.location.protocol) ? "https" : "http") + "://"+"piwik.fsf.org//";
1421 _paq.push(["setTrackerUrl", u+"piwik.php"]);
1422 _paq.push(["setSiteId", "14"]);
1423 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
1424 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
1425 })();
1426 // @license-end
1427</script>
1428<!-- End Piwik Code -->
1429<!-- Piwik Image Tracker -->
1430<noscript><img src="https://piwik.fsf.org//piwik.php?idsite=14&rec=1" style="border:0" alt="" /></noscript>
1431<!-- End Piwik -->
1432 </body>
1433
1434 </html>