]> i-scream Git - www.i-scream.org.git/blobdiff - www/pgpkey.xhtml
Commit new website. The old site is tagged, so this won't change the live
[www.i-scream.org.git] / www / pgpkey.xhtml
index 94a945e87fa0b42fd9052d76d35241775649e409..5c057494033dab935abaf2d880c51902139e8997 100644 (file)
@@ -1,68 +1,60 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<!--
-    $Author$
-    $Id$
--->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 <html>
 
 <head>
-  <title>i-scream developer pgp key</title>
+<title>i-scream PGP keys</title>
+<!--#include virtual="/style.inc" -->
 </head>
 
-<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
+<body>
+
+<div id="container">
+
+<div id="main">
 
-<table border="0" cellpadding="2" cellspacing="2">
-  <tr>
-    <td valign="top">
-<!--#include virtual="left.inc" -->
-    </td>
-    <td valign="top">
-<!--#include virtual="title.inc" -->
+<!--#include virtual="/header.inc" -->
 
-<h2><font face="Arial">i-scream developer pgp key</font></h2>
+<div id="contents"> 
+<h1 class="top">i-scream pgp keys</h1>
 
-<p><font face="Arial" size="2">
+<h2 class="top">i-scream developer pgp key</h2>
+
+<p>
 This is the public key we use for signing i-scream
-software releases.<br>You can also download a copy
+software releases.<br/>You can also download a copy
 <a href="i-scream-dev.asc">here</a>.
-</font></p>
+</p>
 
-<table border="1" cellpadding="5" cellspacing="0">
- <tr>
-  <td align="left" style="{background-color: #F0F0F0;}">
-   <pre>
-<!--#include virtual="i-scream-dev.asc" --></pre>
-  </td>
- </tr>
-</table>
+<pre>
+<!--#include virtual="i-scream-dev.asc" -->
+</pre>
 
-<h2><font face="Arial">i-scream automated build pgp key</font></h2>
+<h2>i-scream automated build pgp key</h2>
 
-<p><font face="Arial" size="2">
+<p>
 This is the public key we use for signing automated
 builds on our build server. This key is less trusted
 as it has no passphrase. We will only use this to
 sign things such as snapshot builds - all proper
 releases will be signing with the main key given
-above.<br>You can also download a copy
+above.<br/>You can also download a copy
 <a href="i-scream-autobuild.asc">here</a>.
-</font></p>
-
-<table border="1" cellpadding="5" cellspacing="0">
- <tr>
-  <td align="left" style="{background-color: #F0F0F0;}">
-   <pre>
-<!--#include virtual="i-scream-autobuild.asc" --></pre>
-  </td>
- </tr>
-</table>
-
-<!--#include virtual="bottom.inc" -->
-    </td>
-  </tr>
-</table>
+</p>
+
+<pre>
+<!--#include virtual="i-scream-autobuild.asc" -->
+</pre>
+</div>
+
+<!--#include virtual="/footer.inc" -->
+
+</div>
+
+<!--#include virtual="/menu.inc" -->
+
+</div>
 
 </body>
 </html>