]> i-scream Git - www.i-scream.org.git/blobdiff - www/pgpkey.shtml
Move to .xhtml files instead of .shtml. They still use SSI.
[www.i-scream.org.git] / www / pgpkey.shtml
diff --git a/www/pgpkey.shtml b/www/pgpkey.shtml
deleted file mode 100644 (file)
index 5c05749..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<!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="/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 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>
-
-<!--#include virtual="/footer.inc" -->
-
-</div>
-
-<!--#include virtual="/menu.inc" -->
-
-</div>
-
-</body>
-</html>