ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pgpkey.xhtml
Revision: 1.8
Committed: Fri Aug 9 23:25:57 2013 UTC (10 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.7: +14 -8 lines
Log Message:
Update PGP key information.

There doesn't seem to be a huge benefit showing the whole armored key
directly on the webpage. Instead show the key details, including the
fingerprint, and provide a download for the armored key.

File Contents

# User Rev Content
1 tdb 1.5 <!--#include virtual="/doctype.inc" -->
2 tdb 1.6 <head>
3     <title>
4     i-scream PGP keys
5     </title>
6 tdb 1.4 <!--#include virtual="/style.inc" -->
7 tdb 1.6 </head>
8     <body>
9     <div id="container">
10     <div id="main">
11 tdb 1.4 <!--#include virtual="/header.inc" -->
12 tdb 1.6 <div id="contents">
13     <h1 class="top">
14     i-scream pgp keys
15     </h1>
16     <h2 class="top">
17     i-scream developer pgp key
18     </h2>
19     <p>
20     This is the public key we use for signing i-scream software
21 tdb 1.8 releases.
22 tdb 1.6 </p>
23     <pre>
24 tdb 1.8 <!--#include virtual="i-scream-dev.key" -->
25 tdb 1.4 </pre>
26 tdb 1.8 <p>
27     You can download a copy directly from
28     <a href="i-scream-dev.asc">here</a> or you can search for
29     it on a key server of your choice.
30     </p>
31 tdb 1.6 <h2>
32     i-scream automated build pgp key
33     </h2>
34     <p>
35     This is the public key we use for signing automated builds
36     on our build server. This key is less trusted as it has no
37     passphrase. We will only use this to sign things such as
38 tdb 1.7 snapshot builds - all proper releases will be signed with
39 tdb 1.8 the main key given above.
40 tdb 1.6 </p>
41     <pre>
42 tdb 1.8 <!--#include virtual="i-scream-autobuild.key" -->
43 tdb 1.4 </pre>
44 tdb 1.8 <p>
45     You can download a copy directly from
46     <a href="i-scream-autobuild.asc">here</a> or you can
47     search for it on a key server of your choice.
48     </p>
49 tdb 1.6 </div>
50 tdb 1.4 <!--#include virtual="/footer.inc" -->
51 tdb 1.6 </div>
52 tdb 1.4 <!--#include virtual="/menu.inc" -->
53 tdb 1.6 </div>
54     </body>
55 tdb 1.1 </html>