help po4a-gettextize be happy about html
authorAndrew Engelbrecht <andrew@fsf.org>
Thu, 15 Jul 2021 20:08:05 +0000 (16:08 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 15 Jul 2021 20:08:05 +0000 (16:08 -0400)
cleaning up the HTML a bit, including <br> -> <br/>

en/index.html

index 3d168bf543a2a39e8f8a06b10ceae3cb8b2ed226..532dff2ecfee0063162096001c40046dfff96a3c 100644 (file)
@@ -623,9 +623,9 @@ page</a>.</dd>
 
 <dl>
 <dt>Use a third-party package manager to install GnuPG</dt>
-<dd>Your macOS comes with a program called "Terminal" pre-installed, which we'll use to set up your encryption with GnuPG, using the command line. However, the default macOS package manager makes it difficult to install GnuPG and other pieces of free software (like Emacs, GIMP, or Inkscape).<br>
-To make things easier, we recommend setting up the third-party package manager "Homebrew" to install GnuPG. Copy the link on the home page of <a href="https://brew.sh/">Homebrew</a> and paste it in Terminal. Click "Enter" and wait for it to finalize.<br>
-When it is done, install the program by entering the following code in Terminal:<br>
+<dd>Your macOS comes with a program called "Terminal" pre-installed, which we'll use to set up your encryption with GnuPG, using the command line. However, the default macOS package manager makes it difficult to install GnuPG and other pieces of free software (like Emacs, GIMP, or Inkscape).<br/>
+To make things easier, we recommend setting up the third-party package manager "Homebrew" to install GnuPG. Copy the link on the home page of <a href="https://brew.sh/">Homebrew</a> and paste it in Terminal. Click "Enter" and wait for it to finalize.<br/>
+When it is done, install the program by entering the following code in Terminal:<br/>
 <span style="color:#2f5faa; font-family: monospace;">brew install gnupg gnupg2</span>. After installation is done, you can follow the steps of the rest of this guide.</dd>
 </dl>
 
@@ -638,7 +638,7 @@ When it is done, install the program by entering the following code in Terminal:
 
 <dl>
 <dt>Get GnuPG by downloading GPG4Win</dt>
-<dd><a href="https://www.gpg4win.org/">GPG4Win</a> is a email and file encryption software package that includes GnuPG. Download and install the latest version, choosing default options whenever asked. After it's installed, you can close any windows that it creates.<br>
+<dd><a href="https://www.gpg4win.org/">GPG4Win</a> is a email and file encryption software package that includes GnuPG. Download and install the latest version, choosing default options whenever asked. After it's installed, you can close any windows that it creates.<br/>
 
 
 <p class="notes">To follow the rest of the steps in this guide, you'll use the program called "PowerShell", which is a program you'll see elsewhere referred to as a "terminal." This allows you to operate your computer using the command line.</p>
@@ -794,6 +794,7 @@ secure and recover from a compromised key much more quickly. <a
 href="https://alexcabal.com/creating-the-perfect-gpg-keypair/">Alex Cabal</a>
 and <a href="https://keyring.debian.org/creating-key.html">the Debian wiki</a>
 provide good guides for setting up a secure subkey configuration.</dd>
+</dl>
 
 </div><!-- /.troubleshooting -->
 </div><!-- End .main -->
@@ -825,8 +826,8 @@ takes a few hours for them to match each other when a new key is uploaded.</p>
 <p>Use the following command to export your secret key so you can import it into your email client at the next <a href=#section3>step</a>. To avoid getting your key compromised, store this in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Exporting your keys can be done with the following commands:</p>
 
 <span style="color:#2f5faa; font-family: monospace;">
-$ gpg --export-secret-keys -a [keyid] > my_secret_key.asc<br>
-$ gpg --export -a [keyid] > my_public_key.asc<br>
+$ gpg --export-secret-keys -a [keyid] > my_secret_key.asc<br/>
+$ gpg --export -a [keyid] > my_public_key.asc<br/>
 </span><br />
 
 <br />
@@ -848,15 +849,15 @@ $ gpg --export -a [keyid] > my_public_key.asc<br>
 
 <dl>
 <dt>My key doesn't seem to be working or I get a "permission denied."</dt>
-<dd>Like every other file or folder, gpg keys are subject to permissions. If these are not set correctly, your system may not be accepting your keys. You can follow the next steps to check, and update to the right permissions.<br><br>
+<dd>Like every other file or folder, gpg keys are subject to permissions. If these are not set correctly, your system may not be accepting your keys. You can follow the next steps to check, and update to the right permissions.<br/><br/>
 
-# Check your permissions: <span style="color:#2f5faa; font-family: monospace;">ls -l ~/.gnupg/*</span><br><br>
-# Set permissions to read, write, execute for only yourself, no others. This is the recommended permission for your folder. <br>
-You can use the code <span style="color:#2f5faa; font-family: monospace;">chmod 700 ~/.gnupg</span><br><br>
-# Set permissions to read and write for yourself only, no others. This is the recommended permission for the keys inside your folder. <br>
-You can use the code: <span style="color:#2f5faa; font-family: monospace;">chmod 600 ~/.gnupg/*</span><br><br>
+# Check your permissions: <span style="color:#2f5faa; font-family: monospace;">ls -l ~/.gnupg/*</span><br/><br/>
+# Set permissions to read, write, execute for only yourself, no others. This is the recommended permission for your folder. <br/>
+You can use the code <span style="color:#2f5faa; font-family: monospace;">chmod 700 ~/.gnupg</span><br/><br/>
+# Set permissions to read and write for yourself only, no others. This is the recommended permission for the keys inside your folder. <br/>
+You can use the code: <span style="color:#2f5faa; font-family: monospace;">chmod 600 ~/.gnupg/*</span><br/><br/>
 
-<p class="notes"><p>If you have (for any reason) created your own folders inside ~/.gnupg, you must also additionally apply execute permissions to that folder. Folders require execution privileges to be opened. For more information on permissions, you can check out <a href="https://helpdeskgeek.com/linux-tips/understanding-linux-permissions-chmod-usage/">this detailed information guide</a>.<br>
+<p class="notes">If you have (for any reason) created your own folders inside ~/.gnupg, you must also additionally apply execute permissions to that folder. Folders require execution privileges to be opened. For more information on permissions, you can check out <a href="https://helpdeskgeek.com/linux-tips/understanding-linux-permissions-chmod-usage/">this detailed information guide</a>.</p><br/>
 </dd>
 <dt class="feedback">Don't see a solution to your problem?</dt>
 <dd class="feedback">Please let us know on the <a
@@ -881,19 +882,19 @@ href="https://www.gnupg.org/gph/en/manual/x56.html#AEN64">directly export
 your key</a> as a file on your computer.</dd>
 
 <dt>Transferring your keys</dt>
-<dd>Use the following commands to transfer your keys. To avoid getting your key compromised, store it in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Importing and exporting a key can be done with the following commands:<br>
+<dd>Use the following commands to transfer your keys. To avoid getting your key compromised, store it in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Importing and exporting a key can be done with the following commands:<br/>
 
 <span style="color:#2f5faa; font-family: monospace;">
-$ gpg --export-secret-keys -a keyid > my_private_key.asc<br>
-$ gpg --export -a keyid > my_public_key.asc<br>
-$ gpg --import my_private_key.asc<br>
-$ gpg --import my_public_key.asc<br>
+$ gpg --export-secret-keys -a keyid > my_private_key.asc<br/>
+$ gpg --export -a keyid > my_public_key.asc<br/>
+$ gpg --import my_private_key.asc<br/>
+$ gpg --import my_public_key.asc<br/>
 </span>
 
 <p>Ensure that the keyID printed is the correct one, and if so, then go ahead and add ultimate trust for it:</p>
 <span style="color:#2f5faa; font-family: monospace;">
 $ gpg --edit-key [your@email]
-</span><br>
+</span><br/>
 
 Because this is your key, you should choose <span style="color:#2f5faa; font-family: monospace;">ultimate</span>. You shouldn't trust anyone else's key ultimately. 
 
@@ -913,7 +914,7 @@ Because this is your key, you should choose <span style="color:#2f5faa; font-fam
 <div class="section-intro">
 
 <h2><em>#3</em> Set up email encryption</h2>
-<p class="notes"><p>The Icedove (or Thunderbird) email program has PGP functionality integrated, which makes it pretty easy to work with. We'll take you through the steps of integrating and using your key in these email clients.</p>
+<p class="notes">The Icedove (or Thunderbird) email program has PGP functionality integrated, which makes it pretty easy to work with. We'll take you through the steps of integrating and using your key in these email clients.</p>
 
 </div><!-- End .section-intro -->