restore vikings to x200
[fsf-giving-guide.git] / v13 / givingguide.html
CommitLineData
99329ee0
GF
1<!DOCTYPE html>
2<html lang="en">
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 -->
13 <meta name="theme-color" content="#602217">
14 <!-- Windows Phone -->
15 <meta name="msapplication-navbutton-color" content="#602217">
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">
23 <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
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">
30 <meta name="msapplication-TileColor" content="#602217">
31 <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
32 <meta name="theme-color" content="#602217">
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 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
44 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
45 <!--[if lt IE 9]>
46 <script src="https://static.fsf.org/nosvn/libs/html5shiv/3.7.3/html5shiv.js"></script>
47 <script src="https://static.fsf.org/nosvn/libs/respond.js/1.4.2/respond.min.js"></script>
48 <![endif]-->
49
50 <script>
51 /*
52
53 @licstart The following is the entire license notice for the
54 JavaScript code in this page.
55
56 Copyright (c) 2016 Reda Lazri
57
58 Permission is hereby granted, free of charge, to any person obtaining
59 a copy of this software and associated documentation files (the
60 "Software"), to deal in the Software without restriction, including
61 without limitation the rights to use, copy, modify, merge, publish,
62 distribute, sublicense, and/or sell copies of the Software, and to
63 permit persons to whom the Software is furnished to do so, subject to
64 the following conditions:
65
66 The above copyright notice and this permission notice shall be included
67 in all copies or substantial portions of the Software.
68
69 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
70 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
71 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
72 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
73 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
74 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
75 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76
77 @licend The above is the entire license notice
78 for the JavaScript code in this page.
79
80 */
81 </script>
82
83</head>
84
85<!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
86
87 <div class="alert alert-success center-block">
88 <li class="info">
89 <p>
90 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).
91 </p>
92 </li>
93 </div>
94-->
95
96<body>
97
98<!-- Add banner and modal window here -->
99 <iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
100
101 <link type="text/css" rel="stylesheet" href="https://static.fsf.org/nosvn/fonts/fa/css/font-awesome.min.css">
102 <style>
103#fsf-modal-window-elem-container div {
104 -webkit-box-sizing: border-box;
105 -moz-box-sizing: border-box;
106 box-sizing: border-box;
107}
108
109@media screen and (min-width: 700px) {
110 #fsf-modal-window-elem-outer-v-center {
111 display: table;
112 position: absolute;
113 height: 100%;
114 width: 100%;
115 }
116
117 #fsf-modal-window-elem-inner-v-center {
118 display: table-cell;
119 vertical-align: middle;
120 }
121
122 #fsf-modal-window-elem {
123 width: 687px;
124 margin-left: auto;
125 margin-right: auto;
126 }
127
128 #fsf-modal-window-elem-right-column {
129 float: right;
130 width: 280px;
131 padding-left: 20px;
132 color: #002047;
133 }
134
135 #fsf-modal-window-elem-left-column {
136 width: 100%;
137 float: left;
138 margin-right: -280px;
139 }
140
141 #fsf-modal-window-elem-text {
142 margin-right: 280px;
143 }
144}
145
146@media screen and (max-width: 699px) {
147 #fsf-modal-window-elem {
148 -ms-box-orient: horizontal;
149 display: -webkit-box;
150 display: -moz-box;
151 display: -ms-flexbox;
152 display: -moz-flex;
153 display: -webkit-flex;
154 display: flex;
155 -webkit-flex-flow: row wrap;
156 flex-flow: row wrap;
157 }
158
159 #fsf-modal-window-elem {
160 width: 80vw;
161 margin-left: 10vw;
162 margin-right: 10vw;
163 margin-top: 40px;
164 margin-bottom: 40px;
165 }
166
167 #fsf-modal-window-elem-right-column {
168 width: 100%;
169 order: 1;
170 }
171
172 #fsf-modal-window-elem-left-column {
173 width: 100%;
174 order: 2;
175 }
176
177 #fsf-modal-window-elem-text {
178 margin-top: 20px;
179 }
180}
181
182@media screen and (max-width: 360px) {
183 .long-button-text {
184 font-size: 25px !important;
185 }
186}
187
188#fsf-modal-window-elem-container {
189 position: fixed;
190 z-index: 10000;
191 left: 0;
192 top: 0;
193 width: 100%;
194 height: 100%;
195 overflow: auto;
196 background-color: rgba(0,0,0,0.8);
197 font-weight: normal;
198}
199
200#fsf-modal-window-elem a, a:active, a:focus {
201 outline: none;
202 border-bottom: 0px;
203}
204
205#fsf-modal-window-elem {
206 overflow: auto;
207 padding: 20px;
208 border-style: solid;
209 border-width: 5px;
210 border-color: #720000;
211 border-radius: 20px;
212 box-shadow: 0px 0px 10px #111111;
213 background-color: #e2c6a5;
214}
215
216#fsf-modal-window-elem-header {
217 width: 100%;
218}
219
220#fsf-modal-window-elem-header h2 {
221 font-family: sans-serif,"Helvetica",Arial;
222 font-weight: bold;
223 font-size: 24px;
224 color: #002047;
225 padding-bottom: 20px;
226 margin-top: 0px;
227 margin-bottom: 0px;
228 border: none;
229}
230
231#fsf-modal-window-elem-close-button {
232 float: right;
233 height: 40px;
234 margin-right: -20px;
235 margin-top: -20px;
236 padding: 11px;
237 color: #888;
238 cursor: pointer;
239}
240
241#fsf-modal-window-elem-close-button:hover {
242 color: #aaf;
243}
244
245#fsf-modal-window-elem-right-column {
246 text-align: center;
247 -webkit-user-select: none;
248 -moz-user-select: none;
249 -ms-user-select: none;
250 user-select: none;
251}
252
253#fsf-modal-window-elem-buttons div {
254 height:53.333px;
255 line-height: 53.333px;
256 margin-left:auto;
257 margin-right:auto;
258 display:block;
259}
260
261#fsf-modal-window-elem-buttons a {
262 width: 100%;
263 display: block;
264 text-align: center;
265 font-size:35px;
266 color:#002047;
267 text-decoration: none;
268 font-family: sans-serif,"Helvetica",Arial;
269 font-weight: normal;
270}
271
272#fsf-modal-window-elem-maybe-later {
273 margin-top: 5px;
274 margin-bottom: -5px;
275}
276
277#fsf-modal-window-elem-maybe-later a {
278 color: #367c93;
279 line-height: 20px;
280 text-decoration: none;
281 cursor: pointer;
282 font-weight: normal;
283 font-family: sans-serif,"Helvetica",Arial;
284 font-size: 16px;
285}
286
287#fsf-modal-window-elem-text a {
288 color: #002047;
289 font-weight: 700;
290 text-decoration: none;
291}
292
293#fsf-modal-window-elem-text a:hover {
294 color: #fd8e1b;
295}
296
297#fsf-modal-window-elem-text a:focus {
298 color: #fd8e1b;
299}
300
301#fsf-modal-window-elem-text a:active {
302 color: #ffac30;
303}
304
305#fsf-modal-window-elem-text p {
306 font-family: sans-serif,"Helvetica",Arial;
307 font-size: 17px;
308 font-weight: normal;
309 margin: 0px 0px 10px 0px;
310 line-height: 20px;
311 color: #002047;
312}
313 </style>
314 <div id="fsf-modal-window-elem-container" style="display: none;">
315 <div id="fsf-modal-window-elem-outer-v-center">
316 <div id="fsf-modal-window-elem-inner-v-center">
317 <div id="fsf-modal-window-elem">
318 <div id="fsf-modal-window-elem-header">
319 <div id="fsf-modal-window-elem-close-button" onclick="//fsfModalWindowElemDontShowForAWhile();">
320 <i class="fa fa-close">&#8203;</i>
321 </div>
322 <h2>Defend the freedom to share!</h2>
323 </div>
324 <div id="fsf-modal-window-elem-left-column">
325 <div id="fsf-modal-window-elem-text">
326
327<p>
328
329Consider the presence of software in your life and how so much of what we do depends upon the works of others. This is why the freedom to share is at the core of the FSF's work. We can only truly foster free software, free documentation, and free cultural works for users around the world if we have the ability to share.
330
331</p>
332
333<p>
334
335Join us today for $10/month ($5 for students), and help us reach our goal of 455 new associate members by December 31!
336
337</p>
338
339<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?mtm_campaign=fall22&mtm_source=modal">Read more</a> | <a href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_source=modal">Join</a></span></p>
340
341 </div>
342 </div>
343 <div id="fsf-modal-window-elem-right-column">
344 <div id="fsf-modal-window-elem-buttons" style="border-radius: 20px;box-shadow: 5px 0 5px -6px #002047, -5px 0 5px -6px #002047;">
345 <div style="background-color:#720000; border-top-right-radius: 20px; border-top-left-radius: 20px;">
346 <a style="text-shadow: 0px 0px 4px #ffe6b4;" href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-check-circle">&nbsp;</i>Join</a>
347 </div>
348
349 <div style="background-color:#e2c6a5;">
350 <a href="https://my.fsf.org/renew?mtm_campaign=fall22&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-refresh">&nbsp;</i>Renew</a>
351 </div>
352
353 <div style="background-color:#da9d4d; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
354 <a style="text-shadow: 0px 0px 4px #ffe6b4;" href="https://my.fsf.org/donate?mtm_campaign=fall22&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-money">&nbsp;</i>Donate</a>
355 </div>
356 </div>
357 </div>
358 </div>
359 </div>
360 </div>
361 <script>
362// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0
363
364// Licensed GPLv3-or-later by Andrew Engelbrecht
365
366var startTime, endTime, switchTextTime;
367
368startTime = new Date('2022-11-13T04:00:00Z');
369switchTextTime = new Date('2023-12-12T04:00:00Z');
370// endTime is unused.
371endTime = new Date('2023-12-17T04:00:00Z');
372
373// Possibly switch the text that is displayed in the modal window, depending
374// upon the current date.
375function fsfModalWindowElemMaybeSwitchText () {
376
377 var now;
378
379 now = new Date();
380 if (now.getTime() < switchTextTime.getTime()) {
381 return; // Do not switch the text
382 }
383
384 // Switch text
385 document.getElementById("fsf-modal-window-elem-text").innerHTML =' \
386\
387<p>Consider the presence of software in your life and how so much of what we do depends upon the works of others. This is why the freedom to share is at the core of the FSF\'s work. We can only truly foster free software, free documentation, and free cultural works for users around the world if we have the ability to share.<\/p><p>Join us today for \$10\/month \(\$5 for students\), and help us reach our goal of 455 new associate members by December 31!<\/p> \
388\
389<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?mtm_campaign=fall22&mtm_source=modal">Read more<\/a> | <a href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_source=modal">Join<\/a><\/span><\/p>';
390}
391
392// Show fsf-modal-window-elem if it has not been previously closed by
393// the user, nor recently hit "maybe later",
394// and the campaign is still happening
395function fsfModalWindowElemMaybeShow () {
396
397 var pattern, noShowFsfModalWindowElementP, now;
398
399 // See if cookie says not to show element
400 pattern = /showFsf202211FundraiserModalWindowElementP\s*=\s*false/;
401 noShowFsfModalWindowElementP = pattern.test(document.cookie);
402
403//// Uncomment here to enable modal window hiding
404 if (!noShowFsfModalWindowElementP) {
405 setTimeout(function () {
406 // display the element
407 document.getElementById("fsf-modal-window-elem-container").style.display="block";
408 }, 0);
409 }
410}
411
412// Call this first to set the proper text.
413fsfModalWindowElemMaybeSwitchText();
414// Check if appeal is the url.
415if (window.location.href.indexOf("appeal") == -1) {
416 // Call this right away to avoid flicker.
417 fsfModalWindowElemMaybeShow();
418}
419
420// Get the time `plusDays` in the future.
421// This can be a fraction.
422function daysInFuture (plusDays) {
423 var now, future;
424
425 now = new Date();
426 future = new Date(now.getTime() + Math.floor(1000 * 60 * 60 * 24 * plusDays));
427 return future.toGMTString();
428}
429
430// Hide the fsf-modal-window-elem
431function fsfModalWindowElemHide () {
432 document.getElementById("fsf-modal-window-elem-container").style.display="none";
433}
434
435// Optionally hide elem and set a cookie to keep the fsf-modal-window-elem hidden for the next `forDays`.
436function fsfModalWindowElemDontShowForDays (forDays, hideNow) {
437 if (hideNow === true) {
438 fsfModalWindowElemHide();
439 }
440 //document.cookie = "showFsf202211FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays);
441 document.cookie = "showFsf202211FundraiserModalWindowElementP=false; path=/; SameSite=Strict; Secure; expires=" + daysInFuture(forDays);
442}
443
444// Hide the element from now to two weeks after closing it
445function fsfModalWindowElemDontShowForAWhile () {
446 fsfModalWindowElemDontShowForDays(7, true);
447}
448
449// Keep the element visible for now, but do not show it for a while
450function fsfModalWindowElemFollowedLink () {
451 fsfModalWindowElemDontShowForDays(14, false);
452}
453
454// Check if visiting appeal page.
455if (window.location.href.indexOf("appeal") > -1) {
456 fsfModalWindowElemDontShowForAWhile();
457}
458
459// Close popup if user clicks trasparent part
460document.getElementById("fsf-modal-window-elem-container").addEventListener("click", function(event){
461 fsfModalWindowElemDontShowForAWhile();
462});
463
464// Do not close popup if clicking non-trasparent part (with the text and buttons)
465document.getElementById("fsf-modal-window-elem").addEventListener("click", function(event){
466 event.stopPropagation();
467});
468
469// Close popup if user clicks X icon
470document.getElementById("fsf-modal-window-elem-close-button").addEventListener("click", function(event){
471 fsfModalWindowElemDontShowForAWhile();
472});
473
474// Disable popup if user clicks one of the main buttons
475document.getElementById("fsf-modal-window-elem-buttons").addEventListener("click", function(event){
476 fsfModalWindowElemFollowedLink();
477});
478
479// Disable popup if user clicks one of the "Read more" link
480document.getElementById("fsf-modal-window-text-link").addEventListener("click", function(event){
481 fsfModalWindowElemFollowedLink();
482});
483
484// Close popup if user presses escape key
485window.addEventListener("keydown", function (event) {
486 switch (event.key) {
487 case "Escape":
488 fsfModalWindowElemDontShowForAWhile();
489 break;
490 default:
491 return;
492 }
493}, true);
494// @license-end
495 </script>
496 </div>
497
498 <nav class="navbar navbar-default">
499 <div class="container-fluid">
500 <!-- Brand and toggle get grouped for better mobile display -->
501 <div class="navbar-header">
502 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
503 <span class="sr-only">Toggle navigation</span>
504 <!-- <span class="icon-bar bar1"></span> -->
505 <!-- <span class="icon-bar bar2"></span> -->
506 <!-- <span class="icon-bar bar3"></span> -->
507 </button>
508 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo-1.png" alt="FSF" width="180" /></a>
509 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
510
511 </div>
512
513 <!-- Collect the nav links, forms, and other content for toggling -->
514 <div class="collapse navbar-collapse" id="navbar-links">
515 <ul class="nav navbar-nav">
516 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
517 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
35dbaf70 518 <li><a class="animated fadeIn" href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_kwd=ggjoin">Join</a></li>
99329ee0
GF
519 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
520 </ul>
521
522 </div>
523 <!-- /.navbar-collapse -->
524 </div>
525 <!-- /.container-fluid -->
526 </nav>
527
528 <!--Begin Intro-->
529 <section class="intro" id="intro">
530 <div class="container">
531 <div class="row">
532 <div class="illustration col-md-6">
533 <center>
534 <hr />
535 <!-- <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> -->
536 <img src="img/Illustration.png" alt="large-illustration" class="img-responsive center-dblock" />
537 </center>
538 </div>
539 <div class="intro-text col-md-6">
52a7d8f4 540 <h1>In your gift giving this year, put freedom first</h1>
9c3cc464
GF
541<p>It's time to reclaim our freedom from the abuse of multinational
542corporations, who
47a501bb 543use <a href="https://gnu.org/proprietary/">proprietary software</a> and
9c3cc464
GF
544malicious "antifeatures" to keep us powerless, dependent, and
545surveilled by the devices that we use. There's no time at which it's
97e1a1e2 546more important to turn these unfortunate facts into positive action than the holiday
9c3cc464
GF
547season.</p>
548<p>The gifts that we recommend here might not be making headlines, but
549they're the rare exception to the apparent rule that devices should
550mistreat their users. We encourage you to take a close look at our
551 recommendations and see if they might work for you or a loved one.</p>
99329ee0 552 <h4>This year, choose freedom</h4>
e3cda649
GF
553 <p>To minimize ecological waste and encourage free software adoption, we advise you to end that cycle of forced obsolescence and user exploitation, and opt to try running <a href="https://gnu.org/philosophy/free-sw">free software</a> on a device you already own.</p>
554 <p>If you're unlucky enough to get a gift that doesn't respect your freedom, you can still <a href="https://h-node.org">help others avoid it</a> by documenting its ethical pitfalls. And if you're a strongly technical user, this year's Guide also lists devices that need a little help or development to cross the freedom "finish line."</p>
99329ee0
GF
555 </div>
556 </div>
557 </div>
558 </section>
559 <!--End Intro-->
560
561 <!--Begin Actions-->
562 <section class="actions" id="actions">
563 <div class="container">
564 <div class="row">
565 <!-- Begin Action -->
566 <div class="action col-md-4 col-sm-4 text-center">
567 <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>
568 <p>
17c158b7 569 Share the <a href="https://u.fsf.org/guide23">Guide!</a> Use the hashtag <span class="label label-default">#FreedomToShare</span> on social media sites like <a href="https://joinmastodon.org/#getting-started">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!
99329ee0
GF
570 </p>
571 </div>
572 <!-- End Action -->
573
574 <!-- Begin Action -->
575 <div class="action col-md-4 col-sm-4 text-center">
576 <a class="action-button" href="">Collaborate</a>
577 <p>
ca686efa 578 You can help others know which devices to avoid by documenting hardware you own that does or doesn't work with free software in the <a href="https://h-node.org">h-node</a> database.</p> <p>Join a growing community of volunteers to help individuals choose hardware compatible with their freedom, even if they don't have <a href="https://ryf.fsf.org">Respects Your Freedom</a> (RYF) certification.
99329ee0
GF
579 </p>
580 </div>
581 <!-- End Action -->
582
583 <!-- Begin Action -->
584
585 <div class="action col-md-4 col-sm-4 text-center">
586 <a class="action-button" href="https://my.fsf.org/gift-a-membership">Gift a membership</a>
587 <p>
80ef1e5b 588 Freedom is the gift that keeps on giving. By giving your friend or family member an <a href="https://my.fsf.org/gift-a-membership"><b>FSF associate membership</b></a>, you can show them you care <i>and</i> benefit the cause for global software freedom. Or, add it to your wishlist and let your own friends and family know you want to support the FSF!
99329ee0
GF
589 </p>
590 </div>
591 <!-- End Action -->
592 </div>
593 <!-- End Row -->
594 </div>
595 <!-- End Container -->
596 </section>
597 <!--End Actions-->
598
599 <!--Begin Comparisons-->
600 <section class="comparisons">
601
602 <!--Smartphones-->
603 <div class="container smartphones">
604 <h2 class="title text-center">Smartphones</h2>
605 <div class="row is-table-row">
606 <div class="good col-md-6 col-sm-6" style="position:relative">
607 <h5 class="text-center">Replicant</h5>
608 <img src="img/products/replicant.png" alt="Replicant logo" class="center-block" />
609
610
611 <!-- Buy/Download Button -->
612 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
613 DOWNLOAD
614</a>
615 <div class="collapse" id="sellers">
616 <div class="center-block seller-group">
617 <p style="color: #6b6b6b">
618 <strong>Visit the site</strong>
619 </p>
620 <a href="https://replicant.us" class="seller action-button">Replicant Project</a>
621 </div>
622 </div>
623
624 <script>
625 document.getElementById('get-item').style.display = '';
626 </script>
627 <noscript>
628 <div class="center-block seller-group">
629 <p style="color: #6b6b6b">
630 <strong>Visit the site</strong>
631 </p>
632 <a href="https://replicant.us" class="seller action-button">Replicant Project</a>
633 </noscript>
634 <!-- End Buy/Download button -->
635
636 <ul class="pros">
a4906a2d 637 <p><strong>Our advice:</strong> There's currently no cell phone on the market that's fully compatible with user freedom, given the presence of nonfree software in iOS and Android. What makes matters worse is that all smartphones currently run a separate, nonfree OS commonly referred to as the "mobile baseband," which is responsible for most of the device's communications.</p>
59f18a01 638 <p>If you're at all able to, and if you find your hardware is compatible with it, we recommend pairing the <a href="https://replicant.us"><strong>Replicant</strong></a> distribution of Android with the <a href="https://f-droid.org">F-Droid</a> app repository. Replicant is the bottom line when it comes to mobile OSes that respect their user's freedom, and is a project <a href="https://www.fsf.org/working-together/fund">fiscally sponsored by the FSF.</a></p>
99329ee0
GF
639 </ul>
640 </div>
641 <!--End Good-->
642
643 <!-- start bad -->
644
645 <div class="good col-md-6 col-sm-6">
646 <ul class="pros">
647 <li>
648 Replicant is a <a href="https://gnu.org/free-sw">fully free</a> distribution of the Android operating system. The project has a staunch policy of including only free software and firmware.
649 </li>
650 <li>
651 Even if your phone doesn't support Replicant, you can still use the <a href="https://f-droid.org">F-Droid</a> repository on your Android phone. F-Droid has hundreds of applications that are ready to install, including Syncthing, Tor, Minetest, and Termux.
652 </li>
95c341c4 653 <li>No matter what phone operating system you currently use, stay tuned for our upcoming mobile <a href="https://emailselfdefense.fsf.org">Email Self-Defense Guide</a>, which will help you keep your communications both free and secure.</li>
99329ee0
GF
654 </ul>
655
656 <h5 class="text-center">Stay away from: iPhone</h5>
657 <ul class="cons">
658 <li>
659 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>.
660 </li>
661 <li>
46c2d730 662 Apple <a href="https://www.fsf.org/blogs/community/pumpkins-markets-and-one-bad-apple">prevents you from installing third-party free software</a> on your own phone, and they use this control to censor apps that compete with or subvert Apple's profits.
99329ee0 663 </li>
994e24ff 664 <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.cpomagazine.com/data-privacy/icloud-data-turned-over-to-chinese-government-conflicts-with-apples-privacy-first-focus/">spy on millions</a> of users.</li>
99329ee0
GF
665 </ul>
666 </div>
667 <!--End Bad-->
668 </div>
669 </div>
670 <!--End Row-->
671<!-- <div class="container"> -->
672<!-- <div class="row is-table-row"> -->
673<!-- <div class="good col-md-6 col-sm-6" style="position:relative"> -->
674<!-- <h5 class="text-center">Galaxy S3 with Replicant</h5> -->
675<!-- <img src="img/products/mobile_s3.png" alt="replicant phone" class="center-block" /> -->
676<!-- <\!-- Buy/Download Button -\-> -->
677<!-- <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"> -->
678<!-- BUY -->
679<!-- <\!-- Begin Sale -\-> -->
680<!-- <span class="sale" >sale</span> -->
681<!-- <\!-- End Sale -\-> -->
682<!-- </a> -->
683<!-- <div class="collapse" id="sellers-replicant"> -->
684<!-- <div class="center-block seller-group"> -->
685<!-- <p style="color: #6b6b6b"> -->
686<!-- <strong>Get it from</strong> -->
687<!-- </p> -->
688<!-- <p> <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a></p> -->
689<!-- <p class="sale-info links"> -->
690<!-- <a href="#technoethical-promotion">Sale details.</a> -->
691<!-- </p> -->
692<!-- </div> -->
693<!-- </div> -->
694
695<!-- <script> -->
696<!-- document.getElementById('get-item-replicant').style.display = ''; -->
697<!-- </script> -->
698<!-- <noscript> -->
699<!-- <div class="center-block seller-group"> -->
700<!-- <p style="color: #6b6b6b"> -->
701<!-- <strong>Get it from</strong> -->
702<!-- </p> -->
703<!-- <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a> -->
704<!-- <p class="sale-info links"> -->
705<!-- <a href="#technoethical-promotion">Sale details.</a> -->
706<!-- </p> -->
707<!-- </div> -->
708<!-- </noscript> -->
709<!-- <\!-- End Buy/Download button -\-> -->
710
711<!-- <ul class="pros"> -->
712<!-- <p>Why it's cool: Your smartphone is so much more than a phone: it's -->
713<!-- a tiny computer you carry with you every day. Choosing one of these -->
714<!-- phones lets you bring software freedom everywhere you go. -->
715<!-- You <i>can</i> run your favorite apps and send all the text messages -->
716<!-- you want, while still running free software.</p> -->
717
718<!-- <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> -->
719<!-- </ul> -->
720<!-- </div> -->
721<!-- <\!--End Good-\-> -->
722
723<!-- <\!-- start bad -\-> -->
724
725<!-- <div class="good col-md-6 col-sm-6"> -->
726<!-- <ul class="pros"> -->
727<!-- <li> -->
728<!-- Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android. -->
729<!-- </li> -->
730<!-- <li> -->
731<!-- 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. -->
732<!-- </li> -->
733<!-- <li>Note: While the main processor exclusively runs free software, the modem processor runs Samsung's nonfree system.</li> -->
734<!-- </ul> -->
735
736<!-- <h5 class="text-center">Stay away from: Google Pixel</h5> -->
737<!-- <ul class="cons"> -->
738<!-- <li>The Google Pixel line (and most Android devices) aren't just -->
739<!-- restricted by Widevine's <a href="https://www.gnu.org/philosophy/can-you-trust.html">treacherous</a> DRM. They also come with -->
740<!-- <a href="https://gnu.org/proprietary">proprietary</a> Google apps that -->
741<!-- <a href="https://www.gnu.org/proprietary/malware-google.html">subjugate users</a>.</li> -->
742<!-- </ul> -->
743<!-- </div> -->
744<!-- <\!--End Bad-\-> -->
745<!-- </div> -->
746 <!--End Container-->
747</div>
748 <!--End bad-->
749
750 <h2 class="title text-center">Personal Computers</h2>
751 <!--Laptops-->
752 <div class="container">
753 <div class="row is-table-row">
754 <div class="good col-md-6 col-sm-6" style="position:relative">
755 <h5 class="text-center">X200 with GNU/Linux</h5>
756 <img src="img/products/x200.png" alt="X200" class="center-block"/>
707cf764
GF
757 <!-- Buy/Download Button -->
758 <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">
759 BUY
760 <!-- Begin Sale -->
761 <span class="sale" >sale</span>
762 <!-- End Sale -->
763 </a>
764 <div class="collapse" id="sellers-x200">
765 <div class="center-block seller-group">
766 <p style="color: #6b6b6b">
767 <strong>Get it from</strong>
768 </p>
769 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
770 </div>
771 </div>
772
773 <script>
774 document.getElementById('get-item-x200').style.display = '';
775 </script>
776 <noscript>
777 <div class="center-block seller-group">
778 <p style="color: #6b6b6b">
779 <strong>Get it from</strong>
780 </p>
781 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
782 </div>
783 </noscript>
784 <!-- End Buy/Download button -->
99329ee0
GF
785 <ul class="pros">
786 <p>Why it's cool: The X200 is one of the few home user devices that's
787able to run fully free software from top to bottom. Starting with an
788attractive user interface and extending through the microcode (or
789"BIOS") at the heart of the system, this laptop is powered by software
790that takes your freedom and privacy seriously.</p>
791<p>While it may be a little vintage, what it lacks in speed
792it makes up for in utmost respect to user freedom. It's so good that
793it's the laptop that's most frequently used in the FSF office!</p>
794 </ul>
795 </div>
796 <!--End Good-->
797
798 <!--start bad-->
799 <div class="good col-md-6 col-sm-6">
18f0e0f1 800 <ul class="pros">
f771f2e2
GF
801 <li>Runs <a href="https://trisquel.info">Trisquel</a> and other <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> operating systems. (You can use the upcoming Trisquel 11 on it, too!)
802 <li>Durable hardware that's easy to repair.</li>
05d9324f 803 <li>Widely available from resellers and shops for hobbyists.</li>
8a94589a 804 <li>Since a properly equipped X200 is certified to run free software, it means that you and gift recipients have the #FreedomToShare.</li>
99329ee0
GF
805 </ul>
806 <h5 class="text-center">Stay away from: M1 MacBook and MacBook Pro</h5>
807 <ul class="cons">
808 <li>macOS is <a href="https://gnu.org/proprietary">proprietary software</a> that restricts its users' freedoms.</li>
d9440c25 809 <li>In 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>
80f5030f 810 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a> that rats you out to advertisers.</li>
99329ee0
GF
811 </ul>
812 </div>
813 <!--End Bad-->
814 </div>
815 <!--End Row-->
816
817 <h2 class="title text-center">Cool Devices</h2>
818 <!-- cool devices -->
99329ee0
GF
819 <div class="container">
820 <div class="row is-table-row">
821 <div class="col-md-5 col-sm-6 recommended-img">
822 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
823 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
824
825 <!-- Buy/Download Button -->
826 <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;">
827 BUY
828 <!-- Begin Sale -->
829 <span class="sale">sale</span>
830 <!-- End Sale -->
831 </a>
832 <div class="collapse" id="sellers-mini-adapter">
833 <div class="center-block seller-group">
834 <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>
835 <p class="sale-info links">
836 <a href="#thinkpenguin-promotion">Sale details.</a>
837 </p>
838 </div>
839 </div>
840
841 <script>
842 document.getElementById('get-item-mini-adapter').style.display = '';
843 </script>
844 <noscript>
845 <div class="center-block seller-group">
846 <p style="color: #6b6b6b">
847 <strong>Get it from</strong>
848 </p>
849 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
850<p class="sale-info links">
851 <a href="#thinkpenguin-promotion">Sale details.</a>
852 </p>
853 </div>
854 </noscript>
855
856 <!--start pros-->
857 <ul class="pros">
858 <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>
859 </ul>
860 </div>
861
862 <div class="good col-md-6 col-sm-6">
863 <ul class="pros">
864 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
865 <li>Certified as part of our <a href="https://ryf.fsf.org">Respects Your Freedom (RYF)</a> program.</li>
866 <li>If you use the X200 laptop listed in this Guide, an adapter like this won't be necessary.</li>
867 </ul>
868 </div></div></div>
869 <!-- End Row -->
870 <!-- End Container -->
871
872 <!-- Begin Recommended Template -->
873
874<!-- <div class="container"> -->
875<!-- <div class="row is-table-row"> -->
876<!-- <div class="col-md-5 col-sm-6 recommended-img"> -->
877<!-- <h5 class="text-center">Long Range Wi-Fi Adapter</h5> -->
878<!-- <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" /> -->
879
880<!-- <\!-- Buy/Download Button -\-> -->
881<!-- <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;"> -->
882<!-- BUY -->
883<!-- <\!-- Begin Sale -\-> -->
884<!-- <span class="sale">sale</span> -->
885<!-- <\!-- End Sale -\-> -->
886<!-- </a> -->
887<!-- <div class="collapse" id="sellers-long-range-adapter"> -->
888<!-- <div class="center-block seller-group"> -->
889<!-- <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> -->
890<!-- <p class="sale-info links"> -->
891<!-- <a href="#thinkpenguin-promotion">Sale details.</a> -->
892<!-- </p> -->
893<!-- </div> -->
894<!-- </div> -->
895
896<!-- <script> -->
897<!-- document.getElementById('get-item-long-range-adapter').style.display = ''; -->
898<!-- </script> -->
899<!-- <noscript> -->
900<!-- <div class="center-block seller-group"> -->
901<!-- <p style="color: #6b6b6b"> -->
902<!-- <strong>Get it from</strong> -->
903<!-- </p> -->
904<!-- <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> -->
905<!-- <p class="sale-info links"> -->
906<!-- <a href="#thinkpenguin-promotion">Sale details.</a> -->
907<!-- </p> -->
908<!-- </div> -->
909<!-- </noscript> -->
910<!-- <ul class="pros"> -->
911<!-- <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> -->
912<!-- </ul> -->
913<!-- <\!-- End Buy/Download button -\-> -->
914
915<!-- </div> -->
916<!-- <div class="col-md-6 col-sm-6"> -->
917<!-- <ul class="pros"> -->
918<!-- <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li> -->
919<!-- <li><a href="https://ryf.fsf.org">RYF</a>-approved!</li> -->
920<!-- </ul> -->
921<!-- </div> -->
922<!-- </div> -->
923 <!-- End Row -->
924 </div>
925 <!-- End Container -->
926
927 <!-- Begin Recommended Template -->
928 <div class="container">
929 <div class="row is-table-row">
930 <div class="col-md-6 col-sm-6 recommended-img">
931 <h5 class="text-center">VPN Router</h5>
932 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
933
934
935 <!-- Buy/Download Button -->
936 <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;">
937 BUY
938 <!-- Begin Sale -->
939 <span class="sale">sale</span>
940 <!-- End Sale -->
941 </a>
942 <div class="collapse" id="sellers-vpn-router">
943 <div class="center-block seller-group">
944 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
945 <p class="sale-info links">
946 <a href="#thinkpenguin-promotion">Sale details.</a>
947 </p>
948 </div>
949 </div>
950
951 <script>
952 document.getElementById('get-item-vpn-router').style.display = '';
953 </script>
954 <noscript>
955 <div class="center-block seller-group">
956 <p style="color: #6b6b6b">
957 <strong>Get it from</strong>
958 </p>
959 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
960<p class="sale-info links">
961 <a href="#thinkpenguin-promotion">Sale details.</a>
962 </p>
963 </div>
964 </noscript>
965 <!-- End Buy/Download button -->
966 <div class="collapse" id="sellers-mini-adapter2">
967 <div class="center-block seller-group">
968 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
969 <p class="sale-info links">
970 <a href="#thinkpenguin-promotion">Sale details.</a>
971 </p>
972 </div>
973 </div>
974 </div>
975 <div class="col-md-7 col-sm-6">
976 <ul class="pros">
977<li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
978<li>Designed for easy setup.</li>
979<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>
980 </ul>
981 </div>
982 </div>
983 <!-- End Row -->
984 </div>
985 <!-- End Container -->
ef1836be 986 <h1 class="title text-center">Products to Watch</h1>
5f2803e0 987 <img src="img/products/spotlight.png" alt="a spotlight shining in the darkness" class="center-block img-responsive" />
ef1836be
GF
988 <div class="container">
989 <div class="row is-table-row">
990 <div class="good col-md-6 col-sm-6">
991 <h5 class="text-center">Promising Communities & Companies</h5>
992 <ul class="pros">
d70dac8c 993 <p>Each and every day, free software reaches more devices and is used in more interesting contexts. While we haven't evaluated these products specifically in our <a href="https://ryf.fsf.org">RYF program</a>, we're including mentions of certain communities who are going in the right direction when it comes to freedom, but who aren't fully there yet. They're already making waves, but need the help of developers or technical users in crossing the freedom "finish line" to full acceptability.</p>
d6500cd8 994 <li><a href="https://mntre.com/">MNT</a>'s Reform laptop is promising from a free software perspective. If the nonfree RAM training were to be replaced by the community, we have reason to believe it would be fully compatible with your freedom.</li>
ef1836be 995 <li><a href="https://puri.sm">Purism</a>'s devices ship with the PureOS distribution of the GNU/Linux operating system, one that is more freedom-friendly than popular distributions like Mint or Ubuntu.</li>
74646bb1 996 <li><a href="https://pine64.org">PINE64</a> is a company and user community making a variety of laptops, smartwatches, ereaders, and more. The freedom status of these devices vary, but the project has made positive progress in a short time, piquing the interest of many in the free software community.</li>
ef1836be 997 </ul>
6094592e 998 <p>If you know of a project or company we've missed who are <em>earnestly</em> working to free their devices, but who need a little help in doing so, <a href="mailto:campaigns@fsf.org">please let us know!</a></p>
ef1836be
GF
999 </div>
1000 <div class="good col-md-6 col-sm-6">
1001 <h5 class="text-center">Caveats</h5>
5f2803e0 1002 <ul class="caveats">
d0b77919 1003 <li>None of the devices in this section are fully compatible with free software, but the companies behind them are making a good faith effort. Even if you're not a developer, you can write them to let them know you support their work in moving towards freedom.</li>
22a1b0f3 1004 <li>We cannot and do not guarantee that devices uncertified by our <a href="https://ryf.fsf.org">RYF program</a> are fully compatible with free software. For the final authority on these matters, and for maximum freedom, choose an RYF-certified device.</li>
ef1836be 1005 <li>Research the device you're buying. It may be intended for free software developers or hobbyists who are more tolerant of bugs, and who want to help the project advance.</li>
5f2803e0 1006 <li>These devices might be easier to find than some of our recommendations for refurbished products, but shipping them to your location might still be a challenge.</li>
ef1836be
GF
1007 </ul>
1008 </div>
1009 </div>
1010 </div>
99329ee0
GF
1011 <h1 class="title text-center">Books, Music, and Video</h1>
1012 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
1013 <!--ebooks-->
1014 <div class="container">
1015 <h3 class="title text-center">Books</h3>
1016 <div class="row is-table-row">
1017 <div class="good col-md-6 col-sm-6">
1018 <h5 class="text-center">DRM-free Ebooks</h5>
1019
1020 <ul class="pros">
1021<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>
1022<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>
1023<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>
a4906a2d 1024<li><a href="https://standardebooks.org/">Standard Ebooks</a> makes high quality, gratis editions of public domain works of literature using the latest technology compatible with the EPUB specification.</li>
77fc82d7 1025<li><a href="https://nantucketebooks.com">Nantucket E-Books</a> is a DRM-free publisher and writing platform that also makes a strong commitment to software freedom. They have been profiled in the FSF's <em>Free Software Bulletin.</em>
99329ee0
GF
1026<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>
1027<li><a href="http://www.smashwords.com">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
99329ee0 1028<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>
8a94589a 1029<li>Plus, since all these books are DRM-free, you'll get that warm and fuzzy feeling that comes with having the #FreedomToShare.</li>
99329ee0
GF
1030 </ul>
1031 </div>
1032 <!--End Good-->
1033 <!--start bad-->
1034 <div class="good col-md-6 col-sm-6">
1035 <h5 class="text-center">Stay away from: Amazon</h5>
1036 <ul class="cons">
7bda7827
GF
1037 <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>
1038 <li>Be aware that Amazon isn't the peddler of ebook DRM. Disturbingly, it's enthusiastically supported by most of the <a href="https://www.thenation.com/article/society/publishers-are-taking-the-internet-to-court/ ">big publishing houses</a>.</li>
99329ee0
GF
1039<li>Read more about the dangers of DRM through our <a href="https://defectivebydesign.org">Defective by Design</a> campaign.</li>
1040 </ul>
1041 </div>
1042 <!--End Bad-->
1043 </div>
1044 <!--End Row-->
1045 </div>
1046 <!--End Container-->
1047
1048 <div class="container">
1049 <h3 class="title text-center">Music</h3>
1050 <div class="row is-table-row">
1051 <div class="good col-md-6 col-sm-6">
1052 <h5 class="text-center">DRM-free Music</h5>
1053<ul class="pros">
1054 <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>
1055<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>
28d66e36 1056<li><a href="https://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980. DRM-free, too!</li>
99329ee0
GF
1057<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>
1058 <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>
1059 <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>
10839f75 1060 <li><a href="https://www.mutopiaproject.org/">Mutopia</a> provides hundreds of attractive, free "as in freedom" sheet music downloads. Music isn't <em>just</em> recorded, you know!</li>
99329ee0
GF
1061</ul>
1062 </div>
1063 <div class="good col-md-6 col-sm-6">
1064<ul class="cons">
1065 <h5 class="text-center">Stay away from: Spotify, Apple Music, and all other major streaming services</h5>
1066<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>
1067<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>
1068<li><p>Apple Music is no better, and places heavy restrictions on the music streamed through the platform.</p></li>
1069 </ul>
1070</div>
1071 <!--End Bad-->
1072 </div>
1073 <!--End Row-->
1074</div>
1075 <!--End Container-->
1076
1077 <!--Video-->
1078 <div class="container">
1079 <h3 class="title text-center">Video</h3>
1080 <div class="row is-table-row">
1081 <div class="good col-md-6 col-sm-6">
1082 <h5 class="text-center">DRM-free video</h5>
e7880ef5 1083 <p>Over the past few years, 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 <a href="https://www.defectivebydesign.org/blog/idad_2021_counteracting_disneys_attack_culture">Disney+</a> and <a href="https://www.defectivebydesign.org/blog/idad_2020_sent_netflix_and_drm_message">Netflix</a> mandate the use of a hardware-level backdoor called Widevine, giving them permanent access into deep components of your machine. Don't be swayed by them -- even if your access is gratis and "ad-supported."</p>
99329ee0
GF
1084<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>
1085 <p>Try these video services and sites instead:</p>
1086<ul class="pros">
1087 <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>
1088<li>The <a href="https://studio.blender.org/films">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>
1089<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>
1090 </ul>
1091
1092 </div>
1093 <!--End Good-->
1094
1095 <!--start bad-->
1096 <div class="good col-md-6 col-sm-6">
1097 <h5 class="text-center">Stay away from: Netflix</h5>
1098 <ul class="cons">
1099 <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 were a target for last year's <a href="https://dayagainstdrm.org/">International Day Against DRM (IDAD)</a>.</p>
1100<li><p>They're also leveraging their 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>
1101 </ul>
1102 </div>
1103 <!--End Bad-->
1104 </div>
1105 <!--End Row-->
1106 </div>
1107 <!--End Container-->
1108
1109 </section>
1110<!--End comparisons-->
1111
1112<!-- Begin need choices -->
1113<section class="choices" id="choices">
1114 <div class="container">
1115 <h1 class="text-center">Help wanted!</h1>
1116 <div class="container choices">
1117 <h2 class="title text-center"></h2>
1118 <div class="row is-table-row">
1119 <div class="good col-md-6 col-sm-6" style="position:relative">
1355e20a 1120 <h2 class="text-center">h-node</h2>
99329ee0
GF
1121 <p>
1122 The FSF's long-running <strong>h-node</strong> project has recently seen an uptick in activity, and we need your help to document how well free software runs on common devices.
1123 </p>
1124 <p>
fb102d1d 1125 By registering an account on <a href="https://h-node.org">h-node</a> and filling out listings for your hardware, you can help newcomers to the free software movement select hardware that will make their transition as easy as possible. You can also participate in the h-node community by joining the <span class="label label-default">#h-node</span> channel on the Libera.Chat <a href="https://libreplanet.org/wiki/IRC_Help">IRC network</a>.
99329ee0 1126 </p>
1355e20a
GF
1127 </div>
1128 <div class="good col-md-6 col-sm-6" style="position:relative">
31498bcb
GF
1129 <h2 class="text-center">Help the FSF</h2>
1130 <p>
b906d139 1131 If you're in the Boston area and would like to volunteer some time in support of free software and the FSF's mission, get in touch with us! We're always in need of help stuffing envelopes, scanning copyright assignments, and more. One great place to get involved in volunteering is our upcoming <a href="https://libreplanet.org/2023/">LibrePlanet 2023</a> conference.</p>
31498bcb
GF
1132 <p>Do you have a product that you think is eligible for RYF certification? Read our <a href="https://ryf.fsf.org/about/vendors">information for hardware vendors</a> to find out.</p>
1133 </div>
99329ee0
GF
1134<!-- <div class="good col-md-6 col-sm-6" style="position:relative"> -->
1135<!-- <h5 class="text-center">Stay away from these devices:</h5> -->
1136<!-- <ul class="cons"> -->
1137<!-- <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> -->
1138<!-- <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> -->
1139<!-- </ul> -->
1140<!-- </div> -->
1141 <!--End Bad-->
1142 </div>
1143 <!--End Row-->
1144 </div>
1145 <!--End Container-->
1146 <!--End bad-->
1147<!-- end choices -->
1148</div></section>
1149<!-- Begin Donations -->
1150 <section class="charities" id="charities">
1151 <div class="container">
1152 <h1 class="text-center">Join the FSF associate membership program</h1>
1153 <div class="container choices">
1154 <div class="row is-table row">
b838de39
GF
1155 <div style="position:relative">
1156 <a href="https://www.fsf.org/"><img src="img/logo-1.png" alt="FSF logo" class="center-block" style="width:320px;"/></a><br />
99329ee0
GF
1157 <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. If you're still looking for a gift, and want to put your money towards digital freedom, please consider becoming a member or donating to another charity supported by your friend or loved one.</p>
1158 <p>We've been fighting for digital freedoms since 1985, and have no plans of stopping. The work we do year-round is work to provide more and better options for gifts: spreading the message of software freedom, as well as helping retailers do the right thing and promoting the work of those who do. It's your support that makes this work possible.</p>
1159 </div>
1160 </div>
1161 </div>
1162 </section>
1163 <!-- End Donations -->
1164
1165 <!-- Begin Promotion details -->
1166
1167 <section class="promotion-details">
1168 <div class="container">
1169 <div class="row">
1170 <div class="col-md-12">
1171 <div class="panel-default">
1172 <div class="panel-heading">
1173 <h1 class="fix-margin">Promotion details</h1>
1174 </div>
1175 <div class="panel-body" id="promotion-details">
1176<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>
1177 <ul style="list-style: none inside none;">
fb102d1d 1178 <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 31. As always, FSF members get a 20% discount. Together with this code, your associate membership could net you 25% off!</li>
99329ee0
GF
1179 <!-- <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> -->
1180 <!-- <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> -->
1181 <!-- <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> -->
1182 <!-- <li id="technoethical-promotion"><strong>Technoethical:</strong> Discounts for all refurbished products until January 17th.</li> -->
1183 <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>
1184</ul>
1185 </div>
1186 </div>
1187 </div>
1188 <!-- End Panel -->
1189 </div>
1190 <!-- End Row -->
1191 </div>
1192 <!-- End Container -->
1193 </section>
1194 <!-- End Promotion details -->
1195 <!-- Begin Licenses -->
1196 <section class="licenses">
1197 <div class="container">
1198 <div class="row">
1199 <div class="col-md-12">
1200 <div class="panel-default">
1201 <div class="panel-heading">
1202 <h1 class="fix-margin">Licenses</h1>
1203
1204 </div>
1205 <div class="panel-body" id="licenses">
1206 <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.
1207 </p>
1208 <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>
1209 <ul style="list-style: none inside none;">
1210 <li>X200 product image in the public domain.</li>
1211 <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>
5f2803e0
GF
1212 <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>
1213 <li>Spotlight photo copyright © 2019, <a href="https://unsplash.com/photos/uq7Ld3rNd1Y">Jaël Vallée</a>. Licensed under the <a href="https://unsplash.com/license">Unsplash License</a>.</li>
99329ee0
GF
1214 <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>
1215 </div>
1216 </div>
1217 </div>
1218 <!-- End Panel -->
1219 </div>
1220 <!-- End Row -->
1221 </div>
1222 <!-- End Container -->
1223 </section>
1224 <!-- End Licenses -->
1225 <!--Begin Footer-->
1226 <footer>
1227 <div class="container-fluid">
1228 <div class="row">
1229 <div class="col-md-4 col-sm-4 footer-logo">
1230 <a href="https://fsf.org/"><img src="img/logo-1.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1231 </div>
1232 <div class="col-md-8 col-sm-8">
1233 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1234 <a href="https://fsf.org/about">learn about our history and work</a>.
1235 </p>
d113381d 1236 <p>Version 13.0. Copyright © 2004-2022
99329ee0
GF
1237 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1238 Free Software Foundation
1239 </a>, Inc.
1240 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
1241 <a href="js/weblabels.html" rel="jslicense">JavaScript License Information</a>.
1242 </p>
1243 </div>
1244 </div>
1245 <!-- End Row -->
1246 </div>
1247 <!-- End Container -->
1248 </footer>
1249 <!-- End Footer -->
1250
1251 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1252 <script src="js/jquery.js" charset="utf-8"></script>
1253 <!-- Include all compiled plugins (below), or include individual files as needed -->
1254 <script src="js/bootstrap.js" charset="utf-8"></script>
1255 <!-- Our JS -->
1256 <script src="js/magic.js" charset="utf-8"></script>
1257
1258<!-- Piwik -->
1259<script type="text/javascript">
1260 // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
1261 var _paq = _paq || [];
1262 _paq.push(["trackPageView"]);
1263 _paq.push(["enableLinkTracking"]);
1264
1265 (function() {
1266 var u = (("https:" == document.location.protocol) ? "https" : "http") + "://"+"piwik.fsf.org//";
1267 _paq.push(["setTrackerUrl", u+"piwik.php"]);
1268 _paq.push(["setSiteId", "14"]);
1269 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
1270 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
1271 })();
1272 // @license-end
1273</script>
1274<!-- End Piwik Code -->
1275<!-- Piwik Image Tracker -->
1276<noscript><img src="https://piwik.fsf.org//piwik.php?idsite=14&rec=1" style="border:0" alt="" /></noscript>
1277<!-- End Piwik -->
1278 </body>
1279
1280 </html>