edits.
[fsf-giving-guide.git] / v8 / givingguide.html
CommitLineData
63ad8e8a
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>
69bb52fe 10 <meta name="description" content="This is the Free Software Foundation (FSF) guide to smarter gift giving, compared with their restrictive counterparts.">
63ad8e8a
MB
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 <script type="text/javascript">
69bb52fe
IK
45 /** @licstart The following is the entire license notice for the
46 * JavaScript code in this page
47 *
48 * Copyright (C) 2014-2016 Free Software Foundation
49 *
50 * The JavaScript code in this page is free software: you can
51 * redistribute it and/or modify it under the terms of the GNU
52 * General Public License (GNU GPL) as published by the Free Software
53 * Foundation, either version 3 of the License, or (at your option)
54 * any later version. The code is distributed WITHOUT ANY WARRANTY;
55 * without even the implied warranty of MERCHANTABILITY or FITNESS
56 * FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
57 *
58 * As additional permission under GNU GPL version 3 section 7, you
59 * may distribute non-source (e.g., minimized or compacted) forms of
60 * that code without the copy of the GNU GPL normally required by
61 * section 4, provided you include this license notice and a URL
62 * through which recipients can access the Corresponding Source.
63 *
64 * @licend The above is the entire license notice
65 * for the JavaScript code in this page.
66 */
63ad8e8a
MB
67 </script>
68
69 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
70 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
71 <!--[if lt IE 9]>
72 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
73 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
74 <![endif]-->
75</head>
76
77<!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
78
69bb52fe
IK
79 <div class="alert alert-success center-block">
80 <li class="info">
81 <p>
82 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).
83 </p>
84 </li>
85 </div>
63ad8e8a
MB
86-->
87
88<body>
89 <iframe src="//static.fsf.org/nosvn/banners/2017fundraiser/" width="100%" height="100%" scrolling="no" style="overflow: hidden; border: 0 none; display: block;"></iframe>
90 <nav class="navbar navbar-default">
91 <div class="container-fluid">
92 <!-- Brand and toggle get grouped for better mobile display -->
93 <div class="navbar-header">
94 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
95 <span class="sr-only">Toggle navigation</span>
96 <span class="icon-bar bar1"></span>
97 <span class="icon-bar bar2"></span>
98 <span class="icon-bar bar3"></span>
99 </button>
100 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
69bb52fe 101 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
63ad8e8a
MB
102
103 </div>
104
105 <!-- Collect the nav links, forms, and other content for toggling -->
106 <div class="collapse navbar-collapse" id="navbar-links">
107 <ul class="nav navbar-nav">
108 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
109 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
110 <li><a class="animated fadeIn" href="https://www.fsf.org/donate/">Donate</a></li>
69bb52fe 111 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
63ad8e8a
MB
112 </ul>
113
114 </div>
115 <!-- /.navbar-collapse -->
116 </div>
117 <!-- /.container-fluid -->
118 </nav>
119
120 <!--Begin Intro-->
121 <section class="intro" id="intro">
122 <div class="container">
123 <div class="row">
124 <div class="illustration col-md-6">
125 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-block" />
126 </div>
127 <div class="intro-text col-md-6">
5fa80a50
MB
128 <h1>Give the gift of freedom!</h1>
129
130 <p>A new phone or computer can be the highlight of the holidays, but with proprietary software lurking under the wrapping paper, your thoughtful gift may be more naughty than nice.</p>
131<p>This guide replaces these holiday humbugs with better devices from ethical companies -- no creepy remote deletion of files, no punitive and mean rules about copying and sharing. Just products and software that respect the freedom and privacy of your loved ones: gifts you can feel good about.</p>
132<p>Plus, our crib notes below will help you explain why this version is better than the one they've heard of (and spread the word about software freedom, too).</p>
63ad8e8a
MB
133 </div>
134 </div>
135 </div>
136 </section>
137 <!--End Intro-->
138
139 <!--Begin Actions-->
140 <section class="actions" id="actions">
141 <div class="container">
142 <div class="row">
143 <!-- Begin Action -->
144 <div class="action col-md-4 col-sm-4 text-center">
5fa80a50 145 <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>
63ad8e8a
MB
146 <p>
147 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
148 </p>
149 </div>
150 <!-- End Action -->
151
152 <!-- Begin Action -->
153 <div class="action col-md-4 col-sm-4 text-center">
5fa80a50 154 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Host a Giving Guide Giveaway</a>
63ad8e8a 155 <p>
5fa80a50 156 Download the printabe version.
63ad8e8a
MB
157 </p>
158
159 </div>
160 <!-- End Action -->
161
162 <!-- Begin Action -->
163 <div class="action col-md-4 col-sm-4 text-center">
5fa80a50 164 <a class="action-button" href="#charities">Support free software activism</a>
63ad8e8a 165 <p>
5fa80a50 166 Donate to our suggested charities in your friend/family member's name
63ad8e8a
MB
167 </p>
168 </div>
169 <!-- End Action -->
170 </div>
171 <!-- End Row -->
172 </div>
173 <!-- End Container -->
174 </section>
175 <!--End Actions-->
176
177 <!--Begin Comparisons-->
178 <section class="comparisons">
179
180 <!--Smartphones-->
181 <div class="container smartphones">
39a1d9de 182 <h2 class="title text-center">Smartphones</h2>
63ad8e8a
MB
183 <div class="row is-table-row">
184 <div class="good col-md-6 col-sm-6" style="position:relative">
b316c774
MB
185 <img src="/v8/img/products/mobile_n2.png" alt="replicant phone" class="center-block" />
186 <h5 class="text-center">Galaxy Note 2 with Replicant</h5>
63ad8e8a
MB
187
188 <!-- Buy/Download Button -->
189 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
190 BUY
191 <!-- Begin Sale -->
192 <span class="sale" >sale</span>
193 <!-- End Sale -->
194 </a>
195 <div class="collapse" id="sellers">
196 <div class="center-block seller-group">
197 <p style="color: #6b6b6b">
198 <strong>Get it from</strong>
199 </p>
b316c774 200 <a href="https://tehnoetic.com/mobile-devices/tet-n2" class="seller action-button">Technoethical</a>
63ad8e8a
MB
201 <div class="sale-info links">
202 <a href="#technoethical-promotion">Sale details.</a>
203 </div>
204 </div>
205 </div>
206
207 <script>
208 document.getElementById('get-item').style.display = '';
209 </script>
210 <noscript>
211 <div class="center-block seller-group">
212 <p style="color: #6b6b6b">
213 <strong>Get it from</strong>
214 </p>
b316c774 215 <a href="https://tehnoetic.com/mobile-devices/tet-n2" class="seller action-button">Technoethical</a>
63ad8e8a
MB
216 <p class="sale-info links">
217 <a href="#technoethical-promotion">Sale details.</a>
218 </p>
219 <!-- End Sale Info -->
220 </div>
221 </noscript>
222 <!-- End Buy/Download button -->
223
224 <ul class="pros">
39a1d9de 225 <p>Your smartphone isn't just a phone--it's a computer you carry with you every day. It's your camera, your connection to your friends and family, and, for many people around the world, their only internet-enabled device. By choosing one of these phones, you're bringing freedom to your pocket, not just your communications.</p>
b316c774 226<p> You can also get an <a href="https://tehnoetic.com/tehnoetic-s2-phone-replicant">S2</a> or <a "https://tehnoetic.com/mobile-devices/tehnoetic-s3-phone-replicant">S3</a>, complete with replicant.</p>
63ad8e8a
MB
227 </ul>
228 </div>
229 <!--End Good-->
39a1d9de
MB
230
231 <!-- start bad -->
232
a084c810 233 <div class="good col-md-6 col-sm-6">
a818321b 234 <ul class="pros">
5fa80a50
MB
235 <li>
236 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
39a1d9de
MB
237 </li>
238 <li>
239 Features <a href="https://www.f-droid.org/">F-Droid</a>, the free software catalogue that makes it easy to get all the applications you need without sacrificing control of your phone.
240 </li>
241 <li>Note: While the main processor is exclusively running free software, the modem processor runs a Samsung nonfree system.</li>
242 </ul>
243
a084c810 244 <h5 class="text-center">Stay away from: iPhones</h5>
63ad8e8a
MB
245 <ul class="cons">
246 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
247 <li>
248 iOS is a fully proprietary operating system, giving Apple control over the software on the devices.
249 </li>
250 <li>
69bb52fe 251 Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to block competing software.
63ad8e8a
MB
252 </li>
253 </ul>
254 </div>
255 <!--End Bad-->
256 </div>
257 <!--End Row-->
258 </div>
259 <!--End Container-->
39a1d9de
MB
260 <!--End bad-->
261
63ad8e8a 262
a084c810
MB
263 <h2 class="title text-center">Laptops, Tablets, and Desktops</h2>
264
265 <!--Laptops-->
63ad8e8a 266 <div class="container">
a084c810 267 <h3 class="title text-center">Laptops</h3>
63ad8e8a
MB
268 <div class="row is-table-row">
269 <div class="good col-md-6 col-sm-6">
270 <img src="img/products/t400.png" alt="t400" class="center-block" />
271 <h5 class="text-center">T400 with GNU/Linux</h5>
272
a084c810
MB
273
274
63ad8e8a
MB
275 <!-- Buy/Download Button -->
276 <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">
277 BUY
278 <!-- Begin Sale -->
279 <span class="sale" >sale</span>
280 <!-- End Sale -->
281 </a>
282 <div class="collapse" id="sellers-full">
283 <div class="center-block seller-group">
284 <p style="color: #6b6b6b">
285 <strong>Get it from</strong>
286 </p>
287 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
288 <p class="sale-info links">
289 <a href="#technoethical-promotion">Sale details.</a>
290 </p>
47e5dd5d
MB
291 <p>
292 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
293 </p>
63ad8e8a
MB
294 </div>
295 </div>
296
297 <script>
298 document.getElementById('get-item-full').style.display = '';
299 </script>
300 <noscript>
301 <div class="center-block seller-group">
302 <p style="color: #6b6b6b">
303 <strong>Get it from</strong>
304 </p>
305 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
306 <p class="sale-info links">
307 <a href="#technoethical-promotion">Sale details.</a>
308 </p>
47e5dd5d
MB
309 <p>
310 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
311 </p>
63ad8e8a
MB
312 </div>
313 </noscript>
314 <!-- End Buy/Download button -->
315
316 <ul class="pros">
a09163ab 317 <p>Setting up a fully free system is easier than it used to be, but can still seem daunting--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>
b316c774
MB
318 <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p>
319 </ul>
63ad8e8a
MB
320
321 </div>
322 <!--End Good-->
39a1d9de
MB
323
324 <!--start bad-->
a084c810 325 <div class="good col-md-6 col-sm-6">
39a1d9de 326 <ul class="pros">
39a1d9de
MB
327 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
328 <li>Durable hardware is meant to last and is easy to repair.</li>
329 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
330 </ul>
331 <h5 class="text-center">Stay away from: Windows</h5>
63ad8e8a 332 <ul class="cons">
39a1d9de
MB
333 <li>Runs on proprietary software that profits from treating the user as a product -- <a href="https://edri.org/microsofts-new-small-print-how-your-personal-data-abused/">each account is assigned an advertising ID</a> to help Microsoft sell user
334 data.
63ad8e8a 335 </li>
39a1d9de
MB
336 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
337 <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>
63ad8e8a
MB
338 </ul>
339 </div>
340 <!--End Bad-->
341 </div>
342 <!--End Row-->
343 </div>
344 <!--End Container-->
a084c810 345
63ad8e8a
MB
346 <!--Compact Laptops-->
347 <div class="container">
348 <h3 class="title text-center">Compact Laptops</h3>
349 <div class="row is-table-row">
350 <div class="good col-md-6 col-sm-6">
351 <img src="img/products/x200.png" alt="x200" class="center-block" />
352 <h5 class="text-center">X200 with GNU/Linux</h5>
353
a084c810
MB
354
355
356
63ad8e8a
MB
357 <!-- Buy/Download Button -->
358 <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">
359 BUY
360 <!-- Begin Sale -->
361 <span class="sale" >sale</span>
362 <!-- End Sale -->
363 </a>
364 <div class="collapse" id="sellers-compact">
365 <div class="center-block seller-group">
366 <p style="color: #6b6b6b">
367 <strong>Get it from</strong>
368 </p>
369
370 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
371 <p class="sale-info links">
372 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>
373
374 </p>
375 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
376 <p class="sale-info links">
a084c810 377 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>
63ad8e8a 378 </p>
a084c810
MB
379 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
380 <p class="sale-info links">
5fa80a50 381 Viking's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#viking-promotion">Sale details.</a>
a084c810
MB
382
383 </p>
384
63ad8e8a
MB
385 </div>
386 </div>
387
388 <script>
389 document.getElementById('get-item-compact').style.display = '';
390 </script>
391 <noscript>
392 <div class="center-block seller-group">
393 <p style="color: #6b6b6b">
394 <strong>Get it from</strong>
395 </p>
396 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
397 <p class="sale-info links">
398 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>
399 </p>
400 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
401 <p class="sale-info links">
5fa80a50 402 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>
63ad8e8a 403 </p>
5fa80a50
MB
404 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
405 <p class="sale-info links">
47e5dd5d
MB
406 Viking's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#viking-promotion">Sale details.</a></p>
407 </div>
63ad8e8a
MB
408 </noscript>
409 <!-- End Buy/Download button -->
39a1d9de
MB
410
411 <!-- start good -->
63ad8e8a 412 <ul class="pros">
a818321b 413 <p>Compact laptops are light and easy to carry, making them popular among people on the go. Whether it's for a student, or someone who likes to work from coffee shops or travels frequently, it's great to have a machine that goes with you. Thanks to Libiquity and Technoethical, you can have mobility and freedom.</p>
63ad8e8a
MB
414 </ul>
415
416 </div>
417 <!--End Good-->
418
39a1d9de 419 <!--start bad-->
a084c810 420 <div class="good col-md-6 col-sm-6">
a818321b 421 <ul class="pros">
39a1d9de
MB
422 <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>
423 <li>Durable hardware is meant to last and is easy to repair.</li>
424 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
39a1d9de
MB
425 <h5 class="text-center">Stay away from: Apple</h5>
426 <ul class="cons">
427 <li>Runs on proprietary software that restricts the user's freedoms.</li>
428 <li>
429 Apple app stores use <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to restrict what you can do with your purchases.
63ad8e8a 430 </li>
39a1d9de 431 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
63ad8e8a
MB
432 </ul>
433 </div>
434 <!--End Bad-->
435 </div>
436 <!--End Row-->
437 </div>
438 <!--End Container-->
439
a818321b 440 <!--convertible Laptops-->
63ad8e8a
MB
441 <div class="container">
442 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
443 <div class="row is-table-row">
444 <div class="good col-md-6 col-sm-6">
445 <img src="//static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
446 <h5 class="text-center">X200t with GNU/Linux</h5>
447
448 <!-- Buy/Download Button -->
449 <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">
450 BUY
451 <!-- Begin Sale -->
452 <span class="sale" >sale</span>
453 <!-- End Sale -->
454 </a>
455 <div class="collapse" id="sellers-convertible">
456 <div class="center-block seller-group">
457 <p style="color: #6b6b6b">
458 <strong>Get it from</strong>
459 </p>
460
461 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
462 <p class="sale-info links">
463 <a href="#technoethical-promotion">Sale details.</a>
464 </p>
465 </div>
466 </div>
467
468 <script>
469 document.getElementById('get-item-convertible').style.display = '';
470 </script>
471 <noscript>
472 <div class="center-block seller-group">
473 <p style="color: #6b6b6b">
474 <strong>Get it from</strong>
475 </p>
476
477 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
478 <p class="sale-info links">
479 <a href="#technoethical-promotion">Sale details.</a>
480 </p> </div>
481 </noscript>
482 <!-- End Buy/Download button -->
483 <ul class="pros">
a818321b 484 <p>There are a lot of things to say about why a convertible laptop is great. With a stylus and screen you can use as a tablet, they're versitle, multi-purpose, and stylish.</p>
63ad8e8a
MB
485 </ul>
486
487 </div>
488 <!--End Good-->
489
a818321b 490 <!--start bad-->
a084c810 491 <div class="good col-md-6 col-sm-6">
a818321b
MB
492 <ul class="pros">
493 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware.</li>
494 <li>Durable hardware is meant to last and is easy to repair.</li>
495 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
496 </ul>
497 <h5 class="text-center">Stay away from: Microsoft Surface</h5>
498 <ul class="cons">
499 <li>Runs on proprietary software that profits from treating the user as a product -- <a href="https://edri.org/microsofts-new-small-print-how-your-personal-data-abused/">each account is assigned an advertising ID</a> to help Microsoft sell user
63ad8e8a
MB
500 data.
501 </li>
502 <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>
503 </ul>
504 </div>
505 <!--End Bad-->
506 </div>
507 <!--End Row-->
508 </div>
509 <!--End Container-->
510
a084c810
MB
511 <!--Desktops-->
512 <div class="container">
513 <h3 class="title text-center">Desktops</h3>
514 <div class="row is-table-row">
515 <div class="good col-md-6 col-sm-6">
516 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
b316c774 517 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
a084c810
MB
518
519 <!-- Buy/Download Button -->
520 <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">
521 BUY
522 <!-- Begin Sale -->
523 <span class="sale" >sale</span>
524 <!-- End Sale -->
525 </a>
526 <div class="collapse" id="sellers-compact">
527 <div class="center-block seller-group">
528 <p style="color: #6b6b6b">
529 <strong>Get it from</strong>
530 </p>
531
532 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
533 <p class="sale-info links">
b316c774 534 The D16 Workstation is not Respects Your Freedoms certified at this point.
a084c810
MB
535 </p>
536 </div>
537 </div>
538
539 <script>
540 document.getElementById('get-item-compact').style.display = '';
541 </script>
542 <noscript>
543 <div class="center-block seller-group">
544 <p style="color: #6b6b6b">
545 <strong>Get it from</strong>
546 </p>
547 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
548 <p class="sale-info links">
549 The Workstation is not Respects Your Freedoms certified at this point.
550 </p>
551 </div>
552 </noscript>
553 <!-- End Buy/Download button -->
554
555 <ul class="pros">
556 <p>Sometimes you want or need a more powerful machine. Desktops are the answer for when you really need that extra push.</p>
557 <p>Vikings offers three desktop computers. (ThinkPenguin also <a href="https://www.thinkpenguin.com/catalog/desktop-computers-gnu-linux">has desktops</a>.)
558 </ul>
a818321b 559
a084c810
MB
560 </div>
561 <!--End Good-->
562
563 <!--start bad-->
564 <div class="good col-md-6 col-sm-6">
565 <ul class="pros">
566 <li>Options of coming with the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel or Parabola operating systems.</li>
567 <li>Choose between corebook and Libreboot.</li>
568 <li>Customize and specialize to your needs.</li>
569 </ul>
570 <h5 class="text-center">Stay away from: Intel Management Engine</h5>
571 <ul class="cons">
572 <li>Intel Management Engine is a little piece of firmware that performs various tasks while computers are booting, running, and sleeping. This poses a <a href="https://www.fsf.org/blogs/licensing/intel-me-and-why-we-should-get-rid-of-me">major security risk and threat to user freedom</a>. While there's not actually anything that can be done about Intel ME at the moment, it's good to know what's lurking inside your computer.
573 </li>
574 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
575 <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>
576 </ul>
577 </div>
578 <!--End Bad-->
579 </div>
580 <!--End Row-->
581 </div>
582 <!--End Container-->
583
584
a818321b
MB
585 <!--start container-->
586 <!-- Begin Recommended Template -->
a09163ab 587 <div class="container">
a818321b 588 <h2 class="title text-center">Wireless Adapters</h2>
a09163ab 589 <div class="row is-table-row">
a818321b
MB
590 <div class="col-md-5 col-sm-6 recommended-img">
591 <img src="//static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
592 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
a09163ab
MB
593
594 <!-- Buy/Download Button -->
a818321b 595 <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;">
a09163ab
MB
596 BUY
597 <!-- Begin Sale -->
a818321b 598 <span class="sale">sale</span>
a09163ab
MB
599 <!-- End Sale -->
600 </a>
a818321b 601 <div class="collapse" id="sellers-mini-adapter">
a09163ab 602 <div class="center-block seller-group">
a818321b
MB
603 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
604 <p class="sale-info links">
605 <a href="#technoethical-promotion">Sale details.</a>
a09163ab 606 </p>
a818321b 607 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
a09163ab 608 <p class="sale-info links">
a818321b 609 <a href="#thinkpenguin-promotion">Sale details.</a>
a09163ab
MB
610 </p>
611 </div>
612 </div>
613
614 <script>
a818321b 615 document.getElementById('get-item-mini-adapter').style.display = '';
a09163ab
MB
616 </script>
617 <noscript>
618 <div class="center-block seller-group">
619 <p style="color: #6b6b6b">
620 <strong>Get it from</strong>
621 </p>
a818321b
MB
622 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
623
a09163ab 624 <p class="sale-info links">
a818321b
MB
625 <a href="#technoethical-promotion">Sale details.</a>
626 </p>
627 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
628 <p class="sale-info links">
629 <a href="#thinkpenguin-promotion">Sale details.</a>
a09163ab
MB
630 </p>
631 </div>
632 </noscript>
633 <!-- End Buy/Download button -->
a818321b
MB
634
635 <!--start pros-->
a09163ab 636 <ul class="pros">
a818321b 637 <p>One of the toughest steps in turning your system into something fully-free is the wi-fi. With an RYF wi-fi adapter, you can just plug it in and be ready to go.</p>
a09163ab 638 </ul>
a818321b 639 </div>
a09163ab 640
a084c810 641 <div class="good col-md-6 col-sm-6">
a818321b
MB
642 <ul class="pros">
643 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
644 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
645 <li>Options from Technoethical and ThinkPenguin.</li>
646 <li>If you use a laptop listed in this guide, an adapter like this won't be necessary.</li>
a09163ab
MB
647 </ul>
648 </div>
a09163ab 649 </div>
a818321b 650 <!-- End Row -->
a09163ab 651 </div>
a818321b 652 <!-- End Container -->
a09163ab 653
a818321b
MB
654 <!-- Begin Recommended Template -->
655
656 <div class="container">
657 <div class="row is-table-row">
63ad8e8a
MB
658 <div class="col-md-5 col-sm-6 recommended-img">
659 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
a818321b 660 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
63ad8e8a
MB
661
662 <!-- Buy/Download Button -->
663 <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;">
664 BUY
665 <!-- Begin Sale -->
666 <span class="sale">sale</span>
667 <!-- End Sale -->
668 </a>
669 <div class="collapse" id="sellers-long-range-adapter">
670 <div class="center-block seller-group">
671 <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>
672 <p class="sale-info links">
673 <a href="#thinkpenguin-promotion">Sale details.</a>
674 </p>
675 </div>
676 </div>
677
678 <script>
679 document.getElementById('get-item-long-range-adapter').style.display = '';
680 </script>
681 <noscript>
682 <div class="center-block seller-group">
683 <p style="color: #6b6b6b">
684 <strong>Get it from</strong>
685 </p>
686 <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>
687 <p class="sale-info links">
688 <a href="#thinkpenguin-promotion">Sale details.</a>
689 </p>
690 </div>
691 </noscript>
692 <!-- End Buy/Download button -->
693
694 </div>
695 <div class="col-md-7 col-sm-6">
63ad8e8a
MB
696 </h5>
697 <ul class="pros">
698 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
699 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
a818321b 700 <li>Multiple options from Technoethical and ThinkPenguin.</li>
63ad8e8a
MB
701 </ul>
702 </div>
703 </div>
704 <!-- End Row -->
705 </div>
706 <!-- End Container -->
707
a818321b 708 <!-- Begin Recommended Template -->
63ad8e8a
MB
709 <div class="container-fluid recommended-section">
710 <!-- <h1 class="text-center"></h1> -->
711 <div class="row">
712 <div class="col-md-5 col-sm-6 recommended-img">
713 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
714
715 <!-- Buy/Download Button -->
716 <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;">
717 BUY
718 <!-- Begin Sale -->
719 <span class="sale">sale</span>
720 <!-- End Sale -->
721 </a>
722 <div class="collapse" id="sellers-vpn-router">
723 <div class="center-block seller-group">
724 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
725 <p class="sale-info links">
726 <a href="#thinkpenguin-promotion">Sale details.</a>
727 </p>
728 </div>
729 </div>
730
731 <script>
732 document.getElementById('get-item-vpn-router').style.display = '';
733 </script>
734 <noscript>
735 <div class="center-block seller-group">
736 <p style="color: #6b6b6b">
737 <strong>Get it from</strong>
738 </p>
739 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
740 <p class="sale-info links">
741 <a href="#thinkpenguin-promotion">Sale details.</a>
742 </p>
743 </div>
744 </noscript>
745 <!-- End Buy/Download button -->
746
747 </div>
748 <div class="col-md-7 col-sm-6">
749 <h5 class="text-center">VPN Router</h5>
750 <ul class="pros">
751 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
752 <li>Designed for easy set-up.</li>
753 <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 hardware that is certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li>
754 </ul>
755 </div>
756 </div>
757 <!-- End Row -->
758 </div>
759 <!-- End Container -->
760
a818321b
MB
761 <!--3D Printers-->
762 <div class="container">
763 <h3 class="title text-center">3D Printers</h3>
764 <div class="row is-table-row">
765 <div class="good col-md-6 col-sm-6">
766 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
767 <h5 class="text-center">LulzBot Mini</h5>
63ad8e8a 768
a818321b
MB
769 <!-- Buy/Download Button -->
770 <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">
771 BUY
772 <!-- Begin Sale -->
773 <span class="sale" >sale</span>
774 <!-- End Sale -->
775 </a>
776 <div class="collapse" id="sellers-print">
777 <div class="center-block seller-group">
778 <p style="color: #6b6b6b">
779 <strong>Get it from</strong>
780 </p>
781 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
782 <p class="sale-info links">
a084c810
MB
783 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
784
a818321b
MB
785 </p>
786 </div>
63ad8e8a 787 </div>
63ad8e8a 788
a818321b
MB
789 <script>
790 document.getElementById('get-item-print').style.display = '';
791 </script>
792 <noscript>
793 <div class="center-block seller-group">
794 <p style="color: #6b6b6b">
795 <strong>Get it from</strong>
796 </p>
797 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
798 <p class="sale-info links">
799 <a href="#lulzbot-promotion">Sale details.</a>
800 </p>
801 </div>
802 </noscript>
803 <!-- End Buy/Download button -->
804 <ul class="pros">
805 <p>3D printers are just plain cool. As a learning and exploration tool, crafty way to make gifts (for yourself or your friend), and all around fun toy, the at-home 3D printer has come far from its origins in the early 2000s. Not only is the LulzBot Mini free, but there are loads of free software options for modeling, and communities sharing freely licensed designs.</p>
806 </ul>
807 </div>
808 <!--End Good-->
809
a084c810 810 <div class="good col-md-6 col-sm-6">
a818321b
MB
811 <ul class="pros">
812 <li>Performance and seamless interface <a href="https://www.tomsguide.com/us/lulzbot-mini-3d-printer,review-2744.html">earned it "Editor's Choice"</a> in Tom's Guide's 2016 3D printer comparison.</li>
813 <li>Hardware designs available to make customization easy. Standardized material format allows 3D printing with plastics, wood-, stone-, bamboo-, rubber-, and metal-like materials.</li>
814 </ul>
815 <h5 class="text-center">Stay away from: Makerbot</h5>
816 <ul class="cons">
817 <li>
818 MakerWare software is proprietary, restricting freedom and stifling innovation.
819 </li>
820 <li>
821 MakerBot was founded with a more freedom-respecting philosophy, but has since <a href="https://www.cnet.com/news/pulling-back-from-open-source-hardware-makerbot-angers-some-adherents/">announced an increasingly proprietary approach</a> and distanced itself from the community that formed around it.
822 </li>
823 </ul>
824 </div>
825 <!--End Bad-->
826 </div>
827 <!--End Row-->
828 </div>
829 <!--End Container-->
830
831
832 <h1 class="title text-center">Books, Games, Music, and Video</h1>
833
834 <!--ebooks-->
835 <div class="container">
836 <h3 class="title text-center">Books</h3>
837 <div class="row is-table-row">
838 <div class="good col-md-6 col-sm-6">
839 <h5 class="text-center">DRM-free Ebooks</h5>
840
841 <ul class="pros">
842 <p>There are <a href="https://www.defectivebydesign.org/guide/ebooks">a lot of options</a> for where to get your literature fix without any pesky DRM. We're highlighting some publishers and shops who are offering deals for you!</p>
843 <li><a href="https://www.delphiclassics.com/">Delphi Classics</a> has a wide range of classic literature available in English, French, German, Italian, and Spanish. Use the code <b>fsfdelphi</b> for <b>30% off</b> orders over $10 through the end of December.</li>
844 <li><a href="https://tienda.edicionesbabylon.es/en/">Ediciones Babylon</a> can supply you with all of your Spanish language needs for comics, art, novellas, and novels. Use the code <b>FSFDISCOUNTEB</b> for <b>5% off</b> all the way through March 2018.</li>
845 <li><a href="https://www.nostarch.com/">No Starch Press</a>, for educational, instructional, and howto books on everything from arduinos to system administration. Use the code <b>ETHICTECH</b> for <b>40% off</b> through January 10th, 2018.</li>
846 </ul>
847
848 </div>
849 <!--End Good-->
850
851 <!--start bad-->
a084c810 852 <div class="good col-md-6 col-sm-6">
a818321b
MB
853 <ul class="pros">
854 <h5 class="text-center">Stay away from: Amazon</h5>
855 <ul class="cons">
856 <li>Amazon is one of the <a href="https://www.defectivebydesign.org/amazon">most notorious of DRM offenders</a>. Whether it's their Kindle ereader or their countless DRM-encumbered ebooks, Amazon is the place to go if you want to lease, rather than own, your favorite texts.</li>
857 <li>Where's O'Reilly? While the publisher's ebooks are still available from third party sellers (in both DRM-free and DRM-encumbered formats), O'Reilly themselves stopped selling their DRM-free catalogue earlier in 2017.</li>
858 </ul>
859 </div>
860 <!--End Bad-->
861 </div>
862 <!--End Row-->
863 </div>
864 <!--End Container-->
865
866 <!--ebooks-->
867 <div class="container">
868 <h3 class="title text-center">Games</h3>
869 <div class="row is-table-row">
870 <div class="good col-md-6 col-sm-6">
871 <h5 class="text-center">DRM-free Games</h5>
872
873 <ul class="pros">
874 <p>Gaming systems have adopted all sorts of DRM technologies--allowing gaming companies to limit your access to games and even the ability to brick whole systems. However, there's hope in the wide world of DRM-free games!</p>
875 <li><a href="https://www.gog.com/">Good Old Games</a> thinks you should not just be able to play with your friends, but share with them. They carry all kinds of games--action, adventure, RPGs, strategy games--and even movies specially for gamers.</li>
876 <li><a href="https://www.humblebundle.com/">Humble Bundle</a> first made its name with pay-what-you-want DRM-free books, and have since expanded to a whole range of games.
877 <li>We'd be remiss to not mention <a href="http://www.nethack.org/">Nethack</a>, a game well loved by many gamers and free software nerds. A classic <a href="https://en.wikipedia.org/wiki/Roguelike">roguelike</a> with a <a href="http://nethack.org/common/license.html">classic, freedom respecting license</a>, there's no reason to not feel good sharing this game.</li>
878 </ul>
879 </div>
880 <!--End Good-->
881
882 <!--start bad-->
a084c810 883 <div class="good col-md-6 col-sm-6">
a818321b
MB
884 <ul class="cons">
885 <h5 class="text-center">Stay away from: XBox</h5>
63ad8e8a 886 <ul class="cons">
a818321b
MB
887 <li>Over the years XBox has gone back and forth with their use of DRM with a current pro-DRM stance. It's best to just stay away since we can never tell when they're just going to change their minds</li>.
888<li>A quick note on Sony: The <a href="https://www.cinemablend.com/games/It-Official-Again-PS4-Has-DRM-Fees-Internet-Registration-Check-56594.html">PlayStation 4</a> runs games DRM-free. However, there is enough non-free software running on the system that we cannot recommend it in good conscience.</li>
889 </ul>
890 </div>
891 <!--End Bad-->
892 </div>
893 <!--End Row-->
894 </div>
895 <!--End Container-->
63ad8e8a 896
63ad8e8a 897
a818321b
MB
898 <!--Music-->
899 <div class="container">
900 <h3 class="title text-center">Music</h3>
901 <div class="row is-table-row">
902 <div class="good col-md-6 col-sm-6">
903 <h5 class="text-center">DRM-free Music</h5>
904
905 <!-- start good -->
906 <ul class="pros">
907 <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>
908 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
909 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
910 <li><a href="http://www.mergerecords.com/shop">Merge Records</a>, home to Grammy winning and well loved indie darlings.</li>
911 <li><a href="http://www.nin.com/">Nine Inch Nails</a></li>
912 <li><a href="https://www.theymightbegiants.com/">They Might Be Giants</a></li>
913 </ul>
914
63ad8e8a 915 </div>
a818321b 916 <!--End Good-->
63ad8e8a 917
a818321b 918 <!--start bad-->
a084c810 919 <div class="good col-md-6 col-sm-6">
a818321b
MB
920 <ul class="cons">
921 <h5 class="text-center">Stay away from: Spotify</h5>
922 <p>DRM is the unfortunate standard for so much of major music available. While spotify certainly isn't the only offender, they're the one we are choosing to highlight.</p>
923 <p>In addition to streaming music encumbered by DRM, people who want to use Spotify are required to install additional proprietary software. <a href="https://www.spotify.com/us/download/linux/">Spotify's build for GNU/Linux</a> is available as a Debian package that requires Debian non-free and comes with "<a href="https://www.debian.org/distrib/packages">onerous license conditions</a>."</p>
924 </ul>
925 </div>
926 <!--End Bad-->
63ad8e8a 927 </div>
a818321b
MB
928 <!--End Row-->
929 </div>
930 <!--End Container-->
931
932 <!--Video-->
933 <div class="container">
934 <h3 class="title text-center">Video</h3>
935 <div class="row is-table-row">
936 <div class="good col-md-6 col-sm-6">
937 <h5 class="text-center">DRM-free Video</h5>
938 <ul class="pros">
939 <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>
940 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
941 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can help you laugh while storing your videos locally.</li>
942 <li><a href="https://archive.org/details/movies">Moving Image Archive</a>, thanks to <a href="https://archive.org">Archive.org</a>, there are thousands of film releases available online.</li>
943 <li><a href="https://durian.blender.org/download/">Sintel</a>, where you can find DRM-free films made with free software.</li>
944 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a>, for a great selection of LGBTQ films.</li>
945 </ul>
946
947 </div>
948 <!--End Good-->
63ad8e8a 949
a818321b 950 <!--start bad-->
a084c810 951 <div class="good col-md-6 col-sm-6">
a818321b
MB
952 <h5 class="text-center">Stay away from: Netflix</h5>
953 <ul class="cons">
954 <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 Reccomendation</a>, Netflix has been at the front line of getting DRM into media online and in your home.</p>
955 </ul>
956 </div>
957 <!--End Bad-->
958 </div>
959 <!--End Row-->
960 </div>
961 <!--End Container-->
63ad8e8a
MB
962
963 </section>
964 <!--End comparisons-->
965
966 <!-- Begin Donations -->
967 <section class="charities" id="charities">
968 <div class="container">
969 <h1 class="text-center">Recommended organizations for holiday donations</h1>
970 <div class="row">
a818321b
MB
971 <div class="col-md-3 col-sm-4 col-xs-6">
972 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
63ad8e8a 973 </div>
a818321b
MB
974 <div class="col-md-3 col-sm-4 col-xs-6">
975 <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
63ad8e8a 976 </div>
a818321b 977 <div class="col-md-3 col-sm-4 col-xs-6">
69bb52fe 978 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
63ad8e8a
MB
979 </div>
980 <div class="col-md-3 col-sm-4 col-xs-6">
a818321b 981 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
63ad8e8a 982 </div>
a818321b
MB
983 <div class="col-md-3 col-sm-4 col-xs-6">
984 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
63ad8e8a
MB
985 </div>
986 <div class="col-md-3 col-sm-4 col-xs-6">
a818321b 987 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
63ad8e8a
MB
988 </div>
989 <div class="col-md-3 col-sm-4 col-xs-6">
a818321b 990 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
63ad8e8a 991 </div>
a09163ab 992 <div class="col-md-3 col-sm-4 col-sx-6">
69bb52fe 993 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
a09163ab
MB
994 </div>
995 </div>
996 </div>
63ad8e8a
MB
997 </div>
998 </div>
999 </section>
1000 <!-- End Donations -->
1001
1002 <!-- Begin Promotion details -->
68ea8fbb 1003
63ad8e8a
MB
1004 <section class="promotion-details">
1005 <div class="container">
1006 <div class="row">
1007 <div class="col-md-12">
1008 <div class="panel-default">
1009 <div class="panel-heading">
1010 <h1 class="fix-margin">Promotion details</h1>
1011 </div>
1012 <div class="panel-body" id="promotion-details">
a09163ab 1013<h2>Companies, distributors, and makers of freedom friendly gadgets and media want to make it easier for you to give gifts that you feel good about. Check out these discounts and promotions.</h2>
5fa80a50 1014<!-- <ul style="list-style: none inside none;">
63ad8e8a
MB
1015 <li id="thinkpenguin-promotion"><strong>ThinkPenguin:</strong> Receive a 5% discount on any items you buy from the Web site. Ends at 00:00 EST on February 1st, 2017. Use the coupon code <span class="label label-default">FSFGIVING16</span> at checkout.</li>
1016 <li id="libiquity-promotion"><strong>Libiquity:</strong> Receive a 5% 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, 2017. 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>
1017 <li id="technoethical-promotion"><strong>Technoethical:</strong>
5fa80a50 1018 Receive a 5% discount on any items you buy from the Web site. Ends at 00:00 EST on February 1st, 2017. Use the coupon code <span class="label label-default">FSFHOLIDAYS</span> at checkout.</li> -->
47e5dd5d 1019 <li id="lulzbot-promotion"><strong>LulzBot: </strong><a href="https://www.lulzbot.com/black-friday-cyber-monday-preview">Black Friday and Cyber Monday discounts</a> are available through their site.</li>
5fa80a50
MB
1020 <li id="vikings-promotion"><strong>Vikings:</strong> 5% discount on <b>all</b> products and services between now and February 1, 2018. <b>Help the FSF!</b> Vikings will also make a donation for each product purchased using this code. Use the coupon code <span class="label label-default">fsfftw</span>.</li>
1021
1022</ul>
63ad8e8a
MB
1023 </div>
1024 </div>
1025 </div>
1026 <!-- End Panel -->
1027 </div>
1028 <!-- End Row -->
1029 </div>
1030 <!-- End Container -->
1031 </section>
1032 <!-- End Promotion details -->
1033
a09163ab
MB
1034 <!-- Start Respects Your Freedoms -->
1035 <section class="promotion-details">
1036 <div class="container">
1037 <div class="row">
1038 <div class="col-md-12">
1039 <div class="panel-default">
1040 <div class="panel-heading">
1041 <h1 class="fix-margin">Respects Your Freedoms</h1>
1042 </div>
1043 <div class="panel-body" id="promotion-details">
69bb52fe 1044 <p>The FSF certifies hardware as <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">respecting your freedoms</a>. There is a <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">complete list</a> of RYF products on FSF.org.</p>
a09163ab
MB
1045 <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--it's not only the responsible thing, but the right thing.</p>
1046 </div>
1047 </div>
1048 </div>
1049 <!-- End Panel -->
1050 </div>
1051 <!-- End Row -->
1052 </div>
1053 <!-- End Container -->
1054 </section>
1055 <!-- End Respects Your Freedoms -->
1056
63ad8e8a
MB
1057 <!-- Begin Licenses -->
1058 <section class="licenses">
1059 <div class="container">
1060 <div class="row">
1061 <div class="col-md-12">
1062 <div class="panel-default">
1063 <div class="panel-heading">
1064 <h1 class="fix-margin">Licenses</h1>
1065
1066 </div>
1067 <div class="panel-body" id="licenses">
1068 <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 Unported.</a>
1069 </p>
1070 <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>
1071 <ul style="list-style: none inside none;">
1072 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
69bb52fe 1073 <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 Unported.</a></li>
69bb52fe 1074 <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 Unported.</a></li>
b316c774 1075 <li>Technoethical Replicant N2, Wi-Fi Dongle, and X200t by Technoethical 2016-2017 licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</li>
a084c810 1076 <li>LibreTea computer with modular chassis image by Luke Kenneth Casson Leighton licensed under<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</li> </ul>
63ad8e8a
MB
1077 </div>
1078 </div>
1079 </div>
1080 <!-- End Panel -->
1081 </div>
1082 <!-- End Row -->
1083 </div>
1084 <!-- End Container -->
1085 </section>
1086 <!-- End Licenses -->
1087
1088 <!--Begin Footer-->
1089 <footer>
1090 <div class="container-fluid">
1091 <div class="row">
1092 <div class="col-md-4 col-sm-4 footer-logo">
1093 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1094 </div>
1095 <div class="col-md-8 col-sm-8">
1096 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1097 <a href="https://fsf.org/about">learn about our history and work.</a>
1098 </p>
1099 <p>Version 7.0. Copyright © 2004-2016
1100 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1101 Free Software Foundation
1102 </a>, Inc.
1103 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
1104 </p>
1105 </div>
1106 </div>
1107 <!-- End Row -->
1108 </div>
1109 <!-- End Container -->
1110 </footer>
1111 <!-- End Footer -->
1112
1113 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1114 <script src="js/jquery.js" charset="utf-8"></script>
1115 <!-- Include all compiled plugins (below), or include individual files as needed -->
1116 <script src="js/bootstrap.js" charset="utf-8"></script>
1117 <!-- Our JS -->
1118 <script src="js/magic.js" charset="utf-8"></script>
1119
1120 <!-- Piwik -->
1121 <script type="text/javascript">
1122 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1123 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1124 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1125 try {
1126 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1127 piwikTracker.trackPageView();
1128 piwikTracker.enableLinkTracking();
1129 } catch (err) {}
1130 // @license-end
1131 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1132 <!-- End Piwik Tracking Code -->
1133 <a href="js/weblabels.html" rel="jslicense"></a>
1134 </body>
1135
1136 </html>