ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pgpkey.xhtml
Revision: 1.4
Committed: Sun Mar 21 23:58:07 2004 UTC (20 years ago) by tdb
Branch: MAIN
Changes since 1.3: +36 -44 lines
Log Message:
Commit new website. The old site is tagged, so this won't change the live
site... but it does move HEAD on to the new site.

Too many changes to list really. General points are:

- Moved to a XHTML CSS compliant site.
- Reorganised the site into a more multi-project based look.
- Removed a lot of cruft.

Still to do:

- Fix all the zillions of bugs stopping the whole site from validating :-)
- Tidy up the HTML in terms of layout and indentation.

Thanks to AJ for his help this weekend in doing this.

File Contents

# User Rev Content
1 tdb 1.4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 tdb 1.1
4     <html>
5    
6     <head>
7 tdb 1.4 <title>i-scream PGP keys</title>
8     <!--#include virtual="/style.inc" -->
9 tdb 1.1 </head>
10    
11 tdb 1.4 <body>
12    
13     <div id="container">
14    
15     <div id="main">
16    
17     <!--#include virtual="/header.inc" -->
18 tdb 1.1
19 tdb 1.4 <div id="contents">
20     <h1 class="top">i-scream pgp keys</h1>
21 tdb 1.1
22 tdb 1.4 <h2 class="top">i-scream developer pgp key</h2>
23 tdb 1.1
24 tdb 1.4 <p>
25 tdb 1.1 This is the public key we use for signing i-scream
26 tdb 1.4 software releases.<br/>You can also download a copy
27 tdb 1.1 <a href="i-scream-dev.asc">here</a>.
28 tdb 1.4 </p>
29 tdb 1.1
30 tdb 1.4 <pre>
31     <!--#include virtual="i-scream-dev.asc" -->
32     </pre>
33 tdb 1.1
34 tdb 1.4 <h2>i-scream automated build pgp key</h2>
35 tdb 1.3
36 tdb 1.4 <p>
37 tdb 1.3 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 tdb 1.4 above.<br/>You can also download a copy
43 tdb 1.3 <a href="i-scream-autobuild.asc">here</a>.
44 tdb 1.4 </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 tdb 1.3
57 tdb 1.4 </div>
58 tdb 1.1
59     </body>
60     </html>