# | Line 1 | Line 1 | |
---|---|---|
1 | < | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
1 | > | <!--#include virtual="/doctype.inc" --> |
2 | ||
3 | – | <!-- |
4 | – | $Author$ |
5 | – | $Id$ |
6 | – | --> |
7 | – | |
8 | – | <html> |
9 | – | |
3 | <head> | |
4 | < | <title>i-scream pgp key</title> |
4 | > | <title>i-scream PGP keys</title> |
5 | > | <!--#include virtual="/style.inc" --> |
6 | </head> | |
7 | ||
8 | < | <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
8 | > | <body> |
9 | ||
10 | < | <table border="0" cellpadding="2" cellspacing="2"> |
17 | < | <tr> |
18 | < | <td valign="top"> |
19 | < | <!--#include virtual="left.inc" --> |
20 | < | </td> |
21 | < | <td valign="top"> |
22 | < | <!--#include virtual="title.inc" --> |
10 | > | <div id="container"> |
11 | ||
12 | < | <h2><font face="Arial">i-scream pgp key</font></h2> |
12 | > | <div id="main"> |
13 | ||
14 | < | <p><font face="Arial" size="2"> |
14 | > | <!--#include virtual="/header.inc" --> |
15 | > | |
16 | > | <div id="contents"> |
17 | > | <h1 class="top">i-scream pgp keys</h1> |
18 | > | |
19 | > | <h2 class="top">i-scream developer pgp key</h2> |
20 | > | |
21 | > | <p> |
22 | This is the public key we use for signing i-scream | |
23 | < | software releases. You can also download a copy |
23 | > | software releases.<br/>You can also download a copy |
24 | <a href="i-scream-dev.asc">here</a>. | |
25 | < | </font></p> |
25 | > | </p> |
26 | ||
27 | < | <table border="1" cellpadding="5" cellspacing="0"> |
28 | < | <tr> |
29 | < | <td align="left" style="{background-color: #F0F0F0;}"> |
35 | < | <pre> |
36 | < | <!--#include virtual="i-scream-dev.asc" --></pre> |
37 | < | </td> |
38 | < | </tr> |
39 | < | </table> |
27 | > | <pre> |
28 | > | <!--#include virtual="i-scream-dev.asc" --> |
29 | > | </pre> |
30 | ||
31 | + | <h2>i-scream automated build pgp key</h2> |
32 | ||
33 | < | <!--#include virtual="bottom.inc" --> |
34 | < | </td> |
35 | < | </tr> |
36 | < | </table> |
33 | > | <p> |
34 | > | This is the public key we use for signing automated |
35 | > | builds on our build server. This key is less trusted |
36 | > | as it has no passphrase. We will only use this to |
37 | > | sign things such as snapshot builds - all proper |
38 | > | releases will be signing with the main key given |
39 | > | above.<br/>You can also download a copy |
40 | > | <a href="i-scream-autobuild.asc">here</a>. |
41 | > | </p> |
42 | > | |
43 | > | <pre> |
44 | > | <!--#include virtual="i-scream-autobuild.asc" --> |
45 | > | </pre> |
46 | > | </div> |
47 | > | |
48 | > | <!--#include virtual="/footer.inc" --> |
49 | > | |
50 | > | </div> |
51 | > | |
52 | > | <!--#include virtual="/menu.inc" --> |
53 | > | |
54 | > | </div> |
55 | ||
56 | </body> | |
57 | </html> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |