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