]> i-scream Git - www.i-scream.org.git/blobdiff - www/pgpkey.xhtml
Shocking typing errors :-)
[www.i-scream.org.git] / www / pgpkey.xhtml
index 5c057494033dab935abaf2d880c51902139e8997..5f454c61392486dcd99ad1397583cb615e27f736 100644 (file)
@@ -1,60 +1,49 @@
-<!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 PGP keys</title>
+<!--#include virtual="/doctype.inc" -->
+  <head>
+    <title>
+      i-scream PGP keys
+    </title>
 <!--#include virtual="/style.inc" -->
-</head>
-
-<body>
-
-<div id="container">
-
-<div id="main">
-
+  </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>
+        <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 signing with the main key given
-above.<br/>You can also download a copy
-<a href="i-scream-autobuild.asc">here</a>.
-</p>
-
-<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>
-
+        </div>
 <!--#include virtual="/footer.inc" -->
-
-</div>
-
+      </div>
 <!--#include virtual="/menu.inc" -->
-
-</div>
-
-</body>
+    </div>
+  </body>
 </html>