--- web/www/pgpkey.xhtml 2003/02/03 21:50:36 1.3 +++ web/www/pgpkey.xhtml 2004/03/23 23:43:23 1.6 @@ -1,68 +1,49 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> - -<!-- - $Author: tdb $ - $Id: pgpkey.xhtml,v 1.3 2003/02/03 21:50:36 tdb Exp $ ---> - -<html> - -<head> - <title>i-scream developer 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 developer pgp key</font></h2> - -<p><font face="Arial" size="2"> -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>. -</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> - -<h2><font face="Arial">i-scream automated build pgp key</font></h2> - -<p><font face="Arial" size="2"> -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>. -</font></p> - -<table border="1" cellpadding="5" cellspacing="0"> - <tr> - <td align="left" style="{background-color: #F0F0F0;}"> - <pre> -<!--#include virtual="i-scream-autobuild.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 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>