updated v9.
[fsf-giving-guide.git] / v8 / givingguide.html
1 <!DOCTYPE html>
2 <html lang="en">
3
4 <head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8
9 <title>Ethical Tech | Giving Guide</title>
10 <meta name="description" content="This is the Free Software Foundation (FSF) guide to smarter gift giving, compared with their restrictive counterparts.">
11
12 <!-- Some Colors -->
13 <!-- Chrome, Firefox OS and Opera -->
14 <meta name="theme-color" content="#2caf8f">
15 <!-- Windows Phone -->
16 <meta name="msapplication-navbutton-color" content="#2caf8f">
17
18 <link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
19 <link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
20 <link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
21 <link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
22 <link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
23 <link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
24 <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
25 <link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
26 <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
27 <link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
28 <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
29 <link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
30 <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
31 <meta name="msapplication-TileColor" content="#2caf8f">
32 <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
33 <meta name="theme-color" content="#2caf8f">
34
35 <!-- Bootstrap -->
36 <link rel="stylesheet" href="css/bootstrap.min.css">
37
38 <!-- Animate CSS -->
39 <link rel="stylesheet" href="css/animate.css">
40
41 <!-- Our CSS -->
42 <link rel="stylesheet" href="css/master.css">
43
44
45 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
46 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
47 <!--[if lt IE 9]>
48 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
49 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
50 <![endif]-->
51 </head>
52
53 <!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
54
55 <div class="alert alert-success center-block">
56 <li class="info">
57 <p>
58 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).
59 </p>
60 </li>
61 </div>
62 -->
63
64 <body>
65 <!-- banners go here -->
66 <!--
67 <iframe src="//static.fsf.org/nosvn/banners/2017fundraiser/" width="100%" height="100%" scrolling="no" style="overflow: hidden; border: 0 none; display: block;"></iframe>
68 -->
69 <nav class="navbar navbar-default">
70 <div class="container-fluid">
71 <!-- Brand and toggle get grouped for better mobile display -->
72 <div class="navbar-header">
73 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
74 <span class="sr-only">Toggle navigation</span>
75 <span class="icon-bar bar1"></span>
76 <span class="icon-bar bar2"></span>
77 <span class="icon-bar bar3"></span>
78 </button>
79 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
80 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
81
82 </div>
83
84 <!-- Collect the nav links, forms, and other content for toggling -->
85 <div class="collapse navbar-collapse" id="navbar-links">
86 <ul class="nav navbar-nav">
87 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
88 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
89 <li><a class="animated fadeIn" href="https://www.fsf.org/donate/">Donate</a></li>
90 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
91 </ul>
92
93 </div>
94 <!-- /.navbar-collapse -->
95 </div>
96 <!-- /.container-fluid -->
97 </nav>
98
99 <!--Begin Intro-->
100 <section class="intro" id="intro">
101 <div class="container">
102 <div class="row">
103 <div class="illustration col-md-6">
104 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-block" />
105 </div>
106 <div class="intro-text col-md-6">
107 <h1>Give the gift of freedom!</h1>
108
109 <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>
110 <p>This guide replaces these holiday humbugs with better devices from ethical companies&mdash;no <a href="https://gnu.org/proprietary" style="color: gold">creepy remote deletion of files or punitive and mean rules about copying and sharing</a>. Just products and software that respect the freedom and privacy of your loved ones: gifts you can feel good about.</p>
111 <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>
112 </div>
113 </div>
114 </div>
115 </section>
116 <!--End Intro-->
117
118 <!--Begin Actions-->
119 <section class="actions" id="actions">
120 <div class="container">
121 <div class="row">
122 <!-- Begin Action -->
123 <div class="action col-md-4 col-sm-4 text-center">
124 <a class="action-button" href="https://www.fsf.org/share?u=https://www.fsf.org/givingguide/&t=Check%20out%20the%20Free%20Software%20Foundation%20Ethical%20Tech%20Giving%20Guide">Tell your friends</a>
125 <p>
126 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
127 </p>
128 </div>
129 <!-- End Action -->
130
131 <!-- Begin Action -->
132 <div class="action col-md-4 col-sm-4 text-center">
133 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Host a Giveaway</a>
134 <p>
135 Printable version coming soon!
136 </p>
137
138 </div>
139 <!-- End Action -->
140
141 <!-- Begin Action -->
142 <div class="action col-md-4 col-sm-4 text-center">
143 <a class="action-button" href="#charities">Support free software</a>
144 <p>
145 Donate to our suggested charities
146 </p>
147 </div>
148 <!-- End Action -->
149 </div>
150 <!-- End Row -->
151 </div>
152 <!-- End Container -->
153 </section>
154 <!--End Actions-->
155
156 <!--Begin Comparisons-->
157 <section class="comparisons">
158
159 <!--Smartphones-->
160 <div class="container smartphones">
161 <h2 class="title text-center">Smartphones</h2>
162 <div class="row is-table-row">
163 <div class="good col-md-6 col-sm-6" style="position:relative">
164 <img src="img/products/mobile_n2.png" alt="replicant phone" class="center-block" />
165 <h5 class="text-center">Galaxy Note 2 with Replicant</h5>
166
167 <!-- Buy/Download Button -->
168 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
169 BUY
170 <!-- Begin Sale -->
171 <span class="sale" >sale</span>
172 <!-- End Sale -->
173 </a>
174 <div class="collapse" id="sellers">
175 <div class="center-block seller-group">
176 <p style="color: #6b6b6b">
177 <strong>Get it from</strong>
178 </p>
179 <a href="https://tehnoetic.com/mobile-devices/tet-n2" class="seller action-button">Technoethical</a>
180 <div class="sale-info links">
181 <a href="#technoethical-promotion">Sale details.</a>
182 </div>
183 </div>
184 </div>
185
186 <script>
187 document.getElementById('get-item').style.display = '';
188 </script>
189 <noscript>
190 <div class="center-block seller-group">
191 <p style="color: #6b6b6b">
192 <strong>Get it from</strong>
193 </p>
194 <a href="https://tehnoetic.com/mobile-devices/tet-n2" class="seller action-button">Technoethical</a>
195 <p class="sale-info links">
196 <a href="#technoethical-promotion">Sale details.</a>
197 </p>
198 <!-- End Sale Info -->
199 </div>
200 </noscript>
201 <!-- End Buy/Download button -->
202
203 <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>
204
205 <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>
206
207 <p>You can also get an <a href="https://tehnoetic.com/tehnoetic-s2-phone-replicant">S2</a> or <a href="https://tehnoetic.com/mobile-devices/tehnoetic-s3-phone-replicant">S3</a>, complete with Replicant.</p>
208
209 </div>
210 <!--End Good-->
211
212 <!-- start bad -->
213
214 <div class="good col-md-6 col-sm-6">
215 <ul class="pros">
216 <li>
217 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
218 </li>
219 <li>
220 Features <a href="https://www.f-droid.org/">F-Droid</a>, the free software catalog that makes it easy to get all the applications you need without sacrificing control of your phone.
221 </li>
222 <li>Note: While the main processor is exclusively running free software, the modem processor runs a Samsung nonfree system.</li>
223 </ul>
224
225 <h5 class="text-center">Stay away from: iPhone</h5>
226 <ul class="cons">
227 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
228 <li>
229 iOS is a fully <a href="https://gnu.org/proprietary">proprietary operating system</a>, giving Apple control over the software on the devices.
230 </li>
231 <li>
232 Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a> to block competing software.
233 </li>
234 <li>Avoid: iPhone X, iPhone 8 Plus, iPhone 8, and other models.
235 </ul>
236 </div>
237 <!--End Bad-->
238 </div>
239 <!--End Row-->
240 </div>
241 <!--End Container-->
242 <!--End bad-->
243
244
245 <h2 class="title text-center">Laptops, Tablets, and Desktops</h2>
246
247 <!--Laptops-->
248 <div class="container">
249 <h3 class="title text-center">Laptops</h3>
250 <div class="row is-table-row">
251 <div class="good col-md-6 col-sm-6">
252 <img src="img/products/t400.png" alt="t400" class="center-block" />
253 <h5 class="text-center">T400 with GNU/Linux</h5>
254
255
256
257 <!-- Buy/Download Button -->
258 <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">
259 BUY
260 <!-- Begin Sale -->
261 <span class="sale" >sale</span>
262 <!-- End Sale -->
263 </a>
264 <div class="collapse" id="sellers-full">
265 <div class="center-block seller-group">
266 <p style="color: #6b6b6b">
267 <strong>Get it from</strong>
268 </p>
269 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
270 <p class="sale-info links">
271 <a href="#technoethical-promotion">The T400 is <a href="http://www.fsf.org/resources/hw/endorsement/respects-your-freedom">Respects Your Freedom</a> certified. Sale details.</a>
272 </p>
273 <p>
274 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
275 </p>
276 </div>
277 </div>
278
279 <script>
280 document.getElementById('get-item-full').style.display = '';
281 </script>
282 <noscript>
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>
291 <p>
292 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
293 </p>
294 </div>
295 </noscript>
296 <!-- End Buy/Download button -->
297
298 <ul class="pros">
299 <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>
300 <p>Setting up a fully free system is easier than it used to be, but can still seem daunting&mdash;especially if you've never done it before. Luckily, you can now get a new-to-you laptop that's ready to go out of the box.</p>
301 <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p>
302 </ul>
303
304 </div>
305 <!--End Good-->
306
307 <!--start bad-->
308 <div class="good col-md-6 col-sm-6">
309 <ul class="pros">
310 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
311 <li>Durable hardware is meant to last and is easy to repair.</li>
312 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
313 </ul>
314 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
315 <ul class="cons">
316 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that profits from treating the user as a product&mdash;<a href="https://edri.org/microsofts-new-small-print-how-your-personal-data-abused/">each account is assigned an advertising ID</a> to help Microsoft sell user
317 data.
318 </li>
319 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
320 <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>
321 <li>You can find Windows on computers like the Dell Inspiron Touch-Screen, HP Omen, and Lenovo Ideapad.</li>
322 </ul>
323 </div>
324 <!--End Bad-->
325 </div>
326 <!--End Row-->
327 </div>
328 <!--End Container-->
329
330 <!--Compact Laptops-->
331 <div class="container">
332 <h3 class="title text-center">Compact Laptops</h3>
333 <div class="row is-table-row">
334 <div class="good col-md-6 col-sm-6">
335 <img src="img/products/x200.png" alt="x200" class="center-block" />
336 <h5 class="text-center">X200 with GNU/Linux</h5>
337
338 <!-- Buy/Download Button -->
339 <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">
340 BUY
341 <!-- Begin Sale -->
342 <span class="sale" >sale</span>
343 <!-- End Sale -->
344 </a>
345 <div class="collapse" id="sellers-compact">
346 <div class="center-block seller-group">
347 <p style="color: #6b6b6b">
348 <strong>Get it from</strong>
349 </p>
350
351 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
352 <p class="sale-info links">
353 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>
354
355 </p>
356
357 <a href="https://minifree.org/product/libreboot-x200/" class="seller action-button">Minifree</a>
358 <p class="sale-info links">
359 Minifree's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. </p>
360
361
362 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a><br>
363 <p class="sale-info links">
364 <!-- 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>
365 </p> -->
366 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
367 <p class="sale-info links">
368 Vikings's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a>
369
370 </p>
371
372 </div>
373 </div>
374
375 <script>
376 document.getElementById('get-item-compact').style.display = '';
377 </script>
378 <noscript>
379 <div class="center-block seller-group">
380 <p style="color: #6b6b6b">
381 <strong>Get it from</strong>
382 </p>
383 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
384 <p class="sale-info links">
385 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>
386 </p>
387 <a href="https://minifree.org/product/libreboot-x200/" class="seller action-button">Minifree</a>
388 <p class="sale-info links">
389 Minifree's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. </p>
390
391 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
392 <p class="sale-info links">
393 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>
394 </p>
395 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
396 <p class="sale-info links">
397 Viking's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a></p>
398 </div>
399 </noscript>
400 <!-- End Buy/Download button -->
401
402 <!-- start good -->
403 <ul class="pros">
404 <p>Why it's cool: Take it to the office, take it to the cafe, take it to class, take it home and set it up on the counter so you can rock out while you cook. Do all of this the easy way.</p>
405
406 <p>This machine is made to go everywhere with you and thanks to our friends who make RYF products, you can have your mobility and your freedom too.</p>
407 </ul>
408
409 </div>
410 <!--End Good-->
411
412 <!--start bad-->
413 <div class="good col-md-6 col-sm-6">
414 <ul class="pros">
415 <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>
416 <li>Durable hardware is meant to last and is easy to repair.</li>
417 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
418 <h5 class="text-center">Stay away from: Apple</h5>
419 <ul class="cons">
420 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that restricts the user's freedoms.</li>
421 <li>
422 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.
423 </li>
424 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
425 <li>Avoid: MacBook Air (and MacBook Pro)</li>
426 </ul>
427 </div>
428 <!--End Bad-->
429 </div>
430 <!--End Row-->
431 </div>
432 <!--End Container-->
433
434 <!--convertible Laptops-->
435 <div class="container">
436 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
437 <div class="row is-table-row">
438 <div class="good col-md-6 col-sm-6">
439 <img src="//static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
440 <h5 class="text-center">X200t with GNU/Linux</h5>
441
442 <!-- Buy/Download Button -->
443 <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">
444 BUY
445 <!-- Begin Sale -->
446 <span class="sale" >sale</span>
447 <!-- End Sale -->
448 </a>
449 <div class="collapse" id="sellers-convertible">
450 <div class="center-block seller-group">
451 <p style="color: #6b6b6b">
452 <strong>Get it from</strong>
453 </p>
454
455 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
456 <p class="sale-info links">
457 <a href="#technoethical-promotion">Sale details.</a>
458 </p>
459 </div>
460 </div>
461
462 <script>
463 document.getElementById('get-item-convertible').style.display = '';
464 </script>
465 <noscript>
466 <div class="center-block seller-group">
467 <p style="color: #6b6b6b">
468 <strong>Get it from</strong>
469 </p>
470
471 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
472 <p class="sale-info links">
473 <a href="#technoethical-promotion">Sale details.</a>
474 </p> </div>
475 </noscript>
476 <!-- End Buy/Download button -->
477 <ul class="pros">
478 <p>Why it's cool: Use it as a laptop or as a tablet with a built-in stylus. It may not be a brand-new concept, but it'll always feel a little futuristic.</p>
479
480 <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>
481 </ul>
482
483 </div>
484 <!--End Good-->
485
486 <!--start bad-->
487 <div class="good col-md-6 col-sm-6">
488 <ul class="pros">
489 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware.</li>
490 <li>Durable hardware is meant to last and is easy to repair.</li>
491 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
492 </ul>
493 <h5 class="text-center">Stay away from: Microsoft Surface</h5>
494 <ul class="cons">
495 <li><a href="arstechnica.com/information-technology/2015/07/windows-10-updates-to-be-automatic-and-mandatory-for-home-users/">Forced "upgrades"</a> give Microsoft a backdoor to do anything they want with your apps or data--including <a href="www.ghacks.net/2015/11/24/beware-latest-windows-10-update-may-remove-programs-automatically/">removing them</a>.</li>
496 <li>When major security bugs are found, the <a href="https://web.archive.org/web/20130622044225/http://blogs.computerworlduk.com/open-enterprise/2013/06/how-can-any-company-ever-trust-microsoft-again/index.htm">NSA gets the option to exploit them</a> before they're fixed.
497 </ul>
498 </div>
499 <!--End Bad-->
500 </div>
501 <!--End Row-->
502 </div>
503 <!--End Container-->
504
505 <!--Desktops-->
506 <div class="container">
507 <h3 class="title text-center">Desktops</h3>
508 <div class="row is-table-row">
509 <div class="good col-md-6 col-sm-6">
510 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
511 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
512
513 <!-- Buy/Download Button -->
514 <a id="get-item-desktop" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-desktop" aria-expanded="false" aria-controls="sellers-desktop" style="display:none">
515 BUY
516 <!-- Begin Sale -->
517 <span class="sale" >sale</span>
518 <!-- End Sale -->
519 </a>
520 <div class="collapse" id="sellers-desktop">
521 <div class="center-block seller-group">
522 <strong>Get it from</strong>
523 </p>
524 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
525 <p class="sale-info links">
526 The D16 Workstation is not Respects Your Freedom certified at this point. <a href="#vikings-promotion">Sale details.</a>
527 </p>
528 </div>
529 </div>
530
531 <script>
532 document.getElementById('get-item-desktop').style.display = '';
533 </script>
534 <noscript>
535 <div class="center-block seller-group">
536 <p style="color: #6b6b6b">
537 <strong>Get it from</strong>
538 </p>
539 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
540 <p class="sale-info links">
541 The Workstation is not Respects Your Freedom certified at this point.
542 </p>
543 </div>
544 </noscript>
545 <!-- End Buy/Download button -->
546
547 <ul class="pros">
548 <p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p>
549
550 <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>
551 </ul>
552
553 </div>
554 <!--End Good-->
555
556 <!--start bad-->
557 <div class="good col-md-6 col-sm-6">
558 <ul class="pros">
559 <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>
560 <li>Free boot firmware.</li>
561 <li>Customize and specialize to your needs.</li>
562 </ul>
563 <h5 class="text-center">Stay away from: Apple iMac</h5>
564 <ul class="cons">
565 <p>An iMac puts designers and film makers at risk:</p>
566 <li>Photoshop and Illustrator have pesky DRM that can prevent the software from running even with a valid subscription.</li>
567 <li>Format lock-in keeps users from switching software.</li>
568 </ul>
569 <h5 class="text-center">Stay away from: Alienware Aurora</h5>
570 <ul class="cons">
571 <li>This gaming desktop claims to come without boundaries, but it does include enough proprietary software to limit any gamer.</li>
572 </ul>
573 </div>
574 <!--End Bad-->
575 </div>
576 <!--End Row-->
577 </div>
578 <!--End Container-->
579
580
581 <!--start container-->
582 <!-- Begin Recommended Template -->
583 <div class="container">
584 <h2 class="title text-center">Wireless Adapters</h2>
585 <div class="row is-table-row">
586 <div class="col-md-5 col-sm-6 recommended-img">
587 <img src="//static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
588 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
589
590 <!-- Buy/Download Button -->
591 <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;">
592 BUY
593 <!-- Begin Sale -->
594 <span class="sale">sale</span>
595 <!-- End Sale -->
596 </a>
597 <div class="collapse" id="sellers-mini-adapter">
598 <div class="center-block seller-group">
599 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
600 <p class="sale-info links">
601 <a href="#technoethical-promotion">Sale details.</a>
602 </p>
603 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
604 <p class="sale-info links">
605 <a href="#thinkpenguin-promotion">Sale details.</a>
606 </p>
607 </div>
608 </div>
609
610 <script>
611 document.getElementById('get-item-mini-adapter').style.display = '';
612 </script>
613 <noscript>
614 <div class="center-block seller-group">
615 <p style="color: #6b6b6b">
616 <strong>Get it from</strong>
617 </p>
618 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
619
620 <p class="sale-info links">
621 <a href="#technoethical-promotion">Sale details.</a>
622 </p>
623 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
624 <p class="sale-info links">
625 <a href="#thinkpenguin-promotion">Sale details.</a>
626 </p>
627 </div>
628 </noscript>
629 <!-- End Buy/Download button -->
630
631 <!--start pros-->
632 <ul class="pros">
633 <p>Why it's cool: Trying to go 100% free but stuck with a proprietary Wi-Fi card? just plug this into your USB port and you're ready to go.</p>
634 </ul>
635 </div>
636
637 <div class="good col-md-6 col-sm-6">
638 <ul class="pros">
639 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
640 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
641 <li>Options from Technoethical and ThinkPenguin.</li>
642 <li>If you use a laptop listed in this guide, an adapter like this won't be necessary.</li>
643 </ul>
644 </div>
645 </div>
646 <!-- End Row -->
647 </div>
648 <!-- End Container -->
649
650 <!-- Begin Recommended Template -->
651
652 <div class="container">
653 <div class="row is-table-row">
654 <div class="col-md-5 col-sm-6 recommended-img">
655 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
656 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
657
658 <!-- Buy/Download Button -->
659 <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;">
660 BUY
661 <!-- Begin Sale -->
662 <span class="sale">sale</span>
663 <!-- End Sale -->
664 </a>
665 <div class="collapse" id="sellers-long-range-adapter">
666 <div class="center-block seller-group">
667 <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>
668 <p class="sale-info links">
669 <a href="#thinkpenguin-promotion">Sale details.</a>
670 </p>
671 </div>
672 </div>
673
674 <script>
675 document.getElementById('get-item-long-range-adapter').style.display = '';
676 </script>
677 <noscript>
678 <div class="center-block seller-group">
679 <p style="color: #6b6b6b">
680 <strong>Get it from</strong>
681 </p>
682 <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>
683 <p class="sale-info links">
684 <a href="#thinkpenguin-promotion">Sale details.</a>
685 </p>
686 </div>
687 </noscript>
688 <!-- End Buy/Download button -->
689
690 </div>
691 <div class="col-md-7 col-sm-6">
692 </h5>
693 <ul class="pros">
694 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
695 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
696 <li>Multiple options from Technoethical and ThinkPenguin.</li>
697 </ul>
698 </div>
699 </div>
700 <!-- End Row -->
701 </div>
702 <!-- End Container -->
703
704 <!-- Begin Recommended Template -->
705 <div class="container">
706 <div class="row is-table-row">
707 <div class="col-md-5 col-sm-6 recommended-img">
708 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
709 <h5 class="text-center">VPN Router</h5>
710
711 <!-- Buy/Download Button -->
712 <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;">
713 BUY
714 <!-- Begin Sale -->
715 <span class="sale">sale</span>
716 <!-- End Sale -->
717 </a>
718 <div class="collapse" id="sellers-vpn-router">
719 <div class="center-block seller-group">
720 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
721 <p class="sale-info links">
722 <a href="#thinkpenguin-promotion">Sale details.</a>
723 </p>
724 </div>
725 </div>
726
727 <script>
728 document.getElementById('get-item-vpn-router').style.display = '';
729 </script>
730 <noscript>
731 <div class="center-block seller-group">
732 <p style="color: #6b6b6b">
733 <strong>Get it from</strong>
734 </p>
735 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
736 <p class="sale-info links">
737 <a href="#thinkpenguin-promotion">Sale details.</a>
738 </p>
739 </div>
740 </noscript>
741 <!-- End Buy/Download button -->
742
743 </div>
744 <div class="col-md-7 col-sm-6">
745 <ul class="pros">
746 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
747 <li>Designed for easy set-up.</li>
748 <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>
749 </ul>
750 </div>
751 </div>
752 <!-- End Row -->
753 </div>
754 <!-- End Container -->
755
756 <!--3D Printers-->
757 <div class="container">
758 <h3 class="title text-center">3D Printers</h3>
759 <div class="row is-table-row">
760 <div class="good col-md-6 col-sm-6">
761 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
762 <h5 class="text-center">LulzBot Mini</h5>
763
764 <!-- Buy/Download Button -->
765 <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">
766 BUY
767 <!-- Begin Sale -->
768 <span class="sale" >sale</span>
769 <!-- End Sale -->
770 </a>
771 <div class="collapse" id="sellers-print">
772 <div class="center-block seller-group">
773 <p style="color: #6b6b6b">
774 <strong>Get it from</strong>
775 </p>
776 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
777 <p class="sale-info links">
778 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
779
780 </p>
781 </div>
782 </div>
783
784 <script>
785 document.getElementById('get-item-print').style.display = '';
786 </script>
787 <noscript>
788 <div class="center-block seller-group">
789 <p style="color: #6b6b6b">
790 <strong>Get it from</strong>
791 </p>
792 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
793 <p class="sale-info links">
794 <a href="#lulzbot-promotion">Sale details.</a>
795 </p>
796 </div>
797 </noscript>
798 <!-- End Buy/Download button -->
799 <ul class="pros">
800 <p>Why it's cool: Think ahead&mdash;if you give this to your friend or relative, they might use it next year to make YOU a gift.</p>
801
802 <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>
803 </ul>
804 </div>
805 <!--End Good-->
806
807 <div class="good col-md-6 col-sm-6">
808 <ul class="pros">
809 <li>Performance and seamless interface <a href="https://www.tomsguide.com/us/best-3d-printers,review-2236.html">earned it "Editor's Choice"</a> in <em>Tom's Guide</em>'s 2017 3D printer comparison.</li>
810 <li>Hardware designs are available to make customization easy. Standardized material format allows 3D printing with plastics, wood-, stone-, bamboo-, rubber-, and metal-like materials.</li>
811 </ul>
812 <h5 class="text-center">Stay away from: MakerBot</h5>
813 <ul class="cons">
814 <li>
815 MakerWare software is proprietary, <a href="https://gnu.org/proprietary">restricting freedom and stifling innovation</a>.
816 </li>
817 <li>
818 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.
819 </li>
820 </ul>
821 </div>
822 <!--End Bad-->
823 </div>
824 <!--End Row-->
825 </div>
826 <!--End Container-->
827
828
829 <h1 class="title text-center">Books, Music, and Video</h1>
830 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
831 <!--ebooks-->
832 <div class="container">
833 <h3 class="title text-center">Books</h3>
834 <div class="row is-table-row">
835 <div class="good col-md-6 col-sm-6">
836 <h5 class="text-center">DRM-free Ebooks</h5>
837
838 <ul class="pros">
839 <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>
840 <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>
841 <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>
842 <li><a href="https://www.nostarch.com/">No Starch Press</a> specializes 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>
843 </ul>
844
845 </div>
846 <!--End Good-->
847
848 <!--start bad-->
849 <div class="good col-md-6 col-sm-6">
850 <ul class="pros">
851 <h5 class="text-center">Stay away from: Amazon</h5>
852 <ul class="cons">
853 <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>
854 <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>
855 </ul>
856 </div>
857 <!--End Bad-->
858 </div>
859 <!--End Row-->
860 </div>
861 <!--End Container-->
862
863 <!--games
864 <div class="container">
865 <h3 class="title text-center">Games</h3>
866 <div class="row is-table-row">
867 <div class="good col-md-6 col-sm-6">
868 <h5 class="text-center">DRM-free Games</h5>
869
870 <ul class="pros">
871 <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>
872 <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>
873 </ul>
874 </div> games-->
875 <!--End Good-->
876
877 <!--start bad-->
878 <!--games <div class="good col-md-6 col-sm-6">
879 <ul class="cons">
880 <h5 class="text-center">Stay away from: XBox</h5>
881 <ul class="cons">
882 <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>.
883 <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 nonfree software running on the system so that we cannot recommend it in good conscience.</li>
884 </ul>
885 </div> -->
886 <!--End Bad-->
887 </div>
888 <!--End Row-->
889 </div>
890 <!--End Container-->
891
892
893 <!--Music-->
894 <div class="container">
895 <h3 class="title text-center">Music</h3>
896 <div class="row is-table-row">
897 <div class="good col-md-6 col-sm-6">
898 <h5 class="text-center">DRM-free Music</h5>
899
900 <!-- start good -->
901 <ul class="pros">
902 <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>
903 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
904 <li><a href="https://www.emusic.com/">Emusic</a> is the Web's second largest music store.</li>
905 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
906 </ul>
907
908 </div>
909 <!--End Good-->
910
911 <!--start bad-->
912 <div class="good col-md-6 col-sm-6">
913 <ul class="cons">
914 <h5 class="text-center">Stay away from: Spotify</h5>
915 <p>Spotify isn't the only offender when it comes to putting DRM in music&mdash;all major streaming services do this with the support of big record labels.</p>
916 <p>In addition to streaming music encumbered by DRM, people who want to use Spotify are required to install additional proprietary software. Even <a href="https://www.spotify.com/us/download/linux/">Spotify's client for GNU/Linux</a> relies on proprietary software.</p>
917 </ul>
918 </div>
919 <!--End Bad-->
920 </div>
921 <!--End Row-->
922 </div>
923 <!--End Container-->
924
925 <!--Video-->
926 <div class="container">
927 <h3 class="title text-center">Video</h3>
928 <div class="row is-table-row">
929 <div class="good col-md-6 col-sm-6">
930 <h5 class="text-center">DRM-free Video</h5>
931 <ul class="pros">
932 <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>
933 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
934 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li>
935 <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>
936 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li>
937 </ul>
938
939 </div>
940 <!--End Good-->
941
942 <!--start bad-->
943 <div class="good col-md-6 col-sm-6">
944 <h5 class="text-center">Stay away from: Netflix</h5>
945 <ul class="cons">
946 <p>Whether it's <a href="https://www.defectivebydesign.org/blog/tell_netflix_nix_drm_original_productions">using major studios as scapegoats for using DRM</a> or <a href="https://www.w3.org/2017/09/pressrelease-eme-recommendation.html.en">pushing for DRM as an official W3C Recommendation</a>, Netflix has been at the front line of getting DRM into media online and in your home.</p>
947 </ul>
948 </div>
949 <!--End Bad-->
950 </div>
951 <!--End Row-->
952 </div>
953 <!--End Container-->
954
955 </section>
956 <!--End comparisons-->
957
958 <!-- Begin Donations -->
959 <section class="charities" id="charities">
960 <div class="container">
961 <h1 class="text-center">Recommended organizations for holiday donations</h1>
962 <div class="row">
963 <div class="col-md-3 col-sm-4 col-xs-6">
964 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
965 </div>
966 <div class="col-md-3 col-sm-4 col-xs-6">
967 <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
968 </div>
969 <div class="col-md-3 col-sm-4 col-xs-6">
970 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
971 </div>
972 <div class="col-md-3 col-sm-4 col-xs-6">
973 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
974 </div>
975 <div class="col-md-3 col-sm-4 col-xs-6">
976 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
977 </div>
978 <div class="col-md-3 col-sm-4 col-xs-6">
979 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
980 </div>
981 <div class="col-md-3 col-sm-4 col-xs-6">
982 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
983 </div>
984 <div class="col-md-3 col-sm-4 col-sx-6">
985 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
986 </div>
987 </div>
988 </div>
989 </div>
990 </div>
991 </section>
992 <!-- End Donations -->
993
994 <!-- Begin Promotion details -->
995
996 <section class="promotion-details">
997 <div class="container">
998 <div class="row">
999 <div class="col-md-12">
1000 <div class="panel-default">
1001 <div class="panel-heading">
1002 <h1 class="fix-margin">Promotion details</h1>
1003 </div>
1004 <div class="panel-body" id="promotion-details">
1005 <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>
1006 <!-- <ul style="list-style: none inside none;">
1007 <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>
1008 <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>
1009 <li id="technoethical-promotion"><strong>Technoethical:</strong>
1010 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> -->
1011 <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>
1012 <li id="thinkpenguin-promotion"><strong>ThinkPenguin:</strong> 5% discount on <b>all</b> products is available to <a href="https://fsf.org/join">FSF members</a>.</li>
1013 <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>
1014
1015 </ul>
1016 </div>
1017 </div>
1018 </div>
1019 <!-- End Panel -->
1020 </div>
1021 <!-- End Row -->
1022 </div>
1023 <!-- End Container -->
1024 </section>
1025 <!-- End Promotion details -->
1026
1027
1028 <!-- Start Respects Your Freedom -->
1029 <!-- <section class="promotion-details">
1030 <div class="container">
1031 <div class="row">
1032 <div class="col-md-12">
1033 <div class="panel-default">
1034 <div class="panel-heading">
1035 <h1 class="fix-margin">Respects Your Freedom</h1>
1036 </div>
1037 <div class="panel-body" id="promotion-details">
1038 <p>The FSF certifies devices that <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">respects your freedoms</a>. These items arrive installed with free software, and you can see a <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">complete list</a> of RYF products on FSF.org.</p>
1039 <p>We would never recommend you use, run, or give proprietary software. However, one part of RYF certification is the promise that one can install any software they wish on the device. This includes proprietary software. Free software is about many things, including the right to choose what is on your device. We urge you to keep your gifts and own devices fully free&mdash;it's not only the responsible thing, but the right thing.</p>
1040 </div>
1041 </div>
1042 </div> -->
1043 <!-- End Panel -->
1044 </div>
1045 <!-- End Row -->
1046 </div>
1047 <!-- End Container -->
1048 </section>
1049 <!-- End Respects Your Freedom -->
1050
1051 <!-- Begin Licenses -->
1052 <section class="licenses">
1053 <div class="container">
1054 <div class="row">
1055 <div class="col-md-12">
1056 <div class="panel-default">
1057 <div class="panel-heading">
1058 <h1 class="fix-margin">Licenses</h1>
1059
1060 </div>
1061 <div class="panel-body" id="licenses">
1062 <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>
1063 </p>
1064 <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>
1065 <ul style="list-style: none inside none;">
1066 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
1067 <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>
1068 <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>
1069 <li>Technoethical Replicant N2, Wi-Fi Dongle, and X200T by Technoethical 2016-2017 licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike Unported 4.0</a>.</li>
1070 <li>Photo of bookshelf by <a href="https://www.flickr.com/photos/seeminglee/4556156477/">See-ming Lee</a> licensed under a <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 Unported</a>
1071 </div>
1072 </div>
1073 </div>
1074 <!-- End Panel -->
1075 </div>
1076 <!-- End Row -->
1077 </div>
1078 <!-- End Container -->
1079 </section>
1080 <!-- End Licenses -->
1081
1082 <!--Begin Footer-->
1083 <footer>
1084 <div class="container-fluid">
1085 <div class="row">
1086 <div class="col-md-4 col-sm-4 footer-logo">
1087 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1088 </div>
1089 <div class="col-md-8 col-sm-8">
1090 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1091 <a href="https://fsf.org/about">learn about our history and work.</a>
1092 </p>
1093 <p>Version 8.0. Copyright © 2004-2017
1094 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1095 Free Software Foundation
1096 </a>, Inc.
1097 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
1098 </p>
1099 </div>
1100 </div>
1101 <!-- End Row -->
1102 </div>
1103 <!-- End Container -->
1104 </footer>
1105 <!-- End Footer -->
1106
1107 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1108 <script src="js/jquery.js" charset="utf-8"></script>
1109 <!-- Include all compiled plugins (below), or include individual files as needed -->
1110 <script src="js/bootstrap.js" charset="utf-8"></script>
1111 <!-- Our JS -->
1112 <script src="js/magic.js" charset="utf-8"></script>
1113
1114 <!-- Piwik -->
1115 <script type="text/javascript">
1116 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1117 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1118 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1119 try {
1120 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1121 piwikTracker.trackPageView();
1122 piwikTracker.enableLinkTracking();
1123 } catch (err) {}
1124 // @license-end
1125 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1126 <!-- End Piwik Tracking Code -->
1127 <a href="js/weblabels.html" rel="jslicense"></a>
1128 </body>
1129
1130 </html>