edits to stay away from.
[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 <iframe src="//static.fsf.org/nosvn/banners/2017fundraiser/" width="100%" height="100%" scrolling="no" style="overflow: hidden; border: 0 none; display: block;"></iframe>
66 <nav class="navbar navbar-default">
67 <div class="container-fluid">
68 <!-- Brand and toggle get grouped for better mobile display -->
69 <div class="navbar-header">
70 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
71 <span class="sr-only">Toggle navigation</span>
72 <span class="icon-bar bar1"></span>
73 <span class="icon-bar bar2"></span>
74 <span class="icon-bar bar3"></span>
75 </button>
76 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
77 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
78
79 </div>
80
81 <!-- Collect the nav links, forms, and other content for toggling -->
82 <div class="collapse navbar-collapse" id="navbar-links">
83 <ul class="nav navbar-nav">
84 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
85 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
86 <li><a class="animated fadeIn" href="https://www.fsf.org/donate/">Donate</a></li>
87 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
88 </ul>
89
90 </div>
91 <!-- /.navbar-collapse -->
92 </div>
93 <!-- /.container-fluid -->
94 </nav>
95
96 <!--Begin Intro-->
97 <section class="intro" id="intro">
98 <div class="container">
99 <div class="row">
100 <div class="illustration col-md-6">
101 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-block" />
102 </div>
103 <div class="intro-text col-md-6">
104 <h1>Give the gift of freedom!</h1>
105
106 <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>
107 <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>
108 <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>
109 </div>
110 </div>
111 </div>
112 </section>
113 <!--End Intro-->
114
115 <!--Begin Actions-->
116 <section class="actions" id="actions">
117 <div class="container">
118 <div class="row">
119 <!-- Begin Action -->
120 <div class="action col-md-4 col-sm-4 text-center">
121 <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>
122 <p>
123 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
124 </p>
125 </div>
126 <!-- End Action -->
127
128 <!-- Begin Action -->
129 <div class="action col-md-4 col-sm-4 text-center">
130 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Host a Giveaway</a>
131 <p>
132 Download the printable version.
133 </p>
134
135 </div>
136 <!-- End Action -->
137
138 <!-- Begin Action -->
139 <div class="action col-md-4 col-sm-4 text-center">
140 <a class="action-button" href="#charities">Support free software</a>
141 <p>
142 Donate to our suggested charities
143 </p>
144 </div>
145 <!-- End Action -->
146 </div>
147 <!-- End Row -->
148 </div>
149 <!-- End Container -->
150 </section>
151 <!--End Actions-->
152
153 <!--Begin Comparisons-->
154 <section class="comparisons">
155
156 <!--Smartphones-->
157 <div class="container smartphones">
158 <h2 class="title text-center">Smartphones</h2>
159 <div class="row is-table-row">
160 <div class="good col-md-6 col-sm-6" style="position:relative">
161 <img src="img/products/mobile_n2.png" alt="replicant phone" class="center-block" />
162 <h5 class="text-center">Galaxy Note 2 with Replicant</h5>
163
164 <!-- Buy/Download Button -->
165 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
166 BUY
167 <!-- Begin Sale -->
168 <span class="sale" >sale</span>
169 <!-- End Sale -->
170 </a>
171 <div class="collapse" id="sellers">
172 <div class="center-block seller-group">
173 <p style="color: #6b6b6b">
174 <strong>Get it from</strong>
175 </p>
176 <a href="https://tehnoetic.com/mobile-devices/tet-n2" class="seller action-button">Technoethical</a>
177 <div class="sale-info links">
178 <a href="#technoethical-promotion">Sale details.</a>
179 </div>
180 </div>
181 </div>
182
183 <script>
184 document.getElementById('get-item').style.display = '';
185 </script>
186 <noscript>
187 <div class="center-block seller-group">
188 <p style="color: #6b6b6b">
189 <strong>Get it from</strong>
190 </p>
191 <a href="https://tehnoetic.com/mobile-devices/tet-n2" class="seller action-button">Technoethical</a>
192 <p class="sale-info links">
193 <a href="#technoethical-promotion">Sale details.</a>
194 </p>
195 <!-- End Sale Info -->
196 </div>
197 </noscript>
198 <!-- End Buy/Download button -->
199
200 <ul class="pros">
201 <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>
202
203 <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>
204
205 <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>
206 </ul>
207 </div>
208 <!--End Good-->
209
210 <!-- start bad -->
211
212 <div class="good col-md-6 col-sm-6">
213 <ul class="pros">
214 <li>
215 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
216 </li>
217 <li>
218 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.
219 </li>
220 <li>Note: While the main processor is exclusively running free software, the modem processor runs a Samsung nonfree system.</li>
221 </ul>
222
223 <h5 class="text-center">Stay away from: iPhone X</h5>
224 <ul class="cons">
225 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
226 <li>
227 iOS is a fully <a href="https://gnu.org/proprietary">proprietary operating system</a>, giving Apple control over the software on the devices.
228 </li>
229 <li>
230 Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a> to block competing software.
231 </li>
232 <li>Also avoid: iPhone 8 Plus, iPhone 8</li>
233 </ul>
234 </div>
235 <!--End Bad-->
236 </div>
237 <!--End Row-->
238 </div>
239 <!--End Container-->
240 <!--End bad-->
241
242
243 <h2 class="title text-center">Laptops, Tablets, and Desktops</h2>
244
245 <!--Laptops-->
246 <div class="container">
247 <h3 class="title text-center">Laptops</h3>
248 <div class="row is-table-row">
249 <div class="good col-md-6 col-sm-6">
250 <img src="img/products/t400.png" alt="t400" class="center-block" />
251 <h5 class="text-center">T400 with GNU/Linux</h5>
252
253
254
255 <!-- Buy/Download Button -->
256 <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">
257 BUY
258 <!-- Begin Sale -->
259 <span class="sale" >sale</span>
260 <!-- End Sale -->
261 </a>
262 <div class="collapse" id="sellers-full">
263 <div class="center-block seller-group">
264 <p style="color: #6b6b6b">
265 <strong>Get it from</strong>
266 </p>
267 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
268 <p class="sale-info links">
269 <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>
270 </p>
271 <p>
272 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
273 </p>
274 </div>
275 </div>
276
277 <script>
278 document.getElementById('get-item-full').style.display = '';
279 </script>
280 <noscript>
281 <div class="center-block seller-group">
282 <p style="color: #6b6b6b">
283 <strong>Get it from</strong>
284 </p>
285 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
286 <p class="sale-info links">
287 <a href="#technoethical-promotion">Sale details.</a>
288 </p>
289 <p>
290 <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a>
291 </p>
292 </div>
293 </noscript>
294 <!-- End Buy/Download button -->
295
296 <ul class="pros">
297 <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>
298 <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>
299 <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p>
300 </ul>
301
302 </div>
303 <!--End Good-->
304
305 <!--start bad-->
306 <div class="good col-md-6 col-sm-6">
307 <ul class="pros">
308 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
309 <li>Durable hardware is meant to last and is easy to repair.</li>
310 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
311 </ul>
312 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
313 <ul class="cons">
314 <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
315 data.
316 </li>
317 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
318 <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>
319 <li>Avoid: Dell Inspiron Touch-Scree and HP Omen.</li>
320 <li>Also avoid: MacBook Pro</li>
321 </ul>
322 </div>
323 <!--End Bad-->
324 </div>
325 <!--End Row-->
326 </div>
327 <!--End Container-->
328
329 <!--Compact Laptops-->
330 <div class="container">
331 <h3 class="title text-center">Compact Laptops</h3>
332 <div class="row is-table-row">
333 <div class="good col-md-6 col-sm-6">
334 <img src="img/products/x200.png" alt="x200" class="center-block" />
335 <h5 class="text-center">X200 with GNU/Linux</h5>
336
337 <!-- Buy/Download Button -->
338 <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">
339 BUY
340 <!-- Begin Sale -->
341 <span class="sale" >sale</span>
342 <!-- End Sale -->
343 </a>
344 <div class="collapse" id="sellers-compact">
345 <div class="center-block seller-group">
346 <p style="color: #6b6b6b">
347 <strong>Get it from</strong>
348 </p>
349
350 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
351 <p class="sale-info links">
352 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>
353
354 </p>
355 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
356 <p class="sale-info links">
357 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>
358 </p>
359 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
360 <p class="sale-info links">
361 Vikings'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>
362
363 </p>
364
365 </div>
366 </div>
367
368 <script>
369 document.getElementById('get-item-compact').style.display = '';
370 </script>
371 <noscript>
372 <div class="center-block seller-group">
373 <p style="color: #6b6b6b">
374 <strong>Get it from</strong>
375 </p>
376 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
377 <p class="sale-info links">
378 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>
379 </p>
380 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
381 <p class="sale-info links">
382 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>
383 </p>
384 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
385 <p class="sale-info links">
386 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>
387 </div>
388 </noscript>
389 <!-- End Buy/Download button -->
390
391 <!-- start good -->
392 <ul class="pros">
393 <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>
394
395 <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>
396 </ul>
397
398 </div>
399 <!--End Good-->
400
401 <!--start bad-->
402 <div class="good col-md-6 col-sm-6">
403 <ul class="pros">
404 <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>
405 <li>Durable hardware is meant to last and is easy to repair.</li>
406 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
407 <h5 class="text-center">Stay away from: Apple</h5>
408 <ul class="cons">
409 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that restricts the user's freedoms.</li>
410 <li>
411 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.
412 </li>
413 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
414 <li>Avoid: MacBook Air</li>
415 <li>Also avoid: Asus Zenbook, Lenovo Ideapad</li>
416 </ul>
417 </div>
418 <!--End Bad-->
419 </div>
420 <!--End Row-->
421 </div>
422 <!--End Container-->
423
424 <!--convertible Laptops-->
425 <div class="container">
426 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
427 <div class="row is-table-row">
428 <div class="good col-md-6 col-sm-6">
429 <img src="//static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
430 <h5 class="text-center">X200t with GNU/Linux</h5>
431
432 <!-- Buy/Download Button -->
433 <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">
434 BUY
435 <!-- Begin Sale -->
436 <span class="sale" >sale</span>
437 <!-- End Sale -->
438 </a>
439 <div class="collapse" id="sellers-convertible">
440 <div class="center-block seller-group">
441 <p style="color: #6b6b6b">
442 <strong>Get it from</strong>
443 </p>
444
445 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
446 <p class="sale-info links">
447 <a href="#technoethical-promotion">Sale details.</a>
448 </p>
449 </div>
450 </div>
451
452 <script>
453 document.getElementById('get-item-convertible').style.display = '';
454 </script>
455 <noscript>
456 <div class="center-block seller-group">
457 <p style="color: #6b6b6b">
458 <strong>Get it from</strong>
459 </p>
460
461 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
462 <p class="sale-info links">
463 <a href="#technoethical-promotion">Sale details.</a>
464 </p> </div>
465 </noscript>
466 <!-- End Buy/Download button -->
467 <ul class="pros">
468 <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>
469
470 <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>
471 </ul>
472
473 </div>
474 <!--End Good-->
475
476 <!--start bad-->
477 <div class="good col-md-6 col-sm-6">
478 <ul class="pros">
479 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware.</li>
480 <li>Durable hardware is meant to last and is easy to repair.</li>
481 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
482 </ul>
483 <h5 class="text-center">Stay away from: Microsoft Surface</h5>
484 <ul class="cons">
485 <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
486 data.
487 </li>
488 <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>
489 <li>Also avoid: Lenovo Yoga, iPad, Windows Ink</li>
490 </ul>
491 </div>
492 <!--End Bad-->
493 </div>
494 <!--End Row-->
495 </div>
496 <!--End Container-->
497
498 <!--Desktops-->
499 <div class="container">
500 <h3 class="title text-center">Desktops</h3>
501 <div class="row is-table-row">
502 <div class="good col-md-6 col-sm-6">
503 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
504 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
505
506 <!-- Buy/Download Button -->
507 <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">
508 BUY
509 <!-- Begin Sale -->
510 <span class="sale" >sale</span>
511 <!-- End Sale -->
512 </a>
513 <div class="collapse" id="sellers-desktop">
514 <div class="center-block seller-group">
515 <strong>Get it from</strong>
516 </p>
517 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
518 <p class="sale-info links">
519 The D16 Workstation is not Respects Your Freedom certified at this point. <a href="#vikings-promotion">Sale details.</a>
520 </p>
521 </div>
522 </div>
523
524 <script>
525 document.getElementById('get-item-desktop').style.display = '';
526 </script>
527 <noscript>
528 <div class="center-block seller-group">
529 <p style="color: #6b6b6b">
530 <strong>Get it from</strong>
531 </p>
532 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
533 <p class="sale-info links">
534 The Workstation is not Respects Your Freedom certified at this point.
535 </p>
536 </div>
537 </noscript>
538 <!-- End Buy/Download button -->
539
540 <ul class="pros">
541 <p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p>
542
543 <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>
544 <p>Vikings offers three desktop computers. (ThinkPenguin also <a href="https://www.thinkpenguin.com/catalog/desktop-computers-gnu-linux">has desktops</a>.)
545 </ul>
546
547 </div>
548 <!--End Good-->
549
550 <!--start bad-->
551 <div class="good col-md-6 col-sm-6">
552 <ul class="pros">
553 <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>
554 <li>Free boot firmware.</li>
555 <li>Customize and specialize to your needs.</li>
556 </ul>
557 <h5 class="text-center">Stay away from: Apple iMac</h5>
558 <ul class="cons">
559 <p>An iMac puts designers and film makers at risk:</p>
560 <li>Photoshop and Illustrator have pesky DRM that can prevent the software from running even with a valid subscription.</li>
561 <li>Format lock-in keeps users from switching software.</li>
562 </ul>
563 <h5 class="text-center">Stay away from: Alienware Aurora</h5>
564 <ul class="cons">
565 <li>This gaming desktop claims to come without boundaries, but it does include enough proprietary software to limit any gamer.</li>
566 </ul>
567 </div>
568 <!--End Bad-->
569 </div>
570 <!--End Row-->
571 </div>
572 <!--End Container-->
573
574
575 <!--start container-->
576 <!-- Begin Recommended Template -->
577 <div class="container">
578 <h2 class="title text-center">Wireless Adapters</h2>
579 <div class="row is-table-row">
580 <div class="col-md-5 col-sm-6 recommended-img">
581 <img src="//static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
582 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
583
584 <!-- Buy/Download Button -->
585 <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;">
586 BUY
587 <!-- Begin Sale -->
588 <span class="sale">sale</span>
589 <!-- End Sale -->
590 </a>
591 <div class="collapse" id="sellers-mini-adapter">
592 <div class="center-block seller-group">
593 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
594 <p class="sale-info links">
595 <a href="#technoethical-promotion">Sale details.</a>
596 </p>
597 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
598 <p class="sale-info links">
599 <a href="#thinkpenguin-promotion">Sale details.</a>
600 </p>
601 </div>
602 </div>
603
604 <script>
605 document.getElementById('get-item-mini-adapter').style.display = '';
606 </script>
607 <noscript>
608 <div class="center-block seller-group">
609 <p style="color: #6b6b6b">
610 <strong>Get it from</strong>
611 </p>
612 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
613
614 <p class="sale-info links">
615 <a href="#technoethical-promotion">Sale details.</a>
616 </p>
617 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
618 <p class="sale-info links">
619 <a href="#thinkpenguin-promotion">Sale details.</a>
620 </p>
621 </div>
622 </noscript>
623 <!-- End Buy/Download button -->
624
625 <!--start pros-->
626 <ul class="pros">
627 <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>
628 </ul>
629 </div>
630
631 <div class="good col-md-6 col-sm-6">
632 <ul class="pros">
633 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
634 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
635 <li>Options from Technoethical and ThinkPenguin.</li>
636 <li>If you use a laptop listed in this guide, an adapter like this won't be necessary.</li>
637 </ul>
638 </div>
639 </div>
640 <!-- End Row -->
641 </div>
642 <!-- End Container -->
643
644 <!-- Begin Recommended Template -->
645
646 <div class="container">
647 <div class="row is-table-row">
648 <div class="col-md-5 col-sm-6 recommended-img">
649 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
650 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
651
652 <!-- Buy/Download Button -->
653 <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;">
654 BUY
655 <!-- Begin Sale -->
656 <span class="sale">sale</span>
657 <!-- End Sale -->
658 </a>
659 <div class="collapse" id="sellers-long-range-adapter">
660 <div class="center-block seller-group">
661 <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>
662 <p class="sale-info links">
663 <a href="#thinkpenguin-promotion">Sale details.</a>
664 </p>
665 </div>
666 </div>
667
668 <script>
669 document.getElementById('get-item-long-range-adapter').style.display = '';
670 </script>
671 <noscript>
672 <div class="center-block seller-group">
673 <p style="color: #6b6b6b">
674 <strong>Get it from</strong>
675 </p>
676 <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>
677 <p class="sale-info links">
678 <a href="#thinkpenguin-promotion">Sale details.</a>
679 </p>
680 </div>
681 </noscript>
682 <!-- End Buy/Download button -->
683
684 </div>
685 <div class="col-md-7 col-sm-6">
686 </h5>
687 <ul class="pros">
688 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
689 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
690 <li>Multiple options from Technoethical and ThinkPenguin.</li>
691 </ul>
692 </div>
693 </div>
694 <!-- End Row -->
695 </div>
696 <!-- End Container -->
697
698 <!-- Begin Recommended Template -->
699 <div class="container">
700 <div class="row is-table-row">
701 <div class="col-md-5 col-sm-6 recommended-img">
702 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
703 <h5 class="text-center">VPN Router</h5>
704
705 <!-- Buy/Download Button -->
706 <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;">
707 BUY
708 <!-- Begin Sale -->
709 <span class="sale">sale</span>
710 <!-- End Sale -->
711 </a>
712 <div class="collapse" id="sellers-vpn-router">
713 <div class="center-block seller-group">
714 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
715 <p class="sale-info links">
716 <a href="#thinkpenguin-promotion">Sale details.</a>
717 </p>
718 </div>
719 </div>
720
721 <script>
722 document.getElementById('get-item-vpn-router').style.display = '';
723 </script>
724 <noscript>
725 <div class="center-block seller-group">
726 <p style="color: #6b6b6b">
727 <strong>Get it from</strong>
728 </p>
729 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
730 <p class="sale-info links">
731 <a href="#thinkpenguin-promotion">Sale details.</a>
732 </p>
733 </div>
734 </noscript>
735 <!-- End Buy/Download button -->
736
737 </div>
738 <div class="col-md-7 col-sm-6">
739 <ul class="pros">
740 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
741 <li>Designed for easy set-up.</li>
742 <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>
743 </ul>
744 </div>
745 </div>
746 <!-- End Row -->
747 </div>
748 <!-- End Container -->
749
750 <!--3D Printers-->
751 <div class="container">
752 <h3 class="title text-center">3D Printers</h3>
753 <div class="row is-table-row">
754 <div class="good col-md-6 col-sm-6">
755 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
756 <h5 class="text-center">LulzBot Mini</h5>
757
758 <!-- Buy/Download Button -->
759 <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">
760 BUY
761 <!-- Begin Sale -->
762 <span class="sale" >sale</span>
763 <!-- End Sale -->
764 </a>
765 <div class="collapse" id="sellers-print">
766 <div class="center-block seller-group">
767 <p style="color: #6b6b6b">
768 <strong>Get it from</strong>
769 </p>
770 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
771 <p class="sale-info links">
772 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
773
774 </p>
775 </div>
776 </div>
777
778 <script>
779 document.getElementById('get-item-print').style.display = '';
780 </script>
781 <noscript>
782 <div class="center-block seller-group">
783 <p style="color: #6b6b6b">
784 <strong>Get it from</strong>
785 </p>
786 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
787 <p class="sale-info links">
788 <a href="#lulzbot-promotion">Sale details.</a>
789 </p>
790 </div>
791 </noscript>
792 <!-- End Buy/Download button -->
793 <ul class="pros">
794 <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>
795
796 <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>
797 </ul>
798 </div>
799 <!--End Good-->
800
801 <div class="good col-md-6 col-sm-6">
802 <ul class="pros">
803 <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>
804 <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>
805 </ul>
806 <h5 class="text-center">Stay away from: MakerBot</h5>
807 <ul class="cons">
808 <li>
809 MakerWare software is proprietary, <a href="https://gnu.org/proprietary">restricting freedom and stifling innovation</a>.
810 </li>
811 <li>
812 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.
813 </li>
814 </ul>
815 </div>
816 <!--End Bad-->
817 </div>
818 <!--End Row-->
819 </div>
820 <!--End Container-->
821
822
823 <h1 class="title text-center">Books, Music, and Video</h1>
824 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
825 <!--ebooks-->
826 <div class="container">
827 <h3 class="title text-center">Books</h3>
828 <div class="row is-table-row">
829 <div class="good col-md-6 col-sm-6">
830 <h5 class="text-center">DRM-free Ebooks</h5>
831
832 <ul class="pros">
833 <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>
834 <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>
835 <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>
836 <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>
837 </ul>
838
839 </div>
840 <!--End Good-->
841
842 <!--start bad-->
843 <div class="good col-md-6 col-sm-6">
844 <ul class="pros">
845 <h5 class="text-center">Stay away from: Amazon</h5>
846 <ul class="cons">
847 <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>
848 <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>
849 </ul>
850 </div>
851 <!--End Bad-->
852 </div>
853 <!--End Row-->
854 </div>
855 <!--End Container-->
856
857 <!--games
858 <div class="container">
859 <h3 class="title text-center">Games</h3>
860 <div class="row is-table-row">
861 <div class="good col-md-6 col-sm-6">
862 <h5 class="text-center">DRM-free Games</h5>
863
864 <ul class="pros">
865 <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>
866 <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>
867 </ul>
868 </div> games-->
869 <!--End Good-->
870
871 <!--start bad-->
872 <!--games <div class="good col-md-6 col-sm-6">
873 <ul class="cons">
874 <h5 class="text-center">Stay away from: XBox</h5>
875 <ul class="cons">
876 <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>.
877 <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>
878 </ul>
879 </div> -->
880 <!--End Bad-->
881 </div>
882 <!--End Row-->
883 </div>
884 <!--End Container-->
885
886
887 <!--Music-->
888 <div class="container">
889 <h3 class="title text-center">Music</h3>
890 <div class="row is-table-row">
891 <div class="good col-md-6 col-sm-6">
892 <h5 class="text-center">DRM-free Music</h5>
893
894 <!-- start good -->
895 <ul class="pros">
896 <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>
897 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
898 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
899 <li><a href="https://www.emusic.com/">Emusic</a> is the Web's second largest music store.</li>
900 </ul>
901
902 </div>
903 <!--End Good-->
904
905 <!--start bad-->
906 <div class="good col-md-6 col-sm-6">
907 <ul class="cons">
908 <h5 class="text-center">Stay away from: Spotify</h5>
909 <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>
910 <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>
911 </ul>
912 </div>
913 <!--End Bad-->
914 </div>
915 <!--End Row-->
916 </div>
917 <!--End Container-->
918
919 <!--Video-->
920 <div class="container">
921 <h3 class="title text-center">Video</h3>
922 <div class="row is-table-row">
923 <div class="good col-md-6 col-sm-6">
924 <h5 class="text-center">DRM-free Video</h5>
925 <ul class="pros">
926 <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>
927 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
928 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li>
929 <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>
930 <li><a href="https://durian.blender.org/download/">Sintel</a> has a huge selection of DRM-free films made with free software.</li>
931 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li>
932 </ul>
933
934 </div>
935 <!--End Good-->
936
937 <!--start bad-->
938 <div class="good col-md-6 col-sm-6">
939 <h5 class="text-center">Stay away from: Netflix</h5>
940 <ul class="cons">
941 <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>
942 </ul>
943 </div>
944 <!--End Bad-->
945 </div>
946 <!--End Row-->
947 </div>
948 <!--End Container-->
949
950 </section>
951 <!--End comparisons-->
952
953 <!-- Begin Donations -->
954 <section class="charities" id="charities">
955 <div class="container">
956 <h1 class="text-center">Recommended organizations for holiday donations</h1>
957 <div class="row">
958 <div class="col-md-3 col-sm-4 col-xs-6">
959 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
960 </div>
961 <div class="col-md-3 col-sm-4 col-xs-6">
962 <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
963 </div>
964 <div class="col-md-3 col-sm-4 col-xs-6">
965 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
966 </div>
967 <div class="col-md-3 col-sm-4 col-xs-6">
968 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
969 </div>
970 <div class="col-md-3 col-sm-4 col-xs-6">
971 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
972 </div>
973 <div class="col-md-3 col-sm-4 col-xs-6">
974 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
975 </div>
976 <div class="col-md-3 col-sm-4 col-xs-6">
977 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
978 </div>
979 <div class="col-md-3 col-sm-4 col-sx-6">
980 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
981 </div>
982 </div>
983 </div>
984 </div>
985 </div>
986 </section>
987 <!-- End Donations -->
988
989 <!-- Begin Promotion details -->
990
991 <section class="promotion-details">
992 <div class="container">
993 <div class="row">
994 <div class="col-md-12">
995 <div class="panel-default">
996 <div class="panel-heading">
997 <h1 class="fix-margin">Promotion details</h1>
998 </div>
999 <div class="panel-body" id="promotion-details">
1000 <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>
1001 <!-- <ul style="list-style: none inside none;">
1002 <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>
1003 <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>
1004 <li id="technoethical-promotion"><strong>Technoethical:</strong>
1005 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> -->
1006 <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>
1007 <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>
1008 <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>
1009
1010 </ul>
1011 </div>
1012 </div>
1013 </div>
1014 <!-- End Panel -->
1015 </div>
1016 <!-- End Row -->
1017 </div>
1018 <!-- End Container -->
1019 </section>
1020 <!-- End Promotion details -->
1021
1022
1023 <!-- Start Respects Your Freedom -->
1024 <!-- <section class="promotion-details">
1025 <div class="container">
1026 <div class="row">
1027 <div class="col-md-12">
1028 <div class="panel-default">
1029 <div class="panel-heading">
1030 <h1 class="fix-margin">Respects Your Freedom</h1>
1031 </div>
1032 <div class="panel-body" id="promotion-details">
1033 <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>
1034 <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>
1035 </div>
1036 </div>
1037 </div> -->
1038 <!-- End Panel -->
1039 </div>
1040 <!-- End Row -->
1041 </div>
1042 <!-- End Container -->
1043 </section>
1044 <!-- End Respects Your Freedom -->
1045
1046 <!-- Begin Licenses -->
1047 <section class="licenses">
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">Licenses</h1>
1054
1055 </div>
1056 <div class="panel-body" id="licenses">
1057 <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>
1058 </p>
1059 <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>
1060 <ul style="list-style: none inside none;">
1061 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
1062 <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>
1063 <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>
1064 <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>
1065 <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>
1066 </div>
1067 </div>
1068 </div>
1069 <!-- End Panel -->
1070 </div>
1071 <!-- End Row -->
1072 </div>
1073 <!-- End Container -->
1074 </section>
1075 <!-- End Licenses -->
1076
1077 <!--Begin Footer-->
1078 <footer>
1079 <div class="container-fluid">
1080 <div class="row">
1081 <div class="col-md-4 col-sm-4 footer-logo">
1082 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1083 </div>
1084 <div class="col-md-8 col-sm-8">
1085 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1086 <a href="https://fsf.org/about">learn about our history and work.</a>
1087 </p>
1088 <p>Version 8.0. Copyright © 2004-2017
1089 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1090 Free Software Foundation
1091 </a>, Inc.
1092 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
1093 </p>
1094 </div>
1095 </div>
1096 <!-- End Row -->
1097 </div>
1098 <!-- End Container -->
1099 </footer>
1100 <!-- End Footer -->
1101
1102 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1103 <script src="js/jquery.js" charset="utf-8"></script>
1104 <!-- Include all compiled plugins (below), or include individual files as needed -->
1105 <script src="js/bootstrap.js" charset="utf-8"></script>
1106 <!-- Our JS -->
1107 <script src="js/magic.js" charset="utf-8"></script>
1108
1109 <!-- Piwik -->
1110 <script type="text/javascript">
1111 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1112 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1113 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1114 try {
1115 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1116 piwikTracker.trackPageView();
1117 piwikTracker.enableLinkTracking();
1118 } catch (err) {}
1119 // @license-end
1120 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1121 <!-- End Piwik Tracking Code -->
1122 <a href="js/weblabels.html" rel="jslicense"></a>
1123 </body>
1124
1125 </html>