ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pgpkey.xhtml
Revision: 1.6
Committed: Tue Mar 23 23:43:23 2004 UTC (20 years ago) by tdb
Branch: MAIN
Changes since 1.5: +39 -47 lines
Log Message:
Another biggish commit.

All pages are now XHTML 1.1 compliant. I've also tided (with the help of
the tidy tool) all the pages, so they're neater.

There are still parts of the site that won't validate - such as the CGI
scripts, and the CVS stuff - but I'll get to them tomorrow.

File Contents

# User Rev Content
1 tdb 1.5 <!--#include virtual="/doctype.inc" -->
2 tdb 1.6 <head>
3     <title>
4     i-scream PGP keys
5     </title>
6 tdb 1.4 <!--#include virtual="/style.inc" -->
7 tdb 1.6 </head>
8     <body>
9     <div id="container">
10     <div id="main">
11 tdb 1.4 <!--#include virtual="/header.inc" -->
12 tdb 1.6 <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.<br />
22     You can also download a copy
23     <a href="i-scream-dev.asc">here</a>.
24     </p>
25     <pre>
26 tdb 1.4 <!--#include virtual="i-scream-dev.asc" -->
27     </pre>
28 tdb 1.6 <h2>
29     i-scream automated build pgp key
30     </h2>
31     <p>
32     This is the public key we use for signing automated builds
33     on our build server. This key is less trusted as it has no
34     passphrase. We will only use this to sign things such as
35     snapshot builds - all proper releases will be signing with
36     the main key given above.<br />
37     You can also download a copy
38     <a href="i-scream-autobuild.asc">here</a>.
39     </p>
40     <pre>
41 tdb 1.4 <!--#include virtual="i-scream-autobuild.asc" -->
42     </pre>
43 tdb 1.6 </div>
44 tdb 1.4 <!--#include virtual="/footer.inc" -->
45 tdb 1.6 </div>
46 tdb 1.4 <!--#include virtual="/menu.inc" -->
47 tdb 1.6 </div>
48     </body>
49 tdb 1.1 </html>