edits per dana suggestions.
[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>
a6180002 156 Download the printable 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">
a6180002
MB
225 <p>Why it's cool: Ever feel like every time you pick up your smartphone, someone is watching you? This may not cut off their access entirely, but it will make their job a little harder.</p>
226
227<p> 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.</p>
228
b316c774 229<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
230 </ul>
231 </div>
232 <!--End Good-->
39a1d9de
MB
233
234 <!-- start bad -->
235
a084c810 236 <div class="good col-md-6 col-sm-6">
a818321b 237 <ul class="pros">
5fa80a50
MB
238 <li>
239 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
39a1d9de
MB
240 </li>
241 <li>
242 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.
243 </li>
244 <li>Note: While the main processor is exclusively running free software, the modem processor runs a Samsung nonfree system.</li>
245 </ul>
246
a084c810 247 <h5 class="text-center">Stay away from: iPhones</h5>
63ad8e8a
MB
248 <ul class="cons">
249 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
250 <li>
251 iOS is a fully proprietary operating system, giving Apple control over the software on the devices.
252 </li>
253 <li>
69bb52fe 254 Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to block competing software.
63ad8e8a
MB
255 </li>
256 </ul>
257 </div>
258 <!--End Bad-->
259 </div>
260 <!--End Row-->
261 </div>
262 <!--End Container-->
39a1d9de
MB
263 <!--End bad-->
264
63ad8e8a 265
a084c810
MB
266 <h2 class="title text-center">Laptops, Tablets, and Desktops</h2>
267
268 <!--Laptops-->
63ad8e8a 269 <div class="container">
a084c810 270 <h3 class="title text-center">Laptops</h3>
63ad8e8a
MB
271 <div class="row is-table-row">
272 <div class="good col-md-6 col-sm-6">
273 <img src="img/products/t400.png" alt="t400" class="center-block" />
274 <h5 class="text-center">T400 with GNU/Linux</h5>
275
a084c810
MB
276
277
63ad8e8a
MB
278 <!-- Buy/Download Button -->
279 <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">
280 BUY
281 <!-- Begin Sale -->
282 <span class="sale" >sale</span>
283 <!-- End Sale -->
284 </a>
285 <div class="collapse" id="sellers-full">
286 <div class="center-block seller-group">
287 <p style="color: #6b6b6b">
288 <strong>Get it from</strong>
289 </p>
290 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
291 <p class="sale-info links">
292 <a href="#technoethical-promotion">Sale details.</a>
293 </p>
47e5dd5d
MB
294 <p>
295 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
296 </p>
63ad8e8a
MB
297 </div>
298 </div>
299
300 <script>
301 document.getElementById('get-item-full').style.display = '';
302 </script>
303 <noscript>
304 <div class="center-block seller-group">
305 <p style="color: #6b6b6b">
306 <strong>Get it from</strong>
307 </p>
308 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
309 <p class="sale-info links">
310 <a href="#technoethical-promotion">Sale details.</a>
311 </p>
47e5dd5d
MB
312 <p>
313 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
314 </p>
63ad8e8a
MB
315 </div>
316 </noscript>
317 <!-- End Buy/Download button -->
318
319 <ul class="pros">
a6180002 320 <p>Why it's cool: You need a reliable computer for work and play. This one is just dandy for both, minus icky DRM and spyware.</p>
a09163ab 321 <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
322 <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p>
323 </ul>
63ad8e8a
MB
324
325 </div>
326 <!--End Good-->
39a1d9de
MB
327
328 <!--start bad-->
a084c810 329 <div class="good col-md-6 col-sm-6">
39a1d9de 330 <ul class="pros">
39a1d9de
MB
331 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
332 <li>Durable hardware is meant to last and is easy to repair.</li>
333 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
334 </ul>
335 <h5 class="text-center">Stay away from: Windows</h5>
63ad8e8a 336 <ul class="cons">
39a1d9de
MB
337 <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
338 data.
63ad8e8a 339 </li>
39a1d9de
MB
340 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
341 <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
342 </ul>
343 </div>
344 <!--End Bad-->
345 </div>
346 <!--End Row-->
347 </div>
348 <!--End Container-->
a084c810 349
63ad8e8a
MB
350 <!--Compact Laptops-->
351 <div class="container">
352 <h3 class="title text-center">Compact Laptops</h3>
353 <div class="row is-table-row">
354 <div class="good col-md-6 col-sm-6">
355 <img src="img/products/x200.png" alt="x200" class="center-block" />
356 <h5 class="text-center">X200 with GNU/Linux</h5>
357
a084c810
MB
358
359
360
63ad8e8a
MB
361 <!-- Buy/Download Button -->
362 <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">
363 BUY
364 <!-- Begin Sale -->
365 <span class="sale" >sale</span>
366 <!-- End Sale -->
367 </a>
368 <div class="collapse" id="sellers-compact">
369 <div class="center-block seller-group">
370 <p style="color: #6b6b6b">
371 <strong>Get it from</strong>
372 </p>
373
374 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
375 <p class="sale-info links">
376 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>
377
378 </p>
379 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
380 <p class="sale-info links">
a084c810 381 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 382 </p>
a084c810
MB
383 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
384 <p class="sale-info links">
5fa80a50 385 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
386
387 </p>
388
63ad8e8a
MB
389 </div>
390 </div>
391
392 <script>
393 document.getElementById('get-item-compact').style.display = '';
394 </script>
395 <noscript>
396 <div class="center-block seller-group">
397 <p style="color: #6b6b6b">
398 <strong>Get it from</strong>
399 </p>
400 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
401 <p class="sale-info links">
402 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>
403 </p>
404 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
405 <p class="sale-info links">
5fa80a50 406 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 407 </p>
5fa80a50
MB
408 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
409 <p class="sale-info links">
47e5dd5d
MB
410 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>
411 </div>
63ad8e8a
MB
412 </noscript>
413 <!-- End Buy/Download button -->
39a1d9de
MB
414
415 <!-- start good -->
63ad8e8a 416 <ul class="pros">
a6180002
MB
417 <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 listen to NPR while you cook. Do all of this the easy way.</p>
418
419<p>This machine is made to go everywhere with you, and thanks to Libiquity and Technoethical, you can have your mobility and your freedom too.</p>
63ad8e8a
MB
420 </ul>
421
422 </div>
423 <!--End Good-->
424
39a1d9de 425 <!--start bad-->
a084c810 426 <div class="good col-md-6 col-sm-6">
a818321b 427 <ul class="pros">
39a1d9de
MB
428 <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>
429 <li>Durable hardware is meant to last and is easy to repair.</li>
430 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
39a1d9de
MB
431 <h5 class="text-center">Stay away from: Apple</h5>
432 <ul class="cons">
433 <li>Runs on proprietary software that restricts the user's freedoms.</li>
434 <li>
435 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 436 </li>
39a1d9de 437 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
63ad8e8a
MB
438 </ul>
439 </div>
440 <!--End Bad-->
441 </div>
442 <!--End Row-->
443 </div>
444 <!--End Container-->
445
a818321b 446 <!--convertible Laptops-->
63ad8e8a
MB
447 <div class="container">
448 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
449 <div class="row is-table-row">
450 <div class="good col-md-6 col-sm-6">
451 <img src="//static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
452 <h5 class="text-center">X200t with GNU/Linux</h5>
453
454 <!-- Buy/Download Button -->
455 <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">
456 BUY
457 <!-- Begin Sale -->
458 <span class="sale" >sale</span>
459 <!-- End Sale -->
460 </a>
461 <div class="collapse" id="sellers-convertible">
462 <div class="center-block seller-group">
463 <p style="color: #6b6b6b">
464 <strong>Get it from</strong>
465 </p>
466
467 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
468 <p class="sale-info links">
469 <a href="#technoethical-promotion">Sale details.</a>
470 </p>
471 </div>
472 </div>
473
474 <script>
475 document.getElementById('get-item-convertible').style.display = '';
476 </script>
477 <noscript>
478 <div class="center-block seller-group">
479 <p style="color: #6b6b6b">
480 <strong>Get it from</strong>
481 </p>
482
483 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
484 <p class="sale-info links">
485 <a href="#technoethical-promotion">Sale details.</a>
486 </p> </div>
487 </noscript>
488 <!-- End Buy/Download button -->
489 <ul class="pros">
a6180002
MB
490 <p>Why it's cool: Use it as a laptop or as a table with a built-in stylus. It may not be a brand-new concept, but it'll always feel a little futuristic.</p>
491
492<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>
63ad8e8a
MB
493 </ul>
494
495 </div>
496 <!--End Good-->
497
a818321b 498 <!--start bad-->
a084c810 499 <div class="good col-md-6 col-sm-6">
a818321b
MB
500 <ul class="pros">
501 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware.</li>
502 <li>Durable hardware is meant to last and is easy to repair.</li>
503 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
504 </ul>
505 <h5 class="text-center">Stay away from: Microsoft Surface</h5>
506 <ul class="cons">
507 <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
508 data.
509 </li>
510 <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>
511 </ul>
512 </div>
513 <!--End Bad-->
514 </div>
515 <!--End Row-->
516 </div>
517 <!--End Container-->
518
a084c810
MB
519 <!--Desktops-->
520 <div class="container">
521 <h3 class="title text-center">Desktops</h3>
522 <div class="row is-table-row">
523 <div class="good col-md-6 col-sm-6">
524 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
b316c774 525 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
a084c810
MB
526
527 <!-- Buy/Download Button -->
528 <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">
529 BUY
530 <!-- Begin Sale -->
531 <span class="sale" >sale</span>
532 <!-- End Sale -->
533 </a>
534 <div class="collapse" id="sellers-compact">
535 <div class="center-block seller-group">
536 <p style="color: #6b6b6b">
537 <strong>Get it from</strong>
538 </p>
539
540 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
541 <p class="sale-info links">
b316c774 542 The D16 Workstation is not Respects Your Freedoms certified at this point.
a084c810
MB
543 </p>
544 </div>
545 </div>
546
547 <script>
548 document.getElementById('get-item-compact').style.display = '';
549 </script>
550 <noscript>
551 <div class="center-block seller-group">
552 <p style="color: #6b6b6b">
553 <strong>Get it from</strong>
554 </p>
555 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
556 <p class="sale-info links">
557 The Workstation is not Respects Your Freedoms certified at this point.
558 </p>
559 </div>
560 </noscript>
561 <!-- End Buy/Download button -->
562
563 <ul class="pros">
a6180002
MB
564<p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p>
565
566<p>Gamers, video editors, and other users may want or need a more powerful machine – a desktop is the answer when you really need that extra push. Also good for users who want a bigger screen.</p>
a084c810
MB
567 <p>Vikings offers three desktop computers. (ThinkPenguin also <a href="https://www.thinkpenguin.com/catalog/desktop-computers-gnu-linux">has desktops</a>.)
568 </ul>
a818321b 569
a084c810
MB
570 </div>
571 <!--End Good-->
572
573 <!--start bad-->
574 <div class="good col-md-6 col-sm-6">
575 <ul class="pros">
576 <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>
577 <li>Choose between corebook and Libreboot.</li>
578 <li>Customize and specialize to your needs.</li>
579 </ul>
580 <h5 class="text-center">Stay away from: Intel Management Engine</h5>
581 <ul class="cons">
582 <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.
583 </li>
584 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
585 <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>
586 </ul>
587 </div>
588 <!--End Bad-->
589 </div>
590 <!--End Row-->
591 </div>
592 <!--End Container-->
593
594
a818321b
MB
595 <!--start container-->
596 <!-- Begin Recommended Template -->
a09163ab 597 <div class="container">
a818321b 598 <h2 class="title text-center">Wireless Adapters</h2>
a09163ab 599 <div class="row is-table-row">
a818321b
MB
600 <div class="col-md-5 col-sm-6 recommended-img">
601 <img src="//static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
602 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
a09163ab
MB
603
604 <!-- Buy/Download Button -->
a818321b 605 <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
606 BUY
607 <!-- Begin Sale -->
a818321b 608 <span class="sale">sale</span>
a09163ab
MB
609 <!-- End Sale -->
610 </a>
a818321b 611 <div class="collapse" id="sellers-mini-adapter">
a09163ab 612 <div class="center-block seller-group">
a818321b
MB
613 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
614 <p class="sale-info links">
615 <a href="#technoethical-promotion">Sale details.</a>
a09163ab 616 </p>
a818321b 617 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
a09163ab 618 <p class="sale-info links">
a818321b 619 <a href="#thinkpenguin-promotion">Sale details.</a>
a09163ab
MB
620 </p>
621 </div>
622 </div>
623
624 <script>
a818321b 625 document.getElementById('get-item-mini-adapter').style.display = '';
a09163ab
MB
626 </script>
627 <noscript>
628 <div class="center-block seller-group">
629 <p style="color: #6b6b6b">
630 <strong>Get it from</strong>
631 </p>
a818321b
MB
632 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
633
a09163ab 634 <p class="sale-info links">
a818321b
MB
635 <a href="#technoethical-promotion">Sale details.</a>
636 </p>
637 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
638 <p class="sale-info links">
639 <a href="#thinkpenguin-promotion">Sale details.</a>
a09163ab
MB
640 </p>
641 </div>
642 </noscript>
643 <!-- End Buy/Download button -->
a818321b
MB
644
645 <!--start pros-->
a09163ab 646 <ul class="pros">
a6180002 647 <p>Why it's cool: Trying to go 100% free? Do it the easy way – just plug this into your USB port and you're ready to go.</p>
a09163ab 648 </ul>
a818321b 649 </div>
a09163ab 650
a084c810 651 <div class="good col-md-6 col-sm-6">
a818321b
MB
652 <ul class="pros">
653 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
654 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
655 <li>Options from Technoethical and ThinkPenguin.</li>
656 <li>If you use a laptop listed in this guide, an adapter like this won't be necessary.</li>
a09163ab
MB
657 </ul>
658 </div>
a09163ab 659 </div>
a818321b 660 <!-- End Row -->
a09163ab 661 </div>
a818321b 662 <!-- End Container -->
a09163ab 663
a818321b
MB
664 <!-- Begin Recommended Template -->
665
666 <div class="container">
667 <div class="row is-table-row">
63ad8e8a
MB
668 <div class="col-md-5 col-sm-6 recommended-img">
669 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
a818321b 670 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
63ad8e8a
MB
671
672 <!-- Buy/Download Button -->
673 <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;">
674 BUY
675 <!-- Begin Sale -->
676 <span class="sale">sale</span>
677 <!-- End Sale -->
678 </a>
679 <div class="collapse" id="sellers-long-range-adapter">
680 <div class="center-block seller-group">
681 <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>
682 <p class="sale-info links">
683 <a href="#thinkpenguin-promotion">Sale details.</a>
684 </p>
685 </div>
686 </div>
687
688 <script>
689 document.getElementById('get-item-long-range-adapter').style.display = '';
690 </script>
691 <noscript>
692 <div class="center-block seller-group">
693 <p style="color: #6b6b6b">
694 <strong>Get it from</strong>
695 </p>
696 <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>
697 <p class="sale-info links">
698 <a href="#thinkpenguin-promotion">Sale details.</a>
699 </p>
700 </div>
701 </noscript>
702 <!-- End Buy/Download button -->
703
704 </div>
705 <div class="col-md-7 col-sm-6">
63ad8e8a
MB
706 </h5>
707 <ul class="pros">
708 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
709 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
a818321b 710 <li>Multiple options from Technoethical and ThinkPenguin.</li>
63ad8e8a
MB
711 </ul>
712 </div>
713 </div>
714 <!-- End Row -->
715 </div>
716 <!-- End Container -->
717
a818321b 718 <!-- Begin Recommended Template -->
63ad8e8a
MB
719 <div class="container-fluid recommended-section">
720 <!-- <h1 class="text-center"></h1> -->
721 <div class="row">
722 <div class="col-md-5 col-sm-6 recommended-img">
723 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
724
725 <!-- Buy/Download Button -->
726 <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;">
727 BUY
728 <!-- Begin Sale -->
729 <span class="sale">sale</span>
730 <!-- End Sale -->
731 </a>
732 <div class="collapse" id="sellers-vpn-router">
733 <div class="center-block seller-group">
734 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
735 <p class="sale-info links">
736 <a href="#thinkpenguin-promotion">Sale details.</a>
737 </p>
738 </div>
739 </div>
740
741 <script>
742 document.getElementById('get-item-vpn-router').style.display = '';
743 </script>
744 <noscript>
745 <div class="center-block seller-group">
746 <p style="color: #6b6b6b">
747 <strong>Get it from</strong>
748 </p>
749 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
750 <p class="sale-info links">
751 <a href="#thinkpenguin-promotion">Sale details.</a>
752 </p>
753 </div>
754 </noscript>
755 <!-- End Buy/Download button -->
756
757 </div>
758 <div class="col-md-7 col-sm-6">
759 <h5 class="text-center">VPN Router</h5>
760 <ul class="pros">
761 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
762 <li>Designed for easy set-up.</li>
763 <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>
764 </ul>
765 </div>
766 </div>
767 <!-- End Row -->
768 </div>
769 <!-- End Container -->
770
a818321b
MB
771 <!--3D Printers-->
772 <div class="container">
773 <h3 class="title text-center">3D Printers</h3>
774 <div class="row is-table-row">
775 <div class="good col-md-6 col-sm-6">
776 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
777 <h5 class="text-center">LulzBot Mini</h5>
63ad8e8a 778
a818321b
MB
779 <!-- Buy/Download Button -->
780 <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">
781 BUY
782 <!-- Begin Sale -->
783 <span class="sale" >sale</span>
784 <!-- End Sale -->
785 </a>
786 <div class="collapse" id="sellers-print">
787 <div class="center-block seller-group">
788 <p style="color: #6b6b6b">
789 <strong>Get it from</strong>
790 </p>
791 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
792 <p class="sale-info links">
a084c810
MB
793 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
794
a818321b
MB
795 </p>
796 </div>
63ad8e8a 797 </div>
63ad8e8a 798
a818321b
MB
799 <script>
800 document.getElementById('get-item-print').style.display = '';
801 </script>
802 <noscript>
803 <div class="center-block seller-group">
804 <p style="color: #6b6b6b">
805 <strong>Get it from</strong>
806 </p>
807 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
808 <p class="sale-info links">
809 <a href="#lulzbot-promotion">Sale details.</a>
810 </p>
811 </div>
812 </noscript>
813 <!-- End Buy/Download button -->
814 <ul class="pros">
a6180002
MB
815 <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>
816
817<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 zillions of free software options for modeling, and communities that share freely licensed designs.</p>
a818321b
MB
818 </ul>
819 </div>
820 <!--End Good-->
821
a084c810 822 <div class="good col-md-6 col-sm-6">
a818321b 823 <ul class="pros">
a6180002 824 <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 <em>Tom's Guide</em>'s 2016 3D printer comparison.</li>
a818321b
MB
825 <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>
826 </ul>
827 <h5 class="text-center">Stay away from: Makerbot</h5>
828 <ul class="cons">
829 <li>
830 MakerWare software is proprietary, restricting freedom and stifling innovation.
831 </li>
832 <li>
833 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.
834 </li>
835 </ul>
836 </div>
837 <!--End Bad-->
838 </div>
839 <!--End Row-->
840 </div>
841 <!--End Container-->
842
843
844 <h1 class="title text-center">Books, Games, Music, and Video</h1>
845
846 <!--ebooks-->
847 <div class="container">
848 <h3 class="title text-center">Books</h3>
849 <div class="row is-table-row">
850 <div class="good col-md-6 col-sm-6">
851 <h5 class="text-center">DRM-free Ebooks</h5>
852
853 <ul class="pros">
854 <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>
855 <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>
856 <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>
a6180002 857 <li><a href="https://www.nostarch.com/">No Starch Press</a> pecializes in educational, instructional, and how-to books on everything from arduinos to system administration. Use the code <b>ETHICTECH</b> for <b>40% off</b> through January 10th, 2018.</li>
a818321b
MB
858 </ul>
859
860 </div>
861 <!--End Good-->
862
863 <!--start bad-->
a084c810 864 <div class="good col-md-6 col-sm-6">
a818321b
MB
865 <ul class="pros">
866 <h5 class="text-center">Stay away from: Amazon</h5>
867 <ul class="cons">
a6180002 868 <li>Amazon is one of the <a href="https://www.defectivebydesign.org/amazon">most notorious of DRM offenders</a>. Whether it's their Kindle e-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>
a818321b
MB
869 <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>
870 </ul>
871 </div>
872 <!--End Bad-->
873 </div>
874 <!--End Row-->
875 </div>
876 <!--End Container-->
877
878 <!--ebooks-->
879 <div class="container">
880 <h3 class="title text-center">Games</h3>
881 <div class="row is-table-row">
882 <div class="good col-md-6 col-sm-6">
883 <h5 class="text-center">DRM-free Games</h5>
884
885 <ul class="pros">
a6180002
MB
886 <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>
887 <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 game s-- and even movies specially for gamers.</li>
a818321b 888 <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.
a6180002 889 <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>
a818321b
MB
890 </ul>
891 </div>
892 <!--End Good-->
893
894 <!--start bad-->
a084c810 895 <div class="good col-md-6 col-sm-6">
a818321b
MB
896 <ul class="cons">
897 <h5 class="text-center">Stay away from: XBox</h5>
63ad8e8a 898 <ul class="cons">
a818321b
MB
899 <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>.
900<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>
901 </ul>
902 </div>
903 <!--End Bad-->
904 </div>
905 <!--End Row-->
906 </div>
907 <!--End Container-->
63ad8e8a 908
63ad8e8a 909
a818321b
MB
910 <!--Music-->
911 <div class="container">
912 <h3 class="title text-center">Music</h3>
913 <div class="row is-table-row">
914 <div class="good col-md-6 col-sm-6">
915 <h5 class="text-center">DRM-free Music</h5>
916
917 <!-- start good -->
918 <ul class="pros">
a6180002 919 <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>
a818321b
MB
920 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
921 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
a6180002 922 <li><a href="http://www.mergerecords.com/shop">Merge Records</a>, home to Grammy-winning and well-loved indie darlings.</li>
a818321b
MB
923 <li><a href="http://www.nin.com/">Nine Inch Nails</a></li>
924 <li><a href="https://www.theymightbegiants.com/">They Might Be Giants</a></li>
925 </ul>
926
63ad8e8a 927 </div>
a818321b 928 <!--End Good-->
63ad8e8a 929
a818321b 930 <!--start bad-->
a084c810 931 <div class="good col-md-6 col-sm-6">
a818321b
MB
932 <ul class="cons">
933 <h5 class="text-center">Stay away from: Spotify</h5>
a6180002 934 <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>
a818321b
MB
935 <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>
936 </ul>
937 </div>
938 <!--End Bad-->
63ad8e8a 939 </div>
a818321b
MB
940 <!--End Row-->
941 </div>
942 <!--End Container-->
943
944 <!--Video-->
945 <div class="container">
946 <h3 class="title text-center">Video</h3>
947 <div class="row is-table-row">
948 <div class="good col-md-6 col-sm-6">
949 <h5 class="text-center">DRM-free Video</h5>
950 <ul class="pros">
951 <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>
952 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
a6180002
MB
953 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li>
954 <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>
955 <li><a href="https://durian.blender.org/download/">Sintel</a> has a huge selection of DRM-free films made with free software.</li>
956 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li>
a818321b
MB
957 </ul>
958
959 </div>
960 <!--End Good-->
63ad8e8a 961
a818321b 962 <!--start bad-->
a084c810 963 <div class="good col-md-6 col-sm-6">
a818321b
MB
964 <h5 class="text-center">Stay away from: Netflix</h5>
965 <ul class="cons">
a6180002 966 <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 Recommendations</a>, Netflix has been at the front line of getting DRM into media online and in your home.</p>
a818321b
MB
967 </ul>
968 </div>
969 <!--End Bad-->
970 </div>
971 <!--End Row-->
972 </div>
973 <!--End Container-->
63ad8e8a
MB
974
975 </section>
976 <!--End comparisons-->
977
978 <!-- Begin Donations -->
979 <section class="charities" id="charities">
980 <div class="container">
981 <h1 class="text-center">Recommended organizations for holiday donations</h1>
982 <div class="row">
a818321b
MB
983 <div class="col-md-3 col-sm-4 col-xs-6">
984 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
63ad8e8a 985 </div>
a818321b
MB
986 <div class="col-md-3 col-sm-4 col-xs-6">
987 <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
63ad8e8a 988 </div>
a818321b 989 <div class="col-md-3 col-sm-4 col-xs-6">
69bb52fe 990 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
63ad8e8a
MB
991 </div>
992 <div class="col-md-3 col-sm-4 col-xs-6">
a818321b 993 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
63ad8e8a 994 </div>
a818321b
MB
995 <div class="col-md-3 col-sm-4 col-xs-6">
996 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
63ad8e8a
MB
997 </div>
998 <div class="col-md-3 col-sm-4 col-xs-6">
a818321b 999 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
63ad8e8a
MB
1000 </div>
1001 <div class="col-md-3 col-sm-4 col-xs-6">
a818321b 1002 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
63ad8e8a 1003 </div>
a09163ab 1004 <div class="col-md-3 col-sm-4 col-sx-6">
69bb52fe 1005 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
a09163ab
MB
1006 </div>
1007 </div>
1008 </div>
63ad8e8a
MB
1009 </div>
1010 </div>
1011 </section>
1012 <!-- End Donations -->
1013
1014 <!-- Begin Promotion details -->
68ea8fbb 1015
63ad8e8a
MB
1016 <section class="promotion-details">
1017 <div class="container">
1018 <div class="row">
1019 <div class="col-md-12">
1020 <div class="panel-default">
1021 <div class="panel-heading">
1022 <h1 class="fix-margin">Promotion details</h1>
1023 </div>
1024 <div class="panel-body" id="promotion-details">
a6180002 1025<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 1026<!-- <ul style="list-style: none inside none;">
63ad8e8a
MB
1027 <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>
1028 <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>
1029 <li id="technoethical-promotion"><strong>Technoethical:</strong>
5fa80a50 1030 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 1031 <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
1032 <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>
1033
1034</ul>
63ad8e8a
MB
1035 </div>
1036 </div>
1037 </div>
1038 <!-- End Panel -->
1039 </div>
1040 <!-- End Row -->
1041 </div>
1042 <!-- End Container -->
1043 </section>
1044 <!-- End Promotion details -->
1045
a09163ab
MB
1046 <!-- Start Respects Your Freedoms -->
1047 <section class="promotion-details">
1048 <div class="container">
1049 <div class="row">
1050 <div class="col-md-12">
1051 <div class="panel-default">
1052 <div class="panel-heading">
1053 <h1 class="fix-margin">Respects Your Freedoms</h1>
1054 </div>
1055 <div class="panel-body" id="promotion-details">
a6180002
MB
1056 <p>The FSF certifies hardware that <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">respecting 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>
1057 <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>
a09163ab
MB
1058 </div>
1059 </div>
1060 </div>
1061 <!-- End Panel -->
1062 </div>
1063 <!-- End Row -->
1064 </div>
1065 <!-- End Container -->
1066 </section>
1067 <!-- End Respects Your Freedoms -->
1068
63ad8e8a
MB
1069 <!-- Begin Licenses -->
1070 <section class="licenses">
1071 <div class="container">
1072 <div class="row">
1073 <div class="col-md-12">
1074 <div class="panel-default">
1075 <div class="panel-heading">
1076 <h1 class="fix-margin">Licenses</h1>
1077
1078 </div>
1079 <div class="panel-body" id="licenses">
1080 <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>
1081 </p>
1082 <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>
1083 <ul style="list-style: none inside none;">
1084 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
69bb52fe 1085 <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 1086 <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 1087 <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 1088 <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
1089 </div>
1090 </div>
1091 </div>
1092 <!-- End Panel -->
1093 </div>
1094 <!-- End Row -->
1095 </div>
1096 <!-- End Container -->
1097 </section>
1098 <!-- End Licenses -->
1099
1100 <!--Begin Footer-->
1101 <footer>
1102 <div class="container-fluid">
1103 <div class="row">
1104 <div class="col-md-4 col-sm-4 footer-logo">
1105 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1106 </div>
1107 <div class="col-md-8 col-sm-8">
1108 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1109 <a href="https://fsf.org/about">learn about our history and work.</a>
1110 </p>
1111 <p>Version 7.0. Copyright © 2004-2016
1112 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1113 Free Software Foundation
1114 </a>, Inc.
1115 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
1116 </p>
1117 </div>
1118 </div>
1119 <!-- End Row -->
1120 </div>
1121 <!-- End Container -->
1122 </footer>
1123 <!-- End Footer -->
1124
1125 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1126 <script src="js/jquery.js" charset="utf-8"></script>
1127 <!-- Include all compiled plugins (below), or include individual files as needed -->
1128 <script src="js/bootstrap.js" charset="utf-8"></script>
1129 <!-- Our JS -->
1130 <script src="js/magic.js" charset="utf-8"></script>
1131
1132 <!-- Piwik -->
1133 <script type="text/javascript">
1134 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1135 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1136 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1137 try {
1138 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1139 piwikTracker.trackPageView();
1140 piwikTracker.enableLinkTracking();
1141 } catch (err) {}
1142 // @license-end
1143 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1144 <!-- End Piwik Tracking Code -->
1145 <a href="js/weblabels.html" rel="jslicense"></a>
1146 </body>
1147
1148 </html>