ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pgpkey.xhtml
Revision: 1.5
Committed: Tue Mar 23 20:22:27 2004 UTC (20 years ago) by tdb
Branch: MAIN
Changes since 1.4: +1 -4 lines
Log Message:
Move to .xhtml files instead of .shtml. They still use SSI.

We're now validating as XHTML 1.1 (or, at least we will be when I've tested
every page of the site to make sure it validates). I've put the necessary
frigs in the webserver so it returns the content-type as text/html if the
web browser doesn't make any claims to know about application/xhtml+xml
(which is the content type defined by the XHTML standards).

File Contents

# Content
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>