ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pgpkey.xhtml
(Generate patch)

Comparing web/www/pgpkey.xhtml (file contents):
Revision 1.3 by tdb, Mon Feb 3 21:50:36 2003 UTC vs.
Revision 1.8 by tdb, Fri Aug 9 23:25:57 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines