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, 1 month 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

# User Rev Content
1 tdb 1.5 <!--#include virtual="/doctype.inc" -->
2 tdb 1.1
3     <head>
4 tdb 1.4 <title>i-scream PGP keys</title>
5     <!--#include virtual="/style.inc" -->
6 tdb 1.1 </head>
7    
8 tdb 1.4 <body>
9    
10     <div id="container">
11    
12     <div id="main">
13    
14     <!--#include virtual="/header.inc" -->
15 tdb 1.1
16 tdb 1.4 <div id="contents">
17     <h1 class="top">i-scream pgp keys</h1>
18 tdb 1.1
19 tdb 1.4 <h2 class="top">i-scream developer pgp key</h2>
20 tdb 1.1
21 tdb 1.4 <p>
22 tdb 1.1 This is the public key we use for signing i-scream
23 tdb 1.4 software releases.<br/>You can also download a copy
24 tdb 1.1 <a href="i-scream-dev.asc">here</a>.
25 tdb 1.4 </p>
26 tdb 1.1
27 tdb 1.4 <pre>
28     <!--#include virtual="i-scream-dev.asc" -->
29     </pre>
30 tdb 1.1
31 tdb 1.4 <h2>i-scream automated build pgp key</h2>
32 tdb 1.3
33 tdb 1.4 <p>
34 tdb 1.3 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 tdb 1.4 above.<br/>You can also download a copy
40 tdb 1.3 <a href="i-scream-autobuild.asc">here</a>.
41 tdb 1.4 </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 tdb 1.3
54 tdb 1.4 </div>
55 tdb 1.1
56     </body>
57     </html>