45 lines
1.2 KiB
PHP
45 lines
1.2 KiB
PHP
<?php
|
|
# dvdisaster: English homepage translation
|
|
# Copyright (C) 2004-2010 Carsten Gnörlich
|
|
#
|
|
# UTF-8 trigger: äöüß
|
|
#
|
|
# Include our PHP sub routines, then call begin_page()
|
|
# to start the HTML page, insert the header,
|
|
# navigation and news if appropriate.
|
|
|
|
require("../include/dvdisaster.php");
|
|
begin_page();
|
|
?>
|
|
|
|
<!--- Insert actual page content below --->
|
|
|
|
<h3>Digital signature</h3>
|
|
|
|
The downloadable dvdisaster packages have been digitally signed using
|
|
<a href="http://www.gnupg.org/gnupg.html">GnuPG</a> so that you can verify
|
|
that the software is in its original state.<p>
|
|
|
|
|
|
The signature has been made with the following <a href="../pubkey.asc">public key</a>:
|
|
|
|
<a href="../pubkey.asc">
|
|
<pre>
|
|
pub 1024D/F5F6C46C 2003-08-22
|
|
Key fingerprint = 12B3 1535 AF90 3ADE 9E73 BA7E 5A59 0EFE F5F6 C46C
|
|
uid dvdisaster (pkg signing key #1)
|
|
sub 1024g/091AD320 2003-08-22
|
|
</pre></a>
|
|
|
|
Feel free to send an email to <img src="../images/email.png" align="top"> to obtain
|
|
the fingerprint directly from the developers.
|
|
Please include "GPG finger print" in the subject line.
|
|
|
|
<!--- do not change below --->
|
|
|
|
<?php
|
|
# end_page() adds the footer line and closes the HTML properly.
|
|
|
|
end_page();
|
|
?>
|