Added SVG sources for up & down arrows
[fsf-giving-guide.git] / givingguide.html
CommitLineData
d5121665 1<!DOCTYPE html>
afb35b89 2<html>
d5121665 3
d3fcd0ac 4<head>
d5121665 5
d3fcd0ac 6 <title> 2014 Holiday Giving Guide | Free Software Foundation | Working together for free software </title>
4b239f9e 7
d3fcd0ac 8 <meta charset="UTF-8">
afb35b89 9
d3fcd0ac
RL
10 <!--FIXME: Is this necessary?-->
11 <link rel="copyright" title="Copyright information" href="http://creativecommons.org/licenses/by-nd/3.0/rdf">
12 <link rel="author" title="Author information" href="http://www.fsf.org/about/staff">
d5121665 13
d3fcd0ac
RL
14 <!--Stylesheets-->
15 <link rel="stylesheet" type="text/css" href="reset.css">
16 <link rel="stylesheet" type="text/css" href="stylesheet.css">
afb35b89 17
d3fcd0ac 18</head>
4b239f9e 19
d3fcd0ac
RL
20<body>
21 <div class="header">
22 <div class="header_wrapper">
32d56408 23
d3fcd0ac
RL
24 <div class="navbar_wrapper">
25 <span class="logo_wrapper">
26 <a href="https://www.fsf.org/"><img class="logo" src="images/logo.png" alt="logo" /></a>
dd0353ce 27 </span>
d3fcd0ac
RL
28
29 <div class="navbar">
30 <ul>
31 <li><a href="https://www.fsf.org/about/">About the FSF</a>
32 </li>
33 <li><a href="https://www.fsf.org/campaigns/">Campaigns</a>
34 </li>
35 <li><a href="https://www.fsf.org/licensing/">Software Licensing</a>
36 </li>
37 <li><a href="http://shop.fsf.org/">Shop</a>
38 </li>
39 </ul>
40 </div>
41 <!--end navbar-->
42
43 <span class="join_wrapper">
44 <a href="http://fsf.org/jfb"><img class="join" src="images/join.png" alt="join" /></a>
45 </span>
46 </div>
47
48 <div class="intro">
49
50 <div class="intro_img">
51 <img src="images/banner.png" alt="Giving Guide" />
52 </div>
53
54 <div class="intro_wrapper">
55 <h2>Are you giving your loved ones holiday gifts they can use freely, or gifts which put someone else in control?</h2>
56 <p>Electronics are popular gifts for the holidays, 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 almost take more
57 than they give. The good news is that there are ethical companies making better devices that your loved ones can enjoy with freedom and privacy. Here's a list of these smarter gifts, compared with their more well-known, but more restrictive
58 alternatives.
59 </p>
60 <p>Like this guide? Organize a <a href="https://www.fsf.org/givingguide/giving-guide-giveaway-primer">Giving
61 Guide Giveaway</a> to share it with the masses. And remember: donating to a charity in your friend or family member's name (see our recommendations below) is at least as meaningful as buying them an electronic device.</p>
62 </div>
63 </div>
64 <!--end intro -->
65 </div>
66 </div>
67 <!--end header-->
68
69 <!-- Sharing -->
70 <div class="share">
71 <span class="share_wrapper">
707ba6b1
RL
72 <a href="https://fsf.org/share">Share (#givefreely)</a>
73 </span>
d3fcd0ac
RL
74 </div>
75 <!-- end sharing-->
76
461002bf 77<!--We compare different products from here-->
d3fcd0ac
RL
78
79 <div class="comparisons">
461002bf
RL
80
81 <!-- each section has an H3 title, and "free", "proprietary" divs; as well as the "buy_avoid" div below them-->
82
83 <div class="section_wrapper"> <!--begin section-->
d3fcd0ac
RL
84 <h3 class="main_title">Operating System</h3>
85
86 <div class="free">
87 <div class="product">
01bec57e 88 <img class="good" src="images/good.png" alt="good" />
e24e7e82 89 <img class="product_img" src="http://www.gnu.org/graphics/trisquel/trisquel.svg" alt="Trisquel GNU/Linux" />
d3fcd0ac
RL
90 </div>
91
92 <h4 class="title">Trisquel GNU/Linux</h4>
93 <ul>
94 <li>
95 <a href="http://www.gnu.org/distros/free-distros.html">FSF-endorsed</a> completely free operating system: transparent and modifiable.
96 </li>
97
98 <li>
99 Break the cycle of forced upgrades and planned obsolescence.
100 </li>
101
102 <li>
103 Comes with all the software you need and an easy software manager to find more.
104 </li>
105 <li>Works great with the Wi-Fi adapters in this guide.</li>
106 </ul>
107
108
109
110 </div>
111
112 <div class="proprietary">
113 <div class="product">
01bec57e 114 <img class="bad" src="images/bad.png" alt="bad" />
d3fcd0ac
RL
115 <img class="product_img" src="images/windows.png" alt="Windows" />
116 </div>
117
118 <h4 class="title">Windows</h4>
119 <ul>
120 <li>
121 Proprietary software that profits from controlling how you use your computer
122 </li>
123
124 <li>
125 Invades privacy and exposes personal data to Microsoft,
126 <a href="http://www.theguardian.com/world/2013/sep/05/nsa-how-to-remain-secure-surveillance">
461002bf 127 the NSA,</a> and other malicious attackers
d3fcd0ac
RL
128 </li>
129
130 <li>
131 Dependent on mandatory upgrades and devices that don't support older versions of Windows
132 </li>
133 </ul>
134
135
136 </div>
137
461002bf 138 <!-- 'buy/download' and 'avoid' buttons -->
d3fcd0ac
RL
139 <div class="buy_avoid">
140 <div class="buy_avoid_wrapper">
141 <div class="buy">
142 <a href="http://fedoraproject.org/"><img src="images/download.png" alt="Download" />
143 </a>
144 </div>
145
146 <div class="avoid">
147 <img src="images/avoid.png" alt="avoid" />
148 </div>
149 </div>
150 </div>
461002bf 151 <!-- end buy-avoid -->
d3fcd0ac 152
461002bf 153 </div> <!-- end section -->
d3fcd0ac
RL
154
155
461002bf
RL
156 <div class="section_wrapper"> <!--begin section-->
157 <h3 class="main_title">3D Printers</h3>
d3fcd0ac 158
461002bf
RL
159 <div class="free">
160 <div class="product">
161 <img class="good" src="images/good.png" alt="good" />
162 <img class="product_img" src="http://static.fsf.org/nosvn/images/taz4.png" alt="TAZ 4.0" />
163 </div>
d3fcd0ac 164
461002bf
RL
165 <h4 class="title">Lulzbot TAZ 4.0</h4>
166 <ul>
167 <li>
168 Contact <a href="https://www.lulzbot.com/company/contact-us">Lulzbot sales</a> and mention this guide to receive gratis shipping and filament with your TAZ.
169 </li>
d3fcd0ac 170
461002bf
RL
171 <li>
172 <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.
173 </li>
d3fcd0ac 174
461002bf
RL
175 <li>
176 Supports tetherless printing, optional Dual Extruder upgrade, and exotic filaments including wood-, rubber- and stone-like materials.
177 </li>
178 <li>Hardware designs available to make modification and improvement easy.</li>
179 </ul>
d3fcd0ac 180
d3fcd0ac
RL
181 </div>
182
461002bf
RL
183 <div class="proprietary">
184 <div class="product">
185 <img class="bad" src="images/bad.png" alt="bad" />
186 <img class="product_img" src="http://static.fsf.org/fsforg/img/MakerbotPrepped.png" alt="Makerbot Replicator 2" />
187 </div>
d3fcd0ac 188
461002bf
RL
189 <h4 class="title">Makerbot Replicator 2</h4>
190 <ul>
191 <li>
192 MakerWare software is proprietary, restricting freedom and stifling innovation
193 </li>
d3fcd0ac 194
461002bf
RL
195 <li>
196 Hardware patents threaten free printers like the Lulzbot
197 </li>
d3fcd0ac 198
461002bf
RL
199 <li>
200 Recently announced an increasingly proprietary approach, further distancing itself from the free software community
201 </li>
202 </ul>
d3fcd0ac 203
d3fcd0ac
RL
204 </div>
205
461002bf
RL
206 <!-- 'buy/download' and 'avoid' buttons -->
207 <div class="buy_avoid">
208 <div class="buy_avoid_wrapper">
209 <div class="buy">
210 <a href="http://fedoraproject.org/"><img src="images/buy.png" alt="Buy" />
211 </a>
212 </div>
213
214 <div class="avoid">
215 <img src="images/avoid.png" alt="avoid" />
216 </div>
217 </div>
d3fcd0ac 218 </div>
461002bf 219 <!-- end buy-avoid -->
d3fcd0ac 220
461002bf 221 </div> <!-- end section -->
d3fcd0ac 222
461002bf
RL
223 <div class="section_wrapper"> <!--begin section-->
224 <h3 class="main_title">Ebooks</h3>
d3fcd0ac 225
461002bf
RL
226 <div class="free">
227 <div class="product">
228 <img class="good" src="images/good.png" alt="good" />
229 <img class="product_img" src="http://static.fsf.org/fsforg/img/ProjectGutenbergPrepped.png" alt="Project Gutenberg" />
230 </div>
d3fcd0ac 231
461002bf 232 <h4 class="title">Project Gutenberg</h4>
d3fcd0ac 233
461002bf
RL
234 <ul>
235 <li>All of the ebooks are gratis, including classics like Peter Pan and Huck Finn.</li>
236 <li>The original purveyor of DRM-free eBooks, <a href="htts://www.defectivebydesign.org/guide/ebooks">inspiring many others</a>.</li>
237 <li>Enjoy the freedom to read your ebooks on any device.</li>
238 </ul>
d3fcd0ac 239
d3fcd0ac 240 </div>
d3fcd0ac 241
461002bf
RL
242 <div class="proprietary">
243 <div class="product">
244 <img class="bad" src="images/bad.png" alt="bad" />
245 <img class="product_img" src="http://static.fsf.org/fsforg/img/amazon.jpg" alt="Amazon" />
246 </div>
247
248 <h4 class="title">Amazon</h4>
249 <ul>
250 <li>
251 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
252 it before</a>).
253 </li>
254
255 <li>
256 Amazon uses <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a>
257 to prevent you from sharing your favorite books with friends or moving them between readers.
258 </li>
259
260 <li>
261 Amazon openly claims
262 <a href="http://www.defectivebydesign.org/amazon-kindle-swindle">
263 you don't actually own or control your
264 ebooks.
265 </a>
266 </li>
267 </ul>
d3fcd0ac 268
d3fcd0ac
RL
269 </div>
270
461002bf
RL
271 <!-- 'buy/download' and 'avoid' buttons -->
272 <div class="buy_avoid">
273 <div class="buy_avoid_wrapper">
274 <div class="buy">
275 <a href="http://fedoraproject.org/"><img src="images/buy.png" alt="Buy" />
276 </a>
277 </div>
278
279 <div class="avoid">
280 <img src="images/avoid.png" alt="avoid" />
281 </div>
282 </div>
d3fcd0ac 283 </div>
461002bf
RL
284 <!-- end buy-avoid -->
285
286 </div> <!--end section-->
287
288
289 <div class="section_wrapper"> <!--begin section-->
290 <h3 class="main_title">Mobile OS</h3>
291
292 <div class="free">
293 <div class="product">
294 <img class="good" src="images/good.png" alt="good" />
295 <img class="product_img" src="http://static.fsf.org/nosvn/images/Replicant_logo.png" alt="Replicant" />
296 </div>
297
298 <h4 class="title">Replicant OS</h4>
299 <ul>
300 <li>
301 Fully free software, based on Android.
302 </li>
303
304 <li>
305 <a href="http://redmine.replicant.us/projects/replicant/wiki/ReplicantImages">
306 Supported devices
307 </a> include both phones and tablets
308 </li>
309
310 <li>
311 Works on used, so your dollars won't go to proprietary OS companies.
312 </li>
313 </ul>
314
315
316 </div>
317
318 <div class="proprietary">
319 <div class="product">
320 <img class="bad" src="images/bad.png" alt="bad" />
321 <img class="product_img" src="images/iOS.png" alt="Apple iPhone, iPad and Watch" />
322 </div>
323
324 <h4 class="title">Apple iPhone, iPad and Watch</h4>
325 <ul>
326 <li>
327 iOS is a fully proprietary operating system, giving Apple ultimate control over devices.
328 </li>
329
330 <li>
331 Apple uses <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to block competing software.
332 </li>
333
334 <li>
335 The company claims to take away your freedom <a href="https://www.defectivebydesign.org/blog/1256">for your own good</a>.
336 </li>
337 </ul>
338 </div>
339
340 <!-- 'buy/download' and 'avoid' buttons -->
341 <div class="buy_avoid">
342 <div class="buy_avoid_wrapper">
343 <div class="buy">
344 <a href="http://fedoraproject.org/"><img src="images/download.png" alt="Download" />
345 </a>
346 </div>
347
348 <div class="avoid">
349 <img src="images/avoid.png" alt="avoid" />
350 </div>
351 </div>
352 </div>
353 <!-- end buy-avoid -->
354
355 </div> <!--end section-->
356
357 <div class="section_wrapper"> <!--begin section-->
358 <h3 class="main_title">Laptops</h3>
359
360 <div class="free">
361 <div class="product">
362 <img class="good" src="images/good.png" alt="good" />
363 <img class="product_img" src="images/givingguidethinkpenguin.png" alt="ThinkPenguin GNU/Linux Notebook" />
364 </div>
365
366 <h4 class="title">ThinkPenguin GNU/Linux Notebook</h4>
367
368 <ul>
369 <li>Save $5 on any purchase of $50 or more with coupon code FSFGIVING. ThinkPenguin will also donate $5 to the FSF (expires at the end of 2014).</li>
370 <li>
371 Comes installed with a free OS, and its Wi-Fi and 3D-accelerated graphics work with any other <a href="http://www.gnu.org/distros/">fully free GNU/Linux distribution</a>.
372 </li>
373
374 <li> While its proprietary firmware means it's <a href="https://www.fsf.org/campaigns/free-bios.html">not fully free</a>, this laptop is one of the most freedom-supporting available. Browse more companies that sell <a href="www.gnu.org/links/companies">free software-compatible computers</a>.</li>
375 </ul>
376
377 </div>
378
379 <div class="proprietary">
380 <div class="product">
381 <img class="bad" src="images/bad.png" alt="bad" />
382 <img class="product_img" src="images/Macbook_Pro.png" alt="Apple Macbook Pro" />
383 </div>
384
385 <h4 class="title">Apple Macbook Pro</h4>
386 <ul>
387 <li>
388 Runs on proprietary software that restricts the user's freedoms.
389 </li>
390
391 <li>
392 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.
393 </li>
394
395 <li>
396 Planned obsolescence: business model forces you to buy new devices frequently.
397 </li>
398 </ul>
399 </div>
400 <!-- 'buy/download' and 'avoid' buttons -->
401 <div class="buy_avoid">
402 <div class="buy_avoid_wrapper">
403 <div class="buy">
404 <a href="http://fedoraproject.org/"><img src="images/buy.png" alt="Buy" />
405 </a>
406 </div>
407
408 <div class="avoid">
409 <img src="images/avoid.png" alt="avoid" />
410 </div>
411 </div>
412 </div>
413 <!-- end buy-avoid -->
414
415 </div> <!--end section-->
416
417 <div class="section_wrapper"> <!--begin section-->
418 <h3 class="main_title">Graphic Design</h3>
419
420 <div class="free">
421 <div class="product">
422 <img class="good" src="images/good.png" alt="good" />
423 <img class="product_img" src="http://static.fsf.org/nosvn/images/gimp_inkscape.png" alt="GIMP and Inkscape" />
424 </div>
425
426 <h4 class="title">GIMP and Inkscape</h4>
427
428 <ul>
429 <li>Free software, with thriving developer communities.</li>
430 <li>Designed for free formats, but can also open files created in other programs.</li>
431 <li>Wide variety of plugins grants limitless features.</li>
432 <li>Easy to install on all major operating systems.</li>
433 </ul>
434
435 </div>
436
437 <div class="proprietary">
438 <div class="product">
439 <img class="bad" src="images/bad.png" alt="bad" />
440 <img class="product_img" src="http://static.fsf.org/nosvn/images/photoshop_illustrator.png" alt="Photoshop and Illustrator" />
441 </div>
442
443 <h4 class="title">Photoshop and Illustrator</h4>
444 <ul>
445 <li>Proprietary software controlled by Adobe.</li>
446 <li>Prefers locked-down proprietary formats.</li>
447 <li>Requires costly upgrades to stay up to date.</li>
448 </ul>
449
450 </div>
451
452 <!-- 'buy/download' and 'avoid' buttons -->
453 <div class="buy_avoid">
454 <div class="buy_avoid_wrapper">
455 <div class="buy">
456 <a href="http://fedoraproject.org/"><img src="images/download.png" alt="Download" />
457 </a>
458 </div>
459
460 <div class="avoid">
461 <img src="images/avoid.png" alt="avoid" />
462 </div>
463 </div>
464 </div>
465 <!-- end buy-avoid -->
466
467 </div> <!--end section-->
468
469 <div class="section_wrapper"> <!--begin section-->
470 <h3 class="main_title">Gift Cards</h3>
471
472 <div class="free">
473 <div class="product">
474 <img class="good" src="images/good.png" alt="good" />
475 <img class="product_img" src="http://static.fsf.org/fsforg/img/FSFCardPrepped.png" alt="FSF Membership Card" />
476 </div>
477
478 <h4 class="title">FSF Membership Card</h4>
479 <ul>
480 <li>Join over 3,000 active members working to make a better world built on free software.</li>
481 <li>Enjoy a host of <a href="https://www.fsf.org/associate/benefits">member benefits</a>, including admission to the <a href="http://libreplanet.org/wiki/LibrePlanet:Conference">yearly LibrePlanet conference</a>.</li>
482 <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>
483 </ul>
484
485 </div>
486
487 <div class="proprietary">
488 <div class="product">
489 <img class="bad" src="images/bad.png" alt="bad" />
490 <img class="product_img" src="http://static.fsf.org/fsforg/img/iTunesCardPrepped.png" alt="iTunes Card" />
491 </div>
492
493 <h4 class="title">iTunes Card</h4>
494 <ul>
495 <li> <a href="http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a>
496 on everything (except music) control what you can do with your purchases.
497 </li>
498
499 <li> Apple claims (wrongly) that you don't actually own anything you buy from the iTunes store.</li>
500
501 <li> Requires proprietary software to use, even to download DRM-free music.</li>
502 </ul>
503
504 </div>
505
506 <!-- 'buy/download' and 'avoid' buttons -->
507 <div class="buy_avoid">
508 <div class="buy_avoid_wrapper">
509 <div class="buy">
510 <a href="http://fedoraproject.org/"><img src="images/buy.png" alt="Buy" />
511 </a>
512 </div>
d3fcd0ac 513
461002bf
RL
514 <div class="avoid">
515 <img src="images/avoid.png" alt="avoid" />
516 </div>
517 </div>
518 </div>
519 <!-- end buy-avoid -->
520
521 </div> <!--end section-->
522
523
524 <div class="section_wrapper"> <!--begin section-->
525 <h3 class="main_title">Online Storage</h3>
526
527 <div class="free">
528 <div class="product">
529 <img class="good" src="images/good.png" alt="good" />
530 <img class="product_img" src="images/leastauthority.png" alt="Least Authority" />
531 </div>
532
533 <h4 class="title">FSF Membership Card</h4>
534
535 <ul>
536 <li>
537 Free software system guarantees that you control who sees your data.
538 </li>
539
540 <li>
541 Decentralized infrastructure protects from attacks and give you flexibility in how your data is stored.
542 </li>
543
544 <li>
545 Client side encryption to prevent snooping, unlike Google Drive, Dropbox, Apple iCloud, Microsoft SkyDrive, and Ubuntu One.
546 </li>
547 </ul>
548
549 </div>
550
551 <div class="proprietary">
552 <div class="product">
553 <img class="bad" src="images/bad.png" alt="bad" />
554 <img class="product_img" src="http://static.fsf.org/nosvn/images/googledrive.png" alt="Google Drive" />
555 </div>
d3fcd0ac 556
461002bf
RL
557 <h4 class="title">Google Drive</h4>
558 <ul>
d3fcd0ac 559
461002bf
RL
560 <li>
561 Requires granting Google a virtually unlimited license to any public data, and also having your public and personal data mined for ads.
562 </li>
d3fcd0ac 563
461002bf
RL
564 <li>
565 Data may be accessed by <a href="http://arstechnica.com/information-technology/2013/10/how-the-nsas-muscular-tapped-googles-and-yahoos-private-networks/">
566 intelligence agencies.</a>
567 </li>
d3fcd0ac 568
461002bf 569 </ul>
d3fcd0ac 570
461002bf 571 </div>
d3fcd0ac 572
461002bf
RL
573 <!-- 'buy/download' and 'avoid' buttons -->
574 <div class="buy_avoid">
575 <div class="buy_avoid_wrapper">
576 <div class="buy">
577 <a href="http://fedoraproject.org/"><img src="images/download.png" alt="Download" />
578 </a>
579 </div>
d3fcd0ac 580
461002bf
RL
581 <div class="avoid">
582 <img src="images/avoid.png" alt="avoid" />
583 </div>
584 </div>
585 </div>
586 <!-- end buy-avoid -->
d3fcd0ac 587
461002bf 588 </div> <!--end section-->
d3fcd0ac 589
461002bf
RL
590 <div class="section_wrapper"> <!--begin section-->
591 <h3 class="main_title">Media Hosting</h3>
d3fcd0ac 592
461002bf
RL
593 <div class="free">
594 <div class="product">
595 <img class="good" src="images/good.png" alt="good" />
596 <img class="product_img" src="http://static.fsf.org/nosvn/images/mediagoblin.png" alt="GNU MediaGoblin" />
597 </div>
d3fcd0ac 598
461002bf 599 <h4 class="title">GNU MediaGoblin</h4>
d3fcd0ac 600
461002bf
RL
601 <ul>
602 <li>
603 Soon-to-be federated to allow decentralized sharing.
604 </li>
d3fcd0ac 605
461002bf 606 <li>Supports free video formats. And ability to choose a <a href="https://www.gnu.org/copyleft/">copyleft license</a>.</li>
d3fcd0ac 607
461002bf 608 <li>Source files can be attached to an upload, making it easy to remix people's work.</li>
d3fcd0ac 609
991328b7 610
461002bf 611 </ul>
991328b7 612
461002bf 613 </div>
d3fcd0ac 614
461002bf
RL
615 <div class="proprietary">
616 <div class="product">
617 <img class="bad" src="images/bad.png" alt="bad" />
618 <img class="product_img" src="http://static.fsf.org/nosvn/images/YouTube.png" alt="YouTube" />
619 </div>
d3fcd0ac 620
461002bf
RL
621 <h4 class="title">YouTube</h4>
622 <ul>
623 <li>
624 Uses proprietary Adobe Flash player and patent-encumbered H.264 codec.
625 </li>
ecba812e 626
461002bf
RL
627 <li>
628 Implements <a href="https://www.defectivebydesign.org/what_is_drm_digital_restrictions_management">DRM</a> to control access to videos by device and region.
629 </li>
ecba812e 630
461002bf
RL
631 <li>
632 Imposes advertising on your uploads and polices copyright harshly.
633 </li>
634 </ul>
635 </div>
ecba812e 636
461002bf
RL
637 <!-- 'buy/download' and 'avoid' buttons -->
638 <div class="buy_avoid">
639 <div class="buy_avoid_wrapper">
640 <div class="buy">
641 <a href="http://fedoraproject.org/"><img src="images/download.png" alt="Download" />
642 </a>
643 </div>
f5810b45 644
461002bf
RL
645 <div class="avoid">
646 <img src="images/avoid.png" alt="avoid" />
647 </div>
648 </div>
649 </div>
650 <!-- end buy-avoid -->
ecba812e 651
461002bf 652 </div> <!--end section-->
f5810b45 653
461002bf 654 </div> <!--end comparisons section-->
7ab3c63e 655
91fdbabd 656
d3fcd0ac 657 <!-- Recommended Section -->
91fdbabd 658
d3fcd0ac
RL
659 <div class="recommended">
660 <h1 class="topic_title">More Recommended Products</h1>
991328b7 661
d3fcd0ac 662 <div class="recommend_wrapper">
991328b7 663
d3fcd0ac 664 <div class="recommended_product">
e24e7e82 665 <img class="recommended_product_img" src="images/adaptor-500x500.JPG" alt="Tehnoetic dongle Wi-Fi adapter" />
d3fcd0ac
RL
666 <h4 class="title">Tehnoetic dongle Wi-Fi adapter</h4>
667 <p>Great for all-free-software installations on laptops with incompatible Wi-Fi hardware. Certified to <a href="https://www.fsf.org/ryf">Respects Your Freedom</a>.</p>
668 <div class="buy">
669 <a href="https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150"><img src="images/buy.png" alt="Buy" />
670 </a>
671 </div>
672 </div>
673
674 <div class="recommended_product">
e24e7e82 675 <img class="recommended_product_img" src="http://www.thinkpenguin.com/files/imagecache/product/librecmc-router-v2_0.jpg" alt="ThinkPenguin Wi-Fi N router" />
d3fcd0ac
RL
676 <h4 class="title">ThinkPenguin Wi-Fi N router</h4>
677 <p>High speed wireless router running <a href="https://www.gnu.org/distros/free-distros.html">FSF-endorsed</a> LibreCMC operating system. Certified to <a href="https://www.fsf.org/ryf">Respects Your Freedom</a>.</p>
991328b7 678
d3fcd0ac
RL
679 <div class="buy">
680 <a href="https://www.thinkpenguin.com/gnu-linux/free-software-wireless-n-broadband-router-gnu-linux-tpe-nwifirouter2"><img src="images/buy.png" alt="Buy" />
681 </a>
682 </div>
683 </div>
73f66771 684
d3fcd0ac 685 </div>
91fdbabd 686
d3fcd0ac 687 <!--recommended charities-->
91fdbabd 688
d3fcd0ac
RL
689 <h1 class="topic_title">Recommended charities for holiday donations</h1>
690 <p><a href="http://www.eff.org">Electronic Frontier Foundation</a>,
691 <a href="http://www.creativecommons.org">Creative Commons</a>,
692 <a href="http://wikimedia.org">Wikimedia Foundation</a>,
693 <a href="http://www.sfconservancy.org">Software Freedom Conservancy</a>,
694 <a href="http://www.softwarefreedom.org">Software Freedom Law Center</a>,
695 <a href="http://www.gnome.org">GNOME Foundation</a> and
696 <a href="http://www.fsf.org">Free Software Foundation</a>.</p>
91fdbabd 697
707ba6b1
RL
698 <p class="remark"> If you have ideas for more gifts that can be given freely, submit your recommendations to our
699 <a href="http://libreplanet.org/wiki/Group:Giving_Guide_Suggestions">growing page</a>.
d3fcd0ac 700 </p>
91fdbabd 701
d3fcd0ac
RL
702 </div>
703 <!-- end recommended-->
91fdbabd 704
d3fcd0ac 705 <!-- Licenses Section -->
91fdbabd 706
d3fcd0ac 707 <div class="licenses">
91fdbabd 708
d3fcd0ac
RL
709 <h1 class="topic_title">Licenses</h1>
710
707ba6b1 711 <p>This page 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>
d3fcd0ac 712 </p>
707ba6b1 713 <p>Lulzbot 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>
d3fcd0ac
RL
714 <br>Based on a work at <a href="https://static.fsf.org/nosvn/ryf/taz2.jpg">https://static.fsf.org/nosvn/ryf/taz2.jpg.</a>
715 </p>
716
717 <p>Replicator 2 by FSF is licensed under a Creative Commons Attribution 2.0 Generic.
718 <br>Based on a work at <a href="http://www.flickr.com/photos/creative_tools/8080029032/">http://www.flickr.com/photos/creative_tools/8080029032/</a>.</p>
719
720 <p>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>
721 <br>Based on a work at <a href="http://static.fsf.org/nosvn/dontcardomebro.jpg">http://static.fsf.org/nosvn/dontcardomebro.jpg</a>.</p>
722
723 <p>iTunes gift 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>
724 <br>Based on a work at <a href="http://www.flickr.com/photos/bmiphone/4640570159/">http://www.flickr.com/photos/bmiphone/4640570159/</a>.</p>
725
726 <p>ThinkPenguin with GNU 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>
727 <br>Based on a work at <a href="https://www.thinkpenguin.com/gnu-linux/royal-penguin-gnu-linux-notebook">https://www.thinkpenguin.com/gnu-linux/royal-penguin-gnu-linux-notebook</a>.</p>
728
729 <p>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>
730 <br>Retrieved from <a href="http://commons.wikimedia.org/wiki/File:Macbook_Pro_PSD.png">http://commons.wikimedia.org/wiki/File:Macbook_Pro_PSD.png</a>.</p>
731
732 <p>Astounding Stories 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>
733 <br>Retrieved from <a href="http://www.gutenberg.org">http://www.gutenberg.org</a>.</p>
734
735 <p>The Amazon.com logo is public domain but is a registered trademark.</p>
736
737 <p>Replicant by Paul Kocialkowski 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>
738 <br>Retrieved from <a href="https://en.wikipedia.org/wiki/File:Replicant_logo_alpha.svg">https://en.wikipedia.org/wiki/File:Replicant_logo_alpha.svg</a>.</p>
739
740 <p>The iOS logo is a registered trademark.</p>
741 <p>The Least Authority logo is copyright Least Authority Enterprises.</p>
742 <p>The Google Drive logo is public domain but may be subject to trademark laws.</p>
743 <p>The Media Goblin graphic is public domain.</p>
744 <p>The YouTube logo is public domain but may be subject to trademark laws.</p>
91fdbabd 745
d3fcd0ac
RL
746 </div>
747 <!-- end licenses-->
91fdbabd 748
d3fcd0ac 749<!--footer-->
707ba6b1
RL
750 <footer>
751 <div class="footer_wrapper">
752 <div>
753 <p>The FSF is a charity with a worldwide mission to advance software freedom —
754 <a href="https://static.fsf.org/about">learn about our history and work.</a>
755 </p>
756 </div>
d3fcd0ac 757
707ba6b1
RL
758 <div class="copyright">
759 <p>Copyright © 2004-2014
760 <a href="https://static.fsf.org/about/contact.html" title="Find out how to contact us">
761 Free Software Foundation
762 </a>, Inc.
763 <a href="https://my.fsf.org/donate/privacypolicy.html"> Privacy Policy</a>.
764 </p>
765 </div>
766 </div>
6f5e8d48
DT
767
768 <script type="text/javascript" src="js/piwik.js"></script>
707ba6b1 769 </footer>
461002bf 770<!--end footer-->
991328b7 771
707ba6b1 772 </body>
d5121665 773</html>