fixed johns requests round 1.
[fsf-giving-guide.git] / v9 / givingguide.html
CommitLineData
ff8eb1d4
MB
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]-->
b1f6baa2
AE
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
ff8eb1d4
MB
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>
d5477729 99 <iframe src="//static1p.fsf.org/nosvn/banners/2018fundraiser/" width="100%" height="100%" scrolling="no" style="overflow: hidden; border: 0 none; display: block;"></iframe>
ff8eb1d4
MB
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.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>
9be15f6e 120 <li><a class="animated fadeIn" href="https://my.fsf.org/join?pk_campaign=fall18&pk_kwd=ggjoin">Join</a></li>
ff8eb1d4
MB
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">
ea2054be 135 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-dblock" />
ff8eb1d4
MB
136 </div>
137 <div class="intro-text col-md-6">
138 <h1>Give the gift of freedom!</h1>
139
bc744bdc 140 <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>
a6c2b845 141 <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>
bc744bdc 142
7188c4f2 143<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>
bc744bdc
MB
144
145<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>
146
ff8eb1d4
MB
147 </div>
148 </div>
149 </div>
150 </section>
151 <!--End Intro-->
152
153 <!--Begin Actions-->
154 <section class="actions" id="actions">
155 <div class="container">
156 <div class="row">
157 <!-- Begin Action -->
158 <div class="action col-md-4 col-sm-4 text-center">
159 <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>
160 <p>
161 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
162 </p>
163 </div>
164 <!-- End Action -->
165
166 <!-- Begin Action -->
167 <div class="action col-md-4 col-sm-4 text-center">
168 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Host a Giveaway</a>
169 <p>
170 Printable version coming soon!
171 </p>
172
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="#charities">Support free software</a>
179 <p>
180 Donate to our suggested charities
181 </p>
182 </div>
183 <!-- End Action -->
184 </div>
185 <!-- End Row -->
186 </div>
187 <!-- End Container -->
188 </section>
189 <!--End Actions-->
190
191 <!--Begin Comparisons-->
192 <section class="comparisons">
193
194 <!--Smartphones-->
195 <div class="container smartphones">
196 <h2 class="title text-center">Smartphones</h2>
197 <div class="row is-table-row">
198 <div class="good col-md-6 col-sm-6" style="position:relative">
199 <img src="img/products/mobile_n2.png" alt="replicant phone" class="center-block" />
4cfb9c61 200 <h5 class="text-center">Galaxy S3 with Replicant</h5>
ff8eb1d4
MB
201
202 <!-- Buy/Download Button -->
203 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
204 BUY
205 <!-- Begin Sale -->
206 <span class="sale" >sale</span>
207 <!-- End Sale -->
208 </a>
209 <div class="collapse" id="sellers">
210 <div class="center-block seller-group">
211 <p style="color: #6b6b6b">
212 <strong>Get it from</strong>
213 </p>
4cfb9c61 214 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
ff8eb1d4 215 <div class="sale-info links">
bc744bdc 216 <a href="#technoethical-promotion">Sale details</a>
ff8eb1d4
MB
217 </div>
218 </div>
219 </div>
220
221 <script>
222 document.getElementById('get-item').style.display = '';
223 </script>
224 <noscript>
225 <div class="center-block seller-group">
226 <p style="color: #6b6b6b">
227 <strong>Get it from</strong>
228 </p>
4cfb9c61 229 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
ff8eb1d4 230 <p class="sale-info links">
bc744bdc 231 <a href="#technoethical-promotion">Sale details</a>
ff8eb1d4
MB
232 </p>
233 <!-- End Sale Info -->
234 </div>
235 </noscript>
236 <!-- End Buy/Download button -->
237
238 <ul class="pros">
9be15f6e 239 <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>
ff8eb1d4 240
4cfb9c61 241<p> You can also get an <a href="https://tehnoetic.com/tehnoetic-s2-phone-replicant">S2</a> or an <a "https://tehnoetic.com/tet-n2">N2 phone/tablet</a>, complete with Replicant.</p>
ff8eb1d4
MB
242 </ul>
243 </div>
244 <!--End Good-->
245
246 <!-- start bad -->
247
248 <div class="good col-md-6 col-sm-6">
249 <ul class="pros">
250 <li>
251 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
252 </li>
253 <li>
254 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.
255 </li>
bc744bdc 256 <li>Note: While the main processor exclusively runs free software, the modem processor runs a Samsung nonfree system.</li>
ff8eb1d4
MB
257 </ul>
258
259 <h5 class="text-center">Stay away from: iPhone</h5>
260 <ul class="cons">
261 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
262 <li>
bc744bdc 263 iOS is a fully <a href="https://gnu.org/proprietary">proprietary operating system</a>, giving Apple control over the software on every Apple device.
ff8eb1d4 264 </li>
7a2bddf3 265 <li>Avoid: iPhone XR, iPhone XS, iPhone X, and other models.</li>
ff8eb1d4
MB
266 </ul>
267 </div>
268 <!--End Bad-->
269 </div>
270 <!--End Row-->
271 </div>
272 <!--End Container-->
273 <!--End bad-->
274
275
8d4c9925 276 <h2 class="title text-center">Laptops, Tablets, and Desktops</h2>
ff8eb1d4
MB
277
278 <!--Laptops-->
279 <div class="container">
280 <h3 class="title text-center">Laptops</h3>
281 <div class="row is-table-row">
282 <div class="good col-md-6 col-sm-6">
283 <img src="img/products/t400.png" alt="t400" class="center-block" />
284 <h5 class="text-center">T400 with GNU/Linux</h5>
285
286
287
288 <!-- Buy/Download Button -->
289 <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">
290 BUY
291 <!-- Begin Sale -->
292 <span class="sale" >sale</span>
293 <!-- End Sale -->
294 </a>
295 <div class="collapse" id="sellers-full">
296 <div class="center-block seller-group">
297 <p style="color: #6b6b6b">
298 <strong>Get it from</strong>
299 </p>
7a2bddf3 300 <p>
ff8eb1d4
MB
301 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
302 </p>
7a2bddf3
MB
303 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
304 <p class="sale-info links">
bc744bdc 305 <a href="#technoethical-promotion">Sale details</a>
7a2bddf3 306 </p>
ff8eb1d4
MB
307 </div>
308 </div>
309
310 <script>
311 document.getElementById('get-item-full').style.display = '';
312 </script>
313 <noscript>
314 <div class="center-block seller-group">
315 <p style="color: #6b6b6b">
316 <strong>Get it from</strong>
317 </p>
ff8eb1d4
MB
318 <p>
319 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
320 </p>
7a2bddf3
MB
321 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
322 <p class="sale-info links">
bc744bdc 323 <a href="#technoethical-promotion">Sale details</a>
7a2bddf3 324 </p>
ff8eb1d4
MB
325 </div>
326 </noscript>
327 <!-- End Buy/Download button -->
328
329 <ul class="pros">
bc744bdc
MB
330 <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>
331 <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>
ff8eb1d4
MB
332 <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p>
333 </ul>
334
335 </div>
336 <!--End Good-->
337
338 <!--start bad-->
339 <div class="good col-md-6 col-sm-6">
340 <ul class="pros">
341 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
bc744bdc 342 <li>Durable hardware is meant to last, and is easy to repair.</li>
7a2bddf3 343 <li>Created by small businesses that replace all restrictive components from a stock laptop.</li>
ce21714e 344 <li>Whether you purchase from Minifree or Technoethical, your T400 will be <a href="https://fsf.org/ryf">Respects Your Freedom certified</a>.</li>
ff8eb1d4
MB
345 </ul>
346 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
347 <ul class="cons">
bc744bdc 348 <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."
ff8eb1d4 349 </li>
ff8eb1d4 350 <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>
7a2bddf3 351 <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>
ff8eb1d4
MB
352 </ul>
353 </div>
354 <!--End Bad-->
355 </div>
356 <!--End Row-->
357 </div>
358 <!--End Container-->
359
360 <!--Compact Laptops-->
361 <div class="container">
362 <h3 class="title text-center">Compact Laptops</h3>
363 <div class="row is-table-row">
364 <div class="good col-md-6 col-sm-6">
365 <img src="img/products/x200.png" alt="x200" class="center-block" />
366 <h5 class="text-center">X200 with GNU/Linux</h5>
367
368 <!-- Buy/Download Button -->
369 <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">
370 BUY
371 <!-- Begin Sale -->
372 <span class="sale" >sale</span>
373 <!-- End Sale -->
374 </a>
375 <div class="collapse" id="sellers-compact">
376 <div class="center-block seller-group">
377 <p style="color: #6b6b6b">
378 <strong>Get it from</strong>
379 </p>
ff8eb1d4
MB
380 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
381 <p class="sale-info links">
382 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>
383
384 </p>
385 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a><br>
386 <p class="sale-info links">
7a2bddf3
MB
387 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>
388 </p>
ff8eb1d4
MB
389 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
390 <p class="sale-info links">
391 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>
ff8eb1d4
MB
392 </p>
393
394 </div>
395 </div>
396
397 <script>
398 document.getElementById('get-item-compact').style.display = '';
399 </script>
400 <noscript>
401 <div class="center-block seller-group">
402 <p style="color: #6b6b6b">
403 <strong>Get it from</strong>
404 </p>
405 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
406 <p class="sale-info links">
407 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>
408 </p>
409 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
410 <p class="sale-info links">
411 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>
412 </p>
413 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
414 <p class="sale-info links">
415 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>
416 </div>
417 </noscript>
418 <!-- End Buy/Download button -->
419
420 <!-- start good -->
421 <ul class="pros">
422 <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>
423
ce21714e 424 <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>
ff8eb1d4
MB
425 </ul>
426
427 </div>
428 <!--End Good-->
429
430 <!--start bad-->
431 <div class="good col-md-6 col-sm-6">
432 <ul class="pros">
433 <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>
bc744bdc 434 <li>Durable hardware is meant to last, and is easy to repair.</li>
ff8eb1d4
MB
435 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
436 <h5 class="text-center">Stay away from: Apple</h5>
ea2054be
MB
437 <ul class="cons">
438 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that restricts the user's freedoms.</li>
439 <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>
ff8eb1d4 440 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
bc744bdc 441 <li>Avoid: MacBook Air (and MacBook Pro).</li>
ce21714e 442 <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>
ff8eb1d4
MB
443 </ul>
444 </div>
445 <!--End Bad-->
446 </div>
447 <!--End Row-->
448 </div>
449 <!--End Container-->
450
451 <!--convertible Laptops-->
452 <div class="container">
453 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
454 <div class="row is-table-row">
455 <div class="good col-md-6 col-sm-6">
8d4c9925 456 <img src="https://static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
ff8eb1d4
MB
457 <h5 class="text-center">X200t with GNU/Linux</h5>
458
459 <!-- Buy/Download Button -->
460 <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">
461 BUY
462 <!-- Begin Sale -->
463 <span class="sale" >sale</span>
464 <!-- End Sale -->
465 </a>
466 <div class="collapse" id="sellers-convertible">
467 <div class="center-block seller-group">
468 <p style="color: #6b6b6b">
469 <strong>Get it from</strong>
470 </p>
2099caf6
MB
471 <p>
472 <a href="https://minifree.org/product/libreboot-x200-tablet/" class="seller action-button">Minifree</a>
473 </p>
474 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
ff8eb1d4 475 <p class="sale-info links">
2099caf6 476 <a href="#technoethical-promotion">Sale details</a>
8d4c9925 477 </p>
2099caf6
MB
478 </div>
479 </div>
8d4c9925
MB
480
481 <script>
482 document.getElementById('get-item-convertible').style.display = '';
483 </script>
484 <noscript>
485 <div class="center-block seller-group">
486 <p style="color: #6b6b6b">
487 <strong>Get it from</strong>
ff8eb1d4 488 </p>
8d4c9925
MB
489
490 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
491 <p class="sale-info links">
492 <a href="#technoethical-promotion">Sale details.</a>
2099caf6
MB
493 </p>
494 </div>
495 </noscript>
ff8eb1d4 496
ff8eb1d4 497
ff8eb1d4 498 <!-- End Buy/Download button -->
2099caf6 499
ff8eb1d4
MB
500 <ul class="pros">
501 <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>
502
503<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>
504 </ul>
505
506 </div>
507 <!--End Good-->
508
509 <!--start bad-->
510 <div class="good col-md-6 col-sm-6">
511 <ul class="pros">
ce21714e 512 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with Libreboot firmware.</li>
bc744bdc 513 <li>Durable hardware is meant to last, and is easy to repair.</li>
ff8eb1d4
MB
514 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
515 </ul>
8d4c9925 516 <h5 class="text-center">Stay away from: iPad Pro</h5>
ff8eb1d4 517 <ul class="cons">
8d4c9925
MB
518 <li>
519 Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a> to block competing software.
520 </li>
bc744bdc 521 <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>
ff8eb1d4
MB
522 </ul>
523 </div>
524 <!--End Bad-->
525 </div>
526 <!--End Row-->
527 </div>
528 <!--End Container-->
529
530 <!--Desktops-->
531 <div class="container">
532 <h3 class="title text-center">Desktops</h3>
533 <div class="row is-table-row">
534 <div class="good col-md-6 col-sm-6">
535 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
536 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
537
538 <!-- Buy/Download Button -->
539 <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">
540 BUY
541 <!-- Begin Sale -->
542 <span class="sale" >sale</span>
543 <!-- End Sale -->
544 </a>
545 <div class="collapse" id="sellers-desktop">
546 <div class="center-block seller-group">
547 <strong>Get it from</strong>
548 </p>
549 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
550 <p class="sale-info links">
bc744bdc 551 <a href="#vikings-promotion">Sale details.</a>
ff8eb1d4
MB
552 </p>
553 </div>
554 </div>
555
556 <script>
557 document.getElementById('get-item-desktop').style.display = '';
558 </script>
559 <noscript>
560 <div class="center-block seller-group">
561 <p style="color: #6b6b6b">
562 <strong>Get it from</strong>
563 </p>
564 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
565 <p class="sale-info links">
566 The Workstation is not Respects Your Freedom certified at this point.
567 </p>
568 </div>
569 </noscript>
570 <!-- End Buy/Download button -->
571
572 <ul class="pros">
573<p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p>
574
bc744bdc 575<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>
ff8eb1d4
MB
576 </ul>
577
578 </div>
579 <!--End Good-->
580
581 <!--start bad-->
582 <div class="good col-md-6 col-sm-6">
583 <ul class="pros">
ce21714e 584 <li>Choose from two operating systems: the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel, or Parabola.</li>
bc744bdc 585 <li>Comes with free boot firmware.</li>
a4cb36f8 586 <li>You can customize and specialize this model to your needs -- the essence of user freedom!</li>
bc744bdc 587
ff8eb1d4
MB
588 </ul>
589 <h5 class="text-center">Stay away from: Apple iMac</h5>
590 <ul class="cons">
a4cb36f8 591 <p>An iMac puts designers and filmmakers at risk:</p>
ce21714e 592 <li>Adobe Premiere Rush rents Mac (and Windows) users access to video editing software in exchange for control over their files.</li>
ff8eb1d4 593 </ul>
8d4c9925
MB
594 <h5 class="text-center">Stay away from: Alienware Area-51 Threadripper</h5>
595 <ul class="cons">
596 <li>The newest Alienware gaming desktop comes with Ryzen Threadripper processors and loads of freedom-restricting proprietary software.</li>
597 </ul>
598 </div>
599 <!--End Bad-->
600 </div>
601 <!--End Row-->
602 </div>
603 <!--End Container-->
604
605 <!--3D Printers-->
606 <div class="container">
607 <h3 class="title text-center">3D Printers</h3>
608 <div class="row is-table-row">
609 <div class="good col-md-6 col-sm-6">
610 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
611 <h5 class="text-center">LulzBot Mini</h5>
612
613 <!-- Buy/Download Button -->
614 <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">
615 BUY
616 <!-- Begin Sale -->
617 <span class="sale" >sale</span>
618 <!-- End Sale -->
619 </a>
620 <div class="collapse" id="sellers-print">
621 <div class="center-block seller-group">
622 <p style="color: #6b6b6b">
623 <strong>Get it from</strong>
624 </p>
625 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
626 <p class="sale-info links">
627 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
628
629 </p>
630 </div>
631 </div>
632
633 <script>
634 document.getElementById('get-item-print').style.display = '';
635 </script>
636 <noscript>
637 <div class="center-block seller-group">
638 <p style="color: #6b6b6b">
639 <strong>Get it from</strong>
640 </p>
641 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
642 <p class="sale-info links">
643 <a href="#lulzbot-promotion">Sale details.</a>
644 </p>
645 </div>
646 </noscript>
647 <!-- End Buy/Download button -->
648 <ul class="pros">
a4cb36f8 649 <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>
8d4c9925 650
a4cb36f8 651<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>
8d4c9925
MB
652 </ul>
653 </div>
654 <!--End Good-->
655
656 <div class="good col-md-6 col-sm-6">
657 <ul class="pros">
a4cb36f8 658 <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>
8d4c9925
MB
659 <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>
660 </ul>
661 <h5 class="text-center">Stay away from: MakerBot</h5>
ff8eb1d4 662 <ul class="cons">
8d4c9925 663 <li>
a4cb36f8 664 MakerWare software is proprietary, <a href="https://gnu.org/proprietary">restricting freedom and stifling creativity</a>.
8d4c9925
MB
665 </li>
666 <li>
ce21714e 667MakerBot 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.
8d4c9925 668 </li>
ff8eb1d4
MB
669 </ul>
670 </div>
671 <!--End Bad-->
672 </div>
673 <!--End Row-->
674 </div>
675 <!--End Container-->
676
2099caf6 677 <!-- cool devices -->
ff8eb1d4 678 <div class="container">
8d4c9925
MB
679 <h2 class="title text-center">Cool Devices</h2>
680<div class="container">
ff8eb1d4 681 <div class="row is-table-row">
2099caf6 682 <div class="col-md-5 col-sm-6">
819f39b8 683 <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-bottom: 110px"/>
8d4c9925
MB
684 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
685
686 <!-- Buy/Download Button -->
2099caf6 687 <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; top:205px;">
8d4c9925 688 BUY
2099caf6
MB
689 <!-- Begin Sale -->
690 <span class="sale" >sale</span>
691 <!-- End Sale -->
8d4c9925 692 </a>
9c4717f1 693 <div class="collapse" id="sellers-random-number-generator">
8d4c9925 694 <div class="center-block seller-group">
2099caf6
MB
695
696 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
8d4c9925 697 <p class="sale-info links">
2099caf6 698 <a href="#GNU-promotion">Sale details.</a>
8d4c9925
MB
699 </p>
700 </div>
701 </div>
702
703 <script>
2cab18a2 704 document.getElementById('get-item-random-number-generator').style.display = '';
8d4c9925
MB
705 </script>
706 <noscript>
707 <div class="center-block seller-group">
708 <p style="color: #6b6b6b">
709 <strong>Get it from</strong>
710 </p>
2099caf6 711 <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>
8d4c9925 712 <p class="sale-info links">
2099caf6 713 <a href="#GNU-promotion">Sale details.</a>
8d4c9925
MB
714 </p>
715 </div>
716 </noscript>
717 <!-- End Buy/Download button -->
718
719 </div>
720 <div class="col-md-7 col-sm-6">
721 </h5>
9be15f6e
MB
722<ul class="pros">
723 <li>The perfect present for the cryptogeek in your life.</li>
8d4c9925
MB
724 <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>
725 <li>NeuG is an implementation of a true random number generator (TRNG) for STM32F103 MCU.</li>
726 </ul>
727 </div>
728 </div>
729 <!-- End Row -->
730 </div>
731 <!-- End Container -->
732
733 <div class="row is-table-row">
734 <div class="col-md-5 col-sm-6 recommended-img">
735 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
ff8eb1d4
MB
736 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
737
738 <!-- Buy/Download Button -->
739 <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; top:205px;">
740 BUY
741 <!-- Begin Sale -->
742 <span class="sale">sale</span>
743 <!-- End Sale -->
744 </a>
745 <div class="collapse" id="sellers-mini-adapter">
746 <div class="center-block seller-group">
747 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
748 <p class="sale-info links">
749 <a href="#technoethical-promotion">Sale details.</a>
750 </p>
751 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
752 <p class="sale-info links">
753 <a href="#thinkpenguin-promotion">Sale details.</a>
754 </p>
755 </div>
756 </div>
757
758 <script>
759 document.getElementById('get-item-mini-adapter').style.display = '';
760 </script>
761 <noscript>
762 <div class="center-block seller-group">
763 <p style="color: #6b6b6b">
764 <strong>Get it from</strong>
765 </p>
766 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
767
768 <p class="sale-info links">
769 <a href="#technoethical-promotion">Sale details.</a>
770 </p>
771 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
772 <p class="sale-info links">
773 <a href="#thinkpenguin-promotion">Sale details.</a>
774 </p>
775 </div>
776 </noscript>
777 <!-- End Buy/Download button -->
778
779 <!--start pros-->
780 <ul class="pros">
ce21714e 781 <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>
ff8eb1d4
MB
782 </ul>
783 </div>
784
077858f7 785 <div class="good col-md-7 col-sm-6">
ff8eb1d4
MB
786 <ul class="pros">
787 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
788 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
a4cb36f8 789 <li>If you use a laptop listed in this Guide, an adapter like this won't be necessary.</li>
ff8eb1d4
MB
790 </ul>
791 </div>
792 </div>
793 <!-- End Row -->
794 </div>
795 <!-- End Container -->
796
797 <!-- Begin Recommended Template -->
798
799 <div class="container">
800 <div class="row is-table-row">
801 <div class="col-md-5 col-sm-6 recommended-img">
802 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
803 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
804
805 <!-- Buy/Download Button -->
806 <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; top:205px;">
807 BUY
808 <!-- Begin Sale -->
809 <span class="sale">sale</span>
810 <!-- End Sale -->
811 </a>
812 <div class="collapse" id="sellers-long-range-adapter">
813 <div class="center-block seller-group">
814 <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>
815 <p class="sale-info links">
816 <a href="#thinkpenguin-promotion">Sale details.</a>
817 </p>
818 </div>
819 </div>
820
821 <script>
822 document.getElementById('get-item-long-range-adapter').style.display = '';
823 </script>
824 <noscript>
825 <div class="center-block seller-group">
826 <p style="color: #6b6b6b">
827 <strong>Get it from</strong>
828 </p>
829 <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>
830 <p class="sale-info links">
831 <a href="#thinkpenguin-promotion">Sale details.</a>
832 </p>
833 </div>
834 </noscript>
835 <!-- End Buy/Download button -->
836
837 </div>
838 <div class="col-md-7 col-sm-6">
839 </h5>
840 <ul class="pros">
841 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
842 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
ff8eb1d4
MB
843 </ul>
844 </div>
845 </div>
846 <!-- End Row -->
847 </div>
848 <!-- End Container -->
849
850 <!-- Begin Recommended Template -->
851 <div class="container">
852 <div class="row is-table-row">
853 <div class="col-md-5 col-sm-6 recommended-img">
854 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
855 <h5 class="text-center">VPN Router</h5>
856
857 <!-- Buy/Download Button -->
858 <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; top:205px;">
859 BUY
860 <!-- Begin Sale -->
861 <span class="sale">sale</span>
862 <!-- End Sale -->
863 </a>
864 <div class="collapse" id="sellers-vpn-router">
865 <div class="center-block seller-group">
866 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
867 <p class="sale-info links">
868 <a href="#thinkpenguin-promotion">Sale details.</a>
869 </p>
870 </div>
871 </div>
872
873 <script>
874 document.getElementById('get-item-vpn-router').style.display = '';
875 </script>
876 <noscript>
877 <div class="center-block seller-group">
878 <p style="color: #6b6b6b">
879 <strong>Get it from</strong>
880 </p>
881 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
882 <p class="sale-info links">
883 <a href="#thinkpenguin-promotion">Sale details.</a>
884 </p>
885 </div>
886 </noscript>
887 <!-- End Buy/Download button -->
888
889 </div>
890 <div class="col-md-7 col-sm-6">
891 <ul class="pros">
892 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
ce21714e 893 <li>Designed for easy setup.</li>
9be15f6e 894 <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>
ff8eb1d4
MB
895 </ul>
896 </div>
897 </div>
898 <!-- End Row -->
899 </div>
900 <!-- End Container -->
901
ff8eb1d4
MB
902 <h1 class="title text-center">Books, Music, and Video</h1>
903 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
904 <!--ebooks-->
905 <div class="container">
906 <h3 class="title text-center">Books</h3>
907 <div class="row is-table-row">
908 <div class="good col-md-6 col-sm-6">
909 <h5 class="text-center">DRM-free Ebooks</h5>
910
911 <ul class="pros">
ce21714e 912 <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>
9be15f6e 913 <li><a href="https://leanpub.com/">Leanpub</a> is an author-driven ebook Web site encouraging people to "publish early, publish often."</li>
ccdae924
MB
914 <li><a href="https://lektu.com/">Lektu</a> provides you with media in Spanish.</li>
915 <li><a href="https://www.manning.com/ebooks">Manning Publications</a> has audio and video in addition to ebooks.</li>
916 <li><a href="https://nostarch.com/">No Starch Press</a> offers "the finest in geek entertainment."</li>
917 <li><a href="https://www.packtpub.com/">Packt Publishing</a> has ebooks and videos covering a range of technical topics.</li>
9be15f6e 918 <li><a href="https://www.smashwords.com/">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
8d4c9925 919 <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>
ff8eb1d4
MB
920 </ul>
921
922 </div>
923 <!--End Good-->
924
925 <!--start bad-->
926 <div class="good col-md-6 col-sm-6">
927 <ul class="pros">
928 <h5 class="text-center">Stay away from: Amazon</h5>
929 <ul class="cons">
bc744bdc 930 <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>
ea2054be 931 <li><a href="https://www.defectivebydesign.org/">Read more about DRM, the risks it poses, and the damage it causes</a>.
ff8eb1d4
MB
932 </ul>
933 </div>
934 <!--End Bad-->
935 </div>
936 <!--End Row-->
937 </div>
938 <!--End Container-->
ea2054be 939
ff8eb1d4
MB
940 <!--Music-->
941 <div class="container">
942 <h3 class="title text-center">Music</h3>
943 <div class="row is-table-row">
944 <div class="good col-md-6 col-sm-6">
945 <h5 class="text-center">DRM-free Music</h5>
946
947 <!-- start good -->
948 <ul class="pros">
949 <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>
950 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
951 <li><a href="https://www.emusic.com/">Emusic</a> is the Web's second largest music store.</li>
952 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
953 </ul>
954
955 </div>
956 <!--End Good-->
957
958 <!--start bad-->
959 <div class="good col-md-6 col-sm-6">
960 <ul class="cons">
9be15f6e 961 <h5 class="text-center">Stay away from: Spotify, iTunes, (and all other major streaming services)</h5>
a4cb36f8
MB
962 <ul>
963 <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>
964 <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>
9be15f6e 965 <li>Apple Music and iTunes streaming also use DRM on its files.</li>
ff8eb1d4
MB
966 </ul>
967 </div>
968 <!--End Bad-->
969 </div>
970 <!--End Row-->
971 </div>
972 <!--End Container-->
973
974 <!--Video-->
975 <div class="container">
976 <h3 class="title text-center">Video</h3>
977 <div class="row is-table-row">
978 <div class="good col-md-6 col-sm-6">
a4cb36f8 979 <h5 class="text-center">DRM-free video</h5>
ff8eb1d4
MB
980 <ul class="pros">
981 <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>
982 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
983 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li>
984 <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>
ff8eb1d4
MB
985 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li>
986 </ul>
987
988 </div>
989 <!--End Good-->
990
991 <!--start bad-->
992 <div class="good col-md-6 col-sm-6">
993 <h5 class="text-center">Stay away from: Netflix</h5>
994 <ul class="cons">
995 <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>
996 </ul>
997 </div>
998 <!--End Bad-->
999 </div>
1000 <!--End Row-->
1001 </div>
1002 <!--End Container-->
1003
1004 </section>
8d4c9925
MB
1005<!--End comparisons-->
1006
1007<!-- Begin need choices -->
1008<section class="choices" id="choices">
1009 <div class="container">
1010 <h1 class="text-center">We need better choices!<h1>
1011 <div class="container choices">
1012 <h2 class="title text-center"></h2>
1013 <div class="row is-table-row">
1014 <div class="good col-md-6 col-sm-6" style="position:relative">
ce21714e 1015 <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>
8d4c9925
MB
1016 </div>
1017 <!--End Good-->
1018
1019 <!-- start bad -->
1020
ccdae924 1021 <div class="good col-md-6 col-sm-6">
ea2054be 1022 <h5 class="text-center">In need of development</h5>
ccdae924 1023 <ul class="pros">
ea2054be 1024 <li>Cameras</li>
bc744bdc 1025 <li>Ebook readers</li>
1c121604
MB
1026 <li>Fitness trackers</li>
1027 <li>Smart watches</li>
1028 <li>Video gaming systems</liz.
8d4c9925
MB
1029 </ul>
1030 <h5 class="text-center">Stay away from: These devices</h5>
1031 <ul class="cons">
9be15f6e 1032 <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>
bc744bdc 1033 <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>
8d4c9925
MB
1034 </ul>
1035 </div>
1036 <!--End Bad-->
1037 </div>
1038 <!--End Row-->
1039 </div>
1040 <!--End Container-->
1041 <!--End bad-->
1042<!-- end choices -->
1043
1044
ff8eb1d4
MB
1045
1046 <!-- Begin Donations -->
1047 <section class="charities" id="charities">
1048 <div class="container">
1049 <h1 class="text-center">Recommended organizations for holiday donations</h1>
1050 <div class="row">
9be15f6e
MB
1051 <div class="col-md-3 col-sm-4 col-sx-6">
1052 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
1053 <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>
1054 </div>
1055 <div class="col-md-3 col-sm-4 col-xs-6">
ff8eb1d4
MB
1056 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
1057 </div>
1058 <div class="col-md-3 col-sm-4 col-xs-6">
7a2bddf3 1059 <a href="https://www.openrightsgroup.org/"><img src="img/charities/org.png" alt="ceataopen rights group logo" class="center-block img-responsive" /></a>
ff8eb1d4
MB
1060 </div>
1061 <div class="col-md-3 col-sm-4 col-xs-6">
1062 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
1063 </div>
1064 <div class="col-md-3 col-sm-4 col-xs-6">
1065 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
1066 </div>
1067 <div class="col-md-3 col-sm-4 col-xs-6">
1068 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
1069 </div>
1070 <div class="col-md-3 col-sm-4 col-xs-6">
1071 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
1072 </div>
1073 <div class="col-md-3 col-sm-4 col-xs-6">
1074 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
1075 </div>
ff8eb1d4
MB
1076 </div>
1077 </div>
1078 </div>
1079 </div>
1080 </section>
1081 <!-- End Donations -->
1082
1083 <!-- Begin Promotion details -->
1084
1085 <section class="promotion-details">
1086 <div class="container">
1087 <div class="row">
1088 <div class="col-md-12">
1089 <div class="panel-default">
1090 <div class="panel-heading">
1091 <h1 class="fix-margin">Promotion details</h1>
1092 </div>
1093 <div class="panel-body" id="promotion-details">
a4cb36f8 1094<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>
7a2bddf3 1095 <ul style="list-style: none inside none;">
9be15f6e 1096 <li id="GNU-promotion"><strong>GNU Press Shop: </strong>5% discount on all shop 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 on Shop items.</li>
c18de544
MB
1097 <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>
1098 <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>
ce21714e 1099 <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>
bf84469f 1100 <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>
bc744bdc 1101 <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>
ff8eb1d4
MB
1102
1103</ul>
1104 </div>
1105 </div>
1106 </div>
1107 <!-- End Panel -->
1108 </div>
1109 <!-- End Row -->
1110 </div>
1111 <!-- End Container -->
1112 </section>
1113 <!-- End Promotion details -->
1114
1115
1116 <!-- Start Respects Your Freedom -->
1117 <!-- <section class="promotion-details">
1118 <div class="container">
1119 <div class="row">
1120 <div class="col-md-12">
1121 <div class="panel-default">
1122 <div class="panel-heading">
1123 <h1 class="fix-margin">Respects Your Freedom</h1>
1124 </div>
1125 <div class="panel-body" id="promotion-details">
1126 <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>
1127 <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>
1128 </div>
1129 </div>
1130 </div> -->
1131 <!-- End Panel -->
1132 </div>
1133 <!-- End Row -->
1134 </div>
1135 <!-- End Container -->
1136 </section>
1137 <!-- End Respects Your Freedom -->
1138
1139 <!-- Begin Licenses -->
1140 <section class="licenses">
1141 <div class="container">
1142 <div class="row">
1143 <div class="col-md-12">
1144 <div class="panel-default">
1145 <div class="panel-heading">
8d4c9925 1146 <h1 class="fix-margin">Licenses</h1>
ff8eb1d4
MB
1147
1148 </div>
1149 <div class="panel-body" id="licenses">
2099caf6 1150 <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>.
ff8eb1d4
MB
1151 </p>
1152 <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>
1153 <ul style="list-style: none inside none;">
1154 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
2099caf6
MB
1155 <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>
1156 <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>
1157 <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>
1158 <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>
ff8eb1d4
MB
1159 </div>
1160 </div>
1161 </div>
1162 <!-- End Panel -->
1163 </div>
1164 <!-- End Row -->
1165 </div>
1166 <!-- End Container -->
1167 </section>
1168 <!-- End Licenses -->
1169
1170 <!--Begin Footer-->
1171 <footer>
1172 <div class="container-fluid">
1173 <div class="row">
1174 <div class="col-md-4 col-sm-4 footer-logo">
1175 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1176 </div>
1177 <div class="col-md-8 col-sm-8">
1178 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1179 <a href="https://fsf.org/about">learn about our history and work.</a>
1180 </p>
a4cb36f8 1181 <p>Version 9.0. Copyright © 2004-2018
ff8eb1d4
MB
1182 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1183 Free Software Foundation
1184 </a>, Inc.
a4cb36f8 1185 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
ff8eb1d4
MB
1186 </p>
1187 </div>
1188 </div>
1189 <!-- End Row -->
1190 </div>
1191 <!-- End Container -->
1192 </footer>
1193 <!-- End Footer -->
1194
1195 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1196 <script src="js/jquery.js" charset="utf-8"></script>
1197 <!-- Include all compiled plugins (below), or include individual files as needed -->
1198 <script src="js/bootstrap.js" charset="utf-8"></script>
1199 <!-- Our JS -->
1200 <script src="js/magic.js" charset="utf-8"></script>
1201
1202 <!-- Piwik -->
1203 <script type="text/javascript">
1204 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1205 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1206 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1207 try {
1208 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1209 piwikTracker.trackPageView();
1210 piwikTracker.enableLinkTracking();
1211 } catch (err) {}
1212 // @license-end
1213 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1214 <!-- End Piwik Tracking Code -->
1215 <a href="js/weblabels.html" rel="jslicense"></a>
1216 </body>
1217
1218 </html>