This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/royale-pelican-website.git
The following commit(s) were added to refs/heads/main by this push:
new 3cda936 Delete archive.ezt
3cda936 is described below
commit 3cda9366a9dbba840895d5ad30d342e3af6440b2
Author: Andrew Wetmore <[email protected]>
AuthorDate: Tue Jun 21 14:59:28 2022 -0300
Delete archive.ezt
---
content/include/archive.ezt | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/content/include/archive.ezt b/content/include/archive.ezt
deleted file mode 100644
index eeee982..0000000
--- a/content/include/archive.ezt
+++ /dev/null
@@ -1,34 +0,0 @@
-<h1 id="verify">Verify the integrity of the files<a class="headerlink"
href="#verify" title="Permanent link">¶</a></h1>
-<p>It is essential that you verify the integrity of the downloaded file using
-the PGP signature (<code>.asc</code> file) or a hash (<code>.md5</code> or
<code>.sha*</code> file). Please read <a
href="/info/verification.html">Verifying Apache Software
-Foundation Releases</a> for more information on why
-you should verify our releases.</p>
-<p>The PGP signature can be verified using PGP or GPG. First download the
-<code>KEYS</code> as well as the <code>asc</code> signature file for the
relevant distribution.
-Make sure you get these files from the main distribution site, rather than
-from a mirror. Then verify the signatures using</p>
-<div class="codehilite"><pre><span class="c">% gpg --import KEYS</span>
-<span class="c">% gpg --verify downloaded_file.asc downloaded_file</span>
-</pre></div>
-
-
-<p><em>or</em></p>
-<div class="codehilite"><pre><span class="c">% pgpk -a KEYS</span>
-<span class="c">% pgpv downloaded_file.asc</span>
-</pre></div>
-
-
-<p><em>or</em></p>
-<div class="codehilite"><pre><span class="c">% pgp -ka KEYS</span>
-<span class="c">% pgp downloaded_file.asc</span>
-</pre></div>
-
-
-<p>Alternatively, you can verify the MD5 hash on the file. A unix
-program called <code>md5</code> or <code>md5sum</code> is included in many
unix distributions. It
-is also available as part of
-<a href="http://www.gnu.org/software/textutils/textutils.html">GNU
Textutils</a>.
-Windows users can get binary md5 programs from
-<a href="http://www.fourmilab.ch/md5/">here</a>,
-<a href="http://www.pc-tools.net/win32/freeware/console/">here</a> , or
-<a href="http://www.slavasoft.com/fsum/">here</a>.</p>