c18da06e757b02944e1af776edca8dbf1f3c8a25
[fsf-giving-guide.git] / v9 / givingguide.html
1 <!DOCTYPE html>
2 <html lang="en">
3
4 <head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8
9 <title>Ethical Tech | Giving Guide</title>
10 <meta name="description" content="This is the Free Software Foundation (FSF) guide to smarter gift giving, compared with their restrictive counterparts.">
11
12 <!-- Some Colors -->
13 <!-- Chrome, Firefox OS and Opera -->
14 <meta name="theme-color" content="#2caf8f">
15 <!-- Windows Phone -->
16 <meta name="msapplication-navbutton-color" content="#2caf8f">
17
18 <link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
19 <link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
20 <link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
21 <link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
22 <link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
23 <link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
24 <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
25 <link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
26 <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
27 <link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
28 <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
29 <link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
30 <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
31 <meta name="msapplication-TileColor" content="#2caf8f">
32 <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
33 <meta name="theme-color" content="#2caf8f">
34
35 <!-- Bootstrap -->
36 <link rel="stylesheet" href="css/bootstrap.min.css">
37
38 <!-- Animate CSS -->
39 <link rel="stylesheet" href="css/animate.css">
40
41 <!-- Our CSS -->
42 <link rel="stylesheet" href="css/master.css">
43
44
45 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
46 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
47 <!--[if lt IE 9]>
48 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
49 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
50 <![endif]-->
51
52 <script>
53 /*
54
55 @licstart The following is the entire license notice for the
56 JavaScript code in this page.
57
58 Copyright (c) 2016 Reda Lazri
59
60 Permission is hereby granted, free of charge, to any person obtaining
61 a copy of this software and associated documentation files (the
62 "Software"), to deal in the Software without restriction, including
63 without limitation the rights to use, copy, modify, merge, publish,
64 distribute, sublicense, and/or sell copies of the Software, and to
65 permit persons to whom the Software is furnished to do so, subject to
66 the following conditions:
67
68 The above copyright notice and this permission notice shall be included
69 in all copies or substantial portions of the Software.
70
71 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
72 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
73 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
74 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
75 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
76 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
77 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
78
79 @licend The above is the entire license notice
80 for the JavaScript code in this page.
81
82 */
83 </script>
84
85 </head>
86
87 <!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
88
89 <div class="alert alert-success center-block">
90 <li class="info">
91 <p>
92 Many of these items are <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" class="alert-link">certified to Respect Your Freedom</a> (RYF-certified).
93 </p>
94 </li>
95 </div>
96 -->
97
98 <body>
99
100 <iframe src="//static.fsf.org/nosvn/banners/2019fundraiser-spring/" width="100%" height="100%" scrolling="no"
101 style="overflow: hidden; margin: 0; border: 0 none; display: block;">
102 </iframe>
103
104 <!-- begin fsf-modal-window-elem campaign element -->
105 <link type="text/css" rel="stylesheet" href="https://static.fsf.org/nosvn/fonts/fa/css/font-awesome.min.css">
106 <style>
107 #fsf-modal-window-elem-container div {
108 -webkit-box-sizing: border-box;
109 -moz-box-sizing: border-box;
110 box-sizing: border-box;
111 }
112
113 @media screen and (min-width: 700px) {
114
115 #fsf-modal-window-elem-outer-v-center {
116 display: table;
117 position: absolute;
118 height: 100%;
119 width: 100%;
120 }
121 #fsf-modal-window-elem-inner-v-center {
122 display: table-cell;
123 vertical-align: middle;
124 }
125
126 #fsf-modal-window-elem {
127 width: 687px;
128 margin-left: auto;
129 margin-right: auto;
130 }
131
132 #fsf-modal-window-elem-right-column {
133 float: right;
134 width: 280px;
135 padding-left: 20px;
136 }
137
138 #fsf-modal-window-elem-left-column {
139 width: 100%;
140 float: left;
141 margin-right: -280px;
142 }
143
144 #fsf-modal-window-elem-text {
145 margin-right: 280px;
146 }
147 }
148
149 @media screen and (max-width: 699px) {
150
151 #fsf-modal-window-elem {
152
153 -ms-box-orient: horizontal;
154 display: -webkit-box;
155 display: -moz-box;
156 display: -ms-flexbox;
157 display: -moz-flex;
158 display: -webkit-flex;
159 display: flex;
160
161 -webkit-flex-flow: row wrap;
162 flex-flow: row wrap;
163 }
164
165 #fsf-modal-window-elem {
166 width: 80vw;
167 margin-left: 10vw;
168 margin-right: 10vw;
169 margin-top: 40px;
170 margin-bottom: 40px;
171 }
172
173 #fsf-modal-window-elem-right-column {
174 width: 100%;
175 order: 1;
176 }
177
178 #fsf-modal-window-elem-left-column {
179 width: 100%;
180 order: 2;
181 }
182
183 #fsf-modal-window-elem-text {
184 margin-top: 20px;
185 }
186 }
187
188 @media screen and (max-width: 360px) {
189 .long-button-text {
190 font-size: 25px !important;
191 }
192 }
193
194 #fsf-modal-window-elem-container {
195 position: fixed;
196 z-index: 10000;
197 left: 0;
198 top: 0;
199 width: 100%;
200 height: 100%;
201 overflow: auto;
202 background-color: rgba(0,0,0,0.8);
203
204 font-weight: normal;
205 }
206
207 #fsf-modal-window-elem a, a:active, a:focus {
208 outline: none;
209 }
210
211 #fsf-modal-window-elem {
212 overflow: auto;
213 zoom: 1;
214 padding: 20px;
215 border-style: solid;
216 border-width: 5px;
217 border-color: #0065ff;
218 border-radius: 20px;
219 box-shadow: 0px 0px 10px #111111;
220 background-color: #1d0c3b;
221 }
222
223 #fsf-modal-window-elem-header {
224 width: 100%;
225 }
226
227 #fsf-modal-window-elem-header h2 {
228 font-family: sans-serif,"Helvetica",Arial;
229 font-weight: bold;
230 font-size: 24px;
231 color: #fdd538;
232 text-shadow: 0px 0px 8px #00378c;
233 padding-bottom: 20px;
234 margin-top: 0px;
235 margin-bottom: 0px;
236 border: none;
237 }
238
239 #fsf-modal-window-elem-close-button {
240 float: right;
241 height: 40px;
242 margin-right: -20px;
243 margin-top: -20px;
244 padding: 11px;
245 color: #888;
246 cursor: pointer;
247 }
248
249 #fsf-modal-window-elem-close-button:hover {
250 color: #aaf;
251 }
252
253 #fsf-modal-window-elem-right-column {
254 text-align: center;
255 -webkit-user-select: none;
256 -moz-user-select: none;
257 -ms-user-select: none;
258 user-select: none;
259 }
260
261 #fsf-modal-window-elem-buttons div {
262 height:53.333px;
263 line-height: 53.333px;
264 margin-left:auto;
265 margin-right:auto;
266 display:block;
267 }
268
269 #fsf-modal-window-elem-buttons {
270 }
271
272 #fsf-modal-window-elem-buttons a {
273 width: 100%;
274 display: block;
275 text-align:center;
276 font-size:35px;
277 color:#FFFFFF;
278 text-decoration: none;
279 font-family: sans-serif,"Helvetica",Arial;
280 font-weight: normal;
281 }
282
283 #fsf-modal-window-elem-maybe-later {
284 margin-top: 5px;
285 margin-bottom: -5px;
286 }
287
288 #fsf-modal-window-elem-maybe-later a {
289 color: #367c93;
290 line-height: 20px;
291 text-decoration: none;
292 cursor: pointer;
293 font-weight: normal;
294 font-family: sans-serif,"Helvetica",Arial;
295 font-size: 16px;
296 }
297
298 #fsf-modal-window-elem-text {
299 text-align: justify;
300 text-justify: inter-word;
301 }
302
303 #fsf-modal-window-elem-text a {
304 color: #fdd538;
305 font-weight: 700;
306 text-decoration: none;
307 }
308
309 #fsf-modal-window-elem-text a:hover {
310 color: #fd8e1b;
311 }
312
313 #fsf-modal-window-elem-text a:focus {
314 color: #fd8e1b;
315 }
316
317 #fsf-modal-window-elem-text a:active {
318 color: #ffac30;
319 }
320
321 #fsf-modal-window-elem-text p {
322 font-family: sans-serif,"Helvetica",Arial;
323 font-size: 18px;
324 font-weight: normal;
325 margin: 0px 0px 10px 0px;
326 line-height: 20px;
327 color: #ffffff;
328 text-shadow: 0px 0px 8px #4600ba;
329 }
330 </style>
331 <div id="fsf-modal-window-elem-container" style="display: none;">
332 <div id="fsf-modal-window-elem-outer-v-center">
333 <div id="fsf-modal-window-elem-inner-v-center">
334 <div id="fsf-modal-window-elem">
335 <div id="fsf-modal-window-elem-header">
336 <div id="fsf-modal-window-elem-close-button" onclick="//fsfModalWindowElemDontShowForAWhile();">
337 <i class="fa fa-close"></i>
338 </div>
339 <h2>Become a member today and help the FSF fight for user freedom!</h2>
340 </div>
341 <div id="fsf-modal-window-elem-left-column">
342 <div id="fsf-modal-window-elem-text">
343
344 <p>
345
346 Our large, diverse group of members and donors help the Free Software
347 Foundation remain proudly independent. Join us today and help us achieve our
348 goal of 200 new members in only 28 days (July 15).
349
350 </p>
351
352 <p>
353
354 Small contributions create a big impact!
355
356 </p>
357
358 <p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?pk_campaign=fr_sp2019&pk_kwd=learn-more&pk_source=modal">READ MORE</a> | <a href="https://my.fsf.org/join?pk_campaign=fr_sp2019&pk_source=modal2">JOIN</a></span></p>
359
360 </div>
361 </div>
362 <div id="fsf-modal-window-elem-right-column">
363 <div id="fsf-modal-window-elem-buttons" style="border-radius: 20px; box-shadow: 0px 0px 5px #0c2b2b;">
364 <div style="background-color:#3498DB; border-top-right-radius: 20px; border-top-left-radius: 20px;">
365 <a style="color:#fdd538;text-shadow: 0px 0px 8px #2670a1;" href="https://my.fsf.org/join?pk_campaign=fr_sp2019&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-check-circle">&nbsp;</i>Join</a>
366 </div>
367
368 <div style="background-color:#2ecc71">
369 <a style="text-shadow: 0px 0px 8px #219452;" href="https://my.fsf.org/renew?pk_campaign=fr_sp2019&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-refresh"></i> Renew</a>
370 </div>
371
372 <div style="background-color:#1abc9c; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
373 <a style="text-shadow: 0px 0px 8px #138c74;" href="https://my.fsf.org/donate?pk_campaign=fr_sp2019&pk_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-money"></i> Donate</a>
374 </div>
375 </div>
376 <!--
377 <div id="fsf-modal-window-elem-maybe-later">
378 <a onclick="//fsfModalWindowElemMaybeLater();">maybe later</a>
379 </div>
380 -->
381 </div>
382 </div>
383 </div>
384 </div>
385 <script type="text/javascript">
386 // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0
387
388 // licensed GPLv3-or-later by Andrew Engelbrecht
389
390 var startTime, endTime, switchTextTime;
391
392 startTime = new Date('2019-05-30T04:00:00Z');
393 switchTextTime = new Date('2019-06-28T04:00:00Z');
394 endTime = new Date('2019-07-12T04:00:00Z');
395
396 // possibly switch the text that is displayed in the modal window, depending
397 // upon the current date.
398 function fsfModalWindowElemMaybeSwitchText () {
399
400 var now;
401
402 now = new Date();
403 if (now.getTime() < switchTextTime.getTime()) {
404 return; // don't switch the dbd text
405 }
406
407 // switch dbd text
408 document.getElementById("fsf-modal-window-elem-text").innerHTML =' \
409 \
410 <p>Our large, diverse group of members and donors help the Free Software Foundation remain proudly independent. Join us and help us achieve our goal of 200 new members before July 15!</p> <p>Small contributions create a big impact!</p> \
411 \
412 <p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?pk_campaign=fr_sp2019&pk_kwd=learn-more&pk_source=modal">READ MORE</a> | <a href="https://my.fsf.org/join?pk_campaign=fr_sp2019&pk_source=modal2">JOIN</a></span></p>';
413 }
414
415 // show fsf-modal-window-elem if it hasn't been previously closed by
416 // the user, nor recently hit "maybe later",
417 // and the campaign is still happening
418 function fsfModalWindowElemMaybeShow () {
419
420 var pattern, noShowFsfModalWindowElementP, now;
421
422 now = new Date();
423 if (now.getTime() < startTime.getTime() || now.getTime() > endTime.getTime()) {
424 return; // don't show the fsf-modal-window-elem
425 }
426
427 // see if cookie says not to show element
428 pattern = /showFsfSpring2019FundraiserModalWindowElementP\s*=\s*false/;
429 noShowFsfModalWindowElementP = pattern.test(document.cookie);
430
431 //// uncomment here to enable modal window hiding
432 if (!noShowFsfModalWindowElementP) {
433 setTimeout(function () {
434 // display the element
435 document.getElementById("fsf-modal-window-elem-container").style.display="block";
436 }, 0);
437 }
438 }
439
440 // call this first to set the proper text
441 fsfModalWindowElemMaybeSwitchText();
442 // call this right away to avoid flicker
443 fsfModalWindowElemMaybeShow();
444
445
446 // get the time `plusDays` in the future.
447 // can be a fraction.
448 function daysInFuture (plusDays) {
449 var now, future;
450
451 now = new Date();
452 future = new Date(now.getTime() + Math.floor(1000 * 60 * 60 * 24 * plusDays));
453 return future.toGMTString();
454 }
455
456 // hide the fsf-modal-window-elem
457 function fsfModalWindowElemHide () {
458 document.getElementById("fsf-modal-window-elem-container").style.display="none";
459 }
460 // optionally hide elem and set a cookie to keep the fsf-modal-window-elem hidden for the next `forDays`.
461 function fsfModalWindowElemDontShowForDays (forDays, hideNow) {
462 if (hideNow === true) {
463 fsfModalWindowElemHide();
464 }
465 //document.cookie = "showFsfSrping2019FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays);
466 document.cookie = "showFsfSpring2019FundraiserModalWindowElementP=false; path=/; expires=" + daysInFuture(forDays);
467 }
468
469 // hide the element from now to two weeks after closing it
470 function fsfModalWindowElemDontShowForAWhile () {
471 fsfModalWindowElemDontShowForDays(14, true);
472 }
473 // hide the element from now to past the date of the campaign
474 //function fsfModalWindowElemDontShowAgain () {
475 // fsfModalWindowElemDontShowForDays(120, true);
476 //}
477 // don't show the element for a while
478 //function fsfModalWindowElemMaybeLater () {
479 // fsfModalWindowElemDontShowForDays(1, true);
480 //}
481 // keep the element visible for now, but don't show it for a while
482 function fsfModalWindowElemFollowedLink () {
483 fsfModalWindowElemDontShowForDays(14, false);
484 }
485
486 // close popup if user clicks trasparent part
487 document.getElementById("fsf-modal-window-elem-container").addEventListener("click", function(event){
488 fsfModalWindowElemDontShowForAWhile();
489 });
490 // don't close popup if clicking non-trasparent part (with the text and buttons)
491 document.getElementById("fsf-modal-window-elem").addEventListener("click", function(event){
492 event.stopPropagation();
493 });
494 // close popup if user clicks X icon
495 document.getElementById("fsf-modal-window-elem-close-button").addEventListener("click", function(event){
496 fsfModalWindowElemDontShowForAWhile();
497 });
498 //// close popup if user clicks maybe-later div
499 //document.getElementById("fsf-modal-window-elem-maybe-later").addEventListener("click", function(event){
500 // fsfModalWindowElemMaybeLater();
501 //});
502 // disable popup if user clicks one of the main buttons
503 document.getElementById("fsf-modal-window-elem-buttons").addEventListener("click", function(event){
504 fsfModalWindowElemFollowedLink();
505 });
506 // disable popup if user clicks one of the "Read more" link
507 document.getElementById("fsf-modal-window-text-link").addEventListener("click", function(event){
508 fsfModalWindowElemFollowedLink();
509 });
510 // close popup if user presses escape key
511 window.addEventListener("keydown", function (event) {
512 switch (event.key) {
513 case "Escape":
514 fsfModalWindowElemDontShowForAWhile();
515 break;
516 default:
517 return;
518 }
519 }, true);
520
521 // @license-end
522 </script>
523 </div>
524 <!-- end fsf-modal-window-elem campaign element -->
525
526 <nav class="navbar navbar-default">
527 <div class="container-fluid">
528 <!-- Brand and toggle get grouped for better mobile display -->
529 <div class="navbar-header">
530 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
531 <span class="sr-only">Toggle navigation</span>
532 <span class="icon-bar bar1"></span>
533 <span class="icon-bar bar2"></span>
534 <span class="icon-bar bar3"></span>
535 </button>
536 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
537 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
538
539 </div>
540
541 <!-- Collect the nav links, forms, and other content for toggling -->
542 <div class="collapse navbar-collapse" id="navbar-links">
543 <ul class="nav navbar-nav">
544 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
545 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
546 <li><a class="animated fadeIn" href="https://my.fsf.org/join?pk_campaign=fall18&pk_kwd=ggjoin">Join</a></li>
547 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
548 </ul>
549
550 </div>
551 <!-- /.navbar-collapse -->
552 </div>
553 <!-- /.container-fluid -->
554 </nav>
555
556 <!--Begin Intro-->
557 <section class="intro" id="intro">
558 <div class="container">
559 <div class="row">
560 <div class="illustration col-md-6">
561 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-dblock" />
562 </div>
563 <div class="intro-text col-md-6">
564 <h1>Give the gift of freedom!</h1>
565
566 <p>New electronic gadgets make great presents for family and friends, but so many of the phones, computers, and toys come with proprietary programs, privacy-disrespecting software, and surveillance tools hidden inside.</p>
567 <p>This guide replaces these holiday humbugs with better devices from ethical companies &mdash; no <a href="https://gnu.org/proprietary">creepy remote deletion of files or punitive and mean rules about copying and sharing</a>. Just products and software that respect the freedom and privacy of your loved ones: gifts you can feel good about.</p>
568
569 <p>Most of the devices in this list carry a <a href="https://fsf.org/ryf">Respects Your Freedom</a> (RYF) hardware product certification, which means that the product meets our high standards for endorsement. RYF-certified devices make great purchases and great gifts at any time of year – learn more and explore the full list <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">on our Web site</a>.</p>
570
571 <p>We also hope that our Giving Guide will help you find new ways to talk about how these kinds of devices deny users their freedom, and why it's important to respect your freedoms.</p>
572
573 </div>
574 </div>
575 </div>
576 </section>
577 <!--End Intro-->
578
579 <!--Begin Actions-->
580 <section class="actions" id="actions">
581 <div class="container">
582 <div class="row">
583 <!-- Begin Action -->
584 <div class="action col-md-4 col-sm-4 text-center">
585 <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>
586 <p>
587 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
588 </p>
589 </div>
590 <!-- End Action -->
591
592 <!-- Begin Action -->
593 <div class="action col-md-4 col-sm-4 text-center">
594 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Host a Giveaway</a>
595 <p>
596 Printable version coming soon!
597 </p>
598
599 </div>
600 <!-- End Action -->
601
602 <!-- Begin Action -->
603 <div class="action col-md-4 col-sm-4 text-center">
604 <a class="action-button" href="#charities">Support free software</a>
605 <p>
606 Donate to our suggested charities
607 </p>
608 </div>
609 <!-- End Action -->
610 </div>
611 <!-- End Row -->
612 </div>
613 <!-- End Container -->
614 </section>
615 <!--End Actions-->
616
617 <!--Begin Comparisons-->
618 <section class="comparisons">
619
620 <!--Smartphones-->
621 <div class="container smartphones">
622 <h2 class="title text-center">Smartphones</h2>
623 <div class="row is-table-row">
624 <div class="good col-md-6 col-sm-6" style="position:relative">
625 <h5 class="text-center">Galaxy S3 with Replicant</h5>
626 <img src="img/products/mobile_n2.png" alt="replicant phone" class="center-block" />
627
628
629 <!-- Buy/Download Button -->
630 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
631 BUY
632 <!-- Begin Sale -->
633 <span class="sale" >sale</span>
634 <!-- End Sale -->
635 </a>
636 <div class="collapse" id="sellers">
637 <div class="center-block seller-group">
638 <p style="color: #6b6b6b">
639 <strong>Get it from</strong>
640 </p>
641 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
642 <div class="sale-info links">
643 <a href="#technoethical-promotion">Sale details</a>
644 </div>
645 </div>
646 </div>
647
648 <script>
649 document.getElementById('get-item').style.display = '';
650 </script>
651 <noscript>
652 <div class="center-block seller-group">
653 <p style="color: #6b6b6b">
654 <strong>Get it from</strong>
655 </p>
656 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
657 <p class="sale-info links">
658 <a href="#technoethical-promotion">Sale details</a>
659 </p>
660 <!-- End Sale Info -->
661 </div>
662 </noscript>
663 <!-- End Buy/Download button -->
664
665 <ul class="pros">
666 <p>Why it's cool: Your smartphone is so much more than a phone: it's a tiny computer you carry with you every day, and for many people around the world, it's their only Internet-enabled device. Choosing one of these phones lets you bring software freedom everywhere you go. You <i>can</i> run your favorite apps and send all the text messages you want, while still running free software.</p>
667
668 <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>
669 </ul>
670 </div>
671 <!--End Good-->
672
673 <!-- start bad -->
674
675 <div class="good col-md-6 col-sm-6">
676 <ul class="pros">
677 <li>
678 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
679 </li>
680 <li>
681 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.
682 </li>
683 <li>Note: While the main processor exclusively runs free software, the modem processor runs a Samsung nonfree system.</li>
684 </ul>
685
686 <h5 class="text-center">Stay away from: iPhone</h5>
687 <ul class="cons">
688 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
689 <li>
690 iOS is a fully <a href="https://gnu.org/proprietary">proprietary operating system</a>, giving Apple control over the software on every Apple device.
691 </li>
692 <li>Avoid: iPhone XR, iPhone XS, iPhone X, and other models.</li>
693 </ul>
694 </div>
695 <!--End Bad-->
696 </div>
697 <!--End Row-->
698 </div>
699 <!--End Container-->
700 <!--End bad-->
701
702
703 <h2 class="title text-center">Laptops, Tablets, and Desktops</h2>
704
705 <!--Laptops-->
706 <div class="container">
707 <h3 class="title text-center">Laptops</h3>
708 <div class="row is-table-row">
709 <div class="good col-md-6 col-sm-6">
710 <h5 class="text-center">T400 with GNU/Linux</h5>
711 <img src="img/products/t400.png" alt="t400" class="center-block" />
712
713
714
715 <!-- Buy/Download Button -->
716 <a id="get-item-full" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-full" aria-expanded="false" aria-controls="sellers-full" style="display:none">
717 BUY
718 <!-- Begin Sale -->
719 <span class="sale" >sale</span>
720 <!-- End Sale -->
721 </a>
722 <div class="collapse" id="sellers-full">
723 <div class="center-block seller-group">
724 <p style="color: #6b6b6b">
725 <strong>Get it from</strong>
726 </p>
727 <p>
728 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
729 </p>
730 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
731 <p class="sale-info links">
732 <a href="#technoethical-promotion">Sale details</a>
733 </p>
734 </div>
735 </div>
736
737 <script>
738 document.getElementById('get-item-full').style.display = '';
739 </script>
740 <noscript>
741 <div class="center-block seller-group">
742 <p style="color: #6b6b6b">
743 <strong>Get it from</strong>
744 </p>
745 <p>
746 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
747 </p>
748 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
749 <p class="sale-info links">
750 <a href="#technoethical-promotion">Sale details</a>
751 </p>
752 </div>
753 </noscript>
754 <!-- End Buy/Download button -->
755
756 <ul class="pros">
757 <p>Why it's cool: The T400 is a popular laptop for running GNU/Linux because of how well-suited it is to work and play. Now you can get it completely free, with these RYF-certified options.</p>
758 <p>Setting up a fully free system is easier than it used to be, but can still seem daunting &mdash; especially if you've never done it before. Luckily, you can now get a new-to-you laptop that's ready to go out of the box.</p>
759 <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p>
760 </ul>
761
762 </div>
763 <!--End Good-->
764
765 <!--start bad-->
766 <div class="good col-md-6 col-sm-6">
767 <ul class="pros">
768 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
769 <li>Durable hardware is meant to last, and is easy to repair.</li>
770 <li>Created by small businesses that replace all restrictive components from a stock laptop.</li>
771 <li>Whether you purchase from Minifree or Technoethical, your T400 will be <a href="https://fsf.org/ryf">Respects Your Freedom certified</a>.</li>
772 </ul>
773 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
774 <ul class="cons">
775 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that profits from treating the user as a product &mdash; <a href="https://privacy.microsoft.com/en-US/privacystatement">forces users to consent to data collection</a> for purposes including "targeted advertising."
776 </li>
777 <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>
778 <li>Looking at a computer that includes an Intel CPU? Intel comes with <a href="https://www.fsf.org/blogs/sysadmin/the-management-engine-an-attack-on-computer-users-freedom">Management Engine</a>, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>
779 </ul>
780 </div>
781 <!--End Bad-->
782 </div>
783 <!--End Row-->
784 </div>
785 <!--End Container-->
786
787 <!--Compact Laptops-->
788 <div class="container">
789 <h3 class="title text-center">Compact Laptops</h3>
790 <div class="row is-table-row">
791 <div class="good col-md-6 col-sm-6">
792 <h5 class="text-center">X200 with GNU/Linux</h5>
793 <img src="img/products/x200.png" alt="x200" class="center-block" />
794
795
796 <!-- Buy/Download Button -->
797 <a id="get-item-compact" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-compact" aria-expanded="false" aria-controls="sellers-compact" style="display:none">
798 BUY
799 <!-- Begin Sale -->
800 <span class="sale" >sale</span>
801 <!-- End Sale -->
802 </a>
803 <div class="collapse" id="sellers-compact">
804 <div class="center-block seller-group">
805 <p style="color: #6b6b6b">
806 <strong>Get it from</strong>
807 </p>
808 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
809 <p class="sale-info links">
810 Libiquity's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified, but shipping is limited to the US. <a href="#libiquity-promotion">Sale details.</a>
811
812 </p>
813 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
814 <p class="sale-info links">
815 Minifree's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified.
816
817 </p>
818 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a><br>
819 <p class="sale-info links">
820 Technoethical's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
821 </p>
822 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
823 <p class="sale-info links">
824 Vikings's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a>
825 </p>
826
827 </div>
828 </div>
829
830 <script>
831 document.getElementById('get-item-compact').style.display = '';
832 </script>
833 <noscript>
834 <div class="center-block seller-group">
835 <p style="color: #6b6b6b">
836 <strong>Get it from</strong>
837 </p>
838 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
839 <p class="sale-info links">
840 Libiquity's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a>-certified, but shipping is limited to the US. <a href="#libiquity-promotion">Sale details.</a>
841 </p>
842 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
843 <p class="sale-info links">
844 Minifree's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified.
845
846 </p>
847 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
848 <p class="sale-info links">
849 Technoethical's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified, and global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
850 </p>
851 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
852 <p class="sale-info links">
853 Viking's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a></p>
854 </div>
855 </noscript>
856 <!-- End Buy/Download button -->
857
858 <!-- start good -->
859 <ul class="pros">
860 <p>Why it's cool: Take it to the office, take it to the cafe, take it to class, take it home and set it up on the counter so you can rock out while you cook. Do all of this the easy way.</p>
861
862 <p>This machine is made to go everywhere with you, and thanks to our friends who make RYF-certified products, you can have your mobility and your freedom, too.</p>
863 </ul>
864
865 </div>
866 <!--End Good-->
867
868 <!--start bad-->
869 <div class="good col-md-6 col-sm-6">
870 <ul class="pros">
871 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware. The X200 sold by Libiquity is also certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li>
872 <li>Durable hardware is meant to last, and is easy to repair.</li>
873 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
874 <h5 class="text-center">Stay away from: Apple</h5>
875 <ul class="cons">
876 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that restricts the user's freedoms.</li>
877 <li>Apple has been <a href="https://motherboard.vice.com/en_us/article/evmeya/apple-iphone-right-to-repair-california">opposing the Right to Repair</a> for years.</li>
878 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
879 <li>Avoid: MacBook Air (and MacBook Pro).</li>
880 <li>Note: Apple laptops come complete with <a href="https://www.fsf.org/blogs/sysadmin/the-management-engine-an-attack-on-computer-users-freedom">Intel Management Engine</a> as well.</li>
881 </ul>
882 </div>
883 <!--End Bad-->
884 </div>
885 <!--End Row-->
886 </div>
887 <!--End Container-->
888
889 <!--convertible Laptops-->
890 <div class="container">
891 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
892 <div class="row is-table-row">
893 <div class="good col-md-6 col-sm-6">
894 <h5 class="text-center">X200t with GNU/Linux</h5>
895 <img src="https://static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
896
897
898 <!-- Buy/Download Button -->
899 <a id="get-item-convertible" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-convertible" aria-expanded="false" aria-controls="sellers-convertible" style="display:none">
900 BUY
901 <!-- Begin Sale -->
902 <span class="sale" >sale</span>
903 <!-- End Sale -->
904 </a>
905 <div class="collapse" id="sellers-convertible">
906 <div class="center-block seller-group">
907 <p style="color: #6b6b6b">
908 <strong>Get it from</strong>
909 </p>
910 <p>
911 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
912 </p>
913 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
914 <p class="sale-info links">
915 <a href="#technoethical-promotion">Sale details</a>
916 </p>
917 </div>
918 </div>
919
920 <script>
921 document.getElementById('get-item-convertible').style.display = '';
922 </script>
923 <noscript>
924 <div class="center-block seller-group">
925 <p style="color: #6b6b6b">
926 <strong>Get it from</strong>
927 </p>
928
929 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
930 <p class="sale-info links">
931 <a href="#technoethical-promotion">Sale details.</a>
932 </p>
933 </div>
934 </noscript>
935
936
937 <!-- End Buy/Download button -->
938
939 <ul class="pros">
940 <p>Why it's cool: Use it as a laptop or as a tablet with a built-in stylus. It may not be a brand-new concept, but it'll always feel a little futuristic.</p>
941
942 <p>Enjoy all the portability of a tablet, without having to hunt-and-peck every letter when it comes time to do some work. It's versatile, multi-purpose, and stylish, and fits smoothly into every environment in your life (without pummeling you with the abuses of proprietary software).</p>
943 </ul>
944
945 </div>
946 <!--End Good-->
947
948 <!--start bad-->
949 <div class="good col-md-6 col-sm-6">
950 <ul class="pros">
951 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with Libreboot firmware.</li>
952 <li>Durable hardware is meant to last, and is easy to repair.</li>
953 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
954 </ul>
955 <h5 class="text-center">Stay away from: iPad Pro</h5>
956 <ul class="cons">
957 <li>
958 Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a> to block competing software.
959 </li>
960 <li>Apple's App Store has been <a href="https://www.defectivebydesign.org/blog/apple_app_store_anniversary_marks_ten_years_proprietary_appsploitation">threatening user freedom for ten years</a>. From user surveillance to allowing governments to control app access, the Apple App Store has done it all. </li>
961 </ul>
962 </div>
963 <!--End Bad-->
964 </div>
965 <!--End Row-->
966 </div>
967 <!--End Container-->
968
969 <!--Desktops-->
970 <div class="container">
971 <h3 class="title text-center">Desktops</h3>
972 <div class="row is-table-row">
973 <div class="good col-md-6 col-sm-6">
974 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
975 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
976
977 <!-- Buy/Download Button -->
978 <a id="get-item-desktop" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-desktop" aria-expanded="false" aria-controls="sellers-desktop" style="display:none">
979 BUY
980 <!-- Begin Sale -->
981 <span class="sale" >sale</span>
982 <!-- End Sale -->
983 </a>
984 <div class="collapse" id="sellers-desktop">
985 <div class="center-block seller-group">
986 <strong>Get it from</strong>
987 </p>
988 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
989 <p class="sale-info links">
990 <a href="#vikings-promotion">Sale details.</a>
991 </p>
992 </div>
993 </div>
994
995 <script>
996 document.getElementById('get-item-desktop').style.display = '';
997 </script>
998 <noscript>
999 <div class="center-block seller-group">
1000 <p style="color: #6b6b6b">
1001 <strong>Get it from</strong>
1002 </p>
1003 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
1004 <p class="sale-info links">
1005 The Workstation is not Respects Your Freedom certified at this point.
1006 </p>
1007 </div>
1008 </noscript>
1009 <!-- End Buy/Download button -->
1010
1011 <ul class="pros">
1012 <p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p>
1013
1014 <p>Gamers, video editors, and other users may want or need a more powerful machine &mdash; a desktop is the answer when you really need that extra push. Also good for users who want a bigger screen.</p>
1015 </ul>
1016
1017 </div>
1018 <!--End Good-->
1019
1020 <!--start bad-->
1021 <div class="good col-md-6 col-sm-6">
1022 <ul class="pros">
1023 <li>Choose from two operating systems: the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> operating systems Trisquel and Parabola.</li>
1024 <li>Comes with free boot firmware.</li>
1025 <li>You can customize and specialize this model to your needs -- the essence of user freedom!</li>
1026
1027 </ul>
1028 <h5 class="text-center">Stay away from: Apple iMac</h5>
1029 <ul class="cons">
1030 <p>An iMac puts designers and filmmakers at risk:</p>
1031 <li>Adobe Premiere Rush rents Mac (and Windows) users access to video editing software in exchange for control over their files.</li>
1032 </ul>
1033 <h5 class="text-center">Stay away from: Alienware Area-51 Threadripper</h5>
1034 <ul class="cons">
1035 <li>The newest Alienware gaming desktop comes with Ryzen Threadripper processors and loads of freedom-restricting proprietary software.</li>
1036 </ul>
1037 </div>
1038 <!--End Bad-->
1039 </div>
1040 <!--End Row-->
1041 </div>
1042 <!--End Container-->
1043
1044 <!--3D Printers-->
1045 <div class="container">
1046 <h3 class="title text-center">3D Printers</h3>
1047 <div class="row is-table-row">
1048 <div class="good col-md-6 col-sm-6">
1049 <h5 class="text-center">LulzBot Mini</h5>
1050 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
1051
1052
1053 <!-- Buy/Download Button -->
1054 <a id="get-item-print" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-print" aria-expanded="false" aria-controls="sellers-print" style="display:none">
1055 BUY
1056 <!-- Begin Sale -->
1057 <span class="sale" >sale</span>
1058 <!-- End Sale -->
1059 </a>
1060 <div class="collapse" id="sellers-print">
1061 <div class="center-block seller-group">
1062 <p style="color: #6b6b6b">
1063 <strong>Get it from</strong>
1064 </p>
1065 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
1066 <p class="sale-info links">
1067 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
1068
1069 </p>
1070 </div>
1071 </div>
1072
1073 <script>
1074 document.getElementById('get-item-print').style.display = '';
1075 </script>
1076 <noscript>
1077 <div class="center-block seller-group">
1078 <p style="color: #6b6b6b">
1079 <strong>Get it from</strong>
1080 </p>
1081 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
1082 <p class="sale-info links">
1083 <a href="#lulzbot-promotion">Sale details.</a>
1084 </p>
1085 </div>
1086 </noscript>
1087 <!-- End Buy/Download button -->
1088 <ul class="pros">
1089 <p>Why it's cool: Think ahead -- if you give this to your friend or relative, they might use it next year to make YOU a gift.</p>
1090
1091 <p>3D printers are an amazing learning and exploration tool for kids and a fun toy for grownups, and they've come a long way from their origins in the early 2000s. Keep it free and fun by digging into the thousands of free software options for modeling, and communities that share freely licensed designs.</p>
1092 </ul>
1093 </div>
1094 <!--End Good-->
1095
1096 <div class="good col-md-6 col-sm-6">
1097 <ul class="pros">
1098 <li>Performance and seamless interface <a href="https://www.tomsguide.com/us/best-3d-printers,review-2236.html">earned it "Editor's Choice"</a> in <em>Tom's Guide</em>'s 2018 3D printer comparison.</li>
1099 <li>Hardware designs are available to make customization easy. Standardized material format allows 3D printing with plastics, wood-, stone-, bamboo-, rubber-, and metal-like materials.</li>
1100 </ul>
1101 <h5 class="text-center">Stay away from: MakerBot</h5>
1102 <ul class="cons">
1103 <li>
1104 MakerWare software is proprietary, <a href="https://gnu.org/proprietary">restricting freedom and stifling creativity</a>.
1105 </li>
1106 <li>
1107 MakerBot was founded with a more freedom-respecting philosophy, but <a href="https://www.cnet.com/news/pulling-back-from-open-source-hardware-makerbot-angers-some-adherents/">has since announced</a> an increasingly proprietary approach and distanced itself from the community that formed around it.
1108 </li>
1109 </ul>
1110 </div>
1111 <!--End Bad-->
1112 </div>
1113 <!--End Row-->
1114 </div>
1115 <!--End Container-->
1116
1117 <!-- cool devices -->
1118 <div class="container">
1119 <h2 class="title text-center">Cool Devices</h2>
1120 <div class="container">
1121 <div class="row is-table-row">
1122 <div class="col-md-5 col-sm-6 recommended-img">
1123 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
1124 <img src="https://shop.fsf.org/sites/default/files/styles/product_full/public/randomnumber.jpg" alt="NeuG USB True Random Number Generator and a MicroSD card" class="center-block" style="height: 140px; margin-top: 90px; margin-bottom: 90px;"/>
1125
1126
1127 <!-- Buy/Download Button -->
1128 <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;">
1129 BUY
1130 <!-- Begin Sale -->
1131 <span class="sale" >sale</span>
1132 <!-- End Sale -->
1133 </a>
1134 <div class="collapse" id="sellers-random-number-generator">
1135 <div class="center-block seller-group">
1136
1137 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
1138 <p class="sale-info links">
1139 <a href="#GNU-promotion">Sale details.</a>
1140 </p>
1141 </div>
1142 </div>
1143
1144 <script>
1145 document.getElementById('get-item-random-number-generator').style.display = '';
1146 </script>
1147 <noscript>
1148 <div class="center-block seller-group">
1149 <p style="color: #6b6b6b">
1150 <strong>Get it from</strong>
1151 </p>
1152 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button" class="seller action-button">GNU Press Shop</a>
1153 <p class="sale-info links">
1154 <a href="#GNU-promotion">Sale details.</a>
1155 </p>
1156 </div>
1157 </noscript>
1158 <!-- End Buy/Download button -->
1159
1160 </div>
1161 <div class="col-md-7 col-sm-6">
1162 </h5>
1163 <ul class="pros">
1164 <li>The perfect present for the cryptogeek in your life.</li>
1165 <li>FST-01 (Flying Stone Tiny ZERO-ONE) is a tiny USB 32-bit computer based on a free (as in freedom) hardware design.</li>
1166 <li>NeuG is an implementation of a true random number generator (TRNG) for STM32F103 MCU.</li>
1167 </ul>
1168 </div>
1169 </div>
1170 <!-- End Row -->
1171 </div>
1172 <!-- End Container -->
1173
1174 <div class="row is-table-row">
1175 <div class="col-md-5 col-sm-6 recommended-img">
1176 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
1177 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
1178
1179 <!-- Buy/Download Button -->
1180 <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;">
1181 BUY
1182 <!-- Begin Sale -->
1183 <span class="sale">sale</span>
1184 <!-- End Sale -->
1185 </a>
1186 <div class="collapse" id="sellers-mini-adapter">
1187 <div class="center-block seller-group">
1188 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
1189 <p class="sale-info links">
1190 <a href="#technoethical-promotion">Sale details.</a>
1191 </p>
1192 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
1193 <p class="sale-info links">
1194 <a href="#thinkpenguin-promotion">Sale details.</a>
1195 </p>
1196 </div>
1197 </div>
1198
1199 <script>
1200 document.getElementById('get-item-mini-adapter').style.display = '';
1201 </script>
1202 <noscript>
1203 <div class="center-block seller-group">
1204 <p style="color: #6b6b6b">
1205 <strong>Get it from</strong>
1206 </p>
1207 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
1208
1209 <p class="sale-info links">
1210 <a href="#technoethical-promotion">Sale details.</a>
1211 </p>
1212 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
1213 <p class="sale-info links">
1214 <a href="#thinkpenguin-promotion">Sale details.</a>
1215 </p>
1216 </div>
1217 </noscript>
1218 <!-- End Buy/Download button -->
1219
1220 <!--start pros-->
1221 <ul class="pros">
1222 <p>Why it's cool: Trying to go 100% free but stuck with a proprietary Wi-Fi card? Just plug this into your USB port and you're ready to go.</p>
1223 </ul>
1224 </div>
1225
1226 <div class="good col-md-7 col-sm-6">
1227 <ul class="pros">
1228 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
1229 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
1230 <li>If you use a laptop listed in this Guide, an adapter like this won't be necessary.</li>
1231 </ul>
1232 </div>
1233 </div>
1234 <!-- End Row -->
1235 </div>
1236 <!-- End Container -->
1237
1238 <!-- Begin Recommended Template -->
1239
1240 <div class="container">
1241 <div class="row is-table-row">
1242 <div class="col-md-5 col-sm-6 recommended-img">
1243 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
1244 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
1245
1246 <!-- Buy/Download Button -->
1247 <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;">
1248 BUY
1249 <!-- Begin Sale -->
1250 <span class="sale">sale</span>
1251 <!-- End Sale -->
1252 </a>
1253 <div class="collapse" id="sellers-long-range-adapter">
1254 <div class="center-block seller-group">
1255 <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>
1256 <p class="sale-info links">
1257 <a href="#thinkpenguin-promotion">Sale details.</a>
1258 </p>
1259 </div>
1260 </div>
1261
1262 <script>
1263 document.getElementById('get-item-long-range-adapter').style.display = '';
1264 </script>
1265 <noscript>
1266 <div class="center-block seller-group">
1267 <p style="color: #6b6b6b">
1268 <strong>Get it from</strong>
1269 </p>
1270 <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>
1271 <p class="sale-info links">
1272 <a href="#thinkpenguin-promotion">Sale details.</a>
1273 </p>
1274 </div>
1275 </noscript>
1276 <!-- End Buy/Download button -->
1277
1278 </div>
1279 <div class="col-md-7 col-sm-6">
1280 </h5>
1281 <ul class="pros">
1282 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
1283 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
1284 </ul>
1285 </div>
1286 </div>
1287 <!-- End Row -->
1288 </div>
1289 <!-- End Container -->
1290
1291 <!-- Begin Recommended Template -->
1292 <div class="container">
1293 <div class="row is-table-row">
1294 <div class="col-md-5 col-sm-6 recommended-img">
1295 <h5 class="text-center">VPN Router</h5>
1296 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
1297
1298
1299 <!-- Buy/Download Button -->
1300 <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;">
1301 BUY
1302 <!-- Begin Sale -->
1303 <span class="sale">sale</span>
1304 <!-- End Sale -->
1305 </a>
1306 <div class="collapse" id="sellers-vpn-router">
1307 <div class="center-block seller-group">
1308 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1309 <p class="sale-info links">
1310 <a href="#thinkpenguin-promotion">Sale details.</a>
1311 </p>
1312 </div>
1313 </div>
1314
1315 <script>
1316 document.getElementById('get-item-vpn-router').style.display = '';
1317 </script>
1318 <noscript>
1319 <div class="center-block seller-group">
1320 <p style="color: #6b6b6b">
1321 <strong>Get it from</strong>
1322 </p>
1323 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
1324 <p class="sale-info links">
1325 <a href="#thinkpenguin-promotion">Sale details.</a>
1326 </p>
1327 </div>
1328 </noscript>
1329 <!-- End Buy/Download button -->
1330
1331 </div>
1332 <div class="col-md-7 col-sm-6">
1333 <ul class="pros">
1334 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
1335 <li>Designed for easy setup.</li>
1336 <li>As free as can be: runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> LibreCMC operating system on a product that is certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li>
1337 </ul>
1338 </div>
1339 </div>
1340 <!-- End Row -->
1341 </div>
1342 <!-- End Container -->
1343
1344 <h1 class="title text-center">Books, Music, and Video</h1>
1345 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
1346 <!--ebooks-->
1347 <div class="container">
1348 <h3 class="title text-center">Books</h3>
1349 <div class="row is-table-row">
1350 <div class="good col-md-6 col-sm-6">
1351 <h5 class="text-center">DRM-free Ebooks</h5>
1352
1353 <ul class="pros">
1354 <p>There are <a href="https://www.defectivebydesign.org/guide/ebooks">plenty of places</a> to get your literature fix without any pesky DRM. We're highlighting some publishers and shops you should patronize below!</p>
1355 <li><a href="https://leanpub.com/">Leanpub</a> is an author-driven ebook Web site encouraging people to "publish early, publish often."</li>
1356 <li><a href="https://lektu.com/">Lektu</a> provides you with media in Spanish.</li>
1357 <li><a href="https://www.manning.com/ebooks">Manning Publications</a> has audio and video in addition to ebooks.</li>
1358 <li><a href="https://nostarch.com/">No Starch Press</a> offers "the finest in geek entertainment."</li>
1359 <li><a href="https://www.packtpub.com/">Packt Publishing</a> has ebooks and videos covering a range of technical topics.</li>
1360 <li><a href="https://www.smashwords.com/books/category/1/bestsellers/0/any/any">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
1361 <li>Looking to buy paper books? Check out the <a href="https://shop.fsf.org/collection/books-docs">GNU Press Shop</a> for your technical manuals and documentation needs.</li>
1362 </ul>
1363
1364 </div>
1365 <!--End Good-->
1366
1367 <!--start bad-->
1368 <div class="good col-md-6 col-sm-6">
1369 <ul class="pros">
1370 <h5 class="text-center">Stay away from: Amazon</h5>
1371 <ul class="cons">
1372 <li>Amazon is one of the <a href="https://www.defectivebydesign.org/amazon">most notorious DRM offenders</a>. Whether it's their Kindle ebook reader or their countless DRM-encumbered ebooks, Amazon is the place to go if you want to <a href="https://www.defectivebydesign.org/amazon-kindle-swindle">let someone else snatch away texts</a> from your personal library.</li>
1373 <li><a href="https://www.defectivebydesign.org/">Read more about DRM, the risks it poses, and the damage it causes</a>.
1374 </ul>
1375 </div>
1376 <!--End Bad-->
1377 </div>
1378 <!--End Row-->
1379 </div>
1380 <!--End Container-->
1381
1382 <!--Music-->
1383 <div class="container">
1384 <h3 class="title text-center">Music</h3>
1385 <div class="row is-table-row">
1386 <div class="good col-md-6 col-sm-6">
1387 <h5 class="text-center">DRM-free Music</h5>
1388
1389 <!-- start good -->
1390 <ul class="pros">
1391 <p>Many consider music essential to the richness of the human experience. Thanks to the <a href="https://www.defectivebydesign.org/guide/audio">many artists, producers, record labels, and shops</a> highlighted on <a href="https://defectivebydesign.org">Defective by Design</a>, the rights-respecting options are nearly endless. Check out music from great labels and artists, including:</p>
1392 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
1393 <li><a href="https://www.emusic.com/">Emusic</a> is the Web's second largest music store.</li>
1394 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
1395 </ul>
1396
1397 </div>
1398 <!--End Good-->
1399
1400 <!--start bad-->
1401 <div class="good col-md-6 col-sm-6">
1402 <ul class="cons">
1403 <h5 class="text-center">Stay away from: Spotify, iTunes, (and all other major streaming services)</h5>
1404 <ul>
1405 <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>
1406 <li>In addition to streaming music encumbered by DRM, people who want to use Spotify are required to install additional proprietary software. Even <a href="https://www.spotify.com/us/download/linux/">Spotify's client for GNU/Linux</a> relies on proprietary software.</li>
1407 <li>Apple Music and iTunes streaming also use DRM on its files.</li>
1408 </ul>
1409 </div>
1410 <!--End Bad-->
1411 </div>
1412 <!--End Row-->
1413 </div>
1414 <!--End Container-->
1415
1416 <!--Video-->
1417 <div class="container">
1418 <h3 class="title text-center">Video</h3>
1419 <div class="row is-table-row">
1420 <div class="good col-md-6 col-sm-6">
1421 <h5 class="text-center">DRM-free video</h5>
1422 <ul class="pros">
1423 <p>As winter comes to the Northern Hemisphere, it's the perfect time to curl up under a blanket and watch some DRM-free video. In the Southern Hemisphere? Enjoy relaxing with a great movie actually owned by you.</p>
1424 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
1425 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li>
1426 <li><a href="https://archive.org/details/movies">Moving Image Archive</a> is a section of <a href="https://archive.org">Archive.org</a> containing thousands of film releases, available to stream or download.</li>
1427 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li>
1428 </ul>
1429
1430 </div>
1431 <!--End Good-->
1432
1433 <!--start bad-->
1434 <div class="good col-md-6 col-sm-6">
1435 <h5 class="text-center">Stay away from: Netflix</h5>
1436 <ul class="cons">
1437 <p>Whether it's <a href="https://www.defectivebydesign.org/blog/tell_netflix_nix_drm_original_productions">using major studios as scapegoats for using DRM</a> or <a href="https://www.w3.org/2017/09/pressrelease-eme-recommendation.html.en">pushing for DRM as an official W3C Recommendation</a>, Netflix has been at the front line of getting DRM into media online and in your home.</p>
1438 </ul>
1439 </div>
1440 <!--End Bad-->
1441 </div>
1442 <!--End Row-->
1443 </div>
1444 <!--End Container-->
1445
1446 </section>
1447 <!--End comparisons-->
1448
1449 <!-- Begin need choices -->
1450 <section class="choices" id="choices">
1451 <div class="container">
1452 <h1 class="text-center">We need better choices!<h1>
1453 <div class="container choices">
1454 <h2 class="title text-center"></h2>
1455 <div class="row is-table-row">
1456 <div class="good col-md-6 col-sm-6" style="position:relative">
1457 <p>Sadly, there is not always the opportunity to choose freedom. You have to decide what is the right thing for you to do. In this section of our guide, we've highlighted some of the types of devices where there isn't a good choice. We hope you'll take this list as inspiration for the free software projects you contribute to and support.</p>
1458 </div>
1459 <!--End Good-->
1460
1461 <!-- start bad -->
1462
1463 <div class="good col-md-6 col-sm-6">
1464 <h5 class="text-center">In need of development</h5>
1465 <ul class="pros">
1466 <li>Cameras</li>
1467 <li>Ebook readers</li>
1468 <li>Fitness trackers</li>
1469 <li>Smart watches</li>
1470 <li>Video gaming systems</liz.
1471 </ul>
1472 <h5 class="text-center">Stay away from: These devices</h5>
1473 <ul class="cons">
1474 <li>Internet of Things connected home appliances, smart speakers, and virtual assistants are little more than spying devices brought into your home. These include Amazon Alexa, Amazon Echo, Google Home, Nest, Philips Hue lighting, Ring doorbell, Sonos One, and Wembo.</li>
1475 <li>Self-driving cars are full of proprietary software, and they also pose a terrible risk to cyclists, pedestrians, and riders. <a href="https://www.theguardian.com/technology/2017/jul/31/tesla-model-3-electric-car-doesnt-have-key-things-we-learned-speedometer-battery-sleep">Read more about</a> the Tesla Model 3's anti-features and autopilot system.</li>
1476 </ul>
1477 </div>
1478 <!--End Bad-->
1479 </div>
1480 <!--End Row-->
1481 </div>
1482 <!--End Container-->
1483 <!--End bad-->
1484 <!-- end choices -->
1485
1486
1487
1488 <!-- Begin Donations -->
1489 <section class="charities" id="charities">
1490 <div class="container">
1491 <h1 class="text-center">Recommended organizations for holiday donations</h1>
1492 <div class="row">
1493 <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3">
1494 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
1495 <p>The Giving Guide is brought to you by the <a href="https://fsf.org">Free Software Foundation</a>. We are powered by our Associate Members. Will you help us propel free software to new frontiers by <a href="https://my.fsf.org/join?pk_campaign=fall18&pk_kwd=ggjoin">joining today</a>?</p>
1496 </div>
1497 </div>
1498 <div style="height: 30px"></div>
1499 <div class="row">
1500 <div class="col-md-3 col-sm-4 col-xs-6">
1501 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
1502 </div>
1503 <div class="col-md-3 col-sm-4 col-xs-6">
1504 <a href="https://www.openrightsgroup.org/"><img src="img/charities/org.png" alt="ceataopen rights group logo" class="center-block img-responsive" /></a>
1505 </div>
1506 <div class="col-md-3 col-sm-4 col-xs-6">
1507 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
1508 </div>
1509 <div class="col-md-3 col-sm-4 col-xs-6">
1510 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
1511 </div>
1512 <div class="col-md-3 col-sm-4 col-xs-6">
1513 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
1514 </div>
1515 <div class="col-md-3 col-sm-4 col-xs-6">
1516 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
1517 </div>
1518 <div class="col-md-3 col-sm-4 col-xs-6">
1519 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
1520 </div>
1521 </div>
1522 </div>
1523 </div>
1524 </div>
1525 </section>
1526 <!-- End Donations -->
1527
1528 <!-- Begin Promotion details -->
1529
1530 <section class="promotion-details">
1531 <div class="container">
1532 <div class="row">
1533 <div class="col-md-12">
1534 <div class="panel-default">
1535 <div class="panel-heading">
1536 <h1 class="fix-margin">Promotion details</h1>
1537 </div>
1538 <div class="panel-body" id="promotion-details">
1539 <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>
1540 <ul style="list-style: none inside none;">
1541 <li id="GNU-promotion"><strong>GNU Press Shop: </strong>5% discount on all items using the coupon code <span class="label label-default">GIVEFREELY</span>. Code expires on December 31st. As always, FSF members get a 20% discount.</li>
1542 <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>
1543 <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>
1544 <li id="minifree-promotion"><strong>Minifrree: </strong><a href="https://minifree.org/">Offering a discount on all products through the end of the year.</a>
1545 <li id="technoethical-promotion"><strong>Technoethical:</strong> 5% discount on <b>all</b> purchases using the coupon code <span class="label label-default">FSFHOLIDAYS</span>. FSF members get an additional 10% off, using the code <span class="label label-default">FSREWARDS</span>.</li>
1546 <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>
1547 <li id="vikings-promotion"><strong>Vikings:</strong> 5% discount on <b>all</b> products and services between now and February 1, 2019. <b>Help the FSF:</b> Vikings will also make a donation to the FSF for each product purchased using the coupon code <span class="label label-default">fsfftw</span>.</li>
1548
1549 </ul>
1550 </div>
1551 </div>
1552 </div>
1553 <!-- End Panel -->
1554 </div>
1555 <!-- End Row -->
1556 </div>
1557 <!-- End Container -->
1558 </section>
1559 <!-- End Promotion details -->
1560
1561
1562 <!-- Start Respects Your Freedom -->
1563 <!-- <section class="promotion-details">
1564 <div class="container">
1565 <div class="row">
1566 <div class="col-md-12">
1567 <div class="panel-default">
1568 <div class="panel-heading">
1569 <h1 class="fix-margin">Respects Your Freedom</h1>
1570 </div>
1571 <div class="panel-body" id="promotion-details">
1572 <p>The FSF certifies devices that <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">respects your freedoms</a>. These items arrive installed with free software, and you can see a <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">complete list</a> of RYF products on FSF.org.</p>
1573 <p>We would never recommend you use, run, or give proprietary software. However, one part of RYF certification is the promise that one can install any software they wish on the device. This includes proprietary software. Free software is about many things, including the right to choose what is on your device. We urge you to keep your gifts and own devices fully free&mdash;it's not only the responsible thing, but the right thing.</p>
1574 </div>
1575 </div>
1576 </div> -->
1577 <!-- End Panel -->
1578 </div>
1579 <!-- End Row -->
1580 </div>
1581 <!-- End Container -->
1582 </section>
1583 <!-- End Respects Your Freedom -->
1584
1585 <!-- Begin Licenses -->
1586 <section class="licenses">
1587 <div class="container">
1588 <div class="row">
1589 <div class="col-md-12">
1590 <div class="panel-default">
1591 <div class="panel-heading">
1592 <h1 class="fix-margin">Licenses</h1>
1593
1594 </div>
1595 <div class="panel-body" id="licenses">
1596 <p>This page by the Free Software Foundation is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a>.
1597 </p>
1598 <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>
1599 <ul style="list-style: none inside none;">
1600 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
1601 <li>LulzBot 3D printer photo by Aleph Objects is licensed under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0</a>.</li>
1602 <li>ThinkPenguin with GNU and both ThinkPenguin router images by ThinkPenguin are licensed under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0</a>.</li>
1603 <li>Technoethical Replicant S3, Wi-Fi Dongle, and X200T by Technoethical 2016-2017 licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a>.</li>
1604 <li>Photo of bookshelf by <a href="https://www.flickr.com/photos/seeminglee/4556156477/">See-ming Lee</a> licensed under a <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0</a>.</li>
1605 </div>
1606 </div>
1607 </div>
1608 <!-- End Panel -->
1609 </div>
1610 <!-- End Row -->
1611 </div>
1612 <!-- End Container -->
1613 </section>
1614 <!-- End Licenses -->
1615
1616 <!--Begin Footer-->
1617 <footer>
1618 <div class="container-fluid">
1619 <div class="row">
1620 <div class="col-md-4 col-sm-4 footer-logo">
1621 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1622 </div>
1623 <div class="col-md-8 col-sm-8">
1624 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1625 <a href="https://fsf.org/about">learn about our history and work</a>.
1626 </p>
1627 <p>Version 9.0. Copyright © 2004-2018
1628 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1629 Free Software Foundation
1630 </a>, Inc.
1631 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
1632 <a href="js/weblabels.html" rel="jslicense">Javascript License Information</a>.
1633 </p>
1634 </div>
1635 </div>
1636 <!-- End Row -->
1637 </div>
1638 <!-- End Container -->
1639 </footer>
1640 <!-- End Footer -->
1641
1642 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1643 <script src="js/jquery.js" charset="utf-8"></script>
1644 <!-- Include all compiled plugins (below), or include individual files as needed -->
1645 <script src="js/bootstrap.js" charset="utf-8"></script>
1646 <!-- Our JS -->
1647 <script src="js/magic.js" charset="utf-8"></script>
1648
1649 <!-- Piwik -->
1650 <script type="text/javascript">
1651 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1652 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1653 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1654 try {
1655 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1656 piwikTracker.trackPageView();
1657 piwikTracker.enableLinkTracking();
1658 } catch (err) {}
1659 // @license-end
1660 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1661 <!-- End Piwik Tracking Code -->
1662 </body>
1663
1664 </html>