]> i-scream Git - www.i-scream.org.git/blob - www/pgpkey.xhtml
Move to .xhtml files instead of .shtml. They still use SSI.
[www.i-scream.org.git] / www / pgpkey.xhtml
1 <!--#include virtual="/doctype.inc" -->
2
3 <head>
4 <title>i-scream PGP keys</title>
5 <!--#include virtual="/style.inc" -->
6 </head>
7
8 <body>
9
10 <div id="container">
11
12 <div id="main">
13
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.<br/>You can also download a copy
24 <a href="i-scream-dev.asc">here</a>.
25 </p>
26
27 <pre>
28 <!--#include virtual="i-scream-dev.asc" -->
29 </pre>
30
31 <h2>i-scream automated build pgp key</h2>
32
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>