]> i-scream Git - www.i-scream.org.git/blobdiff - www/pgpkey.xhtml
Rename www to htdocs.
[www.i-scream.org.git] / www / pgpkey.xhtml
diff --git a/www/pgpkey.xhtml b/www/pgpkey.xhtml
deleted file mode 100644 (file)
index 42edb6a..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<!--#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.
-          </p>
-          <pre><!--#include virtual="i-scream-dev.key" --></pre>
-          <p>
-            You can download a copy directly from
-            <a href="i-scream-dev.asc">here</a> or you can search for
-            it on a key server of your choice.
-          </p>
-          <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.
-          </p>
-          <pre><!--#include virtual="i-scream-autobuild.key" --></pre>
-          <p>
-            You can download a copy directly from
-            <a href="i-scream-autobuild.asc">here</a> or you can
-            search for it on a key server of your choice.
-          </p>
-        </div>
-<!--#include virtual="/footer.inc" -->
-      </div>
-<!--#include virtual="/menu.inc" -->
-    </div>
-  </body>
-</html>