fix blender link
[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
f0b6ba05 102
b723463b
GF
103
104 <nav class="navbar navbar-default">
105 <div class="container-fluid">
106 <!-- Brand and toggle get grouped for better mobile display -->
107 <div class="navbar-header">
108 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
109 <span class="sr-only">Toggle navigation</span>
110 <!-- <span class="icon-bar bar1"></span> -->
111 <!-- <span class="icon-bar bar2"></span> -->
112 <!-- <span class="icon-bar bar3"></span> -->
113 </button>
114 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
115 <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> -->
116
117 </div>
118
119 <!-- Collect the nav links, forms, and other content for toggling -->
120 <div class="collapse navbar-collapse" id="navbar-links">
121 <ul class="nav navbar-nav">
122 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
123 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
124 <li><a class="animated fadeIn" href="https://my.fsf.org/join?pk_campaign=fall19&pk_kwd=ggjoin">Join</a></li>
125 <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a>
126 </ul>
127
128 </div>
129 <!-- /.navbar-collapse -->
130 </div>
131 <!-- /.container-fluid -->
132 </nav>
133
134 <!--Begin Intro-->
135 <section class="intro" id="intro">
136 <div class="container">
137 <div class="row">
138 <div class="illustration col-md-6">
fee2eb1a 139 <center>
420a142e
GF
140 <hr />
141 <iframe src="https://static.fsf.org/nosvn/videos/fsf-heroes/" id="fsf-heroes-video" scrolling="no" style="overflow: hidden; margin: 0; border: 0 none; display: block; width: 50%; height: 67vw; max-height: 200px;"></iframe>
0ef28edc 142 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-dblock" />
fee2eb1a 143 </center>
b723463b
GF
144 </div>
145 <div class="intro-text col-md-6">
146 <h1>Does the gift you're giving your loved ones respect their rights?</h1>
b723463b
GF
147<p>When picking a gift this year, we urge you to think carefully about
148the choice you're making. Is that smart assistant smart enough to
149respect your friend or family member's rights? Does that tablet really
150have their best interest in mind? Or does that shiny gadget come at a
151cost much higher than its price tag?</p>
c6240a18 152 <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
153 <h4>Freedom is the gift that keeps on giving</h4>
154<p>Letting your loved ones know that
155you respect their privacy and freedom too much to cave in for the
619e20b0 156newest Apple or Google device is a great gift in itself, and one that
b723463b
GF
157 you can feel good about.</p>
158 </div>
159 </div>
160 </div>
161 </section>
162 <!--End Intro-->
163
164 <!--Begin Actions-->
165 <section class="actions" id="actions">
166 <div class="container">
167 <div class="row">
168 <!-- Begin Action -->
169 <div class="action col-md-4 col-sm-4 text-center">
170 <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>
171 <p>
172 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!
173 </p>
174 </div>
175 <!-- End Action -->
176
177 <!-- Begin Action -->
178 <div class="action col-md-4 col-sm-4 text-center">
179 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Unleash your advocacy</a>
180 <p>
181Your fight for freedom doesn't have to end at home. Use this
182<a href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">printable version</a> of the guide to spread the word. </p>
183
184 </div>
185 <!-- End Action -->
186
187 <!-- Begin Action -->
188 <div class="action col-md-4 col-sm-4 text-center">
189 <a class="action-button" href="#charities">Support free software</a>
190 <p>
191 Donate to our suggested charities.
192 </p>
193 </div>
194 <!-- End Action -->
195 </div>
196 <!-- End Row -->
197 </div>
198 <!-- End Container -->
199 </section>
200 <!--End Actions-->
201
202 <!--Begin Comparisons-->
203 <section class="comparisons">
204
205 <!--Smartphones-->
206 <div class="container smartphones">
207 <h2 class="title text-center">Smartphones</h2>
208 <div class="row is-table-row">
209 <div class="good col-md-6 col-sm-6" style="position:relative">
210 <h5 class="text-center">Purism Librem 5</h5>
211 <img src="img/products/librem5.png" alt="Purism Librem 5" class="center-block" />
212
213
214 <!-- Buy/Download Button -->
215 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
216 BUY</a>
217 <div class="collapse" id="sellers">
218 <div class="center-block seller-group">
219 <p style="color: #6b6b6b">
220 <strong>Get it from</strong>
221 </p>
222 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
223 </div>
224 </div>
225
226 <script>
227 document.getElementById('get-item').style.display = '';
228 </script>
229 <noscript>
230 <div class="center-block seller-group">
231 <p style="color: #6b6b6b">
232 <strong>Get it from</strong>
233 </p>
234 <a href="https://shop.puri.sm/shop/librem-5/" class="seller action-button">Purism</a>
235 </div>
236 </noscript>
237 <!-- End Buy/Download button -->
238
239 <ul class="pros">
240 <p>Why it's cool: Although it won't be released until Q2 2020, this phone
241is one to keep an eye on. We're giving it a tentative recommendation
242because the company has publicly committed to doing the right things
243for prioritizing user freedom and privacy, and because we <i>have</i>
244 evaluated and endorsed the operating system it will run.</p>
245<p>Considering
246that many people around the world use a mobile phone as their only
247Internet-enabled device, it's important to have confidence that your
248mobile phone isn't "listening in" on you to make more money for
249advertisers.</p>
250 </ul>
251 </div>
252 <!--End Good-->
253
254 <!-- start bad -->
255
256 <div class="good col-md-6 col-sm-6">
257 <ul class="pros">
258 <li>
259 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.
260 </li>
261 <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.
262 </li>
c3c9cdb9 263<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
264 </ul>
265
266 <h5 class="text-center">Stay away from: iPhone</h5>
267 <ul class="cons">
268 <li>
269 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>.
270 </li>
271 <li>
272 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.
273 </li>
274 <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>
275 </ul>
276 </div>
277 <!--End Bad-->
278 </div>
279 </div>
280 <!--End Row-->
281 <div class="container">
282 <div class="row is-table-row">
283 <div class="good col-md-6 col-sm-6" style="position:relative">
284 <h5 class="text-center">Galaxy S3 with Replicant</h5>
0c46ebe0 285 <img src="img/products/mobile_s3.png" alt="replicant phone" class="center-block" />
b723463b
GF
286 <!-- Buy/Download Button -->
287 <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">
288 BUY
289 <!-- Begin Sale -->
290 <span class="sale" >sale</span>
291 <!-- End Sale -->
292 </a>
293 <div class="collapse" id="sellers-replicant">
294 <div class="center-block seller-group">
295 <p style="color: #6b6b6b">
296 <strong>Get it from</strong>
297 </p>
0c46ebe0
GF
298 <p> <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a></p>
299 <p class="sale-info links">
300 <a href="#technoethical-promotion">Sale details.</a>
301 </p>
b723463b
GF
302 </div>
303 </div>
304
305 <script>
306 document.getElementById('get-item-replicant').style.display = '';
307 </script>
308 <noscript>
309 <div class="center-block seller-group">
310 <p style="color: #6b6b6b">
311 <strong>Get it from</strong>
312 </p>
313 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
314 <p class="sale-info links">
315 <a href="#technoethical-promotion">Sale details.</a>
316 </p>
317 </div>
318 </noscript>
319 <!-- End Buy/Download button -->
320
321 <ul class="pros">
322 <p>Why it's cool: Your smartphone is so much more than a phone: it's
323 a tiny computer you carry with you every day. Choosing one of these
324 phones lets you bring software freedom everywhere you go.
325 You <i>can</i> run your favorite apps and send all the text messages
326 you want, while still running free software.</p>
327
328<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>
329 </ul>
330 </div>
331 <!--End Good-->
332
333 <!-- start bad -->
334
335 <div class="good col-md-6 col-sm-6">
336 <ul class="pros">
337 <li>
338 Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android.
339 </li>
340 <li>
341 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.
342 </li>
c3c9cdb9 343 <li>Note: While the main processor exclusively runs free software, the modem processor runs Samsung's nonfree system.</li>
b723463b
GF
344 </ul>
345
346 <h5 class="text-center">Stay away from: Google Pixel</h5>
347 <ul class="cons">
60737a83 348<li>The Google Pixel line (and most Android devices) aren't just
c3c9cdb9 349 restricted by Widevine's <a href="https://www.gnu.org/philosophy/can-you-trust.html">treacherous</a> DRM. They also come with
b723463b
GF
350<a href="https://gnu.org/proprietary">proprietary</a> Google apps that
351<a href="https://www.gnu.org/proprietary/malware-google.html">subjugate users</a>.</li>
352 </ul>
353 </div>
354 <!--End Bad-->
355 </div>
356 <!--End Container-->
357</div>
358 <!--End bad-->
359
360 <h2 class="title text-center">Personal Computers</h2>
361 <!--Laptops-->
362 <div class="container">
363 <div class="row is-table-row">
364 <div class="good col-md-6 col-sm-6" style="position:relative">
365 <h5 class="text-center">X200 with GNU/Linux</h5>
366 <img src="img/products/x200.png" alt="X200" class="center-block"/>
367
368 <!-- Buy/Download Button -->
369 <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">
370 BUY
c275ecd2
GF
371 <!-- Begin Sale -->
372 <span class="sale" >sale</span>
373 <!-- End Sale -->
b723463b
GF
374 </a>
375 <div class="collapse" id="sellers-x200">
376 <div class="center-block seller-group">
377 <p style="color: #6b6b6b">
378 <strong>Get it from</strong>
379 </p>
380 <p>
381 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
382 </p>
c275ecd2 383 <p><a href="https://tehnoetic.com/laptops/tet-x200" class="seller action-button">Technoethical</a></p>
0c46ebe0 384 <p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
c275ecd2 385 <p class="sale-info links">
0c46ebe0 386 <a href="#technoethical-promotion">Sale details.</a></p>
b723463b
GF
387 </div>
388 </div>
389
390 <script>
391 document.getElementById('get-item-x200').style.display = '';
392 </script>
393 <noscript>
394 <div class="center-block seller-group">
395 <p style="color: #6b6b6b">
396 <strong>Get it from</strong>
397 </p>
398 <p>
399 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
0c46ebe0
GF
400 </p>
401 <p><a href="https://tehnoetic.com/laptops/tet-x200" class="seller action-button">Technoethical</a></p>
402<p> <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a></p>
c275ecd2
GF
403 <p class="sale-info links">
404 <a href="#technoethical-promotion">Sale details.</a>
405 </p>
b723463b
GF
406 </div>
407 </noscript>
408 <!-- End Buy/Download button -->
409 <ul class="pros">
410 <p>Why it's cool: The X200 is one of the few home user devices that's
411able to run fully free software from top to bottom. Starting with an
412attractive user interface and extending through the microcode (or
413"BIOS") at the heart of the system, this laptop is powered by software
414that takes your freedom and privacy seriously.</p>
415<p>While it may be a little vintage, what it lacks in speed
416it makes up for in utmost respect to user freedom. It's so good that
417it's the laptop that's most frequently used in the FSF office!</p>
418 </ul>
419 </div>
420 <!--End Good-->
421
422 <!--start bad-->
423 <div class="good col-md-6 col-sm-6">
424 <ul class="pros">
425 <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>
426 <li>Durable hardware that's meant to be easy to repair.</li>
427 <li>Created by small businesses that replace restrictive components from a stock laptop.</li>
428 </ul>
429 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
430 <ul class="cons">
431 <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."
432 </li>
433 <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>
434 <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>
435 </ul>
436 </div>
437 <!--End Bad-->
438 </div>
439 <!--End Row-->
440
441 <div class="container">
442 <div class="row is-table-row">
443 <div class="col-md-5 col-sm-6 recommended-img">
444 <h5 class="text-center">Vikings D8</h5>
445 <img src="img/products/desktop.png" alt="Vikings D8" class="center-block" />
446
447 <!-- Buy/Download Button -->
448 <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;">
449 BUY
450 </a>
451 <div class="collapse" id="sellers-d8">
452 <div class="center-block seller-group">
453 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
454 </div>
455 </div>
456
457 <script>
458 document.getElementById('get-item-d8').style.display = '';
459 </script>
460 <noscript>
461 <div class="center-block seller-group">
462 <p style="color: #6b6b6b">
463 <strong>Get it from</strong>
464 </p>
465 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
466 </div>
467 </noscript>
468 <ul class="pros">
469<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>
470
471<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>
472</ul>
473</div>
474
475<div class="good col-md-6 col-sm-6">
476<ul class="pros">
477 <li>Has room for three hard drives and four custom case fans.</li>
478 <li>Quiet and energy efficient while maintaining a small form factor.</li>
479 </ul>
480 <h5 class="text-center">Stay away from: Apple laptops and desktops</h5>
481 <ul class="cons">
482 <li>macOS is <a href="https://gnu.org/proprietary">proprietary software</a> that restricts its users' freedoms.</li>
483 <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>
484 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a> that rats on you to advertisers.</li>
485 <li>Avoid: MacBook Air (and MacBook Pro).</li>
486 </ul>
487 </div>
488 <!--End Bad-->
489 </div>
490 <!--End Row-->
491 <!--End Container-->
492
493 <h2 class="title text-center">Cool Devices</h2>
494 <!-- cool devices -->
495<div class="container">
496 <div class="row is-table-row">
497 <div class="col-md-5 col-sm-6 recommended-img" style="postition:relative">
498 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
499 <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;"/>
500
501 <!-- Buy/Download Button -->
502 <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">
503 BUY
504 <!-- Begin Sale -->
505 <span class="sale" >sale</span>
506 <!-- End Sale -->
507 </a>
508 <div class="collapse" id="sellers-random-number-generator">
509 <div class="center-block seller-group">
510
511 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
512 <p class="sale-info links">
513 <a href="#GNU-promotion">Sale details.</a>
514 </p>
515 </div>
516 </div>
517
518 <script>
519 document.getElementById('get-item-random-number-generator').style.display = '';
520 </script>
521 <noscript>
522 <div class="center-block seller-group">
523 <p style="color: #6b6b6b">
524 <strong>Get it from</strong>
525 </p>
526 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
527 <p class="sale-info links">
528 <a href="#GNU-promotion">Sale details.</a>
529 </p>
530 </div>
531 </noscript>
532 <!-- End Buy/Download button -->
533<ul class="pros">
534<p>Why it's cool: A gift for your most security-conscious friend! As
535opposed to software solutions which by nature have limited randomness
536(or "entropy"), this USB device is an endless wellspring of truly random
537numbers, which aids in password generation and encryption.</p>
538</ul>
539 </div>
540<div class="good col=md-6 col-sm-6">
541 <ul class="pros">
542 <li>The perfect present for the cryptogeek in your life.</li>
543 <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>
544 <li>NeuG is an implementation of a true random number generator (TRNG) for
545 GD32F103 MCU.</li>
546 </ul>
547</div>
548</div>
549 <!-- End Row -->
550 <div class="container">
551 <div class="row is-table-row">
552 <div class="col-md-5 col-sm-6 recommended-img">
553 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
554 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
555
556 <!-- Buy/Download Button -->
557 <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;">
558 BUY
559 <!-- Begin Sale -->
560 <span class="sale">sale</span>
561 <!-- End Sale -->
562 </a>
563 <div class="collapse" id="sellers-mini-adapter">
564 <div class="center-block seller-group">
0c46ebe0
GF
565 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
566<p class="sale-info links">
567 <a href="#technoethical-promotion">Sale details</a></p>
c275ecd2 568 <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
569 <p class="sale-info links">
570 <a href="#thinkpenguin-promotion">Sale details.</a>
571 </p>
572 </div>
573 </div>
574
575 <script>
576 document.getElementById('get-item-mini-adapter').style.display = '';
577 </script>
578 <noscript>
579 <div class="center-block seller-group">
580 <p style="color: #6b6b6b">
581 <strong>Get it from</strong>
582 </p>
0c46ebe0
GF
583 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
584<p class="sale-info links">
585 <a href="#technoethical-promotion">Sale details</a></p>
b723463b
GF
586 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
587<p class="sale-info links">
588 <a href="#thinkpenguin-promotion">Sale details.</a>
589 </p>
590 </div>
591 </noscript>
592
593 <!--start pros-->
594 <ul class="pros">
595 <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>
596 </ul>
597 </div>
598
599 <div class="good col-md-6 col-sm-6">
600 <ul class="pros">
601 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
602 <li>Certified as part of our <a href="https://ryf.fsf.org">RYF</a> program.</li>
603 <li>If you use the X200 laptop listed in this Guide, an adapter like this won't be necessary.</li>
604 </ul>
605 </div></div></div>
606 <!-- End Row -->
607 <!-- End Container -->
608
609 <!-- Begin Recommended Template -->
610
611 <div class="container">
612 <div class="row is-table-row">
613 <div class="col-md-5 col-sm-6 recommended-img">
614 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
615 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
616
617 <!-- Buy/Download Button -->
618 <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;">
619 BUY
620 <!-- Begin Sale -->
621 <span class="sale">sale</span>
622 <!-- End Sale -->
623 </a>
624 <div class="collapse" id="sellers-long-range-adapter">
625 <div class="center-block seller-group">
626 <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>
627 <p class="sale-info links">
628 <a href="#thinkpenguin-promotion">Sale details.</a>
629 </p>
630 </div>
631 </div>
632
633 <script>
634 document.getElementById('get-item-long-range-adapter').style.display = '';
635 </script>
636 <noscript>
637 <div class="center-block seller-group">
638 <p style="color: #6b6b6b">
639 <strong>Get it from</strong>
640 </p>
641 <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>
642 <p class="sale-info links">
643 <a href="#thinkpenguin-promotion">Sale details.</a>
644 </p>
645 </div>
646 </noscript>
647 <ul class="pros">
648 <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>
649 </ul>
650 <!-- End Buy/Download button -->
651
652 </div>
653 <div class="col-md-6 col-sm-6">
654 <ul class="pros">
655 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
656<li><a href="https://ryf.fsf.org">RYF</a>-approved!</li>
657 </ul>
658 </div>
659 </div>
660 <!-- End Row -->
661 </div>
662 <!-- End Container -->
663
664 <!-- Begin Recommended Template -->
665 <div class="container">
666 <div class="row is-table-row">
667 <div class="col-md-6 col-sm-6 recommended-img">
668 <h5 class="text-center">VPN Router</h5>
669 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
670
671
672 <!-- Buy/Download Button -->
673 <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;">
674 BUY
675 <!-- Begin Sale -->
676 <span class="sale">sale</span>
677 <!-- End Sale -->
678 </a>
679 <div class="collapse" id="sellers-vpn-router">
680 <div class="center-block seller-group">
681 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
682 <p class="sale-info links">
683 <a href="#thinkpenguin-promotion">Sale details.</a>
684 </p>
685 </div>
686 </div>
687
688 <script>
689 document.getElementById('get-item-vpn-router').style.display = '';
690 </script>
691 <noscript>
692 <div class="center-block seller-group">
693 <p style="color: #6b6b6b">
694 <strong>Get it from</strong>
695 </p>
696 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
697<p class="sale-info links">
698 <a href="#thinkpenguin-promotion">Sale details.</a>
699 </p>
700 </div>
701 </noscript>
702 <!-- End Buy/Download button -->
b4d32e25 703 <div class="collapse" id="sellers-mini-adapter2">
b723463b
GF
704 <div class="center-block seller-group">
705 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
706 <p class="sale-info links">
707 <a href="#thinkpenguin-promotion">Sale details.</a>
708 </p>
709 </div>
710 </div>
711 </div>
712 <div class="col-md-7 col-sm-6">
713 <ul class="pros">
714<li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
715<li>Designed for easy setup.</li>
716<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>
717 </ul>
718 </div>
719 </div>
720 <!-- End Row -->
721 </div>
722 <!-- End Container -->
723
724 <h1 class="title text-center">Books, Music, and Video</h1>
725 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
726 <!--ebooks-->
727 <div class="container">
728 <h3 class="title text-center">Books</h3>
729 <div class="row is-table-row">
730 <div class="good col-md-6 col-sm-6">
731 <h5 class="text-center">DRM-free Ebooks</h5>
732
733 <ul class="pros">
734<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>
735<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>
736<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>
737<li><a href="https://lektu.com/">Lektu</a> provides you with an array of DRM-free media in Spanish.</li>
738<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>
739<li><a href="http://www.smashwords.com">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
740<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>
741<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>
742 </ul>
743 </div>
744 <!--End Good-->
745 <!--start bad-->
746 <h5 class="text-center">Stay away from: Amazon</h5>
747 <ul class="cons">
748<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 749<li>Read more about the dangers of DRM through our <a href="https://defectivebydesign.org">Defective by Design</a> campaign.</li>
b723463b
GF
750 </ul>
751 </div>
752 <!--End Bad-->
753 </div>
754 <!--End Row-->
755 <!--End Container-->
756
757 <div class="container">
758 <h3 class="title text-center">Music</h3>
759 <div class="row is-table-row">
760 <div class="good col-md-6 col-sm-6">
761 <h5 class="text-center">DRM-free Music</h5>
762<ul class="pros">
eeaacdb7 763 <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
764<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>
765<li><a href="https://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
766<li><a href="https://www.emusic.com/">Emusic</a> is a DRM-free replacement for services like Spotify and Apple Music.</li>
b54a35b7 767<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
768</ul>
769 </div>
770 <div class="good col-md-6 col-sm-6">
771<ul class="cons">
46bf4dfd 772<li>Stay away from: Spotify, Apple Music, and all other major streaming services</li>
b723463b
GF
773<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>
774<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>
775<li><p>Apple Music is no better, and places heavy restrictions on the music streamed through the platform.</p></li>
776 </ul>
777</div>
778 <!--End Bad-->
779 </div>
780 <!--End Row-->
781</div>
782 <!--End Container-->
783
784 <!--Video-->
785 <div class="container">
786 <h3 class="title text-center">Video</h3>
787 <div class="row is-table-row">
788 <div class="good col-md-6 col-sm-6">
789 <h5 class="text-center">DRM-free video</h5>
c3c9cdb9 790<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
791<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>
792 <p>Try these video services and sites instead:</p>
793<ul class="pros">
794 <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>
f75f6831 795<li>The <a href="https://studio.blender.org/films">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>
b723463b
GF
796<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>
797 </ul>
798
799 </div>
800 <!--End Good-->
801
802 <!--start bad-->
803 <div class="good col-md-6 col-sm-6">
804 <h5 class="text-center">Stay away from: Netflix</h5>
805 <ul class="cons">
806 <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 807<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
808 </ul>
809 </div>
810 <!--End Bad-->
811 </div>
812 <!--End Row-->
813 </div>
814 <!--End Container-->
815
816 </section>
817<!--End comparisons-->
818
819<!-- Begin need choices -->
820<section class="choices" id="choices">
821 <div class="container">
822 <h1 class="text-center">Help wanted!</h1>
823 <div class="container choices">
824 <h2 class="title text-center"></h2>
825 <div class="row is-table-row">
826 <div class="good col-md-6 col-sm-6" style="position:relative">
827<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>
828 </div>
829 <!--End Good-->
830
831 <!-- start bad -->
832
833 <div class="good col-md-6 col-sm-6">
834 <h5 class="text-center">In need of development</h5>
835 <ul class="pros">
836 <li>Cameras</li>
837 <li>Ebook readers</li>
838 <li>Fitness trackers</li>
839 <li>Watches</li>
840 <li>Video gaming consoles</li>
841 </ul>
842 <h5 class="text-center">Stay away from these devices:</h5>
843 <ul class="cons">
844<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 845<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
846<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>
847 </ul>
848 </div>
849 <!--End Bad-->
850 </div>
851 <!--End Row-->
852 </div>
853 <!--End Container-->
854 <!--End bad-->
855<!-- end choices -->
856</div></section>
857 <!-- Begin Donations -->
858 <section class="charities" id="charities">
859 <div class="container">
860 <h1 class="text-center">Recommended organizations for holiday donations</h1>
861 <div class="row">
862 <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3">
863 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
864<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>
865 </div>
866 </div>
867 <div style="height: 30px"></div>
868 <div class="row">
869 <div class="col-md-3 col-sm-4 col-xs-6">
870 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
871 </div>
872 <div class="col-md-3 col-sm-4 col-xs-6">
873 <a href="https://www.openrightsgroup.org/"><img src="img/charities/org.png" alt="ceataopen rights group logo" class="center-block img-responsive" /></a>
874 </div>
875 <div class="col-md-3 col-sm-4 col-xs-6">
876 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
877 </div>
878 <div class="col-md-3 col-sm-4 col-xs-6">
879 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
880 </div>
881 <div class="col-md-3 col-sm-4 col-xs-6">
882 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
883 </div>
884 <div class="col-md-3 col-sm-4 col-xs-6">
885 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
886 </div>
887 <div class="col-md-3 col-sm-4 col-xs-6">
888 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
889 </div>
890 </div>
891 </div>
892 </section>
893 <!-- End Donations -->
894
895 <!-- Begin Promotion details -->
896
897 <section class="promotion-details">
898 <div class="container">
899 <div class="row">
900 <div class="col-md-12">
901 <div class="panel-default">
902 <div class="panel-heading">
903 <h1 class="fix-margin">Promotion details</h1>
904 </div>
905 <div class="panel-body" id="promotion-details">
906<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>
907 <ul style="list-style: none inside none;">
908 <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>
909 <!-- <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> -->
910 <!-- <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> -->
911 <!-- <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 912 <li id="technoethical-promotion"><strong>Technoethical:</strong> Discounts for all refurbished products until January 17th.</li>
b723463b
GF
913 <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>
914 <!-- <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> -->
915
916</ul>
917 </div>
918 </div>
919 </div>
920 <!-- End Panel -->
921 </div>
922 <!-- End Row -->
923 </div>
924 <!-- End Container -->
925 </section>
926 <!-- End Promotion details -->
46bf4dfd
GF
927 <!-- Begin Licenses -->
928 <section class="licenses">
929 <div class="container">
930 <div class="row">
931 <div class="col-md-12">
932 <div class="panel-default">
933 <div class="panel-heading">
934 <h1 class="fix-margin">Licenses</h1>
b723463b 935
46bf4dfd
GF
936 </div>
937 <div class="panel-body" id="licenses">
859f7d4a 938 <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
939 </p>
940 <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>
941 <ul style="list-style: none inside none;">
0f9edd2e 942 <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
943 <li>X200 image in the public domain.</li>
944 <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 945 <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
946 <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>
947 <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>
948 </div>
949 </div>
950 </div>
951 <!-- End Panel -->
952 </div>
953 <!-- End Row -->
954 </div>
955 <!-- End Container -->
956 </section>
957 <!-- End Licenses -->
b723463b
GF
958 <!--Begin Footer-->
959 <footer>
960 <div class="container-fluid">
961 <div class="row">
962 <div class="col-md-4 col-sm-4 footer-logo">
963 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
964 </div>
965 <div class="col-md-8 col-sm-8">
966 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
967 <a href="https://fsf.org/about">learn about our history and work</a>.
968 </p>
969 <p>Version 10.0. Copyright © 2004-2019
970 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
971 Free Software Foundation
972 </a>, Inc.
973 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
974 <a href="js/weblabels.html" rel="jslicense">Javascript License Information</a>.
975 </p>
976 </div>
977 </div>
978 <!-- End Row -->
979 </div>
980 <!-- End Container -->
981 </footer>
982 <!-- End Footer -->
983
984 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
985 <script src="js/jquery.js" charset="utf-8"></script>
986 <!-- Include all compiled plugins (below), or include individual files as needed -->
987 <script src="js/bootstrap.js" charset="utf-8"></script>
988 <!-- Our JS -->
989 <script src="js/magic.js" charset="utf-8"></script>
990
fe8b41c0
AE
991<!-- Piwik -->
992<script type="text/javascript">
993 // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
994 var _paq = _paq || [];
995 _paq.push(["trackPageView"]);
996 _paq.push(["enableLinkTracking"]);
997
998 (function() {
999 var u = (("https:" == document.location.protocol) ? "https" : "http") + "://"+"piwik.fsf.org//";
1000 _paq.push(["setTrackerUrl", u+"piwik.php"]);
1001 _paq.push(["setSiteId", "14"]);
1002 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
1003 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
1004 })();
1005 // @license-end
1006</script>
1007<!-- End Piwik Code -->
1008<!-- Piwik Image Tracker -->
1009<noscript><img src="https://piwik.fsf.org//piwik.php?idsite=14&rec=1" style="border:0" alt="" /></noscript>
1010<!-- End Piwik -->
b723463b
GF
1011 </body>
1012
1013 </html>