]> i-scream Git - www.i-scream.org.git/blobdiff - www/pgpkey.xhtml
Another biggish commit.
[www.i-scream.org.git] / www / pgpkey.xhtml
index 28c5a10b34760418f000b874bebe6756845f7740..6f36d4325c6aa2e34ab1068e42ca1ab83400bf18 100644 (file)
@@ -1,57 +1,49 @@
 <!--#include virtual="/doctype.inc" -->
-
-<head>
-<title>i-scream PGP keys</title>
+  <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 signing 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>