Imported Upstream version 0.72.4

This commit is contained in:
TANIGUCHI Takaki
2012-04-08 21:33:59 +09:00
parent cef31abc8c
commit 2f23ea4b4a
1170 changed files with 116562 additions and 55295 deletions

View File

@@ -1,6 +1,6 @@
<?php
# dvdisaster: English homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2012 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
@@ -12,9 +12,9 @@ require("../include/dvdisaster.php");
begin_page();
?>
<!--- Insert actual page content below --->
<!-- Insert actual page content below -->
<h3>Digital signature</h3>
<h3 class="top">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
@@ -23,19 +23,26 @@ 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>
</pre>
Feel free to send an email to <img src="../images/email.png" align="top"> to obtain
Feel free to send an email to <img src="../images/email.png" alt="email address display as graphics image" class="valigntt"> to obtain
the fingerprint directly from the developers.
Please include "GPG finger print" in the subject line.
<!--- do not change below --->
<h3>MD5 checksum</h3>
Contrary to the digital signature, MD5 checksums are cryptographically weak:
It is possible to create a manipulated package which still has the same
checksum as the original. However MD5 checksums are sufficient for a quick
check whether the download has finished completely and without transmission
errors.
<!-- do not change below -->
<?php
# end_page() adds the footer line and closes the HTML properly.