Remove fundraiser elements
[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">
87b0967e
GF
365 <h5 class="text-center">Vikings D8</h5>
366 <img src="img/products/desktop.png" alt="Vikings D8" class="center-block" />
b723463b
GF
367
368 <!-- Buy/Download Button -->
87b0967e 369 <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;">
b723463b 370 BUY
87b0967e
GF
371 </a>
372 <div class="collapse" id="sellers-d8">
b723463b 373 <div class="center-block seller-group">
87b0967e 374 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
b723463b
GF
375 </div>
376 </div>
377
378 <script>
87b0967e 379 document.getElementById('get-item-d8').style.display = '';
b723463b
GF
380 </script>
381 <noscript>
382 <div class="center-block seller-group">
383 <p style="color: #6b6b6b">
384 <strong>Get it from</strong>
385 </p>
87b0967e 386 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
b723463b
GF
387 </div>
388 </noscript>
b723463b 389 <ul class="pros">
87b0967e
GF
390<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>
391
392<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>
393</ul>
394</div>
395
396<div class="good col-md-6 col-sm-6">
397<ul class="pros">
398 <li>Has room for three hard drives and four custom case fans.</li>
399 <li>Quiet and energy efficient while maintaining a small form factor.</li>
400 </ul>
b723463b
GF
401 <h5 class="text-center">Stay away from: Microsoft Windows</h5>
402 <ul class="cons">
403 <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."
404 </li>
405 <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>
406 <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>
407 </ul>
408 </div>
409 <!--End Bad-->
410 </div>
411 <!--End Row-->
412
413 <div class="container">
414 <div class="row is-table-row">
415 <div class="col-md-5 col-sm-6 recommended-img">
416 <h5 class="text-center">Vikings D8</h5>
417 <img src="img/products/desktop.png" alt="Vikings D8" class="center-block" />
418
419 <!-- Buy/Download Button -->
420 <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;">
421 BUY
422 </a>
423 <div class="collapse" id="sellers-d8">
424 <div class="center-block seller-group">
425 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
426 </div>
427 </div>
428
429 <script>
430 document.getElementById('get-item-d8').style.display = '';
431 </script>
432 <noscript>
433 <div class="center-block seller-group">
434 <p style="color: #6b6b6b">
435 <strong>Get it from</strong>
436 </p>
437 <a href="https://store.vikings.net/ryf-certified-hardware/d8ryf" class="seller action-button">Vikings</a>
438 </div>
439 </noscript>
440 <ul class="pros">
441<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>
442
443<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>
444</ul>
445</div>
446
447<div class="good col-md-6 col-sm-6">
448<ul class="pros">
449 <li>Has room for three hard drives and four custom case fans.</li>
450 <li>Quiet and energy efficient while maintaining a small form factor.</li>
451 </ul>
452 <h5 class="text-center">Stay away from: Apple laptops and desktops</h5>
453 <ul class="cons">
454 <li>macOS is <a href="https://gnu.org/proprietary">proprietary software</a> that restricts its users' freedoms.</li>
455 <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>
456 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a> that rats on you to advertisers.</li>
457 <li>Avoid: MacBook Air (and MacBook Pro).</li>
458 </ul>
459 </div>
460 <!--End Bad-->
461 </div>
462 <!--End Row-->
463 <!--End Container-->
464
465 <h2 class="title text-center">Cool Devices</h2>
466 <!-- cool devices -->
467<div class="container">
468 <div class="row is-table-row">
469 <div class="col-md-5 col-sm-6 recommended-img" style="postition:relative">
470 <h5 class="text-center">NeuG USB True Random Number Generator</h5>
471 <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;"/>
472
473 <!-- Buy/Download Button -->
474 <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">
475 BUY
476 <!-- Begin Sale -->
477 <span class="sale" >sale</span>
478 <!-- End Sale -->
479 </a>
480 <div class="collapse" id="sellers-random-number-generator">
481 <div class="center-block seller-group">
482
483 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
484 <p class="sale-info links">
485 <a href="#GNU-promotion">Sale details.</a>
486 </p>
487 </div>
488 </div>
489
490 <script>
491 document.getElementById('get-item-random-number-generator').style.display = '';
492 </script>
493 <noscript>
494 <div class="center-block seller-group">
495 <p style="color: #6b6b6b">
496 <strong>Get it from</strong>
497 </p>
498 <a href="https://shop.fsf.org/storage-devices/neug-usb-true-random-number-generator" class="seller action-button">GNU Press Shop</a>
499 <p class="sale-info links">
500 <a href="#GNU-promotion">Sale details.</a>
501 </p>
502 </div>
503 </noscript>
504 <!-- End Buy/Download button -->
505<ul class="pros">
506<p>Why it's cool: A gift for your most security-conscious friend! As
507opposed to software solutions which by nature have limited randomness
508(or "entropy"), this USB device is an endless wellspring of truly random
509numbers, which aids in password generation and encryption.</p>
510</ul>
511 </div>
512<div class="good col=md-6 col-sm-6">
513 <ul class="pros">
514 <li>The perfect present for the cryptogeek in your life.</li>
515 <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>
516 <li>NeuG is an implementation of a true random number generator (TRNG) for
517 GD32F103 MCU.</li>
518 </ul>
519</div>
520</div>
521 <!-- End Row -->
522 <div class="container">
523 <div class="row is-table-row">
524 <div class="col-md-5 col-sm-6 recommended-img">
525 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
526 <img src="https://static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
527
528 <!-- Buy/Download Button -->
529 <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;">
530 BUY
531 <!-- Begin Sale -->
532 <span class="sale">sale</span>
533 <!-- End Sale -->
534 </a>
535 <div class="collapse" id="sellers-mini-adapter">
536 <div class="center-block seller-group">
0c46ebe0
GF
537 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
538<p class="sale-info links">
539 <a href="#technoethical-promotion">Sale details</a></p>
c275ecd2 540 <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
541 <p class="sale-info links">
542 <a href="#thinkpenguin-promotion">Sale details.</a>
543 </p>
544 </div>
545 </div>
546
547 <script>
548 document.getElementById('get-item-mini-adapter').style.display = '';
549 </script>
550 <noscript>
551 <div class="center-block seller-group">
552 <p style="color: #6b6b6b">
553 <strong>Get it from</strong>
554 </p>
0c46ebe0
GF
555 <p><a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button">Technoethical</a></p>
556<p class="sale-info links">
557 <a href="#technoethical-promotion">Sale details</a></p>
b723463b
GF
558 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
559<p class="sale-info links">
560 <a href="#thinkpenguin-promotion">Sale details.</a>
561 </p>
562 </div>
563 </noscript>
564
565 <!--start pros-->
566 <ul class="pros">
567 <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>
568 </ul>
569 </div>
570
571 <div class="good col-md-6 col-sm-6">
572 <ul class="pros">
573 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li>
574 <li>Certified as part of our <a href="https://ryf.fsf.org">RYF</a> program.</li>
575 <li>If you use the X200 laptop listed in this Guide, an adapter like this won't be necessary.</li>
576 </ul>
577 </div></div></div>
578 <!-- End Row -->
579 <!-- End Container -->
580
581 <!-- Begin Recommended Template -->
582
583 <div class="container">
584 <div class="row is-table-row">
585 <div class="col-md-5 col-sm-6 recommended-img">
586 <h5 class="text-center">Long Range Wi-Fi Adapter</h5>
587 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
588
589 <!-- Buy/Download Button -->
590 <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;">
591 BUY
592 <!-- Begin Sale -->
593 <span class="sale">sale</span>
594 <!-- End Sale -->
595 </a>
596 <div class="collapse" id="sellers-long-range-adapter">
597 <div class="center-block seller-group">
598 <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>
599 <p class="sale-info links">
600 <a href="#thinkpenguin-promotion">Sale details.</a>
601 </p>
602 </div>
603 </div>
604
605 <script>
606 document.getElementById('get-item-long-range-adapter').style.display = '';
607 </script>
608 <noscript>
609 <div class="center-block seller-group">
610 <p style="color: #6b6b6b">
611 <strong>Get it from</strong>
612 </p>
613 <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>
614 <p class="sale-info links">
615 <a href="#thinkpenguin-promotion">Sale details.</a>
616 </p>
617 </div>
618 </noscript>
619 <ul class="pros">
620 <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>
621 </ul>
622 <!-- End Buy/Download button -->
623
624 </div>
625 <div class="col-md-6 col-sm-6">
626 <ul class="pros">
627 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
628<li><a href="https://ryf.fsf.org">RYF</a>-approved!</li>
629 </ul>
630 </div>
631 </div>
632 <!-- End Row -->
633 </div>
634 <!-- End Container -->
635
636 <!-- Begin Recommended Template -->
637 <div class="container">
638 <div class="row is-table-row">
639 <div class="col-md-6 col-sm-6 recommended-img">
640 <h5 class="text-center">VPN Router</h5>
641 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
642
643
644 <!-- Buy/Download Button -->
645 <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;">
646 BUY
647 <!-- Begin Sale -->
648 <span class="sale">sale</span>
649 <!-- End Sale -->
650 </a>
651 <div class="collapse" id="sellers-vpn-router">
652 <div class="center-block seller-group">
653 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
654 <p class="sale-info links">
655 <a href="#thinkpenguin-promotion">Sale details.</a>
656 </p>
657 </div>
658 </div>
659
660 <script>
661 document.getElementById('get-item-vpn-router').style.display = '';
662 </script>
663 <noscript>
664 <div class="center-block seller-group">
665 <p style="color: #6b6b6b">
666 <strong>Get it from</strong>
667 </p>
668 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
669<p class="sale-info links">
670 <a href="#thinkpenguin-promotion">Sale details.</a>
671 </p>
672 </div>
673 </noscript>
674 <!-- End Buy/Download button -->
b4d32e25 675 <div class="collapse" id="sellers-mini-adapter2">
b723463b
GF
676 <div class="center-block seller-group">
677 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
678 <p class="sale-info links">
679 <a href="#thinkpenguin-promotion">Sale details.</a>
680 </p>
681 </div>
682 </div>
683 </div>
684 <div class="col-md-7 col-sm-6">
685 <ul class="pros">
686<li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
687<li>Designed for easy setup.</li>
688<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>
689 </ul>
690 </div>
691 </div>
692 <!-- End Row -->
693 </div>
694 <!-- End Container -->
695
696 <h1 class="title text-center">Books, Music, and Video</h1>
697 <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" />
698 <!--ebooks-->
699 <div class="container">
700 <h3 class="title text-center">Books</h3>
701 <div class="row is-table-row">
702 <div class="good col-md-6 col-sm-6">
703 <h5 class="text-center">DRM-free Ebooks</h5>
704
705 <ul class="pros">
706<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>
707<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>
708<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>
709<li><a href="https://lektu.com/">Lektu</a> provides you with an array of DRM-free media in Spanish.</li>
710<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>
711<li><a href="http://www.smashwords.com">Smashwords</a> is the world's largest distributor of indie ebooks.</li>
712<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>
713<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>
714 </ul>
715 </div>
716 <!--End Good-->
717 <!--start bad-->
718 <h5 class="text-center">Stay away from: Amazon</h5>
719 <ul class="cons">
720<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 721<li>Read more about the dangers of DRM through our <a href="https://defectivebydesign.org">Defective by Design</a> campaign.</li>
b723463b
GF
722 </ul>
723 </div>
724 <!--End Bad-->
725 </div>
726 <!--End Row-->
727 <!--End Container-->
728
729 <div class="container">
730 <h3 class="title text-center">Music</h3>
731 <div class="row is-table-row">
732 <div class="good col-md-6 col-sm-6">
733 <h5 class="text-center">DRM-free Music</h5>
734<ul class="pros">
eeaacdb7 735 <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
736<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>
737<li><a href="https://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li>
738<li><a href="https://www.emusic.com/">Emusic</a> is a DRM-free replacement for services like Spotify and Apple Music.</li>
b54a35b7 739<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
740</ul>
741 </div>
742 <div class="good col-md-6 col-sm-6">
743<ul class="cons">
46bf4dfd 744<li>Stay away from: Spotify, Apple Music, and all other major streaming services</li>
b723463b
GF
745<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>
746<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>
747<li><p>Apple Music is no better, and places heavy restrictions on the music streamed through the platform.</p></li>
748 </ul>
749</div>
750 <!--End Bad-->
751 </div>
752 <!--End Row-->
753</div>
754 <!--End Container-->
755
756 <!--Video-->
757 <div class="container">
758 <h3 class="title text-center">Video</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 video</h5>
c3c9cdb9 762<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
763<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>
764 <p>Try these video services and sites instead:</p>
765<ul class="pros">
766 <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 767<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
768<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>
769 </ul>
770
771 </div>
772 <!--End Good-->
773
774 <!--start bad-->
775 <div class="good col-md-6 col-sm-6">
776 <h5 class="text-center">Stay away from: Netflix</h5>
777 <ul class="cons">
778 <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 779<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
780 </ul>
781 </div>
782 <!--End Bad-->
783 </div>
784 <!--End Row-->
785 </div>
786 <!--End Container-->
787
788 </section>
789<!--End comparisons-->
790
791<!-- Begin need choices -->
792<section class="choices" id="choices">
793 <div class="container">
794 <h1 class="text-center">Help wanted!</h1>
795 <div class="container choices">
796 <h2 class="title text-center"></h2>
797 <div class="row is-table-row">
798 <div class="good col-md-6 col-sm-6" style="position:relative">
799<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>
800 </div>
801 <!--End Good-->
802
803 <!-- start bad -->
804
805 <div class="good col-md-6 col-sm-6">
806 <h5 class="text-center">In need of development</h5>
807 <ul class="pros">
808 <li>Cameras</li>
809 <li>Ebook readers</li>
810 <li>Fitness trackers</li>
811 <li>Watches</li>
812 <li>Video gaming consoles</li>
813 </ul>
814 <h5 class="text-center">Stay away from these devices:</h5>
815 <ul class="cons">
816<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 817<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
818<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>
819 </ul>
820 </div>
821 <!--End Bad-->
822 </div>
823 <!--End Row-->
824 </div>
825 <!--End Container-->
826 <!--End bad-->
827<!-- end choices -->
828</div></section>
829 <!-- Begin Donations -->
830 <section class="charities" id="charities">
831 <div class="container">
832 <h1 class="text-center">Recommended organizations for holiday donations</h1>
833 <div class="row">
834 <div class="col-md-4 col-md-offset-4 col-sm-4 col-sm-offset-4 col-xs-6 col-xs-offset-3">
835 <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
836<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>
837 </div>
838 </div>
839 <div style="height: 30px"></div>
840 <div class="row">
841 <div class="col-md-3 col-sm-4 col-xs-6">
842 <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a>
843 </div>
844 <div class="col-md-3 col-sm-4 col-xs-6">
845 <a href="https://www.openrightsgroup.org/"><img src="img/charities/org.png" alt="ceataopen rights group logo" class="center-block img-responsive" /></a>
846 </div>
847 <div class="col-md-3 col-sm-4 col-xs-6">
848 <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
849 </div>
850 <div class="col-md-3 col-sm-4 col-xs-6">
851 <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
852 </div>
853 <div class="col-md-3 col-sm-4 col-xs-6">
854 <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
855 </div>
856 <div class="col-md-3 col-sm-4 col-xs-6">
857 <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
858 </div>
859 <div class="col-md-3 col-sm-4 col-xs-6">
860 <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
861 </div>
862 </div>
863 </div>
864 </section>
865 <!-- End Donations -->
866
867 <!-- Begin Promotion details -->
868
869 <section class="promotion-details">
870 <div class="container">
871 <div class="row">
872 <div class="col-md-12">
873 <div class="panel-default">
874 <div class="panel-heading">
875 <h1 class="fix-margin">Promotion details</h1>
876 </div>
877 <div class="panel-body" id="promotion-details">
878<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>
879 <ul style="list-style: none inside none;">
880 <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>
881 <!-- <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> -->
882 <!-- <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> -->
883 <!-- <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 884 <li id="technoethical-promotion"><strong>Technoethical:</strong> Discounts for all refurbished products until January 17th.</li>
b723463b
GF
885 <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>
886 <!-- <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> -->
887
888</ul>
889 </div>
890 </div>
891 </div>
892 <!-- End Panel -->
893 </div>
894 <!-- End Row -->
895 </div>
896 <!-- End Container -->
897 </section>
898 <!-- End Promotion details -->
46bf4dfd
GF
899 <!-- Begin Licenses -->
900 <section class="licenses">
901 <div class="container">
902 <div class="row">
903 <div class="col-md-12">
904 <div class="panel-default">
905 <div class="panel-heading">
906 <h1 class="fix-margin">Licenses</h1>
b723463b 907
46bf4dfd
GF
908 </div>
909 <div class="panel-body" id="licenses">
859f7d4a 910 <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
911 </p>
912 <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>
913 <ul style="list-style: none inside none;">
0f9edd2e 914 <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
915 <li>X200 image in the public domain.</li>
916 <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 917 <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
918 <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>
919 <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>
920 </div>
921 </div>
922 </div>
923 <!-- End Panel -->
924 </div>
925 <!-- End Row -->
926 </div>
927 <!-- End Container -->
928 </section>
929 <!-- End Licenses -->
b723463b
GF
930 <!--Begin Footer-->
931 <footer>
932 <div class="container-fluid">
933 <div class="row">
934 <div class="col-md-4 col-sm-4 footer-logo">
935 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
936 </div>
937 <div class="col-md-8 col-sm-8">
938 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
939 <a href="https://fsf.org/about">learn about our history and work</a>.
940 </p>
941 <p>Version 10.0. Copyright © 2004-2019
942 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
943 Free Software Foundation
944 </a>, Inc.
945 <a href="https://www.fsf.org/about/free-software-foundation-privacy-policy"> Privacy Policy</a>.
946 <a href="js/weblabels.html" rel="jslicense">Javascript License Information</a>.
947 </p>
948 </div>
949 </div>
950 <!-- End Row -->
951 </div>
952 <!-- End Container -->
953 </footer>
954 <!-- End Footer -->
955
956 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
957 <script src="js/jquery.js" charset="utf-8"></script>
958 <!-- Include all compiled plugins (below), or include individual files as needed -->
959 <script src="js/bootstrap.js" charset="utf-8"></script>
960 <!-- Our JS -->
961 <script src="js/magic.js" charset="utf-8"></script>
962
fe8b41c0
AE
963<!-- Piwik -->
964<script type="text/javascript">
965 // @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-2.0-or-later
966 var _paq = _paq || [];
967 _paq.push(["trackPageView"]);
968 _paq.push(["enableLinkTracking"]);
969
970 (function() {
971 var u = (("https:" == document.location.protocol) ? "https" : "http") + "://"+"piwik.fsf.org//";
972 _paq.push(["setTrackerUrl", u+"piwik.php"]);
973 _paq.push(["setSiteId", "14"]);
974 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
975 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
976 })();
977 // @license-end
978</script>
979<!-- End Piwik Code -->
980<!-- Piwik Image Tracker -->
8b0d26a4 981<!-- <noscript><img src="https://piwik.fsf.org//piwik.php?idsite=14&rec=1" style="border:0" alt="" /><noscript> -->
fe8b41c0 982<!-- End Piwik -->
b723463b
GF
983 </body>
984
985 </html>