Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: downloads/signatures/
Date: Sun, 31 Jan 2016 01:17:56
Message-Id: 1454202805.1d292c6a971076e77349ad3a13a19f1ae7573415.a3li@gentoo
1 commit: 1d292c6a971076e77349ad3a13a19f1ae7573415
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Sun Jan 31 01:13:25 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 01:13:25 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=1d292c6a
7
8 Signatures: Remove narrow panel
9
10 downloads/signatures/index.html | 45 ++++++++++++++++++++---------------------
11 1 file changed, 22 insertions(+), 23 deletions(-)
12
13 diff --git a/downloads/signatures/index.html b/downloads/signatures/index.html
14 index 2959b13..e6a6d6f 100644
15 --- a/downloads/signatures/index.html
16 +++ b/downloads/signatures/index.html
17 @@ -5,11 +5,12 @@ nav1: downloads
18 nav2: signatures
19 nav2-show: true
20 ---
21 -
22 <p>
23 - Our current releases are signed with either of these keys <strong>or any sub keys</strong>:
24 + Our current releases are signed with either of these keys <strong>or any sub keys:</strong>
25 </p>
26
27 +<br>
28 +
29 <table class="table table-striped">
30 <tr>
31 <th>Key ID/Type/Fingerprint</th>
32 @@ -40,35 +41,33 @@ nav2-show: true
33 </tr>
34 </table>
35
36 -<div class="row">
37 - <div class="col-xs-12 col-md-8 col-md-offset-2">
38 - <div class="panel panel-default">
39 - <div class="panel-heading">
40 - <h3 class="panel-title"><span class="fa fa-fw fa-check-circle-o"></span> Verifying Files</h3>
41 - </div>
42 - <div class="panel-body">
43 - <p>To verify downloaded files are not tampered with, you need the <tt>.DIGESTS</tt> file matching your release and the matching key from the table above.</p>
44 +<br>
45 +
46 +<div class="panel panel-default">
47 + <div class="panel-heading">
48 + <h3 class="panel-title"><span class="fa fa-fw fa-check-circle-o"></span> Verifying Files</h3>
49 + </div>
50 + <div class="panel-body">
51 + <p>To verify downloaded files are not tampered with, you need the <tt>.DIGESTS</tt> file matching your release and the matching key from the table above.</p>
52
53 - <p>Fetch the key:</p>
54 + <p>Fetch the key:</p>
55
56 - <p><kbd>gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys &lt;key id&gt;</kbd></p>
57 + <p><kbd>gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys &lt;key id&gt;</kbd></p>
58
59 - <p>Verify the <tt>DIGESTS</tt> file:</p>
60 + <p>Verify the <tt>DIGESTS</tt> file:</p>
61
62 - <p><kbd>gpg --verify &lt;foo.DIGESTS.asc&gt;</kbd></p>
63 + <p><kbd>gpg --verify &lt;foo.DIGESTS.asc&gt;</kbd></p>
64
65 - <p>Verify the download matches the digests. At least one of the following will exist:</p>
66 + <p>Verify the download matches the digests. At least one of the following will exist:</p>
67
68 - <p><kbd>sha512sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
69 - <p><kbd>sha256sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
70 - <p><kbd>sha1sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
71 + <p><kbd>sha512sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
72 + <p><kbd>sha256sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
73 + <p><kbd>sha1sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
74
75 - <br>
76 + <br>
77
78 - <div class="alert alert-info">
79 - Detailed instructions are available in the <a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page" class="alert-link">Gentoo Handbook</a>.
80 - </div>
81 - </div>
82 + <div class="alert alert-info">
83 + Detailed instructions are available in the <a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page" class="alert-link">Gentoo Handbook</a>.
84 </div>
85 </div>
86 </div>