+<!DOCTYPE html>
+<html>
+ <head>
+
+ <title> 2014 Holiday Giving Guide | Free Software Foundation | Working together for free software</title>
+
+ <!--FIXME: Is this necessary?-->
+ <link rel="copyright" title="Copyright information" href="http://creativecommons.org/licenses/by-nd/3.0/rdf">
+ <link rel="author" title="Author information" href="http://www.fsf.org/about/staff/">
+
+ <!--Stylesheets-->
+ <link rel="stylesheet" type="text/css" href="reset.css">
+ <link rel="stylesheet" type="text/css" href="stylesheet.css">
+
+ </head>
+
+ <body>
+
+ <div class="custom-doc yui-t5">
+ <div id="bd">
+ <div id="yui-main">
+ <h1>2014 Holiday Giving Guide</h1>
+
+ <div>
+ <h2> Are you giving your loved ones holiday gifts they can use freely, or gifts which put someone else </h2>
+
+ <p>
+ Electronics are popular gifts for the holidays, but
+ people often overlook the restrictions that
+ manufacturers slip under the wrapping paper. Companies
+ like Microsoft and Apple can and will use Digital
+ Restrictions Management (DRM) to
+ prevent your loved ones from sharing apps on the
+ laptop you got them or remixing the songs on their
+ expensive new iPad. If the recipient of your gift
+ is as unlucky as one woman last year,
+
+ <a href="http://www.defectivebydesign.org/node/2250">
+ Amazon might even block all the books on their
+ Kindle and refuse to explain why
+ </a>.
+
+ Companies want us to accept this kind of intrusive
+ control, but when you think about, it's unethical
+ (and annoying!).
+ </p>
+
+ <h2>Give freely</h2>
+
+ <p>
+ The good news is, for every device that uses DRM or
+ has a remote "kill switch" like the Kindle, ethical
+ companies have made a better one that doesn't, one
+ that your loved ones will be free to enjoy however
+ they wish. Here's a list of these smarter gifts,
+ compared with their more well-known, but more
+ restrictive alternatives. While you're reading, please
+ remember that donating to a charity in your friend or
+ family member's name is at least as meaningful as
+ buying them an electronic device. Some of our favorite
+ charities are the
+
+ <a href="http://www.eff.org/">
+ Electronic Frontier Foundation
+ </a>,
+ <a href="http://www.creativecommons.org/">
+ Creative Commons
+ </a>,
+ <a href="http://wikimedia.org/">
+ Wikimedia Foundation
+ </a>,
+ <a href="http://www.sfconservancy.org/">
+ Software Freedom Conservancy
+ </a>,
+ <a href="http://www.softwarefreedom.org/">
+ Software Freedom Law Center</a>,
+ <a href="http://www.gnome.org/">GNOME Foundation</a>
+ and
+ <a href="http://www.fsf.org/">Free Software Foundation</a>.
+ </p>
+
+ <h2>The Free Software Foundation's Holiday Giving Guide</h2>
+
+ <p>
+ The gifts in the left column respect your freedom much
+ more than those in the right column.
+ </p>
+
+ <p>
+ <i>
+ Please
+ <a href="http://www.fsf.org/share?u=http://www.fsf.org/givingguide&t=Give%20tech%20gifts%20that%20support%20user%20freedom%20">
+ share the Giving Guide
+ </a>
+
+ with your friends and family members, especially
+ those that might give you presents! (We're using the hashtag
+ #givefreely.)
+ </i>
+ </p>
+
+ <p>
+ To make a really big splash, get some friends
+ together, print the
+ <a href="https://static.fsf.org/nosvn/misc/GivingGuide2013.pdf">
+ PDF version of the Giving Guide
+ </a>
+ and hand it out near a local store that sells
+ DRM-encumbered products. Be sure to take photos!
+
+ Send us photos and any questions at
+ <a href="mailto:campaigns@fsf.org">
+ campaigns@fsf.org
+ </a>.
+ </p>
+
+
+ </body>
+</html>
--- /dev/null
+/* http://meyerweb.com/eric/tools/css/reset/
+ v2.0 | 20110126
+ License: none (public domain)
+*/
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-size: 100%;
+ font: inherit;
+ vertical-align: baseline;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+ display: block;
+}
+body {
+ line-height: 1;
+}
+ol, ul {
+ list-style: none;
+}
+blockquote, q {
+ quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
\ No newline at end of file