Commit | Line | Data |
---|---|---|
63ad8e8a MB |
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> | |
69bb52fe | 10 | <meta name="description" content="This is the Free Software Foundation (FSF) guide to smarter gift giving, compared with their restrictive counterparts."> |
63ad8e8a MB |
11 | |
12 | <!-- Some Colors --> | |
13 | <!-- Chrome, Firefox OS and Opera --> | |
14 | <meta name="theme-color" content="#2caf8f"> | |
15 | <!-- Windows Phone --> | |
16 | <meta name="msapplication-navbutton-color" content="#2caf8f"> | |
17 | ||
18 | <link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png"> | |
19 | <link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png"> | |
20 | <link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png"> | |
21 | <link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png"> | |
22 | <link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png"> | |
23 | <link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png"> | |
24 | <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png"> | |
25 | <link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png"> | |
26 | <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png"> | |
27 | <link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png"> | |
28 | <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png"> | |
29 | <link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png"> | |
30 | <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png"> | |
31 | <meta name="msapplication-TileColor" content="#2caf8f"> | |
32 | <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png"> | |
33 | <meta name="theme-color" content="#2caf8f"> | |
34 | ||
35 | <!-- Bootstrap --> | |
36 | <link rel="stylesheet" href="css/bootstrap.min.css"> | |
37 | ||
38 | <!-- Animate CSS --> | |
39 | <link rel="stylesheet" href="css/animate.css"> | |
40 | ||
41 | <!-- Our CSS --> | |
42 | <link rel="stylesheet" href="css/master.css"> | |
43 | ||
63ad8e8a MB |
44 | |
45 | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | |
46 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
47 | <!--[if lt IE 9]> | |
48 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script> | |
49 | <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | |
50 | <![endif]--> | |
51 | </head> | |
52 | ||
53 | <!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE | |
54 | ||
69bb52fe IK |
55 | <div class="alert alert-success center-block"> |
56 | <li class="info"> | |
57 | <p> | |
58 | Many of these items are <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom" class="alert-link">certified to Respect Your Freedom</a> (RYF-certified). | |
59 | </p> | |
60 | </li> | |
61 | </div> | |
63ad8e8a MB |
62 | --> |
63 | ||
64 | <body> | |
65 | <iframe src="//static.fsf.org/nosvn/banners/2017fundraiser/" width="100%" height="100%" scrolling="no" style="overflow: hidden; border: 0 none; display: block;"></iframe> | |
66 | <nav class="navbar navbar-default"> | |
67 | <div class="container-fluid"> | |
68 | <!-- Brand and toggle get grouped for better mobile display --> | |
69 | <div class="navbar-header"> | |
70 | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false"> | |
71 | <span class="sr-only">Toggle navigation</span> | |
72 | <span class="icon-bar bar1"></span> | |
73 | <span class="icon-bar bar2"></span> | |
74 | <span class="icon-bar bar3"></span> | |
75 | </button> | |
76 | <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a> | |
69bb52fe | 77 | <!-- <span class="label label-warning"><a href="https://fsf.org/jfb">Join the FSF</a></span> --> |
63ad8e8a MB |
78 | |
79 | </div> | |
80 | ||
81 | <!-- Collect the nav links, forms, and other content for toggling --> | |
82 | <div class="collapse navbar-collapse" id="navbar-links"> | |
83 | <ul class="nav navbar-nav"> | |
84 | <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li> | |
85 | <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li> | |
86 | <li><a class="animated fadeIn" href="https://www.fsf.org/donate/">Donate</a></li> | |
69bb52fe | 87 | <li><a class="animated fadeIn" href="https://shop.fsf.org/">Shop</a> |
63ad8e8a MB |
88 | </ul> |
89 | ||
90 | </div> | |
91 | <!-- /.navbar-collapse --> | |
92 | </div> | |
93 | <!-- /.container-fluid --> | |
94 | </nav> | |
95 | ||
96 | <!--Begin Intro--> | |
97 | <section class="intro" id="intro"> | |
98 | <div class="container"> | |
99 | <div class="row"> | |
100 | <div class="illustration col-md-6"> | |
101 | <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-block" /> | |
102 | </div> | |
103 | <div class="intro-text col-md-6"> | |
5fa80a50 MB |
104 | <h1>Give the gift of freedom!</h1> |
105 | ||
106 | <p>A new phone or computer can be the highlight of the holidays, but with proprietary software lurking under the wrapping paper, your thoughtful gift may be more naughty than nice.</p> | |
8f8b35db | 107 | <p>This guide replaces these holiday humbugs with better devices from ethical companies—no <a href="https://gnu.org/proprietary" style="color: gold">creepy remote deletion of files or punitive and mean rules about copying and sharing</a>. Just products and software that respect the freedom and privacy of your loved ones: gifts you can feel good about.</p> |
5fa80a50 | 108 | <p>Plus, our crib notes below will help you explain why this version is better than the one they've heard of (and spread the word about software freedom, too).</p> |
63ad8e8a MB |
109 | </div> |
110 | </div> | |
111 | </div> | |
112 | </section> | |
113 | <!--End Intro--> | |
114 | ||
115 | <!--Begin Actions--> | |
116 | <section class="actions" id="actions"> | |
117 | <div class="container"> | |
118 | <div class="row"> | |
119 | <!-- Begin Action --> | |
120 | <div class="action col-md-4 col-sm-4 text-center"> | |
5fa80a50 | 121 | <a class="action-button" href="https://www.fsf.org/share?u=https://www.fsf.org/givingguide/&t=Check out the Free Software Foundation Ethical Tech Giving Guide">Tell your friends</a> |
63ad8e8a MB |
122 | <p> |
123 | Use <span class="label label-default">#givefreely</span>. You might get a gift out of it! | |
124 | </p> | |
125 | </div> | |
126 | <!-- End Action --> | |
127 | ||
128 | <!-- Begin Action --> | |
129 | <div class="action col-md-4 col-sm-4 text-center"> | |
1f98d377 | 130 | <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Host a Giveaway</a> |
63ad8e8a | 131 | <p> |
cb3c61b1 | 132 | Printable version coming soon! |
63ad8e8a MB |
133 | </p> |
134 | ||
135 | </div> | |
136 | <!-- End Action --> | |
137 | ||
138 | <!-- Begin Action --> | |
139 | <div class="action col-md-4 col-sm-4 text-center"> | |
1f98d377 | 140 | <a class="action-button" href="#charities">Support free software</a> |
63ad8e8a | 141 | <p> |
1f98d377 | 142 | Donate to our suggested charities |
63ad8e8a MB |
143 | </p> |
144 | </div> | |
145 | <!-- End Action --> | |
146 | </div> | |
147 | <!-- End Row --> | |
148 | </div> | |
149 | <!-- End Container --> | |
150 | </section> | |
151 | <!--End Actions--> | |
152 | ||
153 | <!--Begin Comparisons--> | |
154 | <section class="comparisons"> | |
155 | ||
156 | <!--Smartphones--> | |
157 | <div class="container smartphones"> | |
39a1d9de | 158 | <h2 class="title text-center">Smartphones</h2> |
63ad8e8a MB |
159 | <div class="row is-table-row"> |
160 | <div class="good col-md-6 col-sm-6" style="position:relative"> | |
6de8130b | 161 | <img src="img/products/mobile_n2.png" alt="replicant phone" class="center-block" /> |
b316c774 | 162 | <h5 class="text-center">Galaxy Note 2 with Replicant</h5> |
63ad8e8a MB |
163 | |
164 | <!-- Buy/Download Button --> | |
165 | <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none"> | |
166 | BUY | |
167 | <!-- Begin Sale --> | |
168 | <span class="sale" >sale</span> | |
169 | <!-- End Sale --> | |
170 | </a> | |
171 | <div class="collapse" id="sellers"> | |
172 | <div class="center-block seller-group"> | |
173 | <p style="color: #6b6b6b"> | |
174 | <strong>Get it from</strong> | |
175 | </p> | |
b316c774 | 176 | <a href="https://tehnoetic.com/mobile-devices/tet-n2" class="seller action-button">Technoethical</a> |
63ad8e8a MB |
177 | <div class="sale-info links"> |
178 | <a href="#technoethical-promotion">Sale details.</a> | |
179 | </div> | |
180 | </div> | |
181 | </div> | |
182 | ||
183 | <script> | |
184 | document.getElementById('get-item').style.display = ''; | |
185 | </script> | |
186 | <noscript> | |
187 | <div class="center-block seller-group"> | |
188 | <p style="color: #6b6b6b"> | |
189 | <strong>Get it from</strong> | |
190 | </p> | |
b316c774 | 191 | <a href="https://tehnoetic.com/mobile-devices/tet-n2" class="seller action-button">Technoethical</a> |
63ad8e8a MB |
192 | <p class="sale-info links"> |
193 | <a href="#technoethical-promotion">Sale details.</a> | |
194 | </p> | |
195 | <!-- End Sale Info --> | |
196 | </div> | |
197 | </noscript> | |
198 | <!-- End Buy/Download button --> | |
199 | ||
200 | <ul class="pros"> | |
a6180002 MB |
201 | <p>Why it's cool: Ever feel like every time you pick up your smartphone, someone is watching you? This may not cut off their access entirely, but it will make their job a little harder.</p> |
202 | ||
203 | <p> Your smartphone is so much more than a phone: it's a tiny computer you carry with you every day, and for many people around the world, it's their only internet-enabled device. Choosing one of these phones lets you bring software freedom everywhere you go.</p> | |
204 | ||
549f6298 | 205 | <p> You can also get an <a href="https://tehnoetic.com/tehnoetic-s2-phone-replicant">S2</a> or <a "https://tehnoetic.com/mobile-devices/tehnoetic-s3-phone-replicant">S3</a>, complete with Replicant.</p> |
63ad8e8a MB |
206 | </ul> |
207 | </div> | |
208 | <!--End Good--> | |
39a1d9de MB |
209 | |
210 | <!-- start bad --> | |
211 | ||
a084c810 | 212 | <div class="good col-md-6 col-sm-6"> |
a818321b | 213 | <ul class="pros"> |
5fa80a50 MB |
214 | <li> |
215 | Runs the <a href="https://www.replicant.us">Replicant</a> free operating system, based on Android. | |
39a1d9de MB |
216 | </li> |
217 | <li> | |
1f98d377 | 218 | Features <a href="https://www.f-droid.org/">F-Droid</a>, the free software catalog that makes it easy to get all the applications you need without sacrificing control of your phone. |
39a1d9de MB |
219 | </li> |
220 | <li>Note: While the main processor is exclusively running free software, the modem processor runs a Samsung nonfree system.</li> | |
221 | </ul> | |
222 | ||
623dc4f9 | 223 | <h5 class="text-center">Stay away from: iPhone</h5> |
63ad8e8a MB |
224 | <ul class="cons"> |
225 | <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li> | |
226 | <li> | |
183df70f | 227 | iOS is a fully <a href="https://gnu.org/proprietary">proprietary operating system</a>, giving Apple control over the software on the devices. |
63ad8e8a MB |
228 | </li> |
229 | <li> | |
55793921 | 230 | Apple uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">Digital Restrictions Management (DRM)</a> to block competing software. |
63ad8e8a | 231 | </li> |
623dc4f9 | 232 | <li>Avoid: iPhone X, iPhone 8 Plus, iPhone 8, and other models. |
63ad8e8a MB |
233 | </ul> |
234 | </div> | |
235 | <!--End Bad--> | |
236 | </div> | |
237 | <!--End Row--> | |
238 | </div> | |
239 | <!--End Container--> | |
39a1d9de MB |
240 | <!--End bad--> |
241 | ||
63ad8e8a | 242 | |
a084c810 MB |
243 | <h2 class="title text-center">Laptops, Tablets, and Desktops</h2> |
244 | ||
245 | <!--Laptops--> | |
63ad8e8a | 246 | <div class="container"> |
a084c810 | 247 | <h3 class="title text-center">Laptops</h3> |
63ad8e8a MB |
248 | <div class="row is-table-row"> |
249 | <div class="good col-md-6 col-sm-6"> | |
250 | <img src="img/products/t400.png" alt="t400" class="center-block" /> | |
251 | <h5 class="text-center">T400 with GNU/Linux</h5> | |
252 | ||
a084c810 MB |
253 | |
254 | ||
63ad8e8a MB |
255 | <!-- Buy/Download Button --> |
256 | <a id="get-item-full" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-full" aria-expanded="false" aria-controls="sellers-full" style="display:none"> | |
257 | BUY | |
258 | <!-- Begin Sale --> | |
259 | <span class="sale" >sale</span> | |
260 | <!-- End Sale --> | |
261 | </a> | |
262 | <div class="collapse" id="sellers-full"> | |
263 | <div class="center-block seller-group"> | |
264 | <p style="color: #6b6b6b"> | |
265 | <strong>Get it from</strong> | |
266 | </p> | |
267 | <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a> | |
268 | <p class="sale-info links"> | |
1f98d377 | 269 | <a href="#technoethical-promotion">The T400 is <a href="http://www.fsf.org/resources/hw/endorsement/respects-your-freedom">Respects Your Freedom</a> certified. Sale details.</a> |
63ad8e8a | 270 | </p> |
47e5dd5d MB |
271 | <p> |
272 | <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a> | |
273 | </p> | |
63ad8e8a MB |
274 | </div> |
275 | </div> | |
276 | ||
277 | <script> | |
278 | document.getElementById('get-item-full').style.display = ''; | |
279 | </script> | |
280 | <noscript> | |
281 | <div class="center-block seller-group"> | |
282 | <p style="color: #6b6b6b"> | |
283 | <strong>Get it from</strong> | |
284 | </p> | |
285 | <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a> | |
286 | <p class="sale-info links"> | |
287 | <a href="#technoethical-promotion">Sale details.</a> | |
288 | </p> | |
47e5dd5d MB |
289 | <p> |
290 | <a href="https://minifree.org/product/libreboot-t400/" class="seller action-button">Minifree</a> | |
291 | </p> | |
63ad8e8a MB |
292 | </div> |
293 | </noscript> | |
294 | <!-- End Buy/Download button --> | |
295 | ||
296 | <ul class="pros"> | |
a6180002 | 297 | <p>Why it's cool: You need a reliable computer for work and play. This one is just dandy for both, minus icky DRM and spyware.</p> |
69477a35 | 298 | <p>Setting up a fully free system is easier than it used to be, but can still seem daunting—especially if you've never done it before. Luckily, you can now get a new-to-you laptop that's ready to go out of the box.</p> |
b316c774 MB |
299 | <p>Technoethical also has a <a href="https://tehnoetic.com/laptops/tet-t400s">T400s</a> available.</p> |
300 | </ul> | |
63ad8e8a MB |
301 | |
302 | </div> | |
303 | <!--End Good--> | |
39a1d9de MB |
304 | |
305 | <!--start bad--> | |
a084c810 | 306 | <div class="good col-md-6 col-sm-6"> |
39a1d9de | 307 | <ul class="pros"> |
39a1d9de MB |
308 | <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li> |
309 | <li>Durable hardware is meant to last and is easy to repair.</li> | |
310 | <li>Created by a small business that replaces all restrictive components from a stock laptop.</li> | |
311 | </ul> | |
1f98d377 | 312 | <h5 class="text-center">Stay away from: Microsoft Windows</h5> |
63ad8e8a | 313 | <ul class="cons"> |
183df70f | 314 | <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that profits from treating the user as a product—<a href="https://edri.org/microsofts-new-small-print-how-your-personal-data-abused/">each account is assigned an advertising ID</a> to help Microsoft sell user |
39a1d9de | 315 | data. |
63ad8e8a | 316 | </li> |
39a1d9de MB |
317 | <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>--> |
318 | <li>Mandatory Windows updates force users to test potentially unstable new versions. <a href="https://www.fsf.org/campaigns/windows">Read more about Windows's abuses.</a></li> | |
623dc4f9 | 319 | <li>You can find Windows on computers like the Dell Inspiron Touch-Screen, HP Omen, and Lenovo Ideapad.</li> |
d4258c92 | 320 | </ul> |
63ad8e8a MB |
321 | </div> |
322 | <!--End Bad--> | |
323 | </div> | |
324 | <!--End Row--> | |
325 | </div> | |
326 | <!--End Container--> | |
a084c810 | 327 | |
63ad8e8a MB |
328 | <!--Compact Laptops--> |
329 | <div class="container"> | |
330 | <h3 class="title text-center">Compact Laptops</h3> | |
331 | <div class="row is-table-row"> | |
332 | <div class="good col-md-6 col-sm-6"> | |
333 | <img src="img/products/x200.png" alt="x200" class="center-block" /> | |
334 | <h5 class="text-center">X200 with GNU/Linux</h5> | |
a084c810 | 335 | |
63ad8e8a MB |
336 | <!-- Buy/Download Button --> |
337 | <a id="get-item-compact" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-compact" aria-expanded="false" aria-controls="sellers-compact" style="display:none"> | |
338 | BUY | |
339 | <!-- Begin Sale --> | |
340 | <span class="sale" >sale</span> | |
341 | <!-- End Sale --> | |
342 | </a> | |
343 | <div class="collapse" id="sellers-compact"> | |
344 | <div class="center-block seller-group"> | |
345 | <p style="color: #6b6b6b"> | |
346 | <strong>Get it from</strong> | |
347 | </p> | |
348 | ||
349 | <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a> | |
350 | <p class="sale-info links"> | |
351 | Libiquity's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified, but shipping is limited to the US. <a href="#libiquity-promotion">Sale details.</a> | |
352 | ||
353 | </p> | |
939a93e8 | 354 | <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a><br> |
63ad8e8a | 355 | <p class="sale-info links"> |
f8cd2a50 MB |
356 | <!-- Technoethical's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#technoethical-promotion">Sale details.</a> |
357 | </p> --> | |
a084c810 MB |
358 | <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a> |
359 | <p class="sale-info links"> | |
6dfd6a2e | 360 | Vikings's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a> |
a084c810 MB |
361 | |
362 | </p> | |
363 | ||
63ad8e8a MB |
364 | </div> |
365 | </div> | |
366 | ||
367 | <script> | |
368 | document.getElementById('get-item-compact').style.display = ''; | |
369 | </script> | |
370 | <noscript> | |
371 | <div class="center-block seller-group"> | |
372 | <p style="color: #6b6b6b"> | |
373 | <strong>Get it from</strong> | |
374 | </p> | |
375 | <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a> | |
376 | <p class="sale-info links"> | |
377 | Libiquity's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a>-certified, but shipping is limited to the US. <a href="#libiquity-promotion">Sale details.</a> | |
378 | </p> | |
379 | <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a> | |
380 | <p class="sale-info links"> | |
5fa80a50 | 381 | Technoethical's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified, and global shipping is available. <a href="#technoethical-promotion">Sale details.</a> |
63ad8e8a | 382 | </p> |
5fa80a50 MB |
383 | <a href="https://store.vikings.net/x200-ryf-certfied" class="seller action-button">Vikings</a> |
384 | <p class="sale-info links"> | |
6dfd6a2e | 385 | Viking's X200 is <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certified. Global shipping is available. <a href="#vikings-promotion">Sale details.</a></p> |
47e5dd5d | 386 | </div> |
63ad8e8a MB |
387 | </noscript> |
388 | <!-- End Buy/Download button --> | |
39a1d9de MB |
389 | |
390 | <!-- start good --> | |
63ad8e8a | 391 | <ul class="pros"> |
1f98d377 | 392 | <p>Why it's cool: Take it to the office, take it to the cafe, take it to class, take it home and set it up on the counter so you can rock out while you cook. Do all of this the easy way.</p> |
a6180002 | 393 | |
f8cd2a50 | 394 | <p>This machine is made to go everywhere with you and thanks to our friends who make RYF products, you can have your mobility and your freedom too.</p> |
63ad8e8a MB |
395 | </ul> |
396 | ||
397 | </div> | |
398 | <!--End Good--> | |
399 | ||
39a1d9de | 400 | <!--start bad--> |
a084c810 | 401 | <div class="good col-md-6 col-sm-6"> |
a818321b | 402 | <ul class="pros"> |
39a1d9de MB |
403 | <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware. The X200 sold by Libiquity is also certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li> |
404 | <li>Durable hardware is meant to last and is easy to repair.</li> | |
405 | <li>Created by a small business that replaces all restrictive components from a stock laptop.</li> | |
39a1d9de MB |
406 | <h5 class="text-center">Stay away from: Apple</h5> |
407 | <ul class="cons"> | |
183df70f | 408 | <li>Runs on <a href="https://gnu.org/proprietary">proprietary software</a> that restricts the user's freedoms.</li> |
39a1d9de MB |
409 | <li> |
410 | Apple app stores use <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to restrict what you can do with your purchases. | |
63ad8e8a | 411 | </li> |
39a1d9de | 412 | <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li> |
623dc4f9 | 413 | <li>Avoid: MacBook Air (and MacBook Pro)</li> |
63ad8e8a MB |
414 | </ul> |
415 | </div> | |
416 | <!--End Bad--> | |
417 | </div> | |
418 | <!--End Row--> | |
419 | </div> | |
420 | <!--End Container--> | |
421 | ||
a818321b | 422 | <!--convertible Laptops--> |
63ad8e8a MB |
423 | <div class="container"> |
424 | <h3 class="title text-center">Convertible Laptops/Tablets</h3> | |
425 | <div class="row is-table-row"> | |
426 | <div class="good col-md-6 col-sm-6"> | |
427 | <img src="//static.fsf.org/nosvn/images/technoethical-x200t.png" alt="Technoethical convertible tablet laptop" class="center-block" /> | |
428 | <h5 class="text-center">X200t with GNU/Linux</h5> | |
429 | ||
430 | <!-- Buy/Download Button --> | |
431 | <a id="get-item-convertible" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-convertible" aria-expanded="false" aria-controls="sellers-convertible" style="display:none"> | |
432 | BUY | |
433 | <!-- Begin Sale --> | |
434 | <span class="sale" >sale</span> | |
435 | <!-- End Sale --> | |
436 | </a> | |
437 | <div class="collapse" id="sellers-convertible"> | |
438 | <div class="center-block seller-group"> | |
439 | <p style="color: #6b6b6b"> | |
440 | <strong>Get it from</strong> | |
441 | </p> | |
442 | ||
443 | <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a> | |
444 | <p class="sale-info links"> | |
445 | <a href="#technoethical-promotion">Sale details.</a> | |
446 | </p> | |
447 | </div> | |
448 | </div> | |
449 | ||
450 | <script> | |
451 | document.getElementById('get-item-convertible').style.display = ''; | |
452 | </script> | |
453 | <noscript> | |
454 | <div class="center-block seller-group"> | |
455 | <p style="color: #6b6b6b"> | |
456 | <strong>Get it from</strong> | |
457 | </p> | |
458 | ||
459 | <a href="https://tehnoetic.com/tet-x200t" class="seller action-button">Technoethical</a> | |
460 | <p class="sale-info links"> | |
461 | <a href="#technoethical-promotion">Sale details.</a> | |
462 | </p> </div> | |
463 | </noscript> | |
464 | <!-- End Buy/Download button --> | |
465 | <ul class="pros"> | |
549f6298 | 466 | <p>Why it's cool: Use it as a laptop or as a tablet with a built-in stylus. It may not be a brand-new concept, but it'll always feel a little futuristic.</p> |
a6180002 MB |
467 | |
468 | <p>Enjoy all the portability of a tablet, without having to hunt-and-peck every letter when it comes time to do some work. It's versatile, multi-purpose, and stylish, and fits smoothly into every environment in your life (without pummeling you with the abuses of proprietary software).</p> | |
63ad8e8a MB |
469 | </ul> |
470 | ||
471 | </div> | |
472 | <!--End Good--> | |
473 | ||
a818321b | 474 | <!--start bad--> |
a084c810 | 475 | <div class="good col-md-6 col-sm-6"> |
a818321b MB |
476 | <ul class="pros"> |
477 | <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system with libreboot firmware.</li> | |
478 | <li>Durable hardware is meant to last and is easy to repair.</li> | |
479 | <li>Created by a small business that replaces all restrictive components from a stock laptop.</li> | |
480 | </ul> | |
481 | <h5 class="text-center">Stay away from: Microsoft Surface</h5> | |
482 | <ul class="cons"> | |
d5462b99 MB |
483 | <li><a href="arstechnica.com/information-technology/2015/07/windows-10-updates-to-be-automatic-and-mandatory-for-home-users/">Forced "upgrades"</a> give Microsoft a backdoor to do anything they want with your apps or data--including <a href="www.ghacks.net/2015/11/24/beware-latest-windows-10-update-may-remove-programs-automatically/">removing them</a>.</li> |
484 | <li>When major security bugs are found, the <a href="https://web.archive.org/web/20130622044225/http://blogs.computerworlduk.com/open-enterprise/2013/06/how-can-any-company-ever-trust-microsoft-again/index.htm">NSA gets the option to exploit them</a> before they're fixed. | |
63ad8e8a MB |
485 | </ul> |
486 | </div> | |
487 | <!--End Bad--> | |
488 | </div> | |
489 | <!--End Row--> | |
490 | </div> | |
491 | <!--End Container--> | |
492 | ||
a084c810 MB |
493 | <!--Desktops--> |
494 | <div class="container"> | |
495 | <h3 class="title text-center">Desktops</h3> | |
496 | <div class="row is-table-row"> | |
497 | <div class="good col-md-6 col-sm-6"> | |
498 | <img src="img/products/desktop.png" alt="The Workstation, a tower computer by Vikings" class="center-block" /> | |
b316c774 | 499 | <h5 class="text-center">D16 Workstation with GNU/Linux</h5> |
a084c810 MB |
500 | |
501 | <!-- Buy/Download Button --> | |
8d365e3c | 502 | <a id="get-item-desktop" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-desktop" aria-expanded="false" aria-controls="sellers-desktop" style="display:none"> |
a084c810 MB |
503 | BUY |
504 | <!-- Begin Sale --> | |
505 | <span class="sale" >sale</span> | |
506 | <!-- End Sale --> | |
507 | </a> | |
8d365e3c | 508 | <div class="collapse" id="sellers-desktop"> |
a084c810 | 509 | <div class="center-block seller-group"> |
a084c810 MB |
510 | <strong>Get it from</strong> |
511 | </p> | |
a084c810 MB |
512 | <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a> |
513 | <p class="sale-info links"> | |
55793921 | 514 | The D16 Workstation is not Respects Your Freedom certified at this point. <a href="#vikings-promotion">Sale details.</a> |
a084c810 MB |
515 | </p> |
516 | </div> | |
517 | </div> | |
518 | ||
519 | <script> | |
8d365e3c | 520 | document.getElementById('get-item-desktop').style.display = ''; |
a084c810 MB |
521 | </script> |
522 | <noscript> | |
523 | <div class="center-block seller-group"> | |
524 | <p style="color: #6b6b6b"> | |
525 | <strong>Get it from</strong> | |
526 | </p> | |
527 | <a href="https://store.vikings.net/libre-friendly-hardware/vikings-d16-workstation" class="seller action-button">Vikings</a> | |
528 | <p class="sale-info links"> | |
55793921 | 529 | The Workstation is not Respects Your Freedom certified at this point. |
a084c810 MB |
530 | </p> |
531 | </div> | |
532 | </noscript> | |
533 | <!-- End Buy/Download button --> | |
534 | ||
535 | <ul class="pros"> | |
a6180002 MB |
536 | <p>Why it's cool: Sometimes you need heavy-duty computing power that a laptop just can't provide.</p> |
537 | ||
538 | <p>Gamers, video editors, and other users may want or need a more powerful machine – a desktop is the answer when you really need that extra push. Also good for users who want a bigger screen.</p> | |
a084c810 | 539 | </ul> |
a818321b | 540 | |
a084c810 MB |
541 | </div> |
542 | <!--End Good--> | |
543 | ||
544 | <!--start bad--> | |
545 | <div class="good col-md-6 col-sm-6"> | |
546 | <ul class="pros"> | |
547 | <li>Options of coming with the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel or Parabola operating systems.</li> | |
1f98d377 | 548 | <li>Free boot firmware.</li> |
a084c810 MB |
549 | <li>Customize and specialize to your needs.</li> |
550 | </ul> | |
1f98d377 | 551 | <h5 class="text-center">Stay away from: Apple iMac</h5> |
a084c810 | 552 | <ul class="cons"> |
1f98d377 MB |
553 | <p>An iMac puts designers and film makers at risk:</p> |
554 | <li>Photoshop and Illustrator have pesky DRM that can prevent the software from running even with a valid subscription.</li> | |
555 | <li>Format lock-in keeps users from switching software.</li> | |
556 | </ul> | |
557 | <h5 class="text-center">Stay away from: Alienware Aurora</h5> | |
558 | <ul class="cons"> | |
559 | <li>This gaming desktop claims to come without boundaries, but it does include enough proprietary software to limit any gamer.</li> | |
a084c810 MB |
560 | </ul> |
561 | </div> | |
562 | <!--End Bad--> | |
563 | </div> | |
564 | <!--End Row--> | |
565 | </div> | |
566 | <!--End Container--> | |
567 | ||
568 | ||
a818321b MB |
569 | <!--start container--> |
570 | <!-- Begin Recommended Template --> | |
a09163ab | 571 | <div class="container"> |
a818321b | 572 | <h2 class="title text-center">Wireless Adapters</h2> |
a09163ab | 573 | <div class="row is-table-row"> |
a818321b MB |
574 | <div class="col-md-5 col-sm-6 recommended-img"> |
575 | <img src="//static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" /> | |
576 | <h5 class="text-center">Mini Wi-Fi Adapter</h5> | |
a09163ab MB |
577 | |
578 | <!-- Buy/Download Button --> | |
a818321b | 579 | <a id="get-item-mini-adapter" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-mini-adapter" aria-expanded="false" aria-controls="sellers-mini-adapter" style="display:none; top:205px;"> |
a09163ab MB |
580 | BUY |
581 | <!-- Begin Sale --> | |
a818321b | 582 | <span class="sale">sale</span> |
a09163ab MB |
583 | <!-- End Sale --> |
584 | </a> | |
a818321b | 585 | <div class="collapse" id="sellers-mini-adapter"> |
a09163ab | 586 | <div class="center-block seller-group"> |
a818321b MB |
587 | <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a> |
588 | <p class="sale-info links"> | |
589 | <a href="#technoethical-promotion">Sale details.</a> | |
a09163ab | 590 | </p> |
a818321b | 591 | <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a> |
a09163ab | 592 | <p class="sale-info links"> |
a818321b | 593 | <a href="#thinkpenguin-promotion">Sale details.</a> |
a09163ab MB |
594 | </p> |
595 | </div> | |
596 | </div> | |
597 | ||
598 | <script> | |
a818321b | 599 | document.getElementById('get-item-mini-adapter').style.display = ''; |
a09163ab MB |
600 | </script> |
601 | <noscript> | |
602 | <div class="center-block seller-group"> | |
603 | <p style="color: #6b6b6b"> | |
604 | <strong>Get it from</strong> | |
605 | </p> | |
a818321b MB |
606 | <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a> |
607 | ||
a09163ab | 608 | <p class="sale-info links"> |
a818321b MB |
609 | <a href="#technoethical-promotion">Sale details.</a> |
610 | </p> | |
611 | <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a> | |
612 | <p class="sale-info links"> | |
613 | <a href="#thinkpenguin-promotion">Sale details.</a> | |
a09163ab MB |
614 | </p> |
615 | </div> | |
616 | </noscript> | |
617 | <!-- End Buy/Download button --> | |
a818321b MB |
618 | |
619 | <!--start pros--> | |
a09163ab | 620 | <ul class="pros"> |
69477a35 | 621 | <p>Why it's cool: Trying to go 100% free but stuck with a proprietary Wi-Fi card? just plug this into your USB port and you're ready to go.</p> |
a09163ab | 622 | </ul> |
a818321b | 623 | </div> |
a09163ab | 624 | |
a084c810 | 625 | <div class="good col-md-6 col-sm-6"> |
a818321b MB |
626 | <ul class="pros"> |
627 | <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware.</li> | |
628 | <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li> | |
629 | <li>Options from Technoethical and ThinkPenguin.</li> | |
630 | <li>If you use a laptop listed in this guide, an adapter like this won't be necessary.</li> | |
a09163ab MB |
631 | </ul> |
632 | </div> | |
a09163ab | 633 | </div> |
a818321b | 634 | <!-- End Row --> |
a09163ab | 635 | </div> |
a818321b | 636 | <!-- End Container --> |
a09163ab | 637 | |
a818321b MB |
638 | <!-- Begin Recommended Template --> |
639 | ||
640 | <div class="container"> | |
641 | <div class="row is-table-row"> | |
63ad8e8a MB |
642 | <div class="col-md-5 col-sm-6 recommended-img"> |
643 | <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" /> | |
a818321b | 644 | <h5 class="text-center">Long Range Wi-Fi Adapter</h5> |
63ad8e8a MB |
645 | |
646 | <!-- Buy/Download Button --> | |
647 | <a id="get-item-long-range-adapter" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-long-range-adapter" aria-expanded="false" aria-controls="sellers-long-range-adapter" style="display:none; top:205px;"> | |
648 | BUY | |
649 | <!-- Begin Sale --> | |
650 | <span class="sale">sale</span> | |
651 | <!-- End Sale --> | |
652 | </a> | |
653 | <div class="collapse" id="sellers-long-range-adapter"> | |
654 | <div class="center-block seller-group"> | |
655 | <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> | |
656 | <p class="sale-info links"> | |
657 | <a href="#thinkpenguin-promotion">Sale details.</a> | |
658 | </p> | |
659 | </div> | |
660 | </div> | |
661 | ||
662 | <script> | |
663 | document.getElementById('get-item-long-range-adapter').style.display = ''; | |
664 | </script> | |
665 | <noscript> | |
666 | <div class="center-block seller-group"> | |
667 | <p style="color: #6b6b6b"> | |
668 | <strong>Get it from</strong> | |
669 | </p> | |
670 | <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> | |
671 | <p class="sale-info links"> | |
672 | <a href="#thinkpenguin-promotion">Sale details.</a> | |
673 | </p> | |
674 | </div> | |
675 | </noscript> | |
676 | <!-- End Buy/Download button --> | |
677 | ||
678 | </div> | |
679 | <div class="col-md-7 col-sm-6"> | |
63ad8e8a MB |
680 | </h5> |
681 | <ul class="pros"> | |
682 | <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li> | |
683 | <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li> | |
a818321b | 684 | <li>Multiple options from Technoethical and ThinkPenguin.</li> |
63ad8e8a MB |
685 | </ul> |
686 | </div> | |
687 | </div> | |
688 | <!-- End Row --> | |
689 | </div> | |
690 | <!-- End Container --> | |
691 | ||
a818321b | 692 | <!-- Begin Recommended Template --> |
40f19a8f MB |
693 | <div class="container"> |
694 | <div class="row is-table-row"> | |
63ad8e8a MB |
695 | <div class="col-md-5 col-sm-6 recommended-img"> |
696 | <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" /> | |
40f19a8f | 697 | <h5 class="text-center">VPN Router</h5> |
63ad8e8a MB |
698 | |
699 | <!-- Buy/Download Button --> | |
700 | <a id="get-item-vpn-router" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-vpn-router" aria-expanded="false" aria-controls="sellers-vpn-router" style="display:none; top:205px;"> | |
701 | BUY | |
702 | <!-- Begin Sale --> | |
703 | <span class="sale">sale</span> | |
704 | <!-- End Sale --> | |
705 | </a> | |
706 | <div class="collapse" id="sellers-vpn-router"> | |
707 | <div class="center-block seller-group"> | |
708 | <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a> | |
709 | <p class="sale-info links"> | |
710 | <a href="#thinkpenguin-promotion">Sale details.</a> | |
711 | </p> | |
712 | </div> | |
713 | </div> | |
714 | ||
715 | <script> | |
716 | document.getElementById('get-item-vpn-router').style.display = ''; | |
717 | </script> | |
718 | <noscript> | |
719 | <div class="center-block seller-group"> | |
720 | <p style="color: #6b6b6b"> | |
721 | <strong>Get it from</strong> | |
722 | </p> | |
723 | <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a> | |
724 | <p class="sale-info links"> | |
725 | <a href="#thinkpenguin-promotion">Sale details.</a> | |
726 | </p> | |
727 | </div> | |
728 | </noscript> | |
729 | <!-- End Buy/Download button --> | |
730 | ||
731 | </div> | |
732 | <div class="col-md-7 col-sm-6"> | |
63ad8e8a MB |
733 | <ul class="pros"> |
734 | <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li> | |
735 | <li>Designed for easy set-up.</li> | |
736 | <li>As free as can be: runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> LibreCMC operating system on hardware that is certified to <a href="https://www.fsf.org/ryf">Respect Your Freedom</a>.</li> | |
737 | </ul> | |
738 | </div> | |
739 | </div> | |
740 | <!-- End Row --> | |
741 | </div> | |
742 | <!-- End Container --> | |
743 | ||
a818321b MB |
744 | <!--3D Printers--> |
745 | <div class="container"> | |
746 | <h3 class="title text-center">3D Printers</h3> | |
747 | <div class="row is-table-row"> | |
748 | <div class="good col-md-6 col-sm-6"> | |
749 | <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" /> | |
750 | <h5 class="text-center">LulzBot Mini</h5> | |
63ad8e8a | 751 | |
a818321b MB |
752 | <!-- Buy/Download Button --> |
753 | <a id="get-item-print" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-print" aria-expanded="false" aria-controls="sellers-print" style="display:none"> | |
754 | BUY | |
755 | <!-- Begin Sale --> | |
756 | <span class="sale" >sale</span> | |
757 | <!-- End Sale --> | |
758 | </a> | |
759 | <div class="collapse" id="sellers-print"> | |
760 | <div class="center-block seller-group"> | |
761 | <p style="color: #6b6b6b"> | |
762 | <strong>Get it from</strong> | |
763 | </p> | |
764 | <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a> | |
765 | <p class="sale-info links"> | |
a084c810 MB |
766 | <a href="https://www.lulzbot.com">Lulzbot</a> is having general sales Black Friday through Cyber Monday. <a href="#lulzbot-promotion">Sale details.</a> |
767 | ||
a818321b MB |
768 | </p> |
769 | </div> | |
63ad8e8a | 770 | </div> |
63ad8e8a | 771 | |
a818321b MB |
772 | <script> |
773 | document.getElementById('get-item-print').style.display = ''; | |
774 | </script> | |
775 | <noscript> | |
776 | <div class="center-block seller-group"> | |
777 | <p style="color: #6b6b6b"> | |
778 | <strong>Get it from</strong> | |
779 | </p> | |
780 | <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a> | |
781 | <p class="sale-info links"> | |
782 | <a href="#lulzbot-promotion">Sale details.</a> | |
783 | </p> | |
784 | </div> | |
785 | </noscript> | |
786 | <!-- End Buy/Download button --> | |
787 | <ul class="pros"> | |
69477a35 | 788 | <p>Why it's cool: Think ahead—if you give this to your friend or relative, they might use it next year to make YOU a gift.</p> |
a6180002 MB |
789 | |
790 | <p>3D printers are an amazing learning and exploration tool for kids and a fun toy for grownups, and they've come a long way from their origins in the early 2000s. Keep it free and fun by digging into the zillions of free software options for modeling, and communities that share freely licensed designs.</p> | |
a818321b MB |
791 | </ul> |
792 | </div> | |
793 | <!--End Good--> | |
794 | ||
a084c810 | 795 | <div class="good col-md-6 col-sm-6"> |
a818321b | 796 | <ul class="pros"> |
f5e11a56 | 797 | <li>Performance and seamless interface <a href="https://www.tomsguide.com/us/best-3d-printers,review-2236.html">earned it "Editor's Choice"</a> in <em>Tom's Guide</em>'s 2017 3D printer comparison.</li> |
1f98d377 | 798 | <li>Hardware designs are available to make customization easy. Standardized material format allows 3D printing with plastics, wood-, stone-, bamboo-, rubber-, and metal-like materials.</li> |
a818321b | 799 | </ul> |
55793921 | 800 | <h5 class="text-center">Stay away from: MakerBot</h5> |
a818321b MB |
801 | <ul class="cons"> |
802 | <li> | |
183df70f | 803 | MakerWare software is proprietary, <a href="https://gnu.org/proprietary">restricting freedom and stifling innovation</a>. |
a818321b MB |
804 | </li> |
805 | <li> | |
806 | MakerBot was founded with a more freedom-respecting philosophy, but has since <a href="https://www.cnet.com/news/pulling-back-from-open-source-hardware-makerbot-angers-some-adherents/">announced an increasingly proprietary approach</a> and distanced itself from the community that formed around it. | |
807 | </li> | |
808 | </ul> | |
809 | </div> | |
810 | <!--End Bad--> | |
811 | </div> | |
812 | <!--End Row--> | |
813 | </div> | |
814 | <!--End Container--> | |
815 | ||
816 | ||
df174d75 MB |
817 | <h1 class="title text-center">Books, Music, and Video</h1> |
818 | <img src="img/products/bookshelf.png" alt="a shelf of books, with two layers, organized by color." class="center-block img-responsive" /> | |
a818321b MB |
819 | <!--ebooks--> |
820 | <div class="container"> | |
821 | <h3 class="title text-center">Books</h3> | |
822 | <div class="row is-table-row"> | |
823 | <div class="good col-md-6 col-sm-6"> | |
824 | <h5 class="text-center">DRM-free Ebooks</h5> | |
825 | ||
826 | <ul class="pros"> | |
827 | <p>There are <a href="https://www.defectivebydesign.org/guide/ebooks">a lot of options</a> for where to get your literature fix without any pesky DRM. We're highlighting some publishers and shops who are offering deals for you!</p> | |
828 | <li><a href="https://www.delphiclassics.com/">Delphi Classics</a> has a wide range of classic literature available in English, French, German, Italian, and Spanish. Use the code <b>fsfdelphi</b> for <b>30% off</b> orders over $10 through the end of December.</li> | |
829 | <li><a href="https://tienda.edicionesbabylon.es/en/">Ediciones Babylon</a> can supply you with all of your Spanish language needs for comics, art, novellas, and novels. Use the code <b>FSFDISCOUNTEB</b> for <b>5% off</b> all the way through March 2018.</li> | |
549f6298 | 830 | <li><a href="https://www.nostarch.com/">No Starch Press</a> specializes in educational, instructional, and how-to books on everything from arduinos to system administration. Use the code <b>ETHICTECH</b> for <b>40% off</b> through January 10th, 2018.</li> |
a818321b MB |
831 | </ul> |
832 | ||
833 | </div> | |
834 | <!--End Good--> | |
835 | ||
836 | <!--start bad--> | |
a084c810 | 837 | <div class="good col-md-6 col-sm-6"> |
a818321b MB |
838 | <ul class="pros"> |
839 | <h5 class="text-center">Stay away from: Amazon</h5> | |
840 | <ul class="cons"> | |
a6180002 | 841 | <li>Amazon is one of the <a href="https://www.defectivebydesign.org/amazon">most notorious of DRM offenders</a>. Whether it's their Kindle e-reader or their countless DRM-encumbered ebooks, Amazon is the place to go if you want to <a href="https://www.defectivebydesign.org/amazon-kindle-swindle">let someone else snatch away texts</a> from your personal library.</li> |
a818321b MB |
842 | <li>Where's O'Reilly? While the publisher's ebooks are still available from third party sellers (in both DRM-free and DRM-encumbered formats), O'Reilly themselves stopped selling their DRM-free catalogue earlier in 2017.</li> |
843 | </ul> | |
844 | </div> | |
845 | <!--End Bad--> | |
846 | </div> | |
847 | <!--End Row--> | |
848 | </div> | |
849 | <!--End Container--> | |
850 | ||
f5e11a56 | 851 | <!--games |
a818321b MB |
852 | <div class="container"> |
853 | <h3 class="title text-center">Games</h3> | |
854 | <div class="row is-table-row"> | |
855 | <div class="good col-md-6 col-sm-6"> | |
856 | <h5 class="text-center">DRM-free Games</h5> | |
857 | ||
858 | <ul class="pros"> | |
549f6298 | 859 | <p>Gaming systems have adopted all sorts of DRM technologies, allowing gaming companies to limit your access to games and even the ability to brick whole systems. However, there's hope in the wide world of DRM-free games!</p> |
55793921 | 860 | <li>We'd be remiss to not mention <a href="http://www.nethack.org/">NetHack</a>, a game well loved by many gamers and free software nerds. A classic <a href="https://en.wikipedia.org/wiki/Roguelike">roguelike</a> with a <a href="http://nethack.org/common/license.html">classic, freedom-respecting license</a>, there's no reason to not feel good sharing this game.</li> |
a818321b | 861 | </ul> |
f5e11a56 | 862 | </div> games--> |
a818321b MB |
863 | <!--End Good--> |
864 | ||
865 | <!--start bad--> | |
f5e11a56 | 866 | <!--games <div class="good col-md-6 col-sm-6"> |
a818321b MB |
867 | <ul class="cons"> |
868 | <h5 class="text-center">Stay away from: XBox</h5> | |
63ad8e8a | 869 | <ul class="cons"> |
a818321b | 870 | <li>Over the years XBox has gone back and forth with their use of DRM with a current pro-DRM stance. It's best to just stay away since we can never tell when they're just going to change their minds</li>. |
1f98d377 | 871 | <li>A quick note on Sony: The <a href="https://www.cinemablend.com/games/It-Official-Again-PS4-Has-DRM-Fees-Internet-Registration-Check-56594.html">PlayStation 4</a> runs games DRM-free. However, there is nonfree software running on the system so that we cannot recommend it in good conscience.</li> |
a818321b | 872 | </ul> |
f5e11a56 | 873 | </div> --> |
a818321b MB |
874 | <!--End Bad--> |
875 | </div> | |
876 | <!--End Row--> | |
877 | </div> | |
878 | <!--End Container--> | |
63ad8e8a | 879 | |
63ad8e8a | 880 | |
a818321b MB |
881 | <!--Music--> |
882 | <div class="container"> | |
883 | <h3 class="title text-center">Music</h3> | |
884 | <div class="row is-table-row"> | |
885 | <div class="good col-md-6 col-sm-6"> | |
886 | <h5 class="text-center">DRM-free Music</h5> | |
887 | ||
888 | <!-- start good --> | |
889 | <ul class="pros"> | |
a6180002 | 890 | <p>Many consider music essential to the richness of the human experience. Thanks to the <a href="https://www.defectivebydesign.org/guide/audio">many artists, producers, record labels, and shops</a> highlighted on <a href="https://defectivebydesign.org">Defective by Design</a>, the rights-respecting options are nearly endless. Check out music from great labels and artists, including:</p> |
a818321b | 891 | <li><a href="http://www.dischord.com/">Dischord Records</a>, a classic punk label providing music since 1980.</li> |
d4258c92 | 892 | <li><a href="https://www.emusic.com/">Emusic</a> is the Web's second largest music store.</li> |
8f6e7f2c | 893 | <li><a href="https://folkways.si.edu/">Folkways</a>, courtesy of the Smithsonian Institute.</li> |
a818321b MB |
894 | </ul> |
895 | ||
63ad8e8a | 896 | </div> |
a818321b | 897 | <!--End Good--> |
63ad8e8a | 898 | |
a818321b | 899 | <!--start bad--> |
a084c810 | 900 | <div class="good col-md-6 col-sm-6"> |
a818321b MB |
901 | <ul class="cons"> |
902 | <h5 class="text-center">Stay away from: Spotify</h5> | |
69477a35 | 903 | <p>Spotify isn't the only offender when it comes to putting DRM in music—all major streaming services do this with the support of big record labels.</p> |
1f98d377 | 904 | <p>In addition to streaming music encumbered by DRM, people who want to use Spotify are required to install additional proprietary software. Even <a href="https://www.spotify.com/us/download/linux/">Spotify's client for GNU/Linux</a> relies on proprietary software.</p> |
a818321b MB |
905 | </ul> |
906 | </div> | |
907 | <!--End Bad--> | |
63ad8e8a | 908 | </div> |
a818321b MB |
909 | <!--End Row--> |
910 | </div> | |
911 | <!--End Container--> | |
912 | ||
913 | <!--Video--> | |
914 | <div class="container"> | |
915 | <h3 class="title text-center">Video</h3> | |
916 | <div class="row is-table-row"> | |
917 | <div class="good col-md-6 col-sm-6"> | |
918 | <h5 class="text-center">DRM-free Video</h5> | |
919 | <ul class="pros"> | |
920 | <p>As winter comes to the Northern Hemisphere, it's the perfect time to curl up under a blanket and watch some DRM-free video. In the Southern Hemisphere? Enjoy relaxing with a great movie actually owned by you.</p> | |
921 | <p>You can <a href="https://www.defectivebydesign.org/guide/video">find your DRM-free video fix</a> at places including:</p> | |
a6180002 | 922 | <li><a href="http://www.comedydirect.com/">ComedyDirect</a> can make you laugh while storing your videos locally.</li> |
549f6298 | 923 | <li><a href="https://archive.org/details/movies">Moving Image Archive</a> is a section of <a href="https://archive.org">Archive.org</a> containing thousands of film releases, available to stream or download.</li> |
a6180002 MB |
924 | <li><a href="https://durian.blender.org/download/">Sintel</a> has a huge selection of DRM-free films made with free software.</li> |
925 | <li><a href="http://wolfeondemand.com/">WolfeOnDemand</a> provides for all of your LGBTQ watching desires.</li> | |
a818321b MB |
926 | </ul> |
927 | ||
928 | </div> | |
929 | <!--End Good--> | |
63ad8e8a | 930 | |
a818321b | 931 | <!--start bad--> |
a084c810 | 932 | <div class="good col-md-6 col-sm-6"> |
a818321b MB |
933 | <h5 class="text-center">Stay away from: Netflix</h5> |
934 | <ul class="cons"> | |
55793921 | 935 | <p>Whether it's <a href="https://www.defectivebydesign.org/blog/tell_netflix_nix_drm_original_productions">using major studios as scapegoats for using DRM</a> or <a href="https://www.w3.org/2017/09/pressrelease-eme-recommendation.html.en">pushing for DRM as an official W3C Recommendation</a>, Netflix has been at the front line of getting DRM into media online and in your home.</p> |
a818321b MB |
936 | </ul> |
937 | </div> | |
938 | <!--End Bad--> | |
939 | </div> | |
940 | <!--End Row--> | |
941 | </div> | |
942 | <!--End Container--> | |
63ad8e8a MB |
943 | |
944 | </section> | |
945 | <!--End comparisons--> | |
946 | ||
947 | <!-- Begin Donations --> | |
948 | <section class="charities" id="charities"> | |
949 | <div class="container"> | |
950 | <h1 class="text-center">Recommended organizations for holiday donations</h1> | |
951 | <div class="row"> | |
a818321b MB |
952 | <div class="col-md-3 col-sm-4 col-xs-6"> |
953 | <a href="https://april.org/"><img src="img/charities/april.png" alt="april" class="center-block img-responsive" /></a> | |
63ad8e8a | 954 | </div> |
a818321b MB |
955 | <div class="col-md-3 col-sm-4 col-xs-6"> |
956 | <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a> | |
63ad8e8a | 957 | </div> |
a818321b | 958 | <div class="col-md-3 col-sm-4 col-xs-6"> |
69bb52fe | 959 | <a href="https://creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a> |
63ad8e8a MB |
960 | </div> |
961 | <div class="col-md-3 col-sm-4 col-xs-6"> | |
a818321b | 962 | <a href="https://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a> |
63ad8e8a | 963 | </div> |
a818321b MB |
964 | <div class="col-md-3 col-sm-4 col-xs-6"> |
965 | <a href="https://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a> | |
63ad8e8a MB |
966 | </div> |
967 | <div class="col-md-3 col-sm-4 col-xs-6"> | |
a818321b | 968 | <a href="https://sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a> |
63ad8e8a MB |
969 | </div> |
970 | <div class="col-md-3 col-sm-4 col-xs-6"> | |
a818321b | 971 | <a href="https://www.wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a> |
63ad8e8a | 972 | </div> |
a09163ab | 973 | <div class="col-md-3 col-sm-4 col-sx-6"> |
69bb52fe | 974 | <a href="https://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a> |
a09163ab MB |
975 | </div> |
976 | </div> | |
977 | </div> | |
63ad8e8a MB |
978 | </div> |
979 | </div> | |
980 | </section> | |
981 | <!-- End Donations --> | |
982 | ||
983 | <!-- Begin Promotion details --> | |
68ea8fbb | 984 | |
63ad8e8a MB |
985 | <section class="promotion-details"> |
986 | <div class="container"> | |
987 | <div class="row"> | |
988 | <div class="col-md-12"> | |
989 | <div class="panel-default"> | |
990 | <div class="panel-heading"> | |
991 | <h1 class="fix-margin">Promotion details</h1> | |
992 | </div> | |
993 | <div class="panel-body" id="promotion-details"> | |
a6180002 | 994 | <h2>Companies, distributors, and makers of freedom-friendly gadgets and media want to make it easier for you to give gifts that you feel good about. Check out these discounts and promotions.</h2> |
5fa80a50 | 995 | <!-- <ul style="list-style: none inside none;"> |
63ad8e8a MB |
996 | <li id="thinkpenguin-promotion"><strong>ThinkPenguin:</strong> Receive a 5% discount on any items you buy from the Web site. Ends at 00:00 EST on February 1st, 2017. Use the coupon code <span class="label label-default">FSFGIVING16</span> at checkout.</li> |
997 | <li id="libiquity-promotion"><strong>Libiquity:</strong> Receive a 5% rebate off your subtotal price for any items you buy from the Web site. Libiquity will donate 5% of each purchase's subtotal price to the FSF. Ends at 00:00 EST on February 1st, 2017. Claim the rebate by sending the code <span class="label label-default">FSFGIVING</span> and your order number to <a href="mailto:sales@libiquity.com">sales@libiquity.com</a>. Libiquity will then credit the rebate amount to your payment method.</li> | |
998 | <li id="technoethical-promotion"><strong>Technoethical:</strong> | |
5fa80a50 | 999 | Receive a 5% discount on any items you buy from the Web site. Ends at 00:00 EST on February 1st, 2017. Use the coupon code <span class="label label-default">FSFHOLIDAYS</span> at checkout.</li> --> |
47e5dd5d | 1000 | <li id="lulzbot-promotion"><strong>LulzBot: </strong><a href="https://www.lulzbot.com/black-friday-cyber-monday-preview">Black Friday and Cyber Monday discounts</a> are available through their site.</li> |
55793921 | 1001 | <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> |
5fa80a50 MB |
1002 | <li id="vikings-promotion"><strong>Vikings:</strong> 5% discount on <b>all</b> products and services between now and February 1, 2018. <b>Help the FSF!</b> Vikings will also make a donation for each product purchased using this code. Use the coupon code <span class="label label-default">fsfftw</span>.</li> |
1003 | ||
1004 | </ul> | |
63ad8e8a MB |
1005 | </div> |
1006 | </div> | |
1007 | </div> | |
1008 | <!-- End Panel --> | |
1009 | </div> | |
1010 | <!-- End Row --> | |
1011 | </div> | |
1012 | <!-- End Container --> | |
1013 | </section> | |
1014 | <!-- End Promotion details --> | |
1015 | ||
f5e11a56 MB |
1016 | |
1017 | <!-- Start Respects Your Freedom --> | |
1018 | <!-- <section class="promotion-details"> | |
a09163ab MB |
1019 | <div class="container"> |
1020 | <div class="row"> | |
1021 | <div class="col-md-12"> | |
1022 | <div class="panel-default"> | |
1023 | <div class="panel-heading"> | |
55793921 | 1024 | <h1 class="fix-margin">Respects Your Freedom</h1> |
a09163ab MB |
1025 | </div> |
1026 | <div class="panel-body" id="promotion-details"> | |
1f98d377 | 1027 | <p>The FSF certifies devices that <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">respects your freedoms</a>. These items arrive installed with free software, and you can see a <a href="https://www.fsf.org/resources/hw/endorsement/respects-your-freedom">complete list</a> of RYF products on FSF.org.</p> |
69477a35 | 1028 | <p>We would never recommend you use, run, or give proprietary software. However, one part of RYF certification is the promise that one can install any software they wish on the device. This includes proprietary software. Free software is about many things, including the right to choose what is on your device. We urge you to keep your gifts and own devices fully free—it's not only the responsible thing, but the right thing.</p> |
a09163ab MB |
1029 | </div> |
1030 | </div> | |
f5e11a56 | 1031 | </div> --> |
a09163ab MB |
1032 | <!-- End Panel --> |
1033 | </div> | |
1034 | <!-- End Row --> | |
1035 | </div> | |
1036 | <!-- End Container --> | |
1037 | </section> | |
55793921 | 1038 | <!-- End Respects Your Freedom --> |
a09163ab | 1039 | |
63ad8e8a MB |
1040 | <!-- Begin Licenses --> |
1041 | <section class="licenses"> | |
1042 | <div class="container"> | |
1043 | <div class="row"> | |
1044 | <div class="col-md-12"> | |
1045 | <div class="panel-default"> | |
1046 | <div class="panel-heading"> | |
1047 | <h1 class="fix-margin">Licenses</h1> | |
1048 | ||
1049 | </div> | |
1050 | <div class="panel-body" id="licenses"> | |
1051 | <p>This page by the Free Software Foundation is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 Unported.</a> | |
1052 | </p> | |
1053 | <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> | |
1054 | <ul style="list-style: none inside none;"> | |
1055 | <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li> | |
69bb52fe | 1056 | <li>LulzBot 3D printer photo by Aleph Objects is licensed under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li> |
69bb52fe | 1057 | <li>ThinkPenguin with GNU and both ThinkPenguin router images by ThinkPenguin are licensed under a <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li> |
932421b0 MB |
1058 | <li>Technoethical Replicant N2, Wi-Fi Dongle, and X200T by Technoethical 2016-2017 licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike Unported 4.0</a>.</li> |
1059 | <li>Photo of bookshelf by <a href="https://www.flickr.com/photos/seeminglee/4556156477/">See-ming Lee</a> licensed under a <a href="https://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 Unported</a> | |
63ad8e8a MB |
1060 | </div> |
1061 | </div> | |
1062 | </div> | |
1063 | <!-- End Panel --> | |
1064 | </div> | |
1065 | <!-- End Row --> | |
1066 | </div> | |
1067 | <!-- End Container --> | |
1068 | </section> | |
1069 | <!-- End Licenses --> | |
1070 | ||
1071 | <!--Begin Footer--> | |
1072 | <footer> | |
1073 | <div class="container-fluid"> | |
1074 | <div class="row"> | |
1075 | <div class="col-md-4 col-sm-4 footer-logo"> | |
1076 | <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a> | |
1077 | </div> | |
1078 | <div class="col-md-8 col-sm-8"> | |
1079 | <p>The FSF is a nonprofit with a worldwide mission to advance software freedom — | |
1080 | <a href="https://fsf.org/about">learn about our history and work.</a> | |
1081 | </p> | |
55793921 | 1082 | <p>Version 8.0. Copyright © 2004-2017 |
63ad8e8a MB |
1083 | <a href="https://fsf.org/about/contact.html" title="Find out how to contact us"> |
1084 | Free Software Foundation | |
1085 | </a>, Inc. | |
1086 | <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>. | |
1087 | </p> | |
1088 | </div> | |
1089 | </div> | |
1090 | <!-- End Row --> | |
1091 | </div> | |
1092 | <!-- End Container --> | |
1093 | </footer> | |
1094 | <!-- End Footer --> | |
1095 | ||
1096 | <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
1097 | <script src="js/jquery.js" charset="utf-8"></script> | |
1098 | <!-- Include all compiled plugins (below), or include individual files as needed --> | |
1099 | <script src="js/bootstrap.js" charset="utf-8"></script> | |
1100 | <!-- Our JS --> | |
1101 | <script src="js/magic.js" charset="utf-8"></script> | |
1102 | ||
1103 | <!-- Piwik --> | |
1104 | <script type="text/javascript"> | |
1105 | // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt | |
1106 | var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/"); | |
1107 | document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E")); | |
1108 | try { | |
1109 | var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14); | |
1110 | piwikTracker.trackPageView(); | |
1111 | piwikTracker.enableLinkTracking(); | |
1112 | } catch (err) {} | |
1113 | // @license-end | |
1114 | </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript> | |
1115 | <!-- End Piwik Tracking Code --> | |
1116 | <a href="js/weblabels.html" rel="jslicense"></a> | |
1117 | </body> | |
1118 | ||
1119 | </html> |