remove duplicate readme
[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 Printable version coming soon!
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</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>Avoid: iPhone X, iPhone 8 Plus, iPhone 8, and other models.
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>You can find Windows on computers like the Dell Inspiron Touch-Screen, HP Omen, and Lenovo Ideapad.</li>
320 </ul>
321 </div>
322 <!--End Bad-->
323 </div>
324 <!--End Row-->
325 </div>
326 <!--End Container-->
327
328 <!--Compact Laptops-->
329 <div class="container">
330 <h3 class="title text-center">Compact Laptops</h3>
331 <div class="row is-table-row">
332 <div class="good col-md-6 col-sm-6">
333 <img src="img/products/x200.png" alt="x200" class="center-block" />
334 <h5 class="text-center">X200 with GNU/Linux</h5>
335
336 <!-- Buy/Download Button -->
337 <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">
338 BUY
339 <!-- Begin Sale -->
340 <span class="sale" >sale</span>
341 <!-- End Sale -->
342 </a>
343 <div class="collapse" id="sellers-compact">
344 <div class="center-block seller-group">
345 <p style="color: #6b6b6b">
346 <strong>Get it from</strong>
347 </p>
348
349 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
350 <p class="sale-info links">
351 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>
352
353 </p>
354 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
355 <p class="sale-info links">
356 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>
357 </p>
358 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
359 <p class="sale-info links">
360 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>
361
362 </p>
363
364 </div>
365 </div>
366
367 <script>
368 document.getElementById('get-item-compact').style.display = '';
369 </script>
370 <noscript>
371 <div class="center-block seller-group">
372 <p style="color: #6b6b6b">
373 <strong>Get it from</strong>
374 </p>
375 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
376 <p class="sale-info links">
377 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>
378 </p>
379 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
380 <p class="sale-info links">
381 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>
382 </p>
383 <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a>
384 <p class="sale-info links">
385 Viking's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#viking-promotion">Sale details.</a></p>
386 </div>
387 </noscript>
388 <!-- End Buy/Download button -->
389
390 <!-- start good -->
391 <ul class="pros">
392 <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>
393
394 <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>
395 </ul>
396
397 </div>
398 <!--End Good-->
399
400 <!--start bad-->
401 <div class="good col-md-6 col-sm-6">
402 <ul class="pros">
403 <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>
404 <li>Durable hardware is meant to last and is easy to repair.</li>
405 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
406 <h5 class="text-center">Stay away from: Apple</h5>
407 <ul class="cons">
408 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that restricts the user's freedoms.</li>
409 <li>
410 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.
411 </li>
412 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
413 <li>Avoid: MacBook Air (and MacBook Pro)</li>
414 </ul>
415 </div>
416 <!--End Bad-->
417 </div>
418 <!--End Row-->
419 </div>
420 <!--End Container-->
421
422 <!--convertible Laptops-->
423 <div class="container">
424 <h3 class="title text-center">Convertible Laptops/Tablets</h3>
425 <div class="row is-table-row">
426 <div class="good col-md-6 col-sm-6">
427 <img src="//static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" />
428 <h5 class="text-center">X200t with GNU/Linux</h5>
429
430 <!-- Buy/Download Button -->
431 <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">
432 BUY
433 <!-- Begin Sale -->
434 <span class="sale" >sale</span>
435 <!-- End Sale -->
436 </a>
437 <div class="collapse" id="sellers-convertible">
438 <div class="center-block seller-group">
439 <p style="color: #6b6b6b">
440 <strong>Get it from</strong>
441 </p>
442
443 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
444 <p class="sale-info links">
445 <a href="#technoethical-promotion">Sale details.</a>
446 </p>
447 </div>
448 </div>
449
450 <script>
451 document.getElementById('get-item-convertible').style.display = '';
452 </script>
453 <noscript>
454 <div class="center-block seller-group">
455 <p style="color: #6b6b6b">
456 <strong>Get it from</strong>
457 </p>
458
459 <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a>
460 <p class="sale-info links">
461 <a href="#technoethical-promotion">Sale details.</a>
462 </p> </div>
463 </noscript>
464 <!-- End Buy/Download button -->
465 <ul class="pros">
466 <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>
467
468 <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>
469 </ul>
470
471 </div>
472 <!--End Good-->
473
474 <!--start bad-->
475 <div class="good col-md-6 col-sm-6">
476 <ul class="pros">
477 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware.</li>
478 <li>Durable hardware is meant to last and is easy to repair.</li>
479 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
480 </ul>
481 <h5 class="text-center">Stay away from: Microsoft Surface</h5>
482 <ul class="cons">
483 <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>
484 <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.
485 </ul>
486 </div>
487 <!--End Bad-->
488 </div>
489 <!--End Row-->
490 </div>
491 <!--End Container-->
492
493 <!--Desktops-->
494 <div class="container">
495 <h3 class="title text-center">Desktops</h3>
496 <div class="row is-table-row">
497 <div class="good col-md-6 col-sm-6">
498 <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" />
499 <h5 class="text-center">D16 Workstation with GNU/Linux</h5>
500
501 <!-- Buy/Download Button -->
502 <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">
503 BUY
504 <!-- Begin Sale -->
505 <span class="sale" >sale</span>
506 <!-- End Sale -->
507 </a>
508 <div class="collapse" id="sellers-desktop">
509 <div class="center-block seller-group">
510 <strong>Get it from</strong>
511 </p>
512 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
513 <p class="sale-info links">
514 The D16 Workstation is not Respects Your Freedom certified at this point. <a href="#vikings-promotion">Sale details.</a>
515 </p>
516 </div>
517 </div>
518
519 <script>
520 document.getElementById('get-item-desktop').style.display = '';
521 </script>
522 <noscript>
523 <div class="center-block seller-group">
524 <p style="color: #6b6b6b">
525 <strong>Get it from</strong>
526 </p>
527 <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a>
528 <p class="sale-info links">
529 The Workstation is not Respects Your Freedom certified at this point.
530 </p>
531 </div>
532 </noscript>
533 <!-- End Buy/Download button -->
534
535 <ul class="pros">
536 <p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p>
537
538 <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>
539 <p>Vikings offers three desktop computers. (ThinkPenguin also <a href="https://www.thinkpenguin.com/catalog/desktop-computers-gnu-linux">has desktops</a>.)
540 </ul>
541
542 </div>
543 <!--End Good-->
544
545 <!--start bad-->
546 <div class="good col-md-6 col-sm-6">
547 <ul class="pros">
548 <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>
549 <li>Free boot firmware.</li>
550 <li>Customize and specialize to your needs.</li>
551 </ul>
552 <h5 class="text-center">Stay away from: Apple iMac</h5>
553 <ul class="cons">
554 <p>An iMac puts designers and film makers at risk:</p>
555 <li>Photoshop and Illustrator have pesky DRM that can prevent the software from running even with a valid subscription.</li>
556 <li>Format lock-in keeps users from switching software.</li>
557 </ul>
558 <h5 class="text-center">Stay away from: Alienware Aurora</h5>
559 <ul class="cons">
560 <li>This gaming desktop claims to come without boundaries, but it does include enough proprietary software to limit any gamer.</li>
561 </ul>
562 </div>
563 <!--End Bad-->
564 </div>
565 <!--End Row-->
566 </div>
567 <!--End Container-->
568
569
570 <!--start container-->
571 <!-- Begin Recommended Template -->
572 <div class="container">
573 <h2 class="title text-center">Wireless Adapters</h2>
574 <div class="row is-table-row">
575 <div class="col-md-5 col-sm-6 recommended-img">
576 <img src="//static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
577 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
578
579 <!-- Buy/Download Button -->
580 <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;">
581 BUY
582 <!-- Begin Sale -->
583 <span class="sale">sale</span>
584 <!-- End Sale -->
585 </a>
586 <div class="collapse" id="sellers-mini-adapter">
587 <div class="center-block seller-group">
588 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
589 <p class="sale-info links">
590 <a href="#technoethical-promotion">Sale details.</a>
591 </p>
592 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
593 <p class="sale-info links">
594 <a href="#thinkpenguin-promotion">Sale details.</a>
595 </p>
596 </div>
597 </div>
598
599 <script>
600 document.getElementById('get-item-mini-adapter').style.display = '';
601 </script>
602 <noscript>
603 <div class="center-block seller-group">
604 <p style="color: #6b6b6b">
605 <strong>Get it from</strong>
606 </p>
607 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
608
609 <p class="sale-info links">
610 <a href="#technoethical-promotion">Sale details.</a>
611 </p>
612 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
613 <p class="sale-info links">
614 <a href="#thinkpenguin-promotion">Sale details.</a>
615 </p>
616 </div>
617 </noscript>
618 <!-- End Buy/Download button -->
619
620 <!--start pros-->
621 <ul class="pros">
622 <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>
623 </ul>
624 </div>
625
626 <div class="good col-md-6 col-sm-6">
627 <ul class="pros">
628 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
629 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
630 <li>Options from Technoethical and ThinkPenguin.</li>
631 <li>If you use a laptop listed in this guide, an adapter like this won't be necessary.</li>
632 </ul>
633 </div>
634 </div>
635 <!-- End Row -->
636 </div>
637 <!-- End Container -->
638
639 <!-- Begin Recommended Template -->
640
641 <div class="container">
642 <div class="row is-table-row">
643 <div class="col-md-5 col-sm-6 recommended-img">
644 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
645 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
646
647 <!-- Buy/Download Button -->
648 <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;">
649 BUY
650 <!-- Begin Sale -->
651 <span class="sale">sale</span>
652 <!-- End Sale -->
653 </a>
654 <div class="collapse" id="sellers-long-range-adapter">
655 <div class="center-block seller-group">
656 <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>
657 <p class="sale-info links">
658 <a href="#thinkpenguin-promotion">Sale details.</a>
659 </p>
660 </div>
661 </div>
662
663 <script>
664 document.getElementById('get-item-long-range-adapter').style.display = '';
665 </script>
666 <noscript>
667 <div class="center-block seller-group">
668 <p style="color: #6b6b6b">
669 <strong>Get it from</strong>
670 </p>
671 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-w-external-antenna-gnu-linux-tpe-n150usbl" class="seller action-button">ThinkPenguin</a>
672 <p class="sale-info links">
673 <a href="#thinkpenguin-promotion">Sale details.</a>
674 </p>
675 </div>
676 </noscript>
677 <!-- End Buy/Download button -->
678
679 </div>
680 <div class="col-md-7 col-sm-6">
681 </h5>
682 <ul class="pros">
683 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
684 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
685 <li>Multiple options from Technoethical and ThinkPenguin.</li>
686 </ul>
687 </div>
688 </div>
689 <!-- End Row -->
690 </div>
691 <!-- End Container -->
692
693 <!-- Begin Recommended Template -->
694 <div class="container">
695 <div class="row is-table-row">
696 <div class="col-md-5 col-sm-6 recommended-img">
697 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
698 <h5 class="text-center">VPN Router</h5>
699
700 <!-- Buy/Download Button -->
701 <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;">
702 BUY
703 <!-- Begin Sale -->
704 <span class="sale">sale</span>
705 <!-- End Sale -->
706 </a>
707 <div class="collapse" id="sellers-vpn-router">
708 <div class="center-block seller-group">
709 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
710 <p class="sale-info links">
711 <a href="#thinkpenguin-promotion">Sale details.</a>
712 </p>
713 </div>
714 </div>
715
716 <script>
717 document.getElementById('get-item-vpn-router').style.display = '';
718 </script>
719 <noscript>
720 <div class="center-block seller-group">
721 <p style="color: #6b6b6b">
722 <strong>Get it from</strong>
723 </p>
724 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
725 <p class="sale-info links">
726 <a href="#thinkpenguin-promotion">Sale details.</a>
727 </p>
728 </div>
729 </noscript>
730 <!-- End Buy/Download button -->
731
732 </div>
733 <div class="col-md-7 col-sm-6">
734 <ul class="pros">
735 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
736 <li>Designed for easy set-up.</li>
737 <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>
738 </ul>
739 </div>
740 </div>
741 <!-- End Row -->
742 </div>
743 <!-- End Container -->
744
745 <!--3D Printers-->
746 <div class="container">
747 <h3 class="title text-center">3D Printers</h3>
748 <div class="row is-table-row">
749 <div class="good col-md-6 col-sm-6">
750 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
751 <h5 class="text-center">LulzBot Mini</h5>
752
753 <!-- Buy/Download Button -->
754 <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">
755 BUY
756 <!-- Begin Sale -->
757 <span class="sale" >sale</span>
758 <!-- End Sale -->
759 </a>
760 <div class="collapse" id="sellers-print">
761 <div class="center-block seller-group">
762 <p style="color: #6b6b6b">
763 <strong>Get it from</strong>
764 </p>
765 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
766 <p class="sale-info links">
767 <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a>
768
769 </p>
770 </div>
771 </div>
772
773 <script>
774 document.getElementById('get-item-print').style.display = '';
775 </script>
776 <noscript>
777 <div class="center-block seller-group">
778 <p style="color: #6b6b6b">
779 <strong>Get it from</strong>
780 </p>
781 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
782 <p class="sale-info links">
783 <a href="#lulzbot-promotion">Sale details.</a>
784 </p>
785 </div>
786 </noscript>
787 <!-- End Buy/Download button -->
788 <ul class="pros">
789 <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>
790
791 <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>
792 </ul>
793 </div>
794 <!--End Good-->
795
796 <div class="good col-md-6 col-sm-6">
797 <ul class="pros">
798 <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>
799 <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>
800 </ul>
801 <h5 class="text-center">Stay away from: MakerBot</h5>
802 <ul class="cons">
803 <li>
804 MakerWare software is proprietary, <a href="https://gnu.org/proprietary">restricting freedom and stifling innovation</a>.
805 </li>
806 <li>
807 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.
808 </li>
809 </ul>
810 </div>
811 <!--End Bad-->
812 </div>
813 <!--End Row-->
814 </div>
815 <!--End Container-->
816
817
818 <h1 class="title text-center">Books, Music, and Video</h1>
819 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
820 <!--ebooks-->
821 <div class="container">
822 <h3 class="title text-center">Books</h3>
823 <div class="row is-table-row">
824 <div class="good col-md-6 col-sm-6">
825 <h5 class="text-center">DRM-free Ebooks</h5>
826
827 <ul class="pros">
828 <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>
829 <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>
830 <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>
831 <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>
832 </ul>
833
834 </div>
835 <!--End Good-->
836
837 <!--start bad-->
838 <div class="good col-md-6 col-sm-6">
839 <ul class="pros">
840 <h5 class="text-center">Stay away from: Amazon</h5>
841 <ul class="cons">
842 <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>
843 <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>
844 </ul>
845 </div>
846 <!--End Bad-->
847 </div>
848 <!--End Row-->
849 </div>
850 <!--End Container-->
851
852 <!--games
853 <div class="container">
854 <h3 class="title text-center">Games</h3>
855 <div class="row is-table-row">
856 <div class="good col-md-6 col-sm-6">
857 <h5 class="text-center">DRM-free Games</h5>
858
859 <ul class="pros">
860 <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>
861 <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>
862 </ul>
863 </div> games-->
864 <!--End Good-->
865
866 <!--start bad-->
867 <!--games <div class="good col-md-6 col-sm-6">
868 <ul class="cons">
869 <h5 class="text-center">Stay away from: XBox</h5>
870 <ul class="cons">
871 <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>.
872 <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>
873 </ul>
874 </div> -->
875 <!--End Bad-->
876 </div>
877 <!--End Row-->
878 </div>
879 <!--End Container-->
880
881
882 <!--Music-->
883 <div class="container">
884 <h3 class="title text-center">Music</h3>
885 <div class="row is-table-row">
886 <div class="good col-md-6 col-sm-6">
887 <h5 class="text-center">DRM-free Music</h5>
888
889 <!-- start good -->
890 <ul class="pros">
891 <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>
892 <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
893 <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li>
894 <li><a href="https://www.emusic.com/">Emusic</a> is the Web's second largest music store.</li>
895 </ul>
896
897 </div>
898 <!--End Good-->
899
900 <!--start bad-->
901 <div class="good col-md-6 col-sm-6">
902 <ul class="cons">
903 <h5 class="text-center">Stay away from: Spotify</h5>
904 <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>
905 <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>
906 </ul>
907 </div>
908 <!--End Bad-->
909 </div>
910 <!--End Row-->
911 </div>
912 <!--End Container-->
913
914 <!--Video-->
915 <div class="container">
916 <h3 class="title text-center">Video</h3>
917 <div class="row is-table-row">
918 <div class="good col-md-6 col-sm-6">
919 <h5 class="text-center">DRM-free Video</h5>
920 <ul class="pros">
921 <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>
922 <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p>
923 <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li>
924 <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>
925 <li><a href="https://durian.blender.org/download/">Sintel</a> has a huge selection of DRM-free films made with free software.</li>
926 <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li>
927 </ul>
928
929 </div>
930 <!--End Good-->
931
932 <!--start bad-->
933 <div class="good col-md-6 col-sm-6">
934 <h5 class="text-center">Stay away from: Netflix</h5>
935 <ul class="cons">
936 <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>
937 </ul>
938 </div>
939 <!--End Bad-->
940 </div>
941 <!--End Row-->
942 </div>
943 <!--End Container-->
944
945 </section>
946 <!--End comparisons-->
947
948 <!-- Begin Donations -->
949 <section class="charities" id="charities">
950 <div class="container">
951 <h1 class="text-center">Recommended organizations for holiday donations</h1>
952 <div class="row">
953 <div class="col-md-3 col-sm-4 col-xs-6">
954 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
955 </div>
956 <div class="col-md-3 col-sm-4 col-xs-6">
957 <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
958 </div>
959 <div class="col-md-3 col-sm-4 col-xs-6">
960 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
961 </div>
962 <div class="col-md-3 col-sm-4 col-xs-6">
963 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
964 </div>
965 <div class="col-md-3 col-sm-4 col-xs-6">
966 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
967 </div>
968 <div class="col-md-3 col-sm-4 col-xs-6">
969 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
970 </div>
971 <div class="col-md-3 col-sm-4 col-xs-6">
972 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
973 </div>
974 <div class="col-md-3 col-sm-4 col-sx-6">
975 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
976 </div>
977 </div>
978 </div>
979 </div>
980 </div>
981 </section>
982 <!-- End Donations -->
983
984 <!-- Begin Promotion details -->
985
986 <section class="promotion-details">
987 <div class="container">
988 <div class="row">
989 <div class="col-md-12">
990 <div class="panel-default">
991 <div class="panel-heading">
992 <h1 class="fix-margin">Promotion details</h1>
993 </div>
994 <div class="panel-body" id="promotion-details">
995 <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>
996 <!-- <ul style="list-style: none inside none;">
997 <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>
998 <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>
999 <li id="technoethical-promotion"><strong>Technoethical:</strong>
1000 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> -->
1001 <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>
1002 <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>
1003 <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>
1004
1005 </ul>
1006 </div>
1007 </div>
1008 </div>
1009 <!-- End Panel -->
1010 </div>
1011 <!-- End Row -->
1012 </div>
1013 <!-- End Container -->
1014 </section>
1015 <!-- End Promotion details -->
1016
1017
1018 <!-- Start Respects Your Freedom -->
1019 <!-- <section class="promotion-details">
1020 <div class="container">
1021 <div class="row">
1022 <div class="col-md-12">
1023 <div class="panel-default">
1024 <div class="panel-heading">
1025 <h1 class="fix-margin">Respects Your Freedom</h1>
1026 </div>
1027 <div class="panel-body" id="promotion-details">
1028 <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>
1029 <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>
1030 </div>
1031 </div>
1032 </div> -->
1033 <!-- End Panel -->
1034 </div>
1035 <!-- End Row -->
1036 </div>
1037 <!-- End Container -->
1038 </section>
1039 <!-- End Respects Your Freedom -->
1040
1041 <!-- Begin Licenses -->
1042 <section class="licenses">
1043 <div class="container">
1044 <div class="row">
1045 <div class="col-md-12">
1046 <div class="panel-default">
1047 <div class="panel-heading">
1048 <h1 class="fix-margin">Licenses</h1>
1049
1050 </div>
1051 <div class="panel-body" id="licenses">
1052 <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>
1053 </p>
1054 <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>
1055 <ul style="list-style: none inside none;">
1056 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
1057 <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>
1058 <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>
1059 <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>
1060 <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>
1061 </div>
1062 </div>
1063 </div>
1064 <!-- End Panel -->
1065 </div>
1066 <!-- End Row -->
1067 </div>
1068 <!-- End Container -->
1069 </section>
1070 <!-- End Licenses -->
1071
1072 <!--Begin Footer-->
1073 <footer>
1074 <div class="container-fluid">
1075 <div class="row">
1076 <div class="col-md-4 col-sm-4 footer-logo">
1077 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
1078 </div>
1079 <div class="col-md-8 col-sm-8">
1080 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
1081 <a href="https://fsf.org/about">learn about our history and work.</a>
1082 </p>
1083 <p>Version 8.0. Copyright © 2004-2017
1084 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
1085 Free Software Foundation
1086 </a>, Inc.
1087 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
1088 </p>
1089 </div>
1090 </div>
1091 <!-- End Row -->
1092 </div>
1093 <!-- End Container -->
1094 </footer>
1095 <!-- End Footer -->
1096
1097 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
1098 <script src="js/jquery.js" charset="utf-8"></script>
1099 <!-- Include all compiled plugins (below), or include individual files as needed -->
1100 <script src="js/bootstrap.js" charset="utf-8"></script>
1101 <!-- Our JS -->
1102 <script src="js/magic.js" charset="utf-8"></script>
1103
1104 <!-- Piwik -->
1105 <script type="text/javascript">
1106 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
1107 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
1108 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
1109 try {
1110 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
1111 piwikTracker.trackPageView();
1112 piwikTracker.enableLinkTracking();
1113 } catch (err) {}
1114 // @license-end
1115 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1116 <!-- End Piwik Tracking Code -->
1117 <a href="js/weblabels.html" rel="jslicense"></a>
1118 </body>
1119
1120 </html>