Remove banner and modal window
[fsf-giving-guide.git] / v10 / givingguide.html
CommitLineData
b723463b
GF
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="2c5aa0">
15 <!-- Windows Phone -->
16 <meta name="msapplication-navbutton-color" content="2c5aa0">
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="#2c5aa0">
32 <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
33 <meta name="theme-color" content="#2c5aa0">
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
52 <script>
53 /*
54
55 @licstart The following is the entire license notice for the
56 JavaScript code in this page.
57
58 Copyright (c) 2016 Reda Lazri
59
60 Permission is hereby granted, free of charge, to any person obtaining
61 a copy of this software and associated documentation files (the
62 "Software"), to deal in the Software without restriction, including
63 without limitation the rights to use, copy, modify, merge, publish,
64 distribute, sublicense, and/or sell copies of the Software, and to
65 permit persons to whom the Software is furnished to do so, subject to
66 the following conditions:
67
68 The above copyright notice and this permission notice shall be included
69 in all copies or substantial portions of the Software.
70
71 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
72 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
73 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
74 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
75 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
76 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
77 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
78
79 @licend The above is the entire license notice
80 for the JavaScript code in this page.
81
82 */
83 </script>
84
85</head>
86
87<!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
88
89 <div class="alert alert-success center-block">
90 <li class="info">
91 <p>
92 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).
93 </p>
94 </li>
95 </div>
96-->
97
98<body>
99
100<!-- Add banner and modal window here -->
101
b723463b
GF
102
103 <nav class="navbar navbar-default">
104 <div class="container-fluid">
105 <!-- Brand and toggle get grouped for better mobile display -->
106 <div class="navbar-header">
107 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
108 <span class="sr-only">Toggle navigation</span>
109 <!-- <span class="icon-bar bar1"></span> -->
110 <!-- <span class="icon-bar bar2"></span> -->
111 <!-- <span class="icon-bar bar3"></span> -->
112 </button>
113 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
114 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
115
116 </div>
117
118 <!-- Collect the nav links, forms, and other content for toggling -->
119 <div class="collapse navbar-collapse" id="navbar-links">
120 <ul class="nav navbar-nav">
121 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
122 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
123 <li><a class="animated fadeIn" href="https://my.fsf.org/join?pk_campaign=fall19&pk_kwd=ggjoin">Join</a></li>
124 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
125 </ul>
126
127 </div>
128 <!-- /.navbar-collapse -->
129 </div>
130 <!-- /.container-fluid -->
131 </nav>
132
133 <!--Begin Intro-->
134 <section class="intro" id="intro">
135 <div class="container">
136 <div class="row">
137 <div class="illustration col-md-6">
fee2eb1a 138 <center>
19f81aba 139 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-dblock" /><hr />
f772f576 140 <video style="width: 100%; max-width: 640px;" controls="controls" poster="https://static.fsf.org/nosvn/videos/fsf-shoetool/thumbnails/ShoeTool-Cover-1.jpg" crossorigin="anonymous"><source src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.mp4" type="video/mp4" /><source src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.webm" type="video/webm" /><source src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.ogv" type="video/ogg" /><track kind="subtitles" label="English" srclang="en" src="https://static.fsf.org/nosvn/videos/fsf-shoetool/captions/shoetoolfsf_en.vtt" default="default" /></video>
fee2eb1a 141 </center>
b723463b
GF
142 </div>
143 <div class="intro-text col-md-6">
144 <h1>Does the gift you're giving your loved ones respect their rights?</h1>
b723463b
GF
145<p>When picking a gift this year, we urge you to think carefully about
146the choice you're making. Is that smart assistant smart enough to
147respect your friend or family member's rights? Does that tablet really
148have their best interest in mind? Or does that shiny gadget come at a
149cost much higher than its price tag?</p>
c6240a18 150 <p>When we allow <a href="https://gnu.org/proprietary">proprietary software</a> created by Facebook, Amazon, Apple, Google, and countless other companies to handle our basic computing tasks, we put an enormous amount of power in their hands, power which they freely exploit. It's only through using <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a>, and <a href="https://ryf.fsf.org">devices running free software</a>, that we can seize this power back.</p>
b723463b
GF
151 <h4>Freedom is the gift that keeps on giving</h4>
152<p>Letting your loved ones know that
153you respect their privacy and freedom too much to cave in for the
154newest Apple or Google product is a great gift in itself, and one that
155 you can feel good about.</p>
156 </div>
157 </div>
158 </div>
159 </section>
160 <!--End Intro-->
161
162 <!--Begin Actions-->
163 <section class="actions" id="actions">
164 <div class="container">
165 <div class="row">
166 <!-- Begin Action -->
167 <div class="action col-md-4 col-sm-4 text-center">
168 <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>
169 <p>
170 Use the hashtag <span class="label label-default">#givefreely</span> on social media sites like <a href="https://fsf.org/twitter">Twitter</a>, <a href="https://mastodon.social">Mastodon</a>, or <a href="https://www.gnu.org/software/social/">GNU social</a>. You might get a gift out of it yourself!
171 </p>
172 </div>
173 <!-- End Action -->
174
175 <!-- Begin Action -->
176 <div class="action col-md-4 col-sm-4 text-center">
177 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Unleash your advocacy</a>
178 <p>
179Your fight for freedom doesn't have to end at home. Use this
180<a href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">printable version</a> of the guide to spread the word. </p>
181
182 </div>
183 <!-- End Action -->
184
185 <!-- Begin Action -->
186 <div class="action col-md-4 col-sm-4 text-center">
187 <a class="action-button" href="#charities">Support free software</a>
188 <p>
189 Donate to our suggested charities.
190 </p>
191 </div>
192 <!-- End Action -->
193 </div>
194 <!-- End Row -->
195 </div>
196 <!-- End Container -->
197 </section>
198 <!--End Actions-->
199
200 <!--Begin Comparisons-->
201 <section class="comparisons">
202
203 <!--Smartphones-->
204 <div class="container smartphones">
205 <h2 class="title text-center">Smartphones</h2>
206 <div class="row is-table-row">
207 <div class="good col-md-6 col-sm-6" style="position:relative">
208 <h5 class="text-center">Purism Librem 5</h5>
209 <img src="img/products/librem5.png" alt="Purism Librem 5" class="center-block" />
210
211
212 <!-- Buy/Download Button -->
213 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
214 BUY</a>
215 <div class="collapse" id="sellers">
216 <div class="center-block seller-group">
217 <p style="color: #6b6b6b">
218 <strong>Get it from</strong>
219 </p>
220 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
221 </div>
222 </div>
223
224 <script>
225 document.getElementById('get-item').style.display = '';
226 </script>
227 <noscript>
228 <div class="center-block seller-group">
229 <p style="color: #6b6b6b">
230 <strong>Get it from</strong>
231 </p>
232 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
233 </div>
234 </noscript>
235 <!-- End Buy/Download button -->
236
237 <ul class="pros">
238 <p>Why it's cool: Although it won't be released until Q2 2020, this phone
239is one to keep an eye on. We're giving it a tentative recommendation
240because the company has publicly committed to doing the right things
241for prioritizing user freedom and privacy, and because we <i>have</i>
242 evaluated and endorsed the operating system it will run.</p>
243<p>Considering
244that many people around the world use a mobile phone as their only
245Internet-enabled device, it's important to have confidence that your
246mobile phone isn't "listening in" on you to make more money for
247advertisers.</p>
248 </ul>
249 </div>
250 <!--End Good-->
251
252 <!-- start bad -->
253
254 <div class="good col-md-6 col-sm-6">
255 <ul class="pros">
256 <li>
257 Instead of Android or iOS, the Librem 5 runs the <a href="https://www.pureos.net/">PureOS</a> distribution of the <a href="https://gnu.org">GNU/Linux</a> operating system. The FSF has carefully vetted PureOS's commitment to user freedom with our guidelines for fully free systems.
258 </li>
259 <li>Comes equipped with physical <a href="https://puri.sm/posts/lockdown-mode-on-the-librem-5-beyond-hardware-kill-switches/">killswitches</a> for the microphone, GPS, and Wi-Fi connections, making snitching on your whereabouts a physical impossibility.
260 </li>
c3c9cdb9 261<li>Please note that the secondary processor (or "baseband") on the device still contains nonfree software. To preserve your freedom and privacy, be sure to flip the killswitch after placing a call or sending a text.</li>
b723463b
GF
262 </ul>
263
264 <h5 class="text-center">Stay away from: iPhone</h5>
265 <ul class="cons">
266 <li>
267 It's not just Siri that's creepy: all Apple devices contain software that's hostile to users. Although they claim to be concerned about user privacy, they don't hesitate to <a href="https://www.gnu.org/proprietary/malware-apple.html#surveillance">put their users under surveillance</a>.
268 </li>
269 <li>
270 iOS is a fully <a href="https://gnu.org/proprietary/">proprietary operating system</a>, giving Apple control over the software on every Apple device. This means they're putting themselves as the "man in the middle" between us and every message we send to our friends.
271 </li>
272 <li>Apple has recently used their absolute control over their users to <a href="https://www.latimes.com/business/story/2019-10-08/apple-taiwan-flag-emoji-iphones-hong-kong">silence political activists</a> and help governments <a href="https://www.nytimes.com/2019/04/07/world/asia/china-xi-jinping-study-the-great-nation-app.html">spy on millions</a> of users.</li>
273 </ul>
274 </div>
275 <!--End Bad-->
276 </div>
277 </div>
278 <!--End Row-->
279 <div class="container">
280 <div class="row is-table-row">
281 <div class="good col-md-6 col-sm-6" style="position:relative">
282 <h5 class="text-center">Galaxy S3 with Replicant</h5>
0c46ebe0 283 <img src="img/products/mobile_s3.png" alt="replicant phone" class="center-block" />
b723463b
GF
284 <!-- Buy/Download Button -->
285 <a id="get-item-replicant" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-replicant" aria-expanded="false" aria-controls="sellers" style="display:none">
286 BUY
287 <!-- Begin Sale -->
288 <span class="sale" >sale</span>
289 <!-- End Sale -->
290 </a>
291 <div class="collapse" id="sellers-replicant">
292 <div class="center-block seller-group">
293 <p style="color: #6b6b6b">
294 <strong>Get it from</strong>
295 </p>
0c46ebe0
GF
296 <p> <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a></p>
297 <p class="sale-info links">
298 <a href="#technoethical-promotion">Sale details.</a>
299 </p>
b723463b
GF
300 </div>
301 </div>
302
303 <script>
304 document.getElementById('get-item-replicant').style.display = '';
305 </script>
306 <noscript>
307 <div class="center-block seller-group">
308 <p style="color: #6b6b6b">
309 <strong>Get it from</strong>
310 </p>
311 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
312 <p class="sale-info links">
313 <a href="#technoethical-promotion">Sale details.</a>
314 </p>
315 </div>
316 </noscript>
317 <!-- End Buy/Download button -->
318
319 <ul class="pros">
320 <p>Why it's cool: Your smartphone is so much more than a phone: it's
321 a tiny computer you carry with you every day. Choosing one of these
322 phones lets you bring software freedom everywhere you go.
323 You <i>can</i> run your favorite apps and send all the text messages
324 you want, while still running free software.</p>
325
326<p> You can also get an <a href="https://tehnoetic.com/tehnoetic-s2-phone-replicant">S2</a> or an <a href="https://tehnoetic.com/tet-n2">N2 phone/tablet</a>, complete with Replicant.</p>
327 </ul>
328 </div>
329 <!--End Good-->
330
331 <!-- start bad -->
332
333 <div class="good col-md-6 col-sm-6">
334 <ul class="pros">
335 <li>
336 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
337 </li>
338 <li>
339 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.
340 </li>
c3c9cdb9 341 <li>Note: While the main processor exclusively runs free software, the modem processor runs Samsung's nonfree system.</li>
b723463b
GF
342 </ul>
343
344 <h5 class="text-center">Stay away from: Google Pixel</h5>
345 <ul class="cons">
60737a83 346<li>The Google Pixel line (and most Android devices) aren't just
c3c9cdb9 347 restricted by Widevine's <a href="https://www.gnu.org/philosophy/can-you-trust.html">treacherous</a> DRM. They also come with
b723463b
GF
348<a href="https://gnu.org/proprietary">proprietary</a> Google apps that
349<a href="https://www.gnu.org/proprietary/malware-google.html">subjugate users</a>.</li>
350 </ul>
351 </div>
352 <!--End Bad-->
353 </div>
354 <!--End Container-->
355</div>
356 <!--End bad-->
357
358 <h2 class="title text-center">Personal Computers</h2>
359 <!--Laptops-->
360 <div class="container">
361 <div class="row is-table-row">
362 <div class="good col-md-6 col-sm-6" style="position:relative">
363 <h5 class="text-center">X200 with GNU/Linux</h5>
364 <img src="img/products/x200.png" alt="X200" class="center-block"/>
365
366 <!-- Buy/Download Button -->
367 <a id="get-item-x200" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-x200" aria-expanded="false" aria-controls="sellers-x200" style="display:none">
368 BUY
c275ecd2
GF
369 <!-- Begin Sale -->
370 <span class="sale" >sale</span>
371 <!-- End Sale -->
b723463b
GF
372 </a>
373 <div class="collapse" id="sellers-x200">
374 <div class="center-block seller-group">
375 <p style="color: #6b6b6b">
376 <strong>Get it from</strong>
377 </p>
378 <p>
379 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
380 </p>
c275ecd2 381 <p><a href="https://tehnoetic.com/laptops/tet-x200" class="seller action-button">Technoethical</a></p>
0c46ebe0 382 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
c275ecd2 383 <p class="sale-info links">
0c46ebe0 384 <a href="#technoethical-promotion">Sale details.</a></p>
b723463b
GF
385 </div>
386 </div>
387
388 <script>
389 document.getElementById('get-item-x200').style.display = '';
390 </script>
391 <noscript>
392 <div class="center-block seller-group">
393 <p style="color: #6b6b6b">
394 <strong>Get it from</strong>
395 </p>
396 <p>
397 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
0c46ebe0
GF
398 </p>
399 <p><a href="https://tehnoetic.com/laptops/tet-x200" class="seller action-button">Technoethical</a></p>
400<p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
c275ecd2
GF
401 <p class="sale-info links">
402 <a href="#technoethical-promotion">Sale details.</a>
403 </p>
b723463b
GF
404 </div>
405 </noscript>
406 <!-- End Buy/Download button -->
407 <ul class="pros">
408 <p>Why it's cool: The X200 is one of the few home user devices that's
409able to run fully free software from top to bottom. Starting with an
410attractive user interface and extending through the microcode (or
411"BIOS") at the heart of the system, this laptop is powered by software
412that takes your freedom and privacy seriously.</p>
413<p>While it may be a little vintage, what it lacks in speed
414it makes up for in utmost respect to user freedom. It's so good that
415it's the laptop that's most frequently used in the FSF office!</p>
416 </ul>
417 </div>
418 <!--End Good-->
419
420 <!--start bad-->
421 <div class="good col-md-6 col-sm-6">
422 <ul class="pros">
423 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> <a href="https://trisquel.info">Trisquel</a> operating system and <a href="https://libreboot.org">Libreboot</a> firmware.</li>
424 <li>Durable hardware that's meant to be easy to repair.</li>
425 <li>Created by small businesses that replace restrictive components from a stock laptop.</li>
426 </ul>
427 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
428 <ul class="cons">
429 <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that profits from treating the user as a product. It also <a href="https://www.fsf.org/news/the-fsfs-statement-on-windows-10">forces users to consent to data collection</a> for "targeted advertising."
430 </li>
431 <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>
432 <li>Looking at a computer that includes an Intel CPU? They come with the <a href="https://www.fsf.org/blogs/sysadmin/the-management-engine-an-attack-on-computer-users-freedom">Intel Management Engine</a>, a hardware-based backdoor that gives Intel permanent and privileged access to your computer.</li>
433 </ul>
434 </div>
435 <!--End Bad-->
436 </div>
437 <!--End Row-->
438
439 <div class="container">
440 <div class="row is-table-row">
441 <div class="col-md-5 col-sm-6 recommended-img">
442 <h5 class="text-center">Vikings D8</h5>
443 <img src="img/products/desktop.png" alt="Vikings D8" class="center-block" />
444
445 <!-- Buy/Download Button -->
446 <a id="get-item-d8" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-d8" aria-expanded="false" aria-controls="sellers-d8" style="display:none;">
447 BUY
448 </a>
449 <div class="collapse" id="sellers-d8">
450 <div class="center-block seller-group">
451 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
452 </div>
453 </div>
454
455 <script>
456 document.getElementById('get-item-d8').style.display = '';
457 </script>
458 <noscript>
459 <div class="center-block seller-group">
460 <p style="color: #6b6b6b">
461 <strong>Get it from</strong>
462 </p>
463 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
464 </div>
465 </noscript>
466 <ul class="pros">
467<p>Why it's cool: The Vikings D8 is a robust desktop computer that can be scaled up or down according to your needs, and which is capable of doing everything from simple Web browsing and video playback to intense code compilation.</p>
468
469<p>You can order the Vikings D8 installed with the preferred <a href="https://trisquel.info">Trisquel</a> distribution of GNU/Linux, a fully free operating system that removes the user-hostile binary-only blobs lurking in the drivers of many common network and graphics cards, or, if you prefer, you can order the D8 installed with any other <a href="https://gnu.org/distros/free-distros.html">free distribution of GNU/Linux</a>.</p>
470</ul>
471</div>
472
473<div class="good col-md-6 col-sm-6">
474<ul class="pros">
475 <li>Has room for three hard drives and four custom case fans.</li>
476 <li>Quiet and energy efficient while maintaining a small form factor.</li>
477 </ul>
478 <h5 class="text-center">Stay away from: Apple laptops and desktops</h5>
479 <ul class="cons">
480 <li>macOS is <a href="https://gnu.org/proprietary">proprietary software</a> that restricts its users' freedoms.</li>
481 <li>Apple has been <a href="https://motherboard.vice.com/en_us/article/evmeya/apple-iphone-right-to-repair-california">opposing the Right to Repair home user devices</a> for years, and maintains totalitarian control over their hardware.</li>
482 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a> that rats on you to advertisers.</li>
483 <li>Avoid: MacBook Air (and MacBook Pro).</li>
484 </ul>
485 </div>
486 <!--End Bad-->
487 </div>
488 <!--End Row-->
489 <!--End Container-->
490
491 <h2 class="title text-center">Cool Devices</h2>
492 <!-- cool devices -->
493<div class="container">
494 <div class="row is-table-row">
495 <div class="col-md-5 col-sm-6 recommended-img" style="postition:relative">
496 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
497 <img src="img/products/NeuG.jpg" alt="NeuG USB True Random Number Generator and a MicroSD card" class="center-block" style="height: 140px; margin-top: 90px; margin-bottom: 90px;"/>
498
499 <!-- Buy/Download Button -->
500 <a id="get-item-random-number-generator" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-random-number-generator" aria-expanded="false" aria-controls="sellers-random-number-generator" style="display:none">
501 BUY
502 <!-- Begin Sale -->
503 <span class="sale" >sale</span>
504 <!-- End Sale -->
505 </a>
506 <div class="collapse" id="sellers-random-number-generator">
507 <div class="center-block seller-group">
508
509 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
510 <p class="sale-info links">
511 <a href="#GNU-promotion">Sale details.</a>
512 </p>
513 </div>
514 </div>
515
516 <script>
517 document.getElementById('get-item-random-number-generator').style.display = '';
518 </script>
519 <noscript>
520 <div class="center-block seller-group">
521 <p style="color: #6b6b6b">
522 <strong>Get it from</strong>
523 </p>
524 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
525 <p class="sale-info links">
526 <a href="#GNU-promotion">Sale details.</a>
527 </p>
528 </div>
529 </noscript>
530 <!-- End Buy/Download button -->
531<ul class="pros">
532<p>Why it's cool: A gift for your most security-conscious friend! As
533opposed to software solutions which by nature have limited randomness
534(or "entropy"), this USB device is an endless wellspring of truly random
535numbers, which aids in password generation and encryption.</p>
536</ul>
537 </div>
538<div class="good col=md-6 col-sm-6">
539 <ul class="pros">
540 <li>The perfect present for the cryptogeek in your life.</li>
541 <li>FST-01SZ is a tiny USB 32-bit computer based on a free (as in freedom) hardware design, and newly updated by its designer.</li>
542 <li>NeuG is an implementation of a true random number generator (TRNG) for
543 GD32F103 MCU.</li>
544 </ul>
545</div>
546</div>
547 <!-- End Row -->
548 <div class="container">
549 <div class="row is-table-row">
550 <div class="col-md-5 col-sm-6 recommended-img">
551 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
552 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
553
554 <!-- Buy/Download Button -->
555 <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;">
556 BUY
557 <!-- Begin Sale -->
558 <span class="sale">sale</span>
559 <!-- End Sale -->
560 </a>
561 <div class="collapse" id="sellers-mini-adapter">
562 <div class="center-block seller-group">
0c46ebe0
GF
563 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
564<p class="sale-info links">
565 <a href="#technoethical-promotion">Sale details</a></p>
c275ecd2 566 <p><a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a></p>
b723463b
GF
567 <p class="sale-info links">
568 <a href="#thinkpenguin-promotion">Sale details.</a>
569 </p>
570 </div>
571 </div>
572
573 <script>
574 document.getElementById('get-item-mini-adapter').style.display = '';
575 </script>
576 <noscript>
577 <div class="center-block seller-group">
578 <p style="color: #6b6b6b">
579 <strong>Get it from</strong>
580 </p>
0c46ebe0
GF
581 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
582<p class="sale-info links">
583 <a href="#technoethical-promotion">Sale details</a></p>
b723463b
GF
584 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
585<p class="sale-info links">
586 <a href="#thinkpenguin-promotion">Sale details.</a>
587 </p>
588 </div>
589 </noscript>
590
591 <!--start pros-->
592 <ul class="pros">
593 <p>Why it's cool: Trying to get closer to 100% free but stuck with a proprietary Wi-Fi card? Just plug this into your USB port and you're ready to go.</p>
594 </ul>
595 </div>
596
597 <div class="good col-md-6 col-sm-6">
598 <ul class="pros">
599 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
600 <li>Certified as part of our <a href="https://ryf.fsf.org">RYF</a> program.</li>
601 <li>If you use the X200 laptop listed in this Guide, an adapter like this won't be necessary.</li>
602 </ul>
603 </div></div></div>
604 <!-- End Row -->
605 <!-- End Container -->
606
607 <!-- Begin Recommended Template -->
608
609 <div class="container">
610 <div class="row is-table-row">
611 <div class="col-md-5 col-sm-6 recommended-img">
612 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
613 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
614
615 <!-- Buy/Download Button -->
616 <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;">
617 BUY
618 <!-- Begin Sale -->
619 <span class="sale">sale</span>
620 <!-- End Sale -->
621 </a>
622 <div class="collapse" id="sellers-long-range-adapter">
623 <div class="center-block seller-group">
624 <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>
625 <p class="sale-info links">
626 <a href="#thinkpenguin-promotion">Sale details.</a>
627 </p>
628 </div>
629 </div>
630
631 <script>
632 document.getElementById('get-item-long-range-adapter').style.display = '';
633 </script>
634 <noscript>
635 <div class="center-block seller-group">
636 <p style="color: #6b6b6b">
637 <strong>Get it from</strong>
638 </p>
639 <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>
640 <p class="sale-info links">
641 <a href="#thinkpenguin-promotion">Sale details.</a>
642 </p>
643 </div>
644 </noscript>
645 <ul class="pros">
646 <p>Why it's cool: A beefier (though bulkier) version of the wireless card that powers ThinkPenguin's mini Wi-Fi adapter. Surf the Web from afar with its long-range antenna that can pivot in any direction.</p>
647 </ul>
648 <!-- End Buy/Download button -->
649
650 </div>
651 <div class="col-md-6 col-sm-6">
652 <ul class="pros">
653 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
654<li><a href="https://ryf.fsf.org">RYF</a>-approved!</li>
655 </ul>
656 </div>
657 </div>
658 <!-- End Row -->
659 </div>
660 <!-- End Container -->
661
662 <!-- Begin Recommended Template -->
663 <div class="container">
664 <div class="row is-table-row">
665 <div class="col-md-6 col-sm-6 recommended-img">
666 <h5 class="text-center">VPN Router</h5>
667 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
668
669
670 <!-- Buy/Download Button -->
671 <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;">
672 BUY
673 <!-- Begin Sale -->
674 <span class="sale">sale</span>
675 <!-- End Sale -->
676 </a>
677 <div class="collapse" id="sellers-vpn-router">
678 <div class="center-block seller-group">
679 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
680 <p class="sale-info links">
681 <a href="#thinkpenguin-promotion">Sale details.</a>
682 </p>
683 </div>
684 </div>
685
686 <script>
687 document.getElementById('get-item-vpn-router').style.display = '';
688 </script>
689 <noscript>
690 <div class="center-block seller-group">
691 <p style="color: #6b6b6b">
692 <strong>Get it from</strong>
693 </p>
694 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
695<p class="sale-info links">
696 <a href="#thinkpenguin-promotion">Sale details.</a>
697 </p>
698 </div>
699 </noscript>
700 <!-- End Buy/Download button -->
b4d32e25 701 <div class="collapse" id="sellers-mini-adapter2">
b723463b
GF
702 <div class="center-block seller-group">
703 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
704 <p class="sale-info links">
705 <a href="#thinkpenguin-promotion">Sale details.</a>
706 </p>
707 </div>
708 </div>
709 </div>
710 <div class="col-md-7 col-sm-6">
711 <ul class="pros">
712<li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
713<li>Designed for easy setup.</li>
714<li><p>As free as can be: runs the FSF-endorsed <a href="https://librecmc.org/">LibreCMC</a> operating system on a product that is <a href="https://ryf.fsf.org">RYF</a>-certified.</p></li>
715 </ul>
716 </div>
717 </div>
718 <!-- End Row -->
719 </div>
720 <!-- End Container -->
721
722 <h1 class="title text-center">Books, Music, and Video</h1>
723 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
724 <!--ebooks-->
725 <div class="container">
726 <h3 class="title text-center">Books</h3>
727 <div class="row is-table-row">
728 <div class="good col-md-6 col-sm-6">
729 <h5 class="text-center">DRM-free Ebooks</h5>
730
731 <ul class="pros">
732<p>There are <a href="https://www.defectivebydesign.org/guide/ebooks">plenty of places</a> to get your literature fix without the shackles of <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a>. We're highlighting some publishers and shops you should patronize below!</p>
733<li><a href="https://leanpub.com/">Leanpub</a> is an author-driven ebook Web site encouraging people to &quot;publish early, publish often.&quot;</li>
734<li><a href="https://www.libreture.com/">Libreture</a> provides a catalog of DRM-free ebook publishers, and a storage solution for all of your digital books and comics.</li>
735<li><a href="https://lektu.com/">Lektu</a> provides you with an array of DRM-free media in Spanish.</li>
736<li><a href="https://nostarch.com">No Starch Press</a> offers &quot;the finest in geek entertainment,&quot; with educational books on a variety of programming topics.</li>
737<li><a href="http://www.smashwords.com">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
738<li>Many free (as in freedom) educational books are available through sites like <a href="https://flossmanuals.net">FLOSS Manuals</a>, a supporter of the <a href="https://dayagainstdrm.org/">International Day Against DRM 2019</a>.</li>
739<li>Looking to buy paper books? Check out the <a href="https://shop.fsf.org">GNU Press Shop</a> for your technical manuals and documentation needs.</li>
740 </ul>
741 </div>
742 <!--End Good-->
743 <!--start bad-->
744 <h5 class="text-center">Stay away from: Amazon</h5>
745 <ul class="cons">
746<li>Amazon is one of the most notorious DRM offenders. They use this <a href="https://www.defectivebydesign.org/amazon">Orwellian control</a> over their devices and services to spy on users and keep them trapped in their &quot;walled garden.&quot;</li>
cf12c5ae 747<li>Read more about the dangers of DRM through our <a href="https://defectivebydesign.org">Defective by Design</a> campaign.</li>
b723463b
GF
748 </ul>
749 </div>
750 <!--End Bad-->
751 </div>
752 <!--End Row-->
753 <!--End Container-->
754
755 <div class="container">
756 <h3 class="title text-center">Music</h3>
757 <div class="row is-table-row">
758 <div class="good col-md-6 col-sm-6">
759 <h5 class="text-center">DRM-free Music</h5>
760<ul class="pros">
eeaacdb7 761 <p>Despite the efforts of companies like Spotify, we can still dance to music in the free world. Thanks to the <a href="https://www.defectivebydesign.org/guide/audio">artists, producers, record labels, and shops</a> highlighted on on our <a href="https://www.defectivebydesign.org/guide/">Guide to DRM-free Living</a>, the rights-respecting options are nearly endless. Check out music from great labels and artists, including:</p>
b723463b
GF
762<li>All of the music on <a href="https://bandcamp.com">Bandcamp</a> is DRM-free and comes in a variety of formats, including patent-free ones like FLAC and Ogg Vorbis.</li>
763<li><a href="https://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
764<li><a href="https://www.emusic.com/">Emusic</a> is a DRM-free replacement for services like Spotify and Apple Music.</li>
b54a35b7 765<li><a href="https://folkways.si.edu/">Folkways</a>, providing digital downloads of the world's best folk and children's music, courtesy of the Smithsonian Institute.</li>
b723463b
GF
766</ul>
767 </div>
768 <div class="good col-md-6 col-sm-6">
769<ul class="cons">
46bf4dfd 770<li>Stay away from: Spotify, Apple Music, and all other major streaming services</li>
b723463b
GF
771<li>Spotify is only one of many offenders when it comes to putting DRM in music: all major streaming services do this, with the support of big record labels.</li>
772<li>In addition to streaming music encumbered by DRM, people who want to use Spotify are required to install additional proprietary software. Even Spotify's client for GNU/Linux relies on proprietary software.</li>
773<li><p>Apple Music is no better, and places heavy restrictions on the music streamed through the platform.</p></li>
774 </ul>
775</div>
776 <!--End Bad-->
777 </div>
778 <!--End Row-->
779</div>
780 <!--End Container-->
781
782 <!--Video-->
783 <div class="container">
784 <h3 class="title text-center">Video</h3>
785 <div class="row is-table-row">
786 <div class="good col-md-6 col-sm-6">
787 <h5 class="text-center">DRM-free video</h5>
c3c9cdb9 788<p>This year has brought us some disturbing &quot;advances&quot; from streaming services like <a href="https://www.theverge.com/2019/11/11/20960441/netflix-ditching-old-roku-devices-because-of-drm">Netflix</a> and <a href="https://www.androidpolice.com/2019/10/22/disney-will-only-work-on-devices-that-support-the-strictest-widevine-l3-drm/">Disney+</a>. Both companies have mandated the use of a <a href="https://www.gnu.org/philosophy/can-you-trust.html">treacherous computing</a> scheme called <a href="https://www.androidauthority.com/widevine-explained-821935/">Widevine</a>, giving them the power to choose what you can and cannot do on your own device.</p>
b723463b
GF
789<p>Widevine prohibits these services from running on many older devices, as well as most computers running GNU/Linux, leaving families who can't afford a new computer or a new television out in the cold.</p>
790 <p>Try these video services and sites instead:</p>
791<ul class="pros">
792 <li>Visit the <a href="https://archive.org/details/movies">Moving Internet Archive</a> for free (as in freedom) classic films and art projects.</li>
793<li>The <a href="https://cloud.blender.org/open-projects">Blender Open Movies</a> project has a collection of computer-animated films that were made entirely with <a href="https://blender.org">Blender</a>, an enormously popular free software tool.</li>
794<li><p>Visit the <a href="https://www.defectivebydesign.org/guide/">Guide to DRM-free Living</a> for more suggestions on how to stay a film lover and keep your freedom at the same time.</p></li>
795 </ul>
796
797 </div>
798 <!--End Good-->
799
800 <!--start bad-->
801 <div class="good col-md-6 col-sm-6">
802 <h5 class="text-center">Stay away from: Netflix</h5>
803 <ul class="cons">
804 <li><p>Netflix is continuing its <a href="https://defectivebydesign.org/netflix">disturbing trend</a> of making onerous DRM the norm for streaming media.</p>
46bf4dfd 805<li><p>They're also leveraging their newfound place in the <a href="https://torrentfreak.com/netflix-becomes-a-member-of-the-mpaa/">Motion Picture Association of America</a> (MPAA) to advocate for tighter restrictions on users, and were responsible for embedding DRM into the <a href="https://www.defectivebydesign.org/no-drm-in-html5">fabric of the Web</a>.</p</li>
b723463b
GF
806 </ul>
807 </div>
808 <!--End Bad-->
809 </div>
810 <!--End Row-->
811 </div>
812 <!--End Container-->
813
814 </section>
815<!--End comparisons-->
816
817<!-- Begin need choices -->
818<section class="choices" id="choices">
819 <div class="container">
820 <h1 class="text-center">Help wanted!</h1>
821 <div class="container choices">
822 <h2 class="title text-center"></h2>
823 <div class="row is-table-row">
824 <div class="good col-md-6 col-sm-6" style="position:relative">
825<p>In this section of our guide, we've highlighted some of the types of devices where there just isn't a choice on the market that actually respects your freedom. We hope you'll take this list as inspiration for the free software projects you contribute to and support.</p>
826 </div>
827 <!--End Good-->
828
829 <!-- start bad -->
830
831 <div class="good col-md-6 col-sm-6">
832 <h5 class="text-center">In need of development</h5>
833 <ul class="pros">
834 <li>Cameras</li>
835 <li>Ebook readers</li>
836 <li>Fitness trackers</li>
837 <li>Watches</li>
838 <li>Video gaming consoles</li>
839 </ul>
840 <h5 class="text-center">Stay away from these devices:</h5>
841 <ul class="cons">
842<li>Internet of Things connected home appliances, smart speakers, and virtual assistants are little more than spying devices brought into your home. These include Ring, Amazon Alexa, Amazon Echo, Google Home, Nest, Ecobee, and Sonos products.</li>
c3c9cdb9 843<li>DRM can show up in many places that you wouldn't expect: even in the kitchen. Any device from the "Keurig 2.0" line will refuse to brew anything but officially sanctioned "K-cups." When brewing your tea or coffee this year, staying with the simpler option is smarter.</li>
b723463b
GF
844<li><p>The Nintendo Switch is a popular holiday gift, but few realize that Nintendo has utter control over the platform and offers little insight into how it really works -- or how it might be spying on you and your family. Not much has changed since our advice to <a href="https://www.defectivebydesign.org/nintendo">brick them</a> before they bricked the Nintendo DS.</p></li>
845 </ul>
846 </div>
847 <!--End Bad-->
848 </div>
849 <!--End Row-->
850 </div>
851 <!--End Container-->
852 <!--End bad-->
853<!-- end choices -->
854</div></section>
855 <!-- Begin Donations -->
856 <section class="charities" id="charities">
857 <div class="container">
858 <h1 class="text-center">Recommended organizations for holiday donations</h1>
859 <div class="row">
860 <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3">
861 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
862<p>The Giving Guide is brought to you by the <a href="https://fsf.org">Free Software Foundation</a>. Our <a href="https://fsf.org/join">associate membership</a> program is the heart of the FSF's work campaigning for computer user freedom worldwide. We've been fighting for digital freedoms since 1985, and have no plans of stopping. Will you make your voice heard by <a href="https://fsf.org/appeal">joining today</a>?</p>
863 </div>
864 </div>
865 <div style="height: 30px"></div>
866 <div class="row">
867 <div class="col-md-3 col-sm-4 col-xs-6">
868 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
869 </div>
870 <div class="col-md-3 col-sm-4 col-xs-6">
871 <a href="https://www.openrightsgroup.org/"><img src="img/charities/org.png" alt="ceataopen rights group logo" class="center-block img-responsive" /></a>
872 </div>
873 <div class="col-md-3 col-sm-4 col-xs-6">
874 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
875 </div>
876 <div class="col-md-3 col-sm-4 col-xs-6">
877 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
878 </div>
879 <div class="col-md-3 col-sm-4 col-xs-6">
880 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
881 </div>
882 <div class="col-md-3 col-sm-4 col-xs-6">
883 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
884 </div>
885 <div class="col-md-3 col-sm-4 col-xs-6">
886 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
887 </div>
888 </div>
889 </div>
890 </section>
891 <!-- End Donations -->
892
893 <!-- Begin Promotion details -->
894
895 <section class="promotion-details">
896 <div class="container">
897 <div class="row">
898 <div class="col-md-12">
899 <div class="panel-default">
900 <div class="panel-heading">
901 <h1 class="fix-margin">Promotion details</h1>
902 </div>
903 <div class="panel-body" id="promotion-details">
904<h2>Companies, distributors, and makers of freedom-friendly gadgets want to make it easier for you to give gifts that you feel good about. Check out these discounts and promotions.</h2>
905 <ul style="list-style: none inside none;">
906 <li id="GNU-promotion"><strong>GNU Press Shop: </strong>5% discount on all items using the coupon code <span class="label label-default">GIVEFREELY</span>. Code expires on December 31st. As always, FSF members get a 20% discount.</li>
907 <!-- <li id="libiquity-promotion"><strong>Libiquity: </strong>10% 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, 2019. 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> -->
908 <!-- <li id="lulzbot-promotion"><strong>LulzBot: </strong><a href="https://www.lulzbot.com/lulzbot-sales-clearance-items">Features sales and clearance items on their Web site</a>.</li> -->
909 <!-- <li id="minifree-promotion"><strong>Minifree: </strong><a href="https://minifree.org/">Offering a discount on all products through the end of the year.</a> -->
c66ac694 910 <li id="technoethical-promotion"><strong>Technoethical:</strong> Discounts for all refurbished products until January 17th.</li>
b723463b
GF
911 <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>
912 <!-- <li id="vikings-promotion"><strong>Vikings:</strong> 5% discount on <b>all</b> products and services between now and February 1, 2019. <b>Help the FSF:</b> Vikings will also make a donation to the FSF for each product purchased using the coupon code <span class="label label-default">fsfftw</span>.</li> -->
913
914</ul>
915 </div>
916 </div>
917 </div>
918 <!-- End Panel -->
919 </div>
920 <!-- End Row -->
921 </div>
922 <!-- End Container -->
923 </section>
924 <!-- End Promotion details -->
46bf4dfd
GF
925 <!-- Begin Licenses -->
926 <section class="licenses">
927 <div class="container">
928 <div class="row">
929 <div class="col-md-12">
930 <div class="panel-default">
931 <div class="panel-heading">
932 <h1 class="fix-margin">Licenses</h1>
b723463b 933
46bf4dfd
GF
934 </div>
935 <div class="panel-body" id="licenses">
859f7d4a 936 <p>This page by the Free Software Foundation is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.
46bf4dfd
GF
937 </p>
938 <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>
939 <ul style="list-style: none inside none;">
0f9edd2e 940 <li>Purism product image licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
46bf4dfd
GF
941 <li>X200 image in the public domain.</li>
942 <li>NeuG image licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0</a> license.</li>
0f9edd2e 943 <li>ThinkPenguin images are licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
46bf4dfd
GF
944 <li>Technoethical Replicant S3 image licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0</a> license.</li>
945 <li>Photo of bookshelf by <a href="https://www.flickr.com/photos/seeminglee/4556156477/">See-ming Lee</a> licensed under the <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0</a> license.</li>
946 </div>
947 </div>
948 </div>
949 <!-- End Panel -->
950 </div>
951 <!-- End Row -->
952 </div>
953 <!-- End Container -->
954 </section>
955 <!-- End Licenses -->
b723463b
GF
956 <!--Begin Footer-->
957 <footer>
958 <div class="container-fluid">
959 <div class="row">
960 <div class="col-md-4 col-sm-4 footer-logo">
961 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
962 </div>
963 <div class="col-md-8 col-sm-8">
964 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
965 <a href="https://fsf.org/about">learn about our history and work</a>.
966 </p>
967 <p>Version 10.0. Copyright © 2004-2019
968 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
969 Free Software Foundation
970 </a>, Inc.
971 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
972 <a href="js/weblabels.html" rel="jslicense">Javascript License Information</a>.
973 </p>
974 </div>
975 </div>
976 <!-- End Row -->
977 </div>
978 <!-- End Container -->
979 </footer>
980 <!-- End Footer -->
981
982 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
983 <script src="js/jquery.js" charset="utf-8"></script>
984 <!-- Include all compiled plugins (below), or include individual files as needed -->
985 <script src="js/bootstrap.js" charset="utf-8"></script>
986 <!-- Our JS -->
987 <script src="js/magic.js" charset="utf-8"></script>
988
989 <!-- Piwik -->
990 <script type="text/javascript">
991 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
992 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
993 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
994 try {
995 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
996 piwikTracker.trackPageView();
997 piwikTracker.enableLinkTracking();
998 } catch (err) {}
999 // @license-end
1000 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
1001 <!-- End Piwik Tracking Code -->
1002 </body>
1003
1004 </html>