en: synchronize with enc 637d334.
[enc-live.git] / en / index.html
index 822ad6b7fb547d454f3f679d4807ba9f8d1bba2f..45225d3a63774fa861d62cabcf8abe79c9176dc5 100644 (file)
@@ -14,233 +14,222 @@ self-defense in 40 minutes with GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-<body><iframe src="//static.fsf.org/nosvn/banners/202111fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+<body><iframe src="//static.fsf.org/nosvn/banners/202211fundraiser/" scrolling="no" style="width: 100%; height: 150px; display: block; margin: 0; border: 0 none; overflow: hidden;"></iframe>
+       
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
 <!-- PLACE FUNDRAISER MODAL WINDOW HERE -->
-
-            <!-- Begin fsf-modal-window-elem campaign element -->
             <link type="text/css" rel="stylesheet" href="https://static.fsf.org/nosvn/fonts/fa/css/font-awesome.min.css">
             <style>
 #fsf-modal-window-elem-container div {
-    -webkit-box-sizing: border-box;
-       -moz-box-sizing: border-box;
-            box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+          box-sizing: border-box;
 }
 
 @media screen and (min-width: 700px) {
+  #fsf-modal-window-elem-outer-v-center {
+    display: table;
+    position: absolute;
+    height: 100%;
+    width: 100%;
+  }
 
-    #fsf-modal-window-elem-outer-v-center {
-        display: table;
-        position: absolute;
-        height: 100%;
-        width: 100%;
-    }
-    #fsf-modal-window-elem-inner-v-center {
-        display: table-cell;
-        vertical-align: middle;
-    }
+  #fsf-modal-window-elem-inner-v-center {
+    display: table-cell;
+    vertical-align: middle;
+  }
 
-    #fsf-modal-window-elem {
-        width: 687px;
-        margin-left: auto;
-        margin-right: auto;
-    }
+  #fsf-modal-window-elem {
+    width: 687px;
+    margin-left: auto;
+    margin-right: auto;
+  }
 
-    #fsf-modal-window-elem-right-column {
-        float: right;
-        width: 280px;
-        padding-left: 20px;
-        color: #002047;
-    }
+  #fsf-modal-window-elem-right-column {
+    float: right;
+    width: 280px;
+    padding-left: 20px;
+    color: #002047;
+  }
 
-    #fsf-modal-window-elem-left-column {
-        width: 100%;
-        float: left;
-        margin-right: -280px;
-    }
+  #fsf-modal-window-elem-left-column {
+    width: 100%;
+    float: left;
+    margin-right: -280px;
+  }
 
-    #fsf-modal-window-elem-text {
-        margin-right: 280px;
-    }
+  #fsf-modal-window-elem-text {
+    margin-right: 280px;
+  }
 }
 
 @media screen and (max-width: 699px) {
+  #fsf-modal-window-elem {
+    -ms-box-orient: horizontal;
+    display: -webkit-box;
+    display: -moz-box;
+    display: -ms-flexbox;
+    display: -moz-flex;
+    display: -webkit-flex;
+    display: flex;
+    -webkit-flex-flow: row wrap;
+    flex-flow: row wrap;
+  }
+
+  #fsf-modal-window-elem {
+    width: 80vw;
+    margin-left: 10vw;
+    margin-right: 10vw;
+    margin-top: 40px;
+    margin-bottom: 40px;
+  }
+
+  #fsf-modal-window-elem-right-column {
+    width: 100%;
+    order: 1;
+  }
 
-    #fsf-modal-window-elem {
-
-        -ms-box-orient: horizontal;
-        display: -webkit-box;
-        display: -moz-box;
-        display: -ms-flexbox;
-        display: -moz-flex;
-        display: -webkit-flex;
-        display: flex;
-
-        -webkit-flex-flow: row wrap;
-        flex-flow: row wrap;
-    }
-
-    #fsf-modal-window-elem {
-        width: 80vw;
-        margin-left: 10vw;
-        margin-right: 10vw;
-        margin-top: 40px;
-        margin-bottom: 40px;
-    }
-
-    #fsf-modal-window-elem-right-column {
-        width: 100%;
-        order: 1;
-    }
-
-    #fsf-modal-window-elem-left-column {
-        width: 100%;
-        order: 2;
-    }
+  #fsf-modal-window-elem-left-column {
+    width: 100%;
+    order: 2;
+  }
 
-    #fsf-modal-window-elem-text {
-        margin-top: 20px;
-    }
+  #fsf-modal-window-elem-text {
+    margin-top: 20px;
+  }
 }
 
 @media screen and (max-width: 360px) {
-    .long-button-text {
-        font-size: 25px !important;
-    }
+  .long-button-text {
+    font-size: 25px !important;
+  }
 }
 
 #fsf-modal-window-elem-container {
-    position: fixed;
-    z-index: 10000;
-    left: 0;
-    top: 0;
-    width: 100%;
-    height: 100%;
-    overflow: auto;
-    background-color: rgba(0,0,0,0.8);
-
-    font-weight: normal;
+  position: fixed;
+  z-index: 10000;
+  left: 0;
+  top: 0;
+  width: 100%;
+  height: 100%;
+  overflow: auto;
+  background-color: rgba(0,0,0,0.8);
+  font-weight: normal;
 }
 
 #fsf-modal-window-elem a, a:active, a:focus {
-    outline: none;
-    border-bottom: 0px;
+  outline: none;
+  border-bottom: 0px;
 }
 
 #fsf-modal-window-elem {
-    overflow: auto;
-    padding: 20px;
-    border-style: solid;
-    border-width: 5px;
-    border-color: #b25ea8;
-    border-radius: 20px;
-    box-shadow: 0px 0px 10px #111111;
-    background-color: #fff5eb;
+  overflow: auto;
+  padding: 20px;
+  border-style: solid;
+  border-width: 5px;
+  border-color: #720000;
+  border-radius: 20px;
+  box-shadow: 0px 0px 10px #111111;
+  background-color: #e2c6a5;
 }
 
 #fsf-modal-window-elem-header {
-    width: 100%;
+  width: 100%;
 }
 
 #fsf-modal-window-elem-header h2 {
-    font-family: sans-serif,"Helvetica",Arial;
-    font-weight: bold;
-    font-size: 24px;
-    color: #002047;
-    padding-bottom: 20px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    border: none;
+  font-family: sans-serif,"Helvetica",Arial;
+  font-weight: bold;
+  font-size: 24px;
+  color: #002047;
+  padding-bottom: 20px;
+  margin-top: 0px;
+  margin-bottom: 0px;
+  border: none;
 }
 
 #fsf-modal-window-elem-close-button {
-    float: right;
-    height: 40px;
-    margin-right: -20px;
-    margin-top: -20px;
-    padding: 11px;
-    color: #888;
-    cursor: pointer;
+  float: right;
+  height: 40px;
+  margin-right: -20px;
+  margin-top: -20px;
+  padding: 11px;
+  color: #888;
+  cursor: pointer;
 }
 
 #fsf-modal-window-elem-close-button:hover {
-    color: #aaf;
+  color: #aaf;
 }
 
 #fsf-modal-window-elem-right-column {
-    text-align: center;
-    -webkit-user-select: none;
-       -moz-user-select: none;
-        -ms-user-select: none;
-            user-select: none;
+  text-align: center;
+  -webkit-user-select: none;
+     -moz-user-select: none;
+      -ms-user-select: none;
+          user-select: none;
 }
 
 #fsf-modal-window-elem-buttons div {
-    height:53.333px;
-    line-height: 53.333px;
-    margin-left:auto;
-    margin-right:auto;
-    display:block;
-}
-
-#fsf-modal-window-elem-buttons {
+  height:53.333px;
+  line-height: 53.333px;
+  margin-left:auto;
+  margin-right:auto;
+  display:block;
 }
 
 #fsf-modal-window-elem-buttons a {
-    width: 100%;
-    display: block;
-    text-align: center;
-    font-size:35px;
-    color:#002047;
-    text-decoration: none;
-    font-family: sans-serif,"Helvetica",Arial;
-    font-weight: normal;
+  width: 100%;
+  display: block;
+  text-align: center;
+  font-size:35px;
+  color:#002047;
+  text-decoration: none;
+  font-family: sans-serif,"Helvetica",Arial;
+  font-weight: normal;
 }
 
 #fsf-modal-window-elem-maybe-later {
-    margin-top: 5px;
-    margin-bottom: -5px;
+  margin-top: 5px;
+  margin-bottom: -5px;
 }
 
 #fsf-modal-window-elem-maybe-later a {
-    color: #367c93;
-    line-height: 20px;
-    text-decoration: none;
-    cursor: pointer;
-    font-weight: normal;
-    font-family: sans-serif,"Helvetica",Arial;
-    font-size: 16px;
-}
-
-#fsf-modal-window-elem-text {
+  color: #367c93;
+  line-height: 20px;
+  text-decoration: none;
+  cursor: pointer;
+  font-weight: normal;
+  font-family: sans-serif,"Helvetica",Arial;
+  font-size: 16px;
 }
 
 #fsf-modal-window-elem-text a {
-    color: #002047;
-    font-weight: 700;
-    text-decoration: none;
+  color: #002047;
+  font-weight: 700;
+  text-decoration: none;
 }
 
 #fsf-modal-window-elem-text a:hover {
-    color: #fd8e1b;
+  color: #fd8e1b;
 }
 
 #fsf-modal-window-elem-text a:focus {
-    color: #fd8e1b;
+  color: #fd8e1b;
 }
 
 #fsf-modal-window-elem-text a:active {
-    color: #ffac30;
+  color: #ffac30;
 }
 
 #fsf-modal-window-elem-text p {
-    font-family: sans-serif,"Helvetica",Arial;
-    font-size: 17px;
-    font-weight: normal;
-    margin: 0px 0px 10px 0px;
-    line-height: 20px;
-    color: #002047;
+  font-family: sans-serif,"Helvetica",Arial;
+  font-size: 17px;
+  font-weight: normal;
+  margin: 0px 0px 10px 0px;
+  line-height: 20px;
+  color: #002047;
 }
             </style>
             <div id="fsf-modal-window-elem-container" style="display: none;">
@@ -251,41 +240,39 @@ href="../static/img/favicon.ico" />
                                 <div id="fsf-modal-window-elem-close-button" onclick="//fsfModalWindowElemDontShowForAWhile();">
                                     <i class="fa fa-close">&#8203;</i>
                                 </div>
-                                <h2>Take the next step to software freedom!</h2>
+                                <h2>Defend the freedom to share!</h2>
                             </div>
                             <div id="fsf-modal-window-elem-left-column">
                                 <div id="fsf-modal-window-elem-text">
 
 <p>
 
-People around the world are realizing their responsibility to stand for user freedom against technological injustice. 
-Now is the time to help each other move forward to full software freedom.
-Without free (as in freedom) software, we cannot and will not have a free society. Your membership will help us pave a way to #UserFreedom.
+Consider the presence of software in your life and how so much of what we do depends upon the works of others. This is why the freedom to share is at the core of the FSF's work. We can only truly foster free software, free documentation, and free cultural works for users around the world if we have the ability to share.
 
 </p>
 
 <p>
 
-Join us today for $10/month ($5 for students) and help us reach our goal of 500 new associate members before January 20!
+Join us today for $10/month ($5 for students), and help us reach our goal of 455 new associate members by December 31!
 
 </p>
 
-<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?mtm_campaign=fall21&mtm_kwd=learn-more&mtm_source=modal">Read more</a><!-- | <a href="https://my.fsf.org/donate?mtm_campaign=fall21&mtm_source=modal">Donate</a></span></p>-->
+<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?mtm_campaign=fall22&mtm_source=modal">Read more</a> | <a href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_source=modal">Join</a></span></p>
 
                                 </div>
                             </div>
                             <div id="fsf-modal-window-elem-right-column">
-                                <div id="fsf-modal-window-elem-buttons" style="border-radius: 20px; box-shadow: 0px 0px 5px #0c2b2b;">
-                                    <div style="background-color:#43a2de; border-top-right-radius: 20px; border-top-left-radius: 20px;">
-                                      <a style="text-shadow: 0px 0px 6px #ffe6b4;" href="https://my.fsf.org/join?mtm_campaign=fall21&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-check-circle">&nbsp;</i>Join</a>
+                                <div id="fsf-modal-window-elem-buttons" style="border-radius: 20px;box-shadow: 5px 0 5px -6px #002047, -5px 0 5px -6px #002047;">
+                                    <div style="background-color:#720000; border-top-right-radius: 20px; border-top-left-radius: 20px;">
+                                      <a style="text-shadow: 0px 0px 4px #ffe6b4;" href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-check-circle">&nbsp;</i>Join</a>
                                     </div>
 
-                                    <div style="background-color:#fff5eb">
-                                      <a href="https://my.fsf.org/renew?mtm_campaign=fall21&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-refresh">&nbsp;</i>Renew</a>
+                                    <div style="background-color:#e2c6a5;">
+                                      <a href="https://my.fsf.org/renew?mtm_campaign=fall22&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-refresh">&nbsp;</i>Renew</a>
                                     </div>
 
-                                    <div style="background-color:#b25ea8; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
-                                      <a style="text-shadow: 0px 0px 6px #ffe6b4;" href="https://my.fsf.org/donate?mtm_campaign=fall21&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-money">&nbsp;</i>Donate</a>
+                                    <div style="background-color:#da9d4d; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; margin-bottom: 2px">
+                                      <a style="text-shadow: 0px 0px 4px #ffe6b4;" href="https://my.fsf.org/donate?mtm_campaign=fall22&mtm_source=modal" onclick="//fsfModalWindowElemFollowedLink();"><i class="fa fa-money">&nbsp;</i>Donate</a>
                                     </div>
                                 </div>
                             </div>
@@ -299,10 +286,10 @@ Join us today for $10/month ($5 for students) and help us reach our goal of 500
 
 var startTime, endTime, switchTextTime;
 
-startTime = new Date('2021-11-13T04:00:00Z');
-switchTextTime = new Date('2021-12-30T04:00:00Z');
+startTime = new Date('2022-11-13T04:00:00Z');
+switchTextTime = new Date('2023-12-12T04:00:00Z');
 // endTime is unused.
-endTime = new Date('2022-02-17T04:00:00Z');
+endTime = new Date('2023-12-17T04:00:00Z');
 
 // Possibly switch the text that is displayed in the modal window, depending
 // upon the current date.
@@ -318,9 +305,9 @@ function fsfModalWindowElemMaybeSwitchText () {
     // Switch text
     document.getElementById("fsf-modal-window-elem-text").innerHTML =' \
 \
-<p>People around the world are realizing their responsibility to stand for user freedom against technological injustice. Now is the time to help each other move forward to full software freedom. Without free (as in freedom) software, we cannot and will not have a free society. Your membership will help us pave a way to #UserFreedom.<\/p><p>Join us today for \$10/month (\$5 for students) and help us reach our goal of 500 new associate members before January 20!<\/p> \
+<p>Consider the presence of software in your life and how so much of what we do depends upon the works of others. This is why the freedom to share is at the core of the FSF\'s work. We can only truly foster free software, free documentation, and free cultural works for users around the world if we have the ability to share.<\/p><p>Join us today for \$10\/month \(\$5 for students\), and help us reach our goal of 455 new associate members by December 31!<\/p> \
 \
-<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?mtm_campaign=fall21&mtm_kwd=learn-more&mtm_source=modal">Read more<\/a> |  <a href="https://my.fsf.org/join?mtm_campaign=fall21&mtm_source=modal">Join<\/a><\/span><\/p>';
+<p><span id="fsf-modal-window-text-link"><a href="https://www.fsf.org/appeal?mtm_campaign=fall22&mtm_source=modal">Read more<\/a> |  <a href="https://my.fsf.org/join?mtm_campaign=fall22&mtm_source=modal">Join<\/a><\/span><\/p>';
 }
 
 // Show fsf-modal-window-elem if it has not been previously closed by
@@ -331,7 +318,7 @@ function fsfModalWindowElemMaybeShow () {
     var pattern, noShowFsfModalWindowElementP, now;
 
     // See if cookie says not to show element
-    pattern = /showFsf202111FundraiserModalWindowElementP\s*=\s*false/;
+    pattern = /showFsf202211FundraiserModalWindowElementP\s*=\s*false/;
     noShowFsfModalWindowElementP = pattern.test(document.cookie);
 
 //// Uncomment here to enable modal window hiding
@@ -371,8 +358,8 @@ function fsfModalWindowElemDontShowForDays (forDays, hideNow) {
     if (hideNow === true) {
         fsfModalWindowElemHide();
     }
-    //document.cookie = "showFsf202111FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays);
-    document.cookie = "showFsf202111FundraiserModalWindowElementP=false; path=/; SameSite=Strict; Secure; expires=" + daysInFuture(forDays);
+    //document.cookie = "showFsf202211FundraiserModalWindowElementP=false; path=/; domain=.fsf.org; expires=" + daysInFuture(forDays);
+    document.cookie = "showFsf202211FundraiserModalWindowElementP=false; path=/; SameSite=Strict; Secure; expires=" + daysInFuture(forDays);
 }
 
 // Hide the element from now to two weeks after closing it
@@ -428,8 +415,6 @@ window.addEventListener("keydown",  function  (event)  {
 // @license-end
                 </script>
             </div>
-            <!-- End fsf-modal-window-elem campaign element -->
-
 <!-- ~~~~~~~~~ GnuPG Header and introduction text ~~~~~~~~~ -->
 <header class="row" id="header"><div>
 
@@ -449,11 +434,11 @@ window.addEventListener("keydown",  function  (event)  {
 <li><a href="/it">italiano - v3.0</a></li>
 <li><a href="/ja">日本語 - v4.0</a></li>
 <li><a href="/pt-br">português do Brasil - v3.0</a></li>
-<li><a href="/ro">română - v3.0</a></li> -->
+<li><a href="/ro">română - v3.0</a></li>-->
 <li><a href="/ru">русский - v5.0</a></li>
-<!--<li><a href="/sq">Shqip - v4.0</a></li>
-<li><a href="/sv">svenska - v4.0</a></li>
-<li><a href="/zh-hans">简体中文 - v4.0</a></li>-->
+<li><a href="/sq">Shqip - v5.0</a></li>
+<!--<li><a href="/sv">svenska - v4.0</a></li>-->
+<li><a href="/zh-hans">简体中文 - v5.0</a></li>
 <li><strong><a href="https://libreplanet.org/wiki/GPG_guide/Translation_Guide">
 Translate!</a></strong></li>
 </ul>
@@ -464,6 +449,9 @@ Translate!</a></strong></li>
 <!--<li><a href="windows.html">Windows</a></li>-->
 <li class="spacer"><a href="workshops.html">Teach your friends</a></li>
 <li class="spacer"><a
+href="http://hhldo3tnt5solzj2bwfvh7xm4slk2forpjwjyemhcfrlob5gq75gioid.onion/en"
+target="_blank">This site's tor onion service</a></li>
+<li class="spacer"><a
 href="https://fsf.org/share?u=https://u.fsf.org/zb&amp;t=Email%20encryption%20for%20everyone%20via%20%40fsf">
 Share&nbsp;
 <img src="../static/img/gnu-social.png" class="share-logo"
@@ -495,10 +483,21 @@ the world taking the first step towards protecting their privacy.</strong></p>
 
 </div>
 
-<p><a
-href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&amp;id=14&amp;mtm_campaign=email_self_defense&amp;mtm_kwd=guide_donate"><img
-alt="Donate"
-src="../static/img/en/donate.png" /></a></p>
+<div style="text-align: center;">
+<p><a href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&amp;id=14&amp;mtm_campaign=email_self_defense&amp;mtm_kwd=guide_donate"><img alt="Donate" src="../static/img/en/donate.png" /></a></p>
+
+<h5>Sign up</h5>
+<form action="https://my.fsf.org/civicrm/profile/create?reset=1&amp;gid=31" method="post">
+<p>Enter your email address to receive our monthly newsletter, the<br /><a href="https://www.fsf.org/free-software-supporter/">Free Software Supporter</a></p>
+
+<p><input id="frmEmail" type="text" name="email-Primary" size="18" maxlength="80" /></p>
+<p><input type="submit" name="_qf_Edit_next" value="Subscribe me" /></p>
+<div><input name="postURL" type="hidden" value="" />
+<input type="hidden" name="group[25]" value="1" />
+<input name="cancelURL" type="hidden" value="https://my.fsf.org/civicrm/profile?reset=1&amp;gid=31" />
+<input name="_qf_default" type="hidden" value="Edit:cancel" />
+</div>
+</form></div>
 
 </div><!-- End #fsf-intro -->
 
@@ -721,12 +720,14 @@ shortcut).</p>
 <p># Enter the following keysize: <code>4096</code> for a strong key.</p>
 <p># Choose the expiration date; we suggest <code>2y</code> (2 years).</p>
 <p>Follow the prompts to continue setting up with your personal details.</p>
+<p class="notes"> Depending on your version of GPG, you may need to use
+<code>--gen-key</code> instead of <code>--full-generate-key</code>&#65279;.</p>
 
 <h4>Set your passphrase</h4>
-<p>On the screen titled "Passphrase," pick a strong password! You can
+<p>On the screen titled "Passphrase," pick a strong passphrase! You can
 do it manually, or you can use the Diceware method. Doing it manually
 is faster but not as secure. Using Diceware takes longer and requires
-dice, but creates a password that is much harder for attackers to figure
+dice, but creates a passphrase that is much harder for attackers to figure
 out. To use it, read the section "Make a secure passphrase with Diceware" in <a
 href="https://theintercept.com/2015/03/26/passphrases-can-memorize-attackers-cant-guess/">
 this article</a> by Micah Lee.</p>
@@ -735,7 +736,7 @@ this article</a> by Micah Lee.</p>
 <p>If you'd like to pick a passphrase manually, come up with something
 you can remember which is at least twelve characters long, and includes
 at least one lower case and upper case letter and at least one number or
-punctuation symbol. Never pick a password you've used elsewhere. Don't use
+punctuation symbol. Never pick a passphrase you've used elsewhere. Don't use
 any recognizable patterns, such as birthdays, telephone numbers, pets' names,
 song lyrics, quotes from books, and so on.</p>
 
@@ -756,7 +757,10 @@ If GnuPG is not installed, it will bring up the following result on most GNU/Lin
 <code>sudo apt update</code><br />
 <code>sudo apt install gnupg2</code><br />
 <code>gpg2 --full-generate-key</code><br />
-If this resolved the issue, you need to continue to use the gpg2 identifier instead of gpg throughout the following steps of the guide.</dd>
+If this resolved the issue, you need to continue to use the gpg2 identifier instead of gpg throughout the following steps of the guide.
+<p class="notes"> Depending on your version of GPG, you may need to use
+<code>--gen-key</code> instead of <code>--full-generate-key</code>&#65279;.</p>
+</dd>
 
 <dt>I took too long to create my passphrase</dt>
 <dd>That's okay. It's important to think about your passphrase. When you're ready, just follow the steps from the beginning again to create your key.</dd>
@@ -817,9 +821,8 @@ alt="Step 2.B: Send to server and generate a certificate" /></p>
 
 <h4>Upload your key to a keyserver</h4>
 <p>We will upload your key to a keyserver, so if someone wants to send you an encrypted message, they can download your public key from the Internet. There are multiple keyservers
-that you can select from the menu when you upload, but they are all copies
-of each other, so it doesn't matter which one you use. However, it sometimes
-takes a few hours for them to match each other when a new key is uploaded.</p>
+that you can select from the menu when you upload, but they are mostly all copies
+of each other. Any server will work, but it's good to remember which one you uploaded your key to originally. Also keep in mind, sometimes takes a few hours for them to match each other when a new key is uploaded.</p>
 <p># Copy your keyID: <code>gpg --list-key [your@email]</code> will list your public ("pub") key information, including your keyID, which is a unique list of numbers and letters. Copy this keyID, so you can use it in the following command.</p>
 <p># Upload your key to a server:
 <code>gpg --send-key [keyID]</code></p>
@@ -854,7 +857,7 @@ $ gpg --export -a [keyID] > my_public_key.asc
 
 <p># Check your permissions: <code>ls -l ~/.gnupg/*</code></p>
 <p># Set permissions to read, write, execute for only yourself, no others. These are the recommended permissions for your folder. <br/>
-You can use the code: <code>chmod 700 ~/.gnupg</code></p>
+You can use the command: <code>chmod 700 ~/.gnupg</code></p>
 <p># Set permissions to read and write for yourself only, no others. These are the recommended permissions for the keys inside your folder. <br/>
 You can use the code: <code>chmod 600 ~/.gnupg/*</code></p>
 
@@ -876,10 +879,10 @@ page</a>.</dd>
 
 <dl>
 <dt>More about keyservers</dt>
-<dd>You can find some more keyserver information<a
-href="https://www.gnupg.org/gph/en/manual/x457.html"> in this manual</a>. <a
-href="https://sks-keyservers.net/overview-of-pools.php">The sks Web site</a>
-maintains a list of highly interconnected keyservers. You can also <a
+<dd>You can find some more keyserver information <a
+href="https://www.gnupg.org/gph/en/manual/x457.html">in this manual</a>. <a
+href="https://keys.mailvelope.com">The Mailvelope Key Server</a>
+allows automatic public key lookup. You can also <a
 href="https://www.gnupg.org/gph/en/manual/x56.html#AEN64">directly export
 your key</a> as a file on your computer.</dd>
 
@@ -1082,7 +1085,7 @@ href="mailto:edward-en@fsf.org">edward-en@fsf.org</a>. Make the subject
 <dd>You could get the above error message, or something along these lines:  "Unable to send this message with end-to-end encryption, because there are problems with the keys of the following recipients: ..." In these cases, you may be trying to send an encrypted email to someone when you do not have their public key yet. Make sure you follow the steps above to import the key to your key manager. Open the OpenPGP Key Manager to make sure the recipient is listed there.</dd>
 
 <dt>Unable to send message</dt>
-<dd>You could get the following message when trying to send your encrypted email: "Unable to send this message with end-to-end encryption, because there are problems with the keys of the following recipients: edward-en@fsf.org." This usually means you imported the key with the "unaccepted (unverified) option." Go to the "key properties" of this key by right clicking on the key in the OpenPGP Key Manager, and select the option <i>Yes, but I have not verified that this is the correct key</i> in the "Acceptance" option at the bottom of this window. Resend the email.</dd>
+<dd>You could get the following message when trying to send your encrypted email: "Unable to send this message with end-to-end encryption, because there are problems with the keys of the following recipients: edward-en@fsf.org." This usually means you imported the key with the "Not accepted (undecided)" option. Go to the "key properties" of this key by right clicking on the key in the OpenPGP Key Manager, and select the option <i>Yes, but I have not verified that this is the correct key</i> in the "Acceptance" option at the bottom of this window. Resend the email.</dd>
 
 <dt>I can't find Edward's key</dt>
 <dd>Close the pop-ups that have appeared since you clicked Send. Make sure
@@ -1189,7 +1192,7 @@ signature is authentic.</p>
 
 <p>To sign an email to Edward, compose any message to the email address and click the
 pencil icon next to the lock icon so that it turns gold. If you sign a
-message, GnuPG may ask you for your password before it sends the message,
+message, GnuPG may ask you for your passphrase before it sends the message,
 because it needs to unlock your private key for signing.</p>
 
 <p>In "Account Settings" &rarr; "End-To-End-Encryption" you can opt to <i>add digital signature by default</i>.</p>
@@ -1271,7 +1274,7 @@ alt="Section 5: trusting a key" /></p>
 
 <p>In your email program's menu, go to OpenPGP Key Manager and select <i>Key properties</i> by right clicking on Edward's key.</p>
 
-<p>Under "Your Acceptance," you can select <i>Yes, I've verified in person this key has the correct fingerprint"</i>.</p>
+<p>Under "Your Acceptance," you can select <i>Yes, I've verified in person this key has the correct fingerprint</i>.</p>
 
 <p class="notes">You've just effectively said "I trust that Edward's public
 key actually belongs to Edward." This doesn't mean much because Edward isn't
@@ -1424,7 +1427,7 @@ invalid keys might be readable by surveillance programs.</p>
 
 <p>In your email program, go back to the first encrypted email that Edward
 sent you. Because Edward encrypted it with your public key, it will have a
-green checkmark a at the top "OpenPGP" button.</p>
+green checkmark on the "OpenPGP" button.</p>
 
 <p><strong>When using GnuPG, make a habit of glancing at that button. The program
 will warn you there if you get an email signed with a key that can't
@@ -1592,7 +1595,7 @@ rel="jslicense">source code and license information</a>.</p>
 
 <p class="credits">Infographic and guide design by <a rel="external"
 href="https://jplusplus.org"><strong>Journalism++</strong><img
-src="static/img/jplusplus.png"
+src="../static/img/jplusplus.png"
 alt="Journalism++" /></a></p><!-- /.credits -->
 </div></footer><!-- End #footer -->