de: corrected errors
[enc-live.git] / de / index.html.pre
CommitLineData
bcc465bb 1<!-- begin index.html.pre -->
4f6859f7
GPC
2 <li class="spacer">
3 <a href="https://fsf.org/share?u=https://u.fsf.org/zb&amp;t=Email encryption for everyone via %40fsf">
4 #EmailSelfDefense
5 </a>
6 </li>
7 </ul>
8
9 <!-- ~~~~~~~~~ FSF Introduction ~~~~~~~~~ -->
10 <div id="fsf-intro">
11 <h3>
12 <a href="http://u.fsf.org/ys">
13 <img alt="Free Software Foundation"
14 src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png">
15 </a>
16 </h3>
17 <div class="fsf-emphasis">
18 <p>
19 We fight for computer user's rights, and promote the development of free (as in freedom) software. Resisting bulk surveillance is very important to us.
20 </p>
21 <p>
22 <strong>
23 We want to heavily promote tools like this in-person and online, to help as many people as possible take the first step towards using free software to protect their privacy. Can you make a donation or become a member to help us achieve this goal?
24 </strong>
25 </p>
26 </div>
27
28 <p><a href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&id=14&pk_campaign=esd&pk_kwd=guide_donate"><img alt="Donate" src="//static.fsf.org/nosvn/enc-dev0/img/donate.en.png"></a> <a href="https://u.fsf.org/yr"><img alt="Join now" src="//static.fsf.org/nosvn/enc-dev0/img/join.en.png"></a></p>
29
30 </div><!-- End #fsf-intro -->
31
32 <!-- ~~~~~~~~~ Guide Introduction ~~~~~~~~~ -->
33 <div class="intro">
34 <p>
35 <a id="infographic" href="infographic.html"><img src="//static.fsf.org/nosvn/enc-dev0/img/infographic-button.png" alt="View &amp; share our infographic &rarr;" /></a>
36 Bulk surveillance violates our fundamental rights and makes free speech risky. This guide will teach you a basic surveillance self-defense skill: email encryption. Once you've finished, you'll be able to send and receive emails that are coded to make sure that a surveillance agent or thief that intercepts your email can't read it. All you need is a computer with an Internet connection, an email account and about half an hour.</p>
37
38<p>Even if you have nothing to hide, using encryption helps protect the privacy of people you communicate with, and makes life difficult for bulk surveillance systems. If you do have something important to hide, you're in good company; these are the same tools that Edward Snowden used to share his famous secrets about the NSA.</p>
39
40<p>In addition to using encryption, standing up to surveillance requires fighting politically for a <a href="http://gnu.org/philosophy/surveillance-vs-democracy.html">reduction in the amount of data collected on us</a>, but the essential first step is to protect yourself and make surveillance of your communication as difficult as possible. Let's get started!</p>
41
42 </div>
43
44 </div>
45 </header><!-- End #header -->
46
47<!-- ~~~~~~~~~ Section 1: Get the pieces ~~~~~~~~~ -->
48 <section class="row" id="section1">
49 <div>
50 <!-- ~~~~~~~~~ section introduction: interspersed text ~~~~~~~~~ -->
51 <div class="section-intro">
52 <h2><em>#1</em> Get the pieces</h2>
53<p class="notes">This guide relies on software which is freely licensed; it's completely transparent and anyone can copy it or make their own version. This makes it safer from surveillance than proprietary software (like Windows). Learn more about free software at <a href="https://u.fsf.org/ys">fsf.org</a>.</p>
54
55<p>Most GNU/Linux operating systems come with GnuPG installed on them, so you don't have to download it. Before configuring GnuPG though, you'll need a desktop email program installed on your computer. Most GNU/Linux distributions have a free software version of the Thunderbird email program available to install. This guide will work with them, in addition to Thunderbird itself. Email programs are another way to access the same email accounts you can access in a browser (like GMail), but provide extra features.</p>
56 <p>If you are already have one of these, you can skip to <a href="#step-1b">Step 1.b</a>.</p>
57 </div><!-- End .section-intro -->
58
59 <!-- ~~~~~~~~~ a div for each step ~~~~~~~~~ -->
60 <div id="step-1a" class="step">
61 <div class="sidebar">
62 <p><img src="//static.fsf.org/nosvn/enc-dev0/img/screenshots/step1a-install-wizard.png" alt="Step 1.A: Install Wizard" /></p>
63 </div><!-- /.sidebar -->
64 <div class="main">
65 <h3><em>Step 1.a</em> Set your email program up with your email account (if it isn't already)</h3>
66 <p>Open your email program and follow the wizard that sets it up with your email account.</p>
67
68 <!-- ~~~~~~~~~ Troubleshooting ~~~~~~~~~ -->
69 <div class="troubleshooting">
70 <h4>Troubleshooting</h4>
71 <dl>
72 <dt>What's a wizard?</dt>
73 <dd>A wizard is a series of windows that pop up to make it easy to get something done on a computer, like installing a program. You click through it, selecting options as you go.</dd>
74 <dt>My email program can't find my account or isn't downloading my mail</dt>
75 <dd>Before searching the Web, we recommend you start by asking other people who use your email system, to figure out the correct settings.</dd>
76 <dt class="feedback">Don't see a solution to your problem?</dt>
77 <dd class="feedback">Please let us know on the <a href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback page</a>.</dd>
78 </dl>
79 </div><!-- /.troubleshooting -->
80
81 </div><!-- End .main -->
82 </div><!-- End #step1-a .step -->