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.2 by tdb, Thu Jul 25 15:44:08 2002 UTC vs.
Revision 1.4 by tdb, Sun Mar 21 23:58:07 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines