]> i-scream Git - www.i-scream.org.git/blobdiff - www/pgpkey.xhtml
Docs are now under cms tree.
[www.i-scream.org.git] / www / pgpkey.xhtml
index bd4af16825c74c88ba81aadd637060ec3c0dabb3..5f454c61392486dcd99ad1397583cb615e27f736 100644 (file)
@@ -1,48 +1,49 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<!--
-    $Author$
-    $Id$
--->
-
-<html>
-
-<head>
-  <title>i-scream pgp key</title>
-</head>
-
-<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
-
-<table border="0" cellpadding="2" cellspacing="2">
-  <tr>
-    <td valign="top">
-<!--#include virtual="left.inc" -->
-    </td>
-    <td valign="top">
-<!--#include virtual="title.inc" -->
-
-<h2><font face="Arial">i-scream pgp key</font></h2>
-
-<p><font face="Arial" size="2">
-This is the public key we use for signing i-scream
-software releases. You can also download a copy
-<a href="i-scream-dev.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-dev.asc" --></pre>
-  </td>
- </tr>
-</table>
-
-
-<!--#include virtual="bottom.inc" -->
-    </td>
-  </tr>
-</table>
-
-</body>
+<!--#include virtual="/doctype.inc" -->
+  <head>
+    <title>
+      i-scream PGP keys
+    </title>
+<!--#include virtual="/style.inc" -->
+  </head>
+  <body>
+    <div id="container">
+      <div id="main">
+<!--#include virtual="/header.inc" -->
+        <div id="contents">
+          <h1 class="top">
+            i-scream pgp keys
+          </h1>
+          <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
+            <a href="i-scream-dev.asc">here</a>.
+          </p>
+          <pre>
+<!--#include virtual="i-scream-dev.asc" -->
+</pre>
+          <h2>
+            i-scream automated build pgp key
+          </h2>
+          <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 signed with
+            the main key given above.<br />
+            You can also download a copy
+            <a href="i-scream-autobuild.asc">here</a>.
+          </p>
+          <pre>
+<!--#include virtual="i-scream-autobuild.asc" -->
+</pre>
+        </div>
+<!--#include virtual="/footer.inc" -->
+      </div>
+<!--#include virtual="/menu.inc" -->
+    </div>
+  </body>
 </html>