]> i-scream Git - www.i-scream.org.git/blobdiff - www/pgpkey.xhtml
Move to .xhtml files instead of .shtml. They still use SSI.
[www.i-scream.org.git] / www / pgpkey.xhtml
index 94a945e87fa0b42fd9052d76d35241775649e409..28c5a10b34760418f000b874bebe6756845f7740 100644 (file)
@@ -1,68 +1,57 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<!--
-    $Author$
-    $Id$
--->
-
-<html>
+<!--#include virtual="/doctype.inc" -->
 
 <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">
+
+<!--#include virtual="/header.inc" -->
 
-<table border="0" cellpadding="2" cellspacing="2">
-  <tr>
-    <td valign="top">
-<!--#include virtual="left.inc" -->
-    </td>
-    <td valign="top">
-<!--#include virtual="title.inc" -->
+<div id="contents"> 
+<h1 class="top">i-scream pgp keys</h1>
 
-<h2><font face="Arial">i-scream developer pgp key</font></h2>
+<h2 class="top">i-scream developer pgp key</h2>
 
-<p><font face="Arial" size="2">
+<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>