# | Line 1 | Line 1 | |
---|---|---|
1 | < | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 | < | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 | < | |
4 | < | <html> |
5 | < | |
6 | < | <head> |
7 | < | <title>i-scream PGP keys</title> |
1 | > | <!--#include virtual="/doctype.inc" --> |
2 | > | <head> |
3 | > | <title> |
4 | > | i-scream PGP keys |
5 | > | </title> |
6 | <!--#include virtual="/style.inc" --> | |
7 | < | </head> |
8 | < | |
9 | < | <body> |
10 | < | |
13 | < | <div id="container"> |
14 | < | |
15 | < | <div id="main"> |
16 | < | |
7 | > | </head> |
8 | > | <body> |
9 | > | <div id="container"> |
10 | > | <div id="main"> |
11 | <!--#include virtual="/header.inc" --> | |
12 | < | |
13 | < | <div id="contents"> |
14 | < | <h1 class="top">i-scream pgp keys</h1> |
15 | < | |
16 | < | <h2 class="top">i-scream developer pgp key</h2> |
17 | < | |
18 | < | <p> |
19 | < | This is the public key we use for signing i-scream |
20 | < | software releases.<br/>You can also download a copy |
21 | < | <a href="i-scream-dev.asc">here</a>. |
22 | < | </p> |
23 | < | |
24 | < | <pre> |
25 | < | <!--#include virtual="i-scream-dev.asc" --> |
26 | < | </pre> |
27 | < | |
28 | < | <h2>i-scream automated build pgp key</h2> |
29 | < | |
30 | < | <p> |
31 | < | This is the public key we use for signing automated |
32 | < | builds on our build server. This key is less trusted |
33 | < | as it has no passphrase. We will only use this to |
34 | < | sign things such as snapshot builds - all proper |
35 | < | releases will be signing with the main key given |
36 | < | above.<br/>You can also download a copy |
37 | < | <a href="i-scream-autobuild.asc">here</a>. |
38 | < | </p> |
39 | < | |
40 | < | <pre> |
41 | < | <!--#include virtual="i-scream-autobuild.asc" --> |
42 | < | </pre> |
43 | < | </div> |
44 | < | |
12 | > | <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 | > | releases. |
22 | > | </p> |
23 | > | <pre><!--#include virtual="i-scream-dev.key" --></pre> |
24 | > | <p> |
25 | > | You can download a copy directly from |
26 | > | <a href="i-scream-dev.asc">here</a> or you can search for |
27 | > | it on a key server of your choice. |
28 | > | </p> |
29 | > | <h2> |
30 | > | i-scream automated build pgp key |
31 | > | </h2> |
32 | > | <p> |
33 | > | This is the public key we use for signing automated builds |
34 | > | on our build server. This key is less trusted as it has no |
35 | > | passphrase. We will only use this to sign things such as |
36 | > | snapshot builds - all proper releases will be signed with |
37 | > | the main key given above. |
38 | > | </p> |
39 | > | <pre><!--#include virtual="i-scream-autobuild.key" --></pre> |
40 | > | <p> |
41 | > | You can download a copy directly from |
42 | > | <a href="i-scream-autobuild.asc">here</a> or you can |
43 | > | search for it on a key server of your choice. |
44 | > | </p> |
45 | > | </div> |
46 | <!--#include virtual="/footer.inc" --> | |
47 | < | |
53 | < | </div> |
54 | < | |
47 | > | </div> |
48 | <!--#include virtual="/menu.inc" --> | |
49 | < | |
50 | < | </div> |
58 | < | |
59 | < | </body> |
49 | > | </div> |
50 | > | </body> |
51 | </html> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |