Adding Technoethical x200.
[fsf-giving-guide.git] / v7 / givingguide.html
CommitLineData
0bca8dc5
ZR
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 gifts, compared with their restrictive counterparts.">
11
12 <!-- Some Colors -->
13 <!-- Chrome, Firefox OS and Opera -->
14 <meta name="theme-color" content="#2caf8f">
15 <!-- Windows Phone -->
16 <meta name="msapplication-navbutton-color" content="#2caf8f">
17
18 <link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
19 <link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
20 <link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
21 <link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
22 <link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
23 <link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
24 <link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
25 <link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
26 <link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
27 <link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
28 <link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
29 <link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
30 <link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
31 <meta name="msapplication-TileColor" content="#2caf8f">
32 <meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
33 <meta name="theme-color" content="#2caf8f">
34
35 <!-- Bootstrap -->
36 <link rel="stylesheet" href="css/bootstrap.min.css">
37
38 <!-- Animate CSS -->
39 <link rel="stylesheet" href="css/animate.css">
40
41 <!-- Our CSS -->
42 <link rel="stylesheet" href="css/master.css">
43
5533a0ae 44 <script type="text/javascript">
807a00dc
ZR
45 /** @licstart The following is the entire license notice for the
46 * JavaScript code in this page
47 *
48 * Copyright (C) 2014-2016 Free Software Foundation
49 *
50 * The JavaScript code in this page is free software: you can
51 * redistribute it and/or modify it under the terms of the GNU
52 * General Public License (GNU GPL) as published by the Free Software
53 * Foundation, either version 3 of the License, or (at your option)
54 * any later version. The code is distributed WITHOUT ANY WARRANTY;
55 * without even the implied warranty of MERCHANTABILITY or FITNESS
56 * FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
57 *
58 * As additional permission under GNU GPL version 3 section 7, you
59 * may distribute non-source (e.g., minimized or compacted) forms of
60 * that code without the copy of the GNU GPL normally required by
61 * section 4, provided you include this license notice and a URL
62 * through which recipients can access the Corresponding Source.
63 *
64 * @licend The above is the entire license notice
65 * for the JavaScript code in this page.
66 */
5533a0ae 67 </script>
0bca8dc5
ZR
68
69 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
70 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
71 <!--[if lt IE 9]>
72 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
73 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
74 <![endif]-->
75</head>
76
77<!-- ATTRACTIVE INFORMATIONAL ALERT / ASIDE BLOCK, SAVED HERE FOR REFERENCE
78
807a00dc
ZR
79<div class="alert alert-success center-block">
80<li class="info">
81<p>
82Many 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).
83</p>
84</li>
85</div>
0bca8dc5
ZR
86-->
87
88<body>
89 <nav class="navbar navbar-default">
90 <div class="container-fluid">
91 <!-- Brand and toggle get grouped for better mobile display -->
92 <div class="navbar-header">
93 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-links" aria-expanded="false">
94 <span class="sr-only">Toggle navigation</span>
95 <span class="icon-bar bar1"></span>
96 <span class="icon-bar bar2"></span>
97 <span class="icon-bar bar3"></span>
98 </button>
99 <a class="navbar-brand" href="https://fsf.org/"><img class="brand" src="img/logo.png" alt="FSF" width="180" /></a>
100 <!-- <span class="label label-warning"><a href="http://fsf.org/jfb">Join the FSF</a></span> -->
101
102 </div>
103
104 <!-- Collect the nav links, forms, and other content for toggling -->
105 <div class="collapse navbar-collapse" id="navbar-links">
106 <ul class="nav navbar-nav">
107 <li><a class="animated fadeIn" href="https://www.fsf.org/about/">About the FSF</a></li>
108 <li><a class="animated fadeIn" href="https://www.fsf.org/campaigns/">Campaigns</a></li>
109 <li><a class="animated fadeIn" href="https://www.fsf.org/donate/">Donate</a></li>
110 <li><a class="animated fadeIn" href="http://shop.fsf.org/">Shop</a>
111 </ul>
112
113 </div>
114 <!-- /.navbar-collapse -->
115 </div>
116 <!-- /.container-fluid -->
117 </nav>
118
119 <!--Begin Intro-->
120 <section class="intro" id="intro">
121 <div class="container">
122 <div class="row">
123 <div class="illustration col-md-6">
124 <img src="img/Illustration.png" alt="large-illutration" class="img-responsive center-block" />
125 </div>
126 <div class="intro-text col-md-6">
127 <h1>Are you giving your loved ones tech gifts they can use freely?</h1>
128 <h4>Or gifts which put someone else in control?</h4>
129 <p>
130 Electronics are popular gifts, but people often overlook the restrictions that manufacturers slip under the wrapping paper. From remote deletion of files to harsh rules about copying and sharing, some gifts take more than they give.
131 </p>
04d5bca2 132 <h4>More ethical options</h4>
0bca8dc5 133 <p>
04d5bca2 134 The good news is that there are ethical companies making better devices that your loved ones can enjoy with freedom and privacy. This is the Free Software Foundation's guide to smarter gifts, compared with their restrictive counterparts.
0bca8dc5
ZR
135 </p>
136 </div>
137 </div>
138 </div>
139 </section>
140 <!--End Intro-->
141
142 <!--Begin Actions-->
143 <section class="actions" id="actions">
144 <div class="container">
145 <div class="row">
146 <!-- Begin Action -->
147 <div class="action col-md-4 col-sm-4 text-center">
148 <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">Share</a>
149 <p>
150 Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
151 </p>
152 </div>
153 <!-- End Action -->
154
155 <!-- Begin Action -->
156 <div class="action col-md-4 col-sm-4 text-center">
157 <a class="action-button" href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Lead an event</a>
158 <p>
159 Print and distribute to holiday shoppers.
160 </p>
161
162 </div>
163 <!-- End Action -->
164
165 <!-- Begin Action -->
166 <div class="action col-md-4 col-sm-4 text-center">
167 <a class="action-button" href="#charities">Donate instead</a>
168 <p>
169 Help a free software organization in a friend's name.
170 </p>
171 </div>
172 <!-- End Action -->
173 </div>
174 <!-- End Row -->
175 </div>
176 <!-- End Container -->
177 </section>
178 <!--End Actions-->
179
180 <!--Begin Comparisons-->
181 <section class="comparisons">
182
183 <!--Smartphones-->
184 <div class="container smartphones">
185 <h3 class="title text-center">Smartphones</h3>
186 <div class="row is-table-row">
187 <div class="good col-md-6 col-sm-6" style="position:relative">
7545fbf8 188 <img src="//static.fsf.org/nosvn/images/technoethical-replicant-s3.png" alt="replicant phone" class="center-block" />
0bca8dc5
ZR
189 <h5 class="text-center">Galaxy S3 with Replicant</h5>
190
191 <!-- Buy/Download Button -->
192 <a id="get-item" class="btn get-item" role="button" data-toggle="collapse" href="#sellers" aria-expanded="false" aria-controls="sellers" style="display:none">
193 BUY
194 <!-- Begin Sale -->
195 <span class="sale" >sale</span>
196 <!-- End Sale -->
197 </a>
198 <div class="collapse" id="sellers">
199 <div class="center-block seller-group">
200 <p style="color: #6b6b6b">
201 <strong>Get it from</strong>
202 </p>
299aed6f 203 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
0bca8dc5 204 <div class="sale-info links">
299aed6f 205 <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5
ZR
206 </div>
207 </div>
208 </div>
209
210 <script>
211 document.getElementById('get-item').style.display = '';
212 </script>
213 <noscript>
214 <div class="center-block seller-group">
215 <p style="color: #6b6b6b">
216 <strong>Get it from</strong>
217 </p>
299aed6f 218 <a href="https://tehnoetic.com/tehnoetic-s3-phone-replicant" class="seller action-button">Technoethical</a>
0bca8dc5 219 <p class="sale-info links">
299aed6f 220 <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5
ZR
221 </p>
222 <!-- End Sale Info -->
223 </div>
224 </noscript>
225 <!-- End Buy/Download button -->
226
227 <ul class="pros">
228
807a00dc
ZR
229 <li>
230 Runs the <a href="http://www.replicant.us">Replicant</a> free operating system, based on Android. Caveat: its modem hardware separately runs a nonfree system.
231 </li>
232 <li>
233 Features <a href="https://www.f-droid.org/">F-Droid</a>, the free software catalogue that makes it easy to get all the applications you need without sacrificing control of your phone.
234 </li>
0bca8dc5
ZR
235 </ul>
236 </div>
237 <!--End Good-->
238
239 <div class="bad col-md-6 col-sm-6">
240 <img src="img/products/iphone-blocked.png" alt="iphone" class="center-block fix-iphone" />
241 <h5 class="text-center">iPhone</h5>
242 <ul class="cons">
243 <li>Comes with no shortage of <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareIniThings">spyware</a>.</li>
244 <li>
245 iOS is a fully proprietary operating system, giving Apple control over the software on the devices.
246 </li>
247 <li>
248 Apple uses <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to block competing software.
249 </li>
250 </ul>
251 </div>
252 <!--End Bad-->
253 </div>
254 <!--End Row-->
255 </div>
256 <!--End Container-->
257
807a00dc 258 <!--Full-Sized Laptops-->
0bca8dc5 259 <div class="container">
807a00dc 260 <h3 class="title text-center">Full-Sized Laptops</h3>
0bca8dc5
ZR
261 <div class="row is-table-row">
262 <div class="good col-md-6 col-sm-6">
263 <img src="img/products/t400.png" alt="t400" class="center-block" />
264 <h5 class="text-center">T400 with GNU/Linux</h5>
265
0bca8dc5
ZR
266 <!-- Buy/Download Button -->
267 <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">
268 BUY
04d5bca2
ZR
269 <!-- Begin Sale -->
270 <span class="sale" >sale</span>
271 <!-- End Sale -->
0bca8dc5
ZR
272 </a>
273 <div class="collapse" id="sellers-full">
274 <div class="center-block seller-group">
275 <p style="color: #6b6b6b">
276 <strong>Get it from</strong>
277 </p>
299aed6f 278 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
04d5bca2 279 <p class="sale-info links">
299aed6f 280 <a href="#technoethical-promotion">Sale details.</a>
04d5bca2 281 </p>
0bca8dc5
ZR
282 </div>
283 </div>
284
285 <script>
286 document.getElementById('get-item-full').style.display = '';
287 </script>
288 <noscript>
289 <div class="center-block seller-group">
290 <p style="color: #6b6b6b">
291 <strong>Get it from</strong>
292 </p>
299aed6f 293 <a href="https://tehnoetic.com/tet-t400" class="seller action-button">Technoethical</a>
04d5bca2 294 <p class="sale-info links">
299aed6f 295 <a href="#technoethical-promotion">Sale details.</a>
04d5bca2 296 </p>
0bca8dc5
ZR
297 </div>
298 </noscript>
299 <!-- End Buy/Download button -->
300
301 <ul class="pros">
04d5bca2 302 <li>Runs the <a href="https://www.gnu.org/distros/free-distros.en.html">FSF-endorsed</a> Trisquel operating system and libreboot firmware.</li>
40ccd981 303 <li>Durable hardware is meant to last and is easy to repair.</li>
0bca8dc5
ZR
304 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
305 </ul>
306
307 </div>
308 <!--End Good-->
309
310 <div class="bad col-md-6 col-sm-6">
311 <img src="img/products/macbook-blocked.png" alt="macbook" class="center-block fix-macbook" />
312 <h5 class="text-center">Apple Macbook Pro with macOS</h5>
313 <ul class="cons">
314 <li>Runs on proprietary software that restricts the user's freedoms.</li>
315 <li>
316 Apple's App Store uses <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to restrict what you can do with your purchases.
317 </li>
318 <li>Comes crawling with <a href="https://www.gnu.org/philosophy/proprietary-surveillance.html#SpywareInMacOS">spyware</a>.</li>
319 </ul>
320 </div>
321 <!--End Bad-->
322 </div>
323 <!--End Row-->
324 </div>
325 <!--End Container-->
326 <!--Compact Laptops-->
327 <div class="container">
328 <h3 class="title text-center">Compact Laptops</h3>
329 <div class="row is-table-row">
330 <div class="good col-md-6 col-sm-6">
331 <img src="img/products/x200.png" alt="x200" class="center-block" />
332 <h5 class="text-center">X200 with GNU/Linux</h5>
333
334 <!-- Buy/Download Button -->
335 <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">
336 BUY
337 <!-- Begin Sale -->
338 <span class="sale" >sale</span>
339 <!-- End Sale -->
340 </a>
341 <div class="collapse" id="sellers-compact">
342 <div class="center-block seller-group">
343 <p style="color: #6b6b6b">
344 <strong>Get it from</strong>
345 </p>
346
347 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
348 <p class="sale-info links">
9bfd3fb5
ZR
349 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>
350
351 </p>
352 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
353 <p class="sale-info links">
354 Technoethical's X200 has not yet been evaluated for <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certification, but global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5 355 </p>
04d5bca2 356 <!--<a href="https://minifree.org/product/libreboot-x200/" class="seller action-button">Minifree</a>-->
0bca8dc5
ZR
357 </div>
358 </div>
359
360 <script>
361 document.getElementById('get-item-compact').style.display = '';
362 </script>
363 <noscript>
364 <div class="center-block seller-group">
365 <p style="color: #6b6b6b">
366 <strong>Get it from</strong>
367 </p>
368 <a href="https://shop.libiquity.com/product/taurinus-x200" class="seller action-button">Libiquity</a>
369 <p class="sale-info links">
9bfd3fb5 370 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>
0bca8dc5 371 </p>
9bfd3fb5
ZR
372 <a href="https://tehnoetic.com/tet-x200" class="seller action-button">Technoethical</a>
373 <p class="sale-info links">
374 Technoethical's X200 has not yet been evaluated for <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certification, but global shipping is available. <a href="#technoethical-promotion">Sale details.</a>
375 </p>
376 <!--<a href="https://minifree.org/product/libreboot-x200/" class="seller action-button">Minifree</a>--> </div>
0bca8dc5
ZR
377 </noscript>
378 <!-- End Buy/Download button -->
379 <ul class="pros">
9bfd3fb5 380 <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>
40ccd981 381 <li>Durable hardware is meant to last and is easy to repair.</li>
0bca8dc5
ZR
382 <li>Created by a small business that replaces all restrictive components from a stock laptop.</li>
383 </ul>
384
385 </div>
386 <!--End Good-->
387
388 <div class="bad col-md-6 col-sm-6">
389 <img src="img/products/lenovo-blocked.png" alt="lenovo" class="center-block" />
390 <h5 class="text-center">Lenovo U31 with Windows</h5>
391 <ul class="cons">
392 <li>Runs on proprietary software 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
393 data.
394 </li>
395 <!-- Commented out pending citation or confirmation <li>Includes Management Engine, a hardware-based backdoor that gives Intel a permanent backdoor into your computer.</li>-->
396 <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>
397 </ul>
398 </div>
399 <!--End Bad-->
400 </div>
401 <!--End Row-->
402 </div>
403 <!--End Container-->
404
405 <!-- Begin Recommended Template -->
406 <div class="container-fluid recommended-section">
407 <!-- <h1 class="text-center"></h1> -->
408 <div class="row">
409 <div class="col-md-5 col-sm-6 recommended-img">
410 <img src="img/products/eoma.png" alt="LibreTea Computer Card in Earth-friendly chassis" class="center-block" />
411
412 <!-- Buy/Download Button -->
413 <a href="https://www.crowdsupply.com/eoma68/micro-desktop" class="btn get-item" role="button" href="#sellers-card">PRE-ORDER</a>
414 <!-- End Buy/Download button -->
415
416
417 </div>
418 <div class="col-md-7 col-sm-6">
419 <h5 class="text-center">LibreTea computer in modular chassis</h5>
807a00dc
ZR
420 <ul class="pros">
421 <li>Interchangeable components for easy repairs and reduced waste.</li>
422 <li>Hardware designs available so you can 3D-print new parts!</li>
04d5bca2 423 <li>Comes with the <a href="https://www.gnu.org/distros/free-distros.en.html">Free Software Foundation-endorsed</a> Parabola operating system. This product is pending <a href="https://www.fsf.org/ryf">Respects Your Freedom</a> certification.</li>
807a00dc 424 </ul>
0bca8dc5
ZR
425 </div>
426 </div>
427 <!-- End Row -->
428 </div>
429 <!-- End Container -->
430
431 <!--3D Printers-->
432 <div class="container">
433 <h3 class="title text-center">3D Printers</h3>
434 <div class="row is-table-row">
435 <div class="good col-md-6 col-sm-6">
436 <img src="img/products/lulzbot.png" alt="lulzbot" class="center-block" />
807a00dc 437 <h5 class="text-center">LulzBot Mini</h5>
0bca8dc5
ZR
438
439 <!-- Buy/Download Button -->
440 <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">
441 BUY
442 <!-- Begin Sale -->
443 <span class="sale" >sale</span>
444 <!-- End Sale -->
445 </a>
446 <div class="collapse" id="sellers-print">
447 <div class="center-block seller-group">
448 <p style="color: #6b6b6b">
449 <strong>Get it from</strong>
450 </p>
807a00dc 451 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
0bca8dc5
ZR
452 <p class="sale-info links">
453 <a href="#lulzbot-promotion">Sale details.</a>
454 </p>
455 </div>
456 </div>
457
458 <script>
459 document.getElementById('get-item-print').style.display = '';
460 </script>
461 <noscript>
462 <div class="center-block seller-group">
463 <p style="color: #6b6b6b">
464 <strong>Get it from</strong>
465 </p>
807a00dc 466 <a href="https://www.lulzbot.com/store?pk_campaign=fsf16&pk_kwd=store" class="seller action-button">LulzBot</a>
0bca8dc5
ZR
467 <p class="sale-info links">
468 <a href="#lulzbot-promotion">Sale details.</a>
469 </p>
470 </div>
471 </noscript>
472 <!-- End Buy/Download button -->
473 <ul class="pros">
474 <li><a href="https://www.fsf.org/ryf">Respects Your Freedom-certified</a> by the FSF to run with all free software, making 3D printing more accessible and encouraging innovation.</li>
807a00dc 475 <li>Performance and seamless interface <a href="http://www.tomsguide.com/us/lulzbot-mini-3d-printer,review-2744.html">earned it "Editor's Choice"</a> in Tom's Guide's 2016 3D printer comparison.</li>
0bca8dc5
ZR
476 <li>Hardware designs available to make customization easy. Standardized material format allows 3D printing with plastics, wood-, stone-, bamboo-, rubber-, and metal-like materials.</li>
477 </ul>
478 </div>
479 <!--End Good-->
480
481 <div class="bad col-md-6 col-sm-6">
482 <img src="img/products/printer-blocked.png" alt="printer" class="center-block" />
483 <h5 class="text-center">Makerbot Replicator Mini</h5>
484 <ul class="cons">
485 <li>
486 MakerWare software is proprietary, restricting freedom and stifling innovation.
487 </li>
488
489 <li>
490 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.
491 </li>
492 </ul>
493 </div>
494 <!--End Bad-->
495 </div>
496 <!--End Row-->
497 </div>
498 <!--End Container-->
499
500 <!-- Begin Recommended Template -->
501 <div class="container-fluid recommended-section">
502 <!-- <h1 class="text-center"></h1> -->
503 <div class="row">
504 <div class="col-md-5 col-sm-6 recommended-img">
7545fbf8 505 <img src="//static.fsf.org/nosvn/images/technoethical-adapter.png" alt="Mini Wi-Fi Adapter" class="center-block" />
0bca8dc5
ZR
506
507 <!-- Buy/Download Button -->
508 <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;">
509 BUY
510 <!-- Begin Sale -->
511 <span class="sale">sale</span>
512 <!-- End Sale -->
513 </a>
514 <div class="collapse" id="sellers-mini-adapter">
515 <div class="center-block seller-group">
299aed6f 516 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
0bca8dc5 517 <p class="sale-info links">
299aed6f 518 <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5
ZR
519 </p>
520 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
521 <p class="sale-info links">
522 <a href="#thinkpenguin-promotion">Sale details.</a>
523 </p>
524 </div>
525 </div>
526
527 <script>
528 document.getElementById('get-item-mini-adapter').style.display = '';
529 </script>
530 <noscript>
531 <div class="center-block seller-group">
532 <p style="color: #6b6b6b">
533 <strong>Get it from</strong>
534 </p>
299aed6f 535 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150" class="seller action-button" class="seller action-button">Technoethical</a>
0bca8dc5
ZR
536
537 <p class="sale-info links">
299aed6f 538 <a href="#technoethical-promotion">Sale details.</a>
0bca8dc5
ZR
539 </p>
540 <a href="https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb" class="seller action-button">ThinkPenguin</a>
541 <p class="sale-info links">
542 <a href="#thinkpenguin-promotion">Sale details.</a>
543 </p>
544 </div>
545 </noscript>
546 <!-- End Buy/Download button -->
547
548 </div>
549 <div class="col-md-7 col-sm-6">
550 <h5 class="text-center">Mini Wi-Fi Adapter</h5>
551 <ul class="pros">
552 <li>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware. If you use a laptop listed in this guide, an adapter like this won't be necessary.</li>
553 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
554 </ul>
555 </div>
556 </div>
557 <!-- End Row -->
558 </div>
559 <!-- End Container -->
560
561 <!-- Begin Recommended Template -->
562 <div class="container-fluid recommended-section">
563 <!-- <h1 class="text-center"></h1> -->
564 <div class="row">
565 <div class="col-md-5 col-sm-6 recommended-img">
566 <img src="img/products/thinkpenguin-long-range-adapter.png" alt="Long-range Wi-Fi Adapter" class="center-block" />
567
568 <!-- Buy/Download Button -->
569 <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;">
570 BUY
571 <!-- Begin Sale -->
572 <span class="sale">sale</span>
573 <!-- End Sale -->
574 </a>
575 <div class="collapse" id="sellers-long-range-adapter">
576 <div class="center-block seller-group">
577 <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>
578 <p class="sale-info links">
579 <a href="#thinkpenguin-promotion">Sale details.</a>
580 </p>
581 </div>
582 </div>
583
584 <script>
585 document.getElementById('get-item-long-range-adapter').style.display = '';
586 </script>
587 <noscript>
588 <div class="center-block seller-group">
589 <p style="color: #6b6b6b">
590 <strong>Get it from</strong>
591 </p>
592 <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>
593 <p class="sale-info links">
594 <a href="#thinkpenguin-promotion">Sale details.</a>
595 </p>
596 </div>
597 </noscript>
598 <!-- End Buy/Download button -->
599
600 </div>
601 <div class="col-md-7 col-sm-6">
602 <h5 class="text-center">Long-Range Wi-Fi Adapter
807a00dc 603 </h5>
0bca8dc5
ZR
604 <ul class="pros">
605 <li>More powerful than its smaller cousin, and can be further upgraded with a larger antenna.</li>
0bca8dc5
ZR
606 <li><a href="https://www.fsf.org/ryf">Certified to Respect Your Freedom</a>.</li>
607 </ul>
608 </div>
609 </div>
610 <!-- End Row -->
611 </div>
612 <!-- End Container -->
613
614 <!--eBooks-->
615 <div class="container">
616 <h3 class="title text-center">eBooks</h3>
617 <div class="row is-table-row">
618 <div class="good col-md-6 col-sm-6">
619 <img src="img/products/gutenberg.png" alt="gutenberg" class="center-block" />
620 <h5 class="text-center">Project Gutenberg</h5>
621
622 <!-- Buy/Download Button -->
623 <a href="https://www.gutenberg.org/" class="btn get-item" role="button" href="#sellers-card">DOWNLOAD</a>
624 <!-- End Buy/Download button -->
625 <ul class="pros">
626 <li>All of the ebooks are gratis, including classics like Peter Pan and Huck Finn.</li>
627 <li>The original purveyor of eBooks free of <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> (Digital Restrictions Management), <a href="https://www.defectivebydesign.org/guide/ebooks">inspiring many others</a>.</li>
628 <li>Enjoy the freedom to read your ebooks on any device.</li>
629 </ul>
630 </div>
631 <!--End Good-->
632
633 <div class="bad col-md-6 col-sm-6">
634 <img src="img/products/amazon-blocked.png" alt="amazon" class="center-block fix-amazon" />
635 <h5 class="text-center">Amazon.com</h5>
636 <ul class="cons">
637 <li>
638 Amazon can remotely block or delete individual ebooks or your entire library with no warning or explanation (<a href="http://www.defectivebydesign.org/node/2250">they've done it before</a>).
639 </li>
640 <li>
641 Amazon uses <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to prevent you from sharing your favorite books with friends or moving them between readers.
642 </li>
643 <li>
644 Amazon openly claims
645 <a href="http://www.defectivebydesign.org/amazon-kindle-swindle">you don't actually own or control your ebooks.</a>
646 </li>
0bca8dc5
ZR
647 </ul>
648 </div>
649 <!--End Bad-->
650 </div>
651 <!--End Row-->
652 </div>
653 <!--End Container-->
654
807a00dc
ZR
655 <div class="alert alert-success center-block">
656 <li class="info">
04d5bca2
ZR
657 <p>The Free Software Foundation, as a small publisher of
658 books, recommends not purchasing on Amazon. If you do, please use <a class="alert-link" href="https://smile.amazon.com">smile.amazon.com</a> to designate a nonprofit to receive some of the money.</p>
659 </li>
660 </div>
0bca8dc5 661
04d5bca2
ZR
662 <!--Graphic Design-->
663 <div class="container">
664 <h3 class="title text-center">Graphic Design</h3>
665 <div class="row is-table-row">
666 <div class="good col-md-6 col-sm-6">
667 <img src="img/products/gimp-inkscape.png" alt="GIMP and Inskacape" class="center-block" />
668 <h5 class="text-center">GIMP and Inkscape</h5>
669
670 <!-- Buy/Download Button -->
671 <a id="get-item-gimp" class="btn get-item" role="button" data-toggle="collapse" href="#sellers-gimp" aria-expanded="false" aria-controls="sellers-gimp" style="display:none; width: 150px; margin-left: -75px;">
672 DOWNLOAD
673 </a>
674 <div class="collapse" id="sellers-gimp">
675 <div class="center-block seller-group">
676 <a href="https://www.gimp.org/downloads/" class="seller action-button" style="background-color: #565040; color: white">GIMP</a>
677 <a href="https://inkscape.org/en/" class="seller action-button" style="background-color: #000; color: white">Inkscape</a>
678 </div>
0bca8dc5 679 </div>
0bca8dc5 680
04d5bca2
ZR
681 <script>
682 document.getElementById('get-item-gimp').style.display = '';
683 </script>
684 <noscript>
685 <div class="center-block seller-group">
686 <p style="color: #6b6b6b">
687 </p>
688 <a href="https://www.gimp.org/downloads/" class="seller action-button" style="background-color: #565040; color: white">GIMP</a>
689 <a href="https://inkscape.org/en/" class="seller action-button" style="background-color: #000; color: white">Inkscape</a>
690 </div>
691 </noscript>
692 <!-- End Buy/Download button -->
693 <ul class="pros">
694 <li>Free software, with thriving developer communities.</li>
695 <li>Designed for free formats, but can also open files created in other programs.</li>
696 <li>Wide variety of plugins grants limitless features.</li>
697 <li>Easy to install on all major operating systems.</li>
698 </ul>
699 </div>
700 <!--End Good-->
701
702 <div class="bad col-md-6 col-sm-6">
703 <img src="img/products/adobe-blocked.png" alt="adobe" class="center-block" />
704 <h5 class="text-center">Photoshop and Illustrator</h5>
705 <ul class="cons">
706 <li>Proprietary software controlled by Adobe.</li>
707 <li>Shuts down when its DRM is unable to verify the costly required subscription, even if it's actually up to date.</li>
708 <li>Prefers locked-down proprietary formats.</li>
709 </ul>
710 </div>
711 <!--End Bad-->
0bca8dc5 712 </div>
04d5bca2 713 <!--End Row-->
0bca8dc5 714 </div>
04d5bca2 715 <!--End Container-->
0bca8dc5 716
0bca8dc5 717
04d5bca2
ZR
718 <!-- Begin Recommended Template -->
719 <div class="container-fluid recommended-section">
720 <!-- <h1 class="text-center"></h1> -->
721 <div class="row">
722 <div class="col-md-5 col-sm-6 recommended-img">
723 <img src="img/products/thinkpenguin-mini-router.png" alt="VPN Router" class="center-block" />
724
725 <!-- Buy/Download Button -->
726 <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;">
727 BUY
728 <!-- Begin Sale -->
729 <span class="sale">sale</span>
730 <!-- End Sale -->
731 </a>
732 <div class="collapse" id="sellers-vpn-router">
733 <div class="center-block seller-group">
734 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
735 <p class="sale-info links">
736 <a href="#thinkpenguin-promotion">Sale details.</a>
737 </p>
738 </div>
0bca8dc5 739 </div>
807a00dc 740
04d5bca2
ZR
741 <script>
742 document.getElementById('get-item-vpn-router').style.display = '';
743 </script>
744 <noscript>
745 <div class="center-block seller-group">
746 <p style="color: #6b6b6b">
747 <strong>Get it from</strong>
748 </p>
749 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-mini-vpn-router-tpe-r1100" class="seller action-button">ThinkPenguin</a>
750 <p class="sale-info links">
751 <a href="#thinkpenguin-promotion">Sale details.</a>
752 </p>
753 </div>
754 </noscript>
755 <!-- End Buy/Download button -->
807a00dc 756
04d5bca2
ZR
757 </div>
758 <div class="col-md-7 col-sm-6">
759 <h5 class="text-center">VPN Router</h5>
760 <ul class="pros">
761 <li>Designed to complement your existing router by providing a VPN that enhances privacy and security and circumvents network controls.</li>
762 <li>Designed for easy set-up.</li>
763 <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>
764 </ul>
765 </div>
807a00dc 766 </div>
04d5bca2 767 <!-- End Row -->
807a00dc 768 </div>
04d5bca2 769 <!-- End Container -->
0bca8dc5 770
04d5bca2
ZR
771 <!--Gift Cards-->
772 <div class="container">
773 <h3 class="title text-center">Gift Cards</h3>
774 <div class="row is-table-row">
775 <div class="good col-md-6 col-sm-6">
776 <img src="img/products/fsf-card.png" alt="fsf card" class="center-block" />
777 <h5 class="text-center">FSF Membership Card</h5>
778
779 <!-- Buy/Download Button -->
780 <a href="https://my.fsf.org/join" class="btn get-item" role="button" href="#sellers-card">BUY</a>
781 <!-- End Buy/Download button -->
782 <ul class="pros">
783 <li>Join over 3,500 active members working to make a better world built on free software.</li>
784 <li>Enjoy a host of <a href="https://www.fsf.org/associate/benefits">member benefits</a>, including admission to the <a href="https://www.libreplanet.org/conference">yearly LibrePlanet conference</a>.</li>
785 <li>Membership donations are tax-deductible in the US. For a smaller gift, <a href="https://www.fsf.org/donate">donate in a friend's name</a>.</li>
786 </ul>
0bca8dc5 787
04d5bca2
ZR
788 </div>
789 <!--End Good-->
0bca8dc5 790
04d5bca2
ZR
791 <div class="bad col-md-6 col-sm-6">
792 <img src="img/products/itunes-blocked.png" alt="itunes" class="center-block fix-itunes" />
793 <h5 class="text-center">iTunes Cards</h5>
794 <ul class="cons">
795 <li> <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> on everything (except music) controls what you can do with your purchases.
796 </li>
0bca8dc5 797
04d5bca2 798 <li> Apple claims (wrongly) that you don't actually own anything you buy from the iTunes store.</li>
0bca8dc5 799
04d5bca2
ZR
800 <li> Requires proprietary software to use, even to download DRM-free music.</li>
801 </ul>
802 </div>
803 <!--End Bad-->
0bca8dc5 804 </div>
04d5bca2 805 <!--End Row-->
0bca8dc5 806
04d5bca2
ZR
807 </div>
808 <!--End Container-->
0bca8dc5 809
0bca8dc5 810
04d5bca2
ZR
811 </section>
812 <!--End comparisons-->
0bca8dc5 813
04d5bca2
ZR
814 <!-- Begin Donations -->
815 <section class="charities" id="charities">
816 <div class="container">
817 <h1 class="text-center">Recommended organizations for holiday donations</h1>
818 <div class="row">
819 <div class="col-md-3 col-sm-4 col-xs-6">
820 <a href="http://www.sfconservancy.org/"><img src="img/charities/sfc.png" alt="sfc" class="center-block img-responsive" /></a>
821 </div>
822 <div class="col-md-3 col-sm-4 col-xs-6">
823 <a href="http://www.eff.org/"><img src="img/charities/eff.png" alt="eff" class="center-block img-responsive" /></a>
824 </div>
825 <div class="col-md-3 col-sm-4 col-xs-6">
826 <a href="http://www.creativecommons.org/"><img src="img/charities/cc.png" alt="cc" class="center-block img-responsive" /></a>
827 </div>
828 <div class="col-md-3 col-sm-4 col-xs-6">
829 <a href="http://wikimedia.org/"><img src="img/charities/wikimedia.png" alt="wikimedia" class="center-block img-responsive" /></a>
830 </div>
831 <div class="col-md-3 col-sm-4 col-xs-6">
832 <a href="http://www.softwarefreedom.org/"><img src="img/charities/sflc.png" alt="sflc" class="center-block img-responsive" /></a>
833 </div>
834 <div class="col-md-3 col-sm-4 col-xs-6">
835 <a href="http://www.gnome.org/"><img src="img/charities/gnome.png" alt="gnome" class="center-block img-responsive" /></a>
836 </div>
837 <div class="col-md-3 col-sm-4 col-xs-6">
838 <a href="https://ceata.org/"><img src="img/charities/ceata.png" alt="ceata" class="center-block img-responsive" /></a>
839 </div>
840 <div class="col-md-3 col-sm-4 col-xs-6">
841 <a href="http://www.fsf.org/"><img src="img/charities/fsf.png" alt="fsf" class="center-block img-responsive" /></a>
0bca8dc5 842 </div>
0bca8dc5 843 </div>
0bca8dc5 844 </div>
0bca8dc5 845 </section>
04d5bca2 846 <!-- End Donations -->
0bca8dc5 847
04d5bca2
ZR
848 <!-- Begin Promotion details -->
849 <section class="promotion-details">
0bca8dc5
ZR
850 <div class="container">
851 <div class="row">
852 <div class="col-md-12">
853 <div class="panel-default">
854 <div class="panel-heading">
04d5bca2 855 <h1 class="fix-margin">Promotion details</h1>
0bca8dc5 856 </div>
04d5bca2
ZR
857 <div class="panel-body" id="promotion-details">
858
0bca8dc5 859 <ul style="list-style: none inside none;">
04d5bca2 860 <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>
40ccd981 861 <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>
299aed6f 862 <li id="technoethical-promotion"><strong>Technoethical:</strong>
04d5bca2
ZR
863 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>
864 <li id="lulzbot-promotion"><strong>LulzBot:</strong> Receive two gratis, 1 kilogram reels of <a href="https://www.lulzbot.com/store/filament/ngen?pk_campaign=fsf16&pk_kwd=ngen">nGen</a> filament when you buy any 3D printer. Ends at 00:00 EST on February 1st, 2017. Use the coupon code <span class="label label-default">FSF2016</span>. Cannot be combined with other offers.</li>
865 </ul>
866 </div>
0bca8dc5
ZR
867 </div>
868 </div>
04d5bca2 869 <!-- End Panel -->
0bca8dc5 870 </div>
04d5bca2
ZR
871 <!-- End Row -->
872 </div>
873 <!-- End Container -->
874 </section>
875 <!-- End Promotion details -->
876
877 <!-- Begin Licenses -->
878 <section class="licenses">
879 <div class="container">
880 <div class="row">
881 <div class="col-md-12">
882 <div class="panel-default">
883 <div class="panel-heading">
884 <h1 class="fix-margin">Licenses</h1>
885
886 </div>
887 <div class="panel-body" id="licenses">
888 <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>
889 </p>
890 <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>
891 <ul style="list-style: none inside none;">
892 <li>X200, T400, iPhone, and ISP-provided router images are in the public domain.</li>
893 <li>LulzBot 3D printer photo by Aleph Objects is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
894 <li>FSF USB membership card by FSF is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
895 <li>iTunes gift card is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
896 <li>ThinkPenguin with GNU and both ThinkPenguin router images by ThinkPenguin are licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
897 <li>Macbook Pro PSD by andrew-gw is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
898 <li>Astounding Stories is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported.</a></li>
899 <li>The Inkscape and GIMP logos are licensed under the <a href="https://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.</li>
900 <li>The Amazon, iOS, YouTube, Google Drive and Adobe Photoshop and Illustrator logos are registered trademarks.</li>
299aed6f 901 <li>Technoethical Replicant s3 and Wi-Fi Dongle by Technoethical 2016 licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</li>
04d5bca2
ZR
902 <li>The Lenovo U31 image is copyright Lenovo.</li>
903 <li>LibreTea computer with modular chassis image by Luke Kenneth Casson Leighton licensed under<a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</li>
904 <li>The MakerBot logo is copyright MakerBot Industries.</li>
905 <li>The Least Authority logo is copyright Least Authority Enterprises.</li>
906 </ul>
907 </div>
908 </div>
909 </div>
910 <!-- End Panel -->
0bca8dc5 911 </div>
04d5bca2
ZR
912 <!-- End Row -->
913 </div>
914 <!-- End Container -->
915 </section>
916 <!-- End Licenses -->
917
918 <!--Begin Footer-->
919 <footer>
920 <div class="container-fluid">
921 <div class="row">
922 <div class="col-md-4 col-sm-4 footer-logo">
18197a6e 923 <a href="https://fsf.org/"><img src="img/fsf-footer.png" alt="FSF" class="center-block footer-logo img-responsive" /></a>
04d5bca2
ZR
924 </div>
925 <div class="col-md-8 col-sm-8">
926 <p>The FSF is a nonprofit with a worldwide mission to advance software freedom —
927 <a href="https://fsf.org/about">learn about our history and work.</a>
928 </p>
929 <p>Version 7.0. Copyright © 2004-2016
930 <a href="https://fsf.org/about/contact.html" title="Find out how to contact us">
931 Free Software Foundation
932 </a>, Inc.
933 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
934 </p>
935 </div>
0bca8dc5 936 </div>
04d5bca2
ZR
937 <!-- End Row -->
938 </div>
939 <!-- End Container -->
940 </footer>
941 <!-- End Footer -->
942
943 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
944 <script src="js/jquery.js" charset="utf-8"></script>
945 <!-- Include all compiled plugins (below), or include individual files as needed -->
946 <script src="js/bootstrap.js" charset="utf-8"></script>
947 <!-- Our JS -->
948 <script src="js/magic.js" charset="utf-8"></script>
949
950 <!-- Piwik -->
951 <script type="text/javascript">
952 // @license magnet:?xt=urn:btih:c80d50af7d3db9be66a4d0a86db0286e4fd33292&dn=bsd-3-clause.txt
953 var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.fsf.org/" : "http://piwik.fsf.org/");
954 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
955 try {
956 var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 14);
957 piwikTracker.trackPageView();
958 piwikTracker.enableLinkTracking();
959 } catch (err) {}
960 // @license-end
961 </script><noscript><p><img src="//piwik.fsf.org/piwik.php?idsite=14" style="border:0" alt="" /></p></noscript>
962 <!-- End Piwik Tracking Code -->
963 <a href="js/weblabels.html" rel="jslicense"></a>
964 </body>
965
966 </html>