correct libreboot link
[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 -->
99329ee0
GF
99
100 <nav class="navbar navbar-default">
101 <div class="container-fluid">
102 <!-- Brand and toggle get grouped for better mobile display -->
103 <div class="navbar-header">
104 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
105 <span class="sr-only">Toggle navigation</span>
106 <!-- <span class="icon-bar bar1"></span> -->
107 <!-- <span class="icon-bar bar2"></span> -->
108 <!-- <span class="icon-bar bar3"></span> -->
109 </button>
110 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo-1.png" alt="FSF" width="180" /></a>
111 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
112
113 </div>
114
115 <!-- Collect the nav links, forms, and other content for toggling -->
116 <div class="collapse navbar-collapse" id="navbar-links">
117 <ul class="nav navbar-nav">
118 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
119 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
35dbaf70 120 <li><a class="animated fadeIn" href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_kwd=ggjoin">Join</a></li>
99329ee0
GF
121 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
122 </ul>
123
124 </div>
125 <!-- /.navbar-collapse -->
126 </div>
127 <!-- /.container-fluid -->
128 </nav>
129
130 <!--Begin Intro-->
131 <section class="intro" id="intro">
132 <div class="container">
133 <div class="row">
134 <div class="illustration col-md-6">
135 <center>
136 <hr />
137 <!-- <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> -->
138 <img src="img/Illustration.png" alt="large-illustration" class="img-responsive center-dblock" />
139 </center>
140 </div>
141 <div class="intro-text col-md-6">
52a7d8f4 142 <h1>In your gift giving this year, put freedom first</h1>
9c3cc464
GF
143<p>It's time to reclaim our freedom from the abuse of multinational
144corporations, who
47a501bb 145use <a href="https://gnu.org/proprietary/">proprietary software</a> and
9c3cc464
GF
146malicious "antifeatures" to keep us powerless, dependent, and
147surveilled by the devices that we use. There's no time at which it's
97e1a1e2 148more important to turn these unfortunate facts into positive action than the holiday
9c3cc464
GF
149season.</p>
150<p>The gifts that we recommend here might not be making headlines, but
151they're the rare exception to the apparent rule that devices should
152mistreat their users. We encourage you to take a close look at our
153 recommendations and see if they might work for you or a loved one.</p>
99329ee0 154 <h4>This year, choose freedom</h4>
e3cda649
GF
155 <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>
156 <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
157 </div>
158 </div>
159 </div>
160 </section>
161 <!--End Intro-->
162
163 <!--Begin Actions-->
164 <section class="actions" id="actions">
165 <div class="container">
166 <div class="row">
167 <!-- Begin Action -->
168 <div class="action col-md-4 col-sm-4 text-center">
169 <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>
170 <p>
17c158b7 171 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
172 </p>
173 </div>
174 <!-- End Action -->
175
176 <!-- Begin Action -->
177 <div class="action col-md-4 col-sm-4 text-center">
178 <a class="action-button" href="">Collaborate</a>
179 <p>
ca686efa 180 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
181 </p>
182 </div>
183 <!-- End Action -->
184
185 <!-- Begin Action -->
186
187 <div class="action col-md-4 col-sm-4 text-center">
188 <a class="action-button" href="https://my.fsf.org/gift-a-membership">Gift a membership</a>
189 <p>
80ef1e5b 190 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
191 </p>
192 </div>
193 <!-- End Action -->
194 </div>
195 <!-- End Row -->
196 </div>
197 <!-- End Container -->
198 </section>
199 <!--End Actions-->
200
201 <!--Begin Comparisons-->
202 <section class="comparisons">
203
204 <!--Smartphones-->
205 <div class="container smartphones">
206 <h2 class="title text-center">Smartphones</h2>
207 <div class="row is-table-row">
208 <div class="good col-md-6 col-sm-6" style="position:relative">
209 <h5 class="text-center">Replicant</h5>
210 <img src="img/products/replicant.png" alt="Replicant logo" class="center-block" />
211
212
213 <!-- Buy/Download Button -->
214 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
215 DOWNLOAD
216</a>
217 <div class="collapse" id="sellers">
218 <div class="center-block seller-group">
219 <p style="color: #6b6b6b">
220 <strong>Visit the site</strong>
221 </p>
222 <a href="https://replicant.us" class="seller action-button">Replicant Project</a>
223 </div>
224 </div>
225
226 <script>
227 document.getElementById('get-item').style.display = '';
228 </script>
229 <noscript>
230 <div class="center-block seller-group">
231 <p style="color: #6b6b6b">
232 <strong>Visit the site</strong>
233 </p>
234 <a href="https://replicant.us" class="seller action-button">Replicant Project</a>
235 </noscript>
236 <!-- End Buy/Download button -->
237
238 <ul class="pros">
a4906a2d 239 <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 240 <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
241 </ul>
242 </div>
243 <!--End Good-->
244
245 <!-- start bad -->
246
247 <div class="good col-md-6 col-sm-6">
248 <ul class="pros">
249 <li>
250 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.
251 </li>
252 <li>
253 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.
254 </li>
95c341c4 255 <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
256 </ul>
257
258 <h5 class="text-center">Stay away from: iPhone</h5>
259 <ul class="cons">
260 <li>
261 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>.
262 </li>
263 <li>
46c2d730 264 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 265 </li>
994e24ff 266 <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
267 </ul>
268 </div>
269 <!--End Bad-->
270 </div>
271 </div>
272 <!--End Row-->
273<!-- <div class="container"> -->
274<!-- <div class="row is-table-row"> -->
275<!-- <div class="good col-md-6 col-sm-6" style="position:relative"> -->
276<!-- <h5 class="text-center">Galaxy S3 with Replicant</h5> -->
277<!-- <img src="img/products/mobile_s3.png" alt="replicant phone" class="center-block" /> -->
278<!-- <\!-- Buy/Download Button -\-> -->
279<!-- <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"> -->
280<!-- BUY -->
281<!-- <\!-- Begin Sale -\-> -->
282<!-- <span class="sale" >sale</span> -->
283<!-- <\!-- End Sale -\-> -->
284<!-- </a> -->
285<!-- <div class="collapse" id="sellers-replicant"> -->
286<!-- <div class="center-block seller-group"> -->
287<!-- <p style="color: #6b6b6b"> -->
288<!-- <strong>Get it from</strong> -->
289<!-- </p> -->
290<!-- <p> <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a></p> -->
291<!-- <p class="sale-info links"> -->
292<!-- <a href="#technoethical-promotion">Sale details.</a> -->
293<!-- </p> -->
294<!-- </div> -->
295<!-- </div> -->
296
297<!-- <script> -->
298<!-- document.getElementById('get-item-replicant').style.display = ''; -->
299<!-- </script> -->
300<!-- <noscript> -->
301<!-- <div class="center-block seller-group"> -->
302<!-- <p style="color: #6b6b6b"> -->
303<!-- <strong>Get it from</strong> -->
304<!-- </p> -->
305<!-- <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a> -->
306<!-- <p class="sale-info links"> -->
307<!-- <a href="#technoethical-promotion">Sale details.</a> -->
308<!-- </p> -->
309<!-- </div> -->
310<!-- </noscript> -->
311<!-- <\!-- End Buy/Download button -\-> -->
312
313<!-- <ul class="pros"> -->
314<!-- <p>Why it's cool: Your smartphone is so much more than a phone: it's -->
315<!-- a tiny computer you carry with you every day. Choosing one of these -->
316<!-- phones lets you bring software freedom everywhere you go. -->
317<!-- You <i>can</i> run your favorite apps and send all the text messages -->
318<!-- you want, while still running free software.</p> -->
319
320<!-- <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> -->
321<!-- </ul> -->
322<!-- </div> -->
323<!-- <\!--End Good-\-> -->
324
325<!-- <\!-- start bad -\-> -->
326
327<!-- <div class="good col-md-6 col-sm-6"> -->
328<!-- <ul class="pros"> -->
329<!-- <li> -->
330<!-- Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android. -->
331<!-- </li> -->
332<!-- <li> -->
333<!-- 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. -->
334<!-- </li> -->
335<!-- <li>Note: While the main processor exclusively runs free software, the modem processor runs Samsung's nonfree system.</li> -->
336<!-- </ul> -->
337
338<!-- <h5 class="text-center">Stay away from: Google Pixel</h5> -->
339<!-- <ul class="cons"> -->
340<!-- <li>The Google Pixel line (and most Android devices) aren't just -->
341<!-- restricted by Widevine's <a href="https://www.gnu.org/philosophy/can-you-trust.html">treacherous</a> DRM. They also come with -->
342<!-- <a href="https://gnu.org/proprietary">proprietary</a> Google apps that -->
343<!-- <a href="https://www.gnu.org/proprietary/malware-google.html">subjugate users</a>.</li> -->
344<!-- </ul> -->
345<!-- </div> -->
346<!-- <\!--End Bad-\-> -->
347<!-- </div> -->
348 <!--End Container-->
349</div>
350 <!--End bad-->
351
352 <h2 class="title text-center">Personal Computers</h2>
353 <!--Laptops-->
354 <div class="container">
355 <div class="row is-table-row">
356 <div class="good col-md-6 col-sm-6" style="position:relative">
357 <h5 class="text-center">X200 with GNU/Linux</h5>
358 <img src="img/products/x200.png" alt="X200" class="center-block"/>
707cf764
GF
359 <!-- Buy/Download Button -->
360 <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">
361 BUY
707cf764
GF
362 </a>
363 <div class="collapse" id="sellers-x200">
364 <div class="center-block seller-group">
365 <p style="color: #6b6b6b">
366 <strong>Get it from</strong>
367 </p>
368 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
369 </div>
370 </div>
371
372 <script>
373 document.getElementById('get-item-x200').style.display = '';
374 </script>
375 <noscript>
376 <div class="center-block seller-group">
377 <p style="color: #6b6b6b">
378 <strong>Get it from</strong>
379 </p>
380 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
381 </div>
382 </noscript>
383 <!-- End Buy/Download button -->
99329ee0
GF
384 <ul class="pros">
385 <p>Why it's cool: The X200 is one of the few home user devices that's
386able to run fully free software from top to bottom. Starting with an
387attractive user interface and extending through the microcode (or
388"BIOS") at the heart of the system, this laptop is powered by software
389that takes your freedom and privacy seriously.</p>
390<p>While it may be a little vintage, what it lacks in speed
391it makes up for in utmost respect to user freedom. It's so good that
392it's the laptop that's most frequently used in the FSF office!</p>
393 </ul>
394 </div>
395 <!--End Good-->
396
397 <!--start bad-->
398 <div class="good col-md-6 col-sm-6">
18f0e0f1 399 <ul class="pros">
f771f2e2
GF
400 <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!)
401 <li>Durable hardware that's easy to repair.</li>
05d9324f 402 <li>Widely available from resellers and shops for hobbyists.</li>
8a94589a 403 <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
404 </ul>
405 <h5 class="text-center">Stay away from: M1 MacBook and MacBook Pro</h5>
406 <ul class="cons">
407 <li>macOS is <a href="https://gnu.org/proprietary">proprietary software</a> that restricts its users' freedoms.</li>
d9440c25 408 <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 409 <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
410 </ul>
411 </div>
412 <!--End Bad-->
413 </div>
414 <!--End Row-->
415
416 <h2 class="title text-center">Cool Devices</h2>
417 <!-- cool devices -->
99329ee0
GF
418 <div class="container">
419 <div class="row is-table-row">
420 <div class="col-md-5 col-sm-6 recommended-img">
421 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
422 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
423
424 <!-- Buy/Download Button -->
425 <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;">
426 BUY
427 <!-- Begin Sale -->
428 <span class="sale">sale</span>
429 <!-- End Sale -->
430 </a>
431 <div class="collapse" id="sellers-mini-adapter">
432 <div class="center-block seller-group">
433 <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>
434 <p class="sale-info links">
435 <a href="#thinkpenguin-promotion">Sale details.</a>
436 </p>
437 </div>
438 </div>
439
440 <script>
441 document.getElementById('get-item-mini-adapter').style.display = '';
442 </script>
443 <noscript>
444 <div class="center-block seller-group">
445 <p style="color: #6b6b6b">
446 <strong>Get it from</strong>
447 </p>
448 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
449<p class="sale-info links">
450 <a href="#thinkpenguin-promotion">Sale details.</a>
451 </p>
452 </div>
453 </noscript>
454
455 <!--start pros-->
456 <ul class="pros">
457 <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>
458 </ul>
459 </div>
460
461 <div class="good col-md-6 col-sm-6">
462 <ul class="pros">
463 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
464 <li>Certified as part of our <a href="https://ryf.fsf.org">Respects Your Freedom (RYF)</a> program.</li>
465 <li>If you use the X200 laptop listed in this Guide, an adapter like this won't be necessary.</li>
466 </ul>
467 </div></div></div>
468 <!-- End Row -->
469 <!-- End Container -->
470
471 <!-- Begin Recommended Template -->
472
473<!-- <div class="container"> -->
474<!-- <div class="row is-table-row"> -->
475<!-- <div class="col-md-5 col-sm-6 recommended-img"> -->
476<!-- <h5 class="text-center">Long Range Wi-Fi Adapter</h5> -->
477<!-- <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" /> -->
478
479<!-- <\!-- Buy/Download Button -\-> -->
480<!-- <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;"> -->
481<!-- BUY -->
482<!-- <\!-- Begin Sale -\-> -->
483<!-- <span class="sale">sale</span> -->
484<!-- <\!-- End Sale -\-> -->
485<!-- </a> -->
486<!-- <div class="collapse" id="sellers-long-range-adapter"> -->
487<!-- <div class="center-block seller-group"> -->
488<!-- <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> -->
489<!-- <p class="sale-info links"> -->
490<!-- <a href="#thinkpenguin-promotion">Sale details.</a> -->
491<!-- </p> -->
492<!-- </div> -->
493<!-- </div> -->
494
495<!-- <script> -->
496<!-- document.getElementById('get-item-long-range-adapter').style.display = ''; -->
497<!-- </script> -->
498<!-- <noscript> -->
499<!-- <div class="center-block seller-group"> -->
500<!-- <p style="color: #6b6b6b"> -->
501<!-- <strong>Get it from</strong> -->
502<!-- </p> -->
503<!-- <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> -->
504<!-- <p class="sale-info links"> -->
505<!-- <a href="#thinkpenguin-promotion">Sale details.</a> -->
506<!-- </p> -->
507<!-- </div> -->
508<!-- </noscript> -->
509<!-- <ul class="pros"> -->
510<!-- <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> -->
511<!-- </ul> -->
512<!-- <\!-- End Buy/Download button -\-> -->
513
514<!-- </div> -->
515<!-- <div class="col-md-6 col-sm-6"> -->
516<!-- <ul class="pros"> -->
517<!-- <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li> -->
518<!-- <li><a href="https://ryf.fsf.org">RYF</a>-approved!</li> -->
519<!-- </ul> -->
520<!-- </div> -->
521<!-- </div> -->
522 <!-- End Row -->
523 </div>
524 <!-- End Container -->
525
526 <!-- Begin Recommended Template -->
527 <div class="container">
528 <div class="row is-table-row">
529 <div class="col-md-6 col-sm-6 recommended-img">
530 <h5 class="text-center">VPN Router</h5>
531 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
532
533
534 <!-- Buy/Download Button -->
535 <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;">
536 BUY
537 <!-- Begin Sale -->
538 <span class="sale">sale</span>
539 <!-- End Sale -->
540 </a>
541 <div class="collapse" id="sellers-vpn-router">
542 <div class="center-block seller-group">
a5e73c5d 543 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-v3-tpe-r1300" class="seller action-button">ThinkPenguin</a>
99329ee0
GF
544 <p class="sale-info links">
545 <a href="#thinkpenguin-promotion">Sale details.</a>
546 </p>
547 </div>
548 </div>
549
550 <script>
551 document.getElementById('get-item-vpn-router').style.display = '';
552 </script>
553 <noscript>
554 <div class="center-block seller-group">
555 <p style="color: #6b6b6b">
556 <strong>Get it from</strong>
557 </p>
a5e73c5d 558 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-v3-tpe-r1300" class="seller action-button">ThinkPenguin</a>
99329ee0
GF
559<p class="sale-info links">
560 <a href="#thinkpenguin-promotion">Sale details.</a>
561 </p>
562 </div>
563 </noscript>
564 <!-- End Buy/Download button -->
565 <div class="collapse" id="sellers-mini-adapter2">
566 <div class="center-block seller-group">
567 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
568 <p class="sale-info links">
569 <a href="#thinkpenguin-promotion">Sale details.</a>
570 </p>
571 </div>
572 </div>
573 </div>
574 <div class="col-md-7 col-sm-6">
575 <ul class="pros">
576<li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
577<li>Designed for easy setup.</li>
578<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>
579 </ul>
580 </div>
581 </div>
582 <!-- End Row -->
583 </div>
584 <!-- End Container -->
ef1836be 585 <h1 class="title text-center">Products to Watch</h1>
3f8ce881 586 <img src="img/products/spotlight.jpg" alt="a spotlight shining in the darkness" class="center-block img-responsive" />
ef1836be
GF
587 <div class="container">
588 <div class="row is-table-row">
589 <div class="good col-md-6 col-sm-6">
590 <h5 class="text-center">Promising Communities & Companies</h5>
591 <ul class="pros">
d70dac8c 592 <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 593 <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>
76c23988 594 <li><a href="https://store.vikings.net/en/">Vikings</a> sells a variety of devices that respect you as a user, not just the X200. Many of these devices are RYF-certified, and others, like the Talos II, are freedom-friendly.</li>
ef1836be 595 <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 596 <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 597 </ul>
6094592e 598 <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
599 </div>
600 <div class="good col-md-6 col-sm-6">
601 <h5 class="text-center">Caveats</h5>
5f2803e0 602 <ul class="caveats">
d0b77919 603 <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 604 <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 605 <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 606 <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
607 </ul>
608 </div>
609 </div>
610 </div>
99329ee0
GF
611 <h1 class="title text-center">Books, Music, and Video</h1>
612 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
613 <!--ebooks-->
614 <div class="container">
615 <h3 class="title text-center">Books</h3>
616 <div class="row is-table-row">
617 <div class="good col-md-6 col-sm-6">
618 <h5 class="text-center">DRM-free Ebooks</h5>
619
620 <ul class="pros">
621<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>
622<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>
623<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 624<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 625<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>
a6565398 626<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. They're also the publisher of <a href="https://nostarch.com/ada-zangemann"><em>Ada & Zangemann,</em></a> an introduction to free software concepts for children of all ages.</li>
99329ee0 627<li><a href="http://www.smashwords.com">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
99329ee0 628<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 629<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
630 </ul>
631 </div>
632 <!--End Good-->
633 <!--start bad-->
634 <div class="good col-md-6 col-sm-6">
635 <h5 class="text-center">Stay away from: Amazon</h5>
636 <ul class="cons">
7bda7827
GF
637 <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>
638 <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
639<li>Read more about the dangers of DRM through our <a href="https://defectivebydesign.org">Defective by Design</a> campaign.</li>
640 </ul>
641 </div>
642 <!--End Bad-->
643 </div>
644 <!--End Row-->
645 </div>
646 <!--End Container-->
647
648 <div class="container">
649 <h3 class="title text-center">Music</h3>
650 <div class="row is-table-row">
651 <div class="good col-md-6 col-sm-6">
652 <h5 class="text-center">DRM-free Music</h5>
653<ul class="pros">
654 <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>
655<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 656<li><a href="https://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980. DRM-free, too!</li>
99329ee0
GF
657<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>
658 <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>
659 <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 660 <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
661</ul>
662 </div>
663 <div class="good col-md-6 col-sm-6">
664<ul class="cons">
665 <h5 class="text-center">Stay away from: Spotify, Apple Music, and all other major streaming services</h5>
666<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>
667<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>
668<li><p>Apple Music is no better, and places heavy restrictions on the music streamed through the platform.</p></li>
669 </ul>
670</div>
671 <!--End Bad-->
672 </div>
673 <!--End Row-->
674</div>
675 <!--End Container-->
676
677 <!--Video-->
678 <div class="container">
679 <h3 class="title text-center">Video</h3>
680 <div class="row is-table-row">
681 <div class="good col-md-6 col-sm-6">
682 <h5 class="text-center">DRM-free video</h5>
e7880ef5 683 <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
684<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>
685 <p>Try these video services and sites instead:</p>
686<ul class="pros">
687 <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>
688<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>
689<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>
690 </ul>
691
692 </div>
693 <!--End Good-->
694
695 <!--start bad-->
696 <div class="good col-md-6 col-sm-6">
697 <h5 class="text-center">Stay away from: Netflix</h5>
698 <ul class="cons">
699 <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>
700<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>
701 </ul>
702 </div>
703 <!--End Bad-->
704 </div>
705 <!--End Row-->
706 </div>
707 <!--End Container-->
708
709 </section>
710<!--End comparisons-->
711
712<!-- Begin need choices -->
713<section class="choices" id="choices">
714 <div class="container">
715 <h1 class="text-center">Help wanted!</h1>
716 <div class="container choices">
717 <h2 class="title text-center"></h2>
718 <div class="row is-table-row">
719 <div class="good col-md-6 col-sm-6" style="position:relative">
1355e20a 720 <h2 class="text-center">h-node</h2>
99329ee0
GF
721 <p>
722 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.
723 </p>
724 <p>
fb102d1d 725 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 726 </p>
1355e20a
GF
727 </div>
728 <div class="good col-md-6 col-sm-6" style="position:relative">
31498bcb
GF
729 <h2 class="text-center">Help the FSF</h2>
730 <p>
b906d139 731 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
732 <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>
733 </div>
99329ee0
GF
734<!-- <div class="good col-md-6 col-sm-6" style="position:relative"> -->
735<!-- <h5 class="text-center">Stay away from these devices:</h5> -->
736<!-- <ul class="cons"> -->
737<!-- <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> -->
738<!-- <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> -->
739<!-- </ul> -->
740<!-- </div> -->
741 <!--End Bad-->
742 </div>
743 <!--End Row-->
744 </div>
745 <!--End Container-->
746 <!--End bad-->
747<!-- end choices -->
748</div></section>
749<!-- Begin Donations -->
750 <section class="charities" id="charities">
751 <div class="container">
752 <h1 class="text-center">Join the FSF associate membership program</h1>
753 <div class="container choices">
754 <div class="row is-table row">
b838de39
GF
755 <div style="position:relative">
756 <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
757 <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>
758 <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>
759 </div>
760 </div>
761 </div>
762 </section>
763 <!-- End Donations -->
764
765 <!-- Begin Promotion details -->
766
767 <section class="promotion-details">
768 <div class="container">
769 <div class="row">
770 <div class="col-md-12">
771 <div class="panel-default">
772 <div class="panel-heading">
773 <h1 class="fix-margin">Promotion details</h1>
774 </div>
775 <div class="panel-body" id="promotion-details">
776<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>
777 <ul style="list-style: none inside none;">
fb102d1d 778 <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
779 <!-- <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> -->
780 <!-- <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> -->
781 <!-- <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> -->
782 <!-- <li id="technoethical-promotion"><strong>Technoethical:</strong> Discounts for all refurbished products until January 17th.</li> -->
783 <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>
784</ul>
785 </div>
786 </div>
787 </div>
788 <!-- End Panel -->
789 </div>
790 <!-- End Row -->
791 </div>
792 <!-- End Container -->
793 </section>
794 <!-- End Promotion details -->
795 <!-- Begin Licenses -->
796 <section class="licenses">
797 <div class="container">
798 <div class="row">
799 <div class="col-md-12">
800 <div class="panel-default">
801 <div class="panel-heading">
802 <h1 class="fix-margin">Licenses</h1>
803
804 </div>
805 <div class="panel-body" id="licenses">
806 <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.
807 </p>
808 <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>
809 <ul style="list-style: none inside none;">
810 <li>X200 product image in the public domain.</li>
811 <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 812 <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>
c50acf59 813 <li>Spotlight photo copyright © 2012, <a href="https://flickr.com/photos/joncandy/8094275246/">Jon Candy</a>. Licensed under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0</a> license.</li>
99329ee0
GF
814 <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>
815 </div>
816 </div>
817 </div>
818 <!-- End Panel -->
819 </div>
820 <!-- End Row -->
821 </div>
822 <!-- End Container -->
823 </section>
824 <!-- End Licenses -->
825 <!--Begin Footer-->
826 <footer>
827 <div class="container-fluid">
828 <div class="row">
829 <div class="col-md-4 col-sm-4 footer-logo">
830 <a href="https://fsf.org/"><img src="img/logo-1.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
831 </div>
832 <div class="col-md-8 col-sm-8">
833 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
834 <a href="https://fsf.org/about">learn about our history and work</a>.
835 </p>
d113381d 836 <p>Version 13.0. Copyright © 2004-2022
99329ee0
GF
837 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
838 Free Software Foundation
839 </a>, Inc.
840 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
841 <a href="js/weblabels.html" rel="jslicense">JavaScript License Information</a>.
842 </p>
843 </div>
844 </div>
845 <!-- End Row -->
846 </div>
847 <!-- End Container -->
848 </footer>
849 <!-- End Footer -->
850
851 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
852 <script src="js/jquery.js" charset="utf-8"></script>
853 <!-- Include all compiled plugins (below), or include individual files as needed -->
854 <script src="js/bootstrap.js" charset="utf-8"></script>
855 <!-- Our JS -->
856 <script src="js/magic.js" charset="utf-8"></script>
857
858<!-- Piwik -->
859<script type="text/javascript">
860 // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
861 var _paq = _paq || [];
862 _paq.push(["trackPageView"]);
863 _paq.push(["enableLinkTracking"]);
864
865 (function() {
866 var u = (("https:" == document.location.protocol) ? "https" : "http") + "://"+"piwik.fsf.org//";
867 _paq.push(["setTrackerUrl", u+"piwik.php"]);
868 _paq.push(["setSiteId", "14"]);
869 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
870 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
871 })();
872 // @license-end
873</script>
874<!-- End Piwik Code -->
875<!-- Piwik Image Tracker -->
8b0d26a4 876<!-- <noscript><img src="https://piwik.fsf.org//piwik.php?idsite=14&rec=1" style="border:0" alt="" /><noscript> -->
99329ee0
GF
877<!-- End Piwik -->
878 </body>
879
880 </html>