[Gpg4win-commits] r215 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Mar 10 13:43:30 CET 2006
Author: jan
Date: 2006-03-10 13:43:29 +0100 (Fri, 10 Mar 2006)
New Revision: 215
Added:
trunk/doc/website/package-integrity-de.htm4
trunk/doc/website/package-integrity.htm4
Modified:
trunk/doc/website/template_header.m4
trunk/doc/website/template_link_boxes_de.m4
trunk/doc/website/template_link_boxes_en.m4
trunk/doc/website/versions.m4
Log:
Adding page and information about package integrity checks.
Added: trunk/doc/website/package-integrity-de.htm4
===================================================================
--- trunk/doc/website/package-integrity-de.htm4 2006-03-10 11:14:42 UTC (rev 214)
+++ trunk/doc/website/package-integrity-de.htm4 2006-03-10 12:43:29 UTC (rev 215)
@@ -0,0 +1,51 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `package-integrity.html')
+PAGE_START
+
+<h1>Integrität der gpg4win-Pakete prüfen</h1>
+
+<h2>SHA1 Prüfsummen</h2>
+
+<pre>
+SHA1_EXE gpg4win-VERSION.exe
+SHA1_EXS gpg4win-src-VERSION.exe
+SHA1_SRC gpg4win-VERSION.tar.bz2
+</pre>
+
+<h2>MD5 Prüfsummen</h2>
+
+<pre>
+MD5_EXE gpg4win-VERSION.exe
+MD5_EXS gpg4win-src-VERSION.exe
+MD5_SRC gpg4win-VERSION.tar.bz2
+</pre>
+
+<h2>OpenPGP Signaturen</h2>
+
+Für gpg4win-VERSION.exe:
+<a href="ftp://ftp.gpg4win.org/gpg4win/gpg4win-0.8.0.exe.sig"
+ >ftp://ftp.gpg4win.org/gpg4win/gpg4win-0.8.0.exe.sig</a><br>
+
+Für gpg4win-src-VERSION.exe:
+<a href="ftp://ftp.gpg4win.org/gpg4win/gpg4win-src-0.8.0.exe.sig"
+ >ftp://ftp.gpg4win.org/gpg4win/gpg4win-src-0.8.0.exe.sig</a><br>
+
+Für gpg4win-VERSION.tar.bz2:
+gpg4win-VERSION.tar.bz2.sig welches
+<a href="http://wald.intevation.org/frs/?group_id=11">hier</a> zu finden ist.
+
+<p>
+Die Signaturen wurden mit dem Schlüssel mit der ID <em>1CE0C630</em> erstellt
+und kann über PGP Schlüsselserver abgeholt werden.
+</p>
+
+<p>
+Einen Schlüssel von einem Schlüsselserver abholen geht z.B. mit
+GPA oder WinPT. Die Prüfung einer Signatur kann man leicht mit GPGee
+über den Explorer erledigen.
+</p>
+PAGE_BOXES
Added: trunk/doc/website/package-integrity.htm4
===================================================================
--- trunk/doc/website/package-integrity.htm4 2006-03-10 11:14:42 UTC (rev 214)
+++ trunk/doc/website/package-integrity.htm4 2006-03-10 12:43:29 UTC (rev 215)
@@ -0,0 +1,51 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `package-integrity-de.html')
+PAGE_START
+
+<h1>Check integrity of gpg4win packages</h1>
+
+<h2>SHA1 checksums</h2>
+
+<pre>
+SHA1_EXE gpg4win-VERSION.exe
+SHA1_EXS gpg4win-src-VERSION.exe
+SHA1_SRC gpg4win-VERSION.tar.bz2
+</pre>
+
+<h2>MD5 checksums</h2>
+
+<pre>
+MD5_EXE gpg4win-VERSION.exe
+MD5_EXS gpg4win-src-VERSION.exe
+MD5_SRC gpg4win-VERSION.tar.bz2
+</pre>
+
+<h2>OpenPGP signatures</h2>
+
+For gpg4win-VERSION.exe:
+<a href="ftp://ftp.gpg4win.org/gpg4win/gpg4win-0.8.0.exe.sig"
+ >ftp://ftp.gpg4win.org/gpg4win/gpg4win-0.8.0.exe.sig</a><br>
+
+For gpg4win-src-VERSION.exe:
+<a href="ftp://ftp.gpg4win.org/gpg4win/gpg4win-src-0.8.0.exe.sig"
+ >ftp://ftp.gpg4win.org/gpg4win/gpg4win-src-0.8.0.exe.sig</a><br>
+
+For gpg4win-VERSION.tar.bz2:
+gpg4win-VERSION.tar.bz2.sig which can be found
+<a href="http://wald.intevation.org/frs/?group_id=11">here</a>.
+
+<p>
+The signatures have been created with the key with the ID <em>1CE0C630</em>
+which can be retrieved from PGP keyservers.
+</p>
+
+<p>
+Loading a key from a keyserver can be done e.g. via GPA or WinPT.
+Checking the the signature of a file is best done with GPGee via
+the Explorer.
+</p>
+PAGE_BOXES
Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4 2006-03-10 11:14:42 UTC (rev 214)
+++ trunk/doc/website/template_header.m4 2006-03-10 12:43:29 UTC (rev 215)
@@ -39,6 +39,8 @@
<a href="DOWNLOAD_URL" class="dlbutton">Download<br>
<span class="version">gpg4win VERSION<br>
I18N(`EN',`Size: ')I18N(`DE',`Größe: ')DL_SIZE</span></a>
+ <a href="I18N(`EN', `./package-integrity.html') I18N(`DE', `./package-integrity-de.html')"
+ >SHA1/MD5/OpenPGP-Sig</a>
</td></tr>
</table>
<div id="main">
Modified: trunk/doc/website/template_link_boxes_de.m4
===================================================================
--- trunk/doc/website/template_link_boxes_de.m4 2006-03-10 11:14:42 UTC (rev 214)
+++ trunk/doc/website/template_link_boxes_de.m4 2006-03-10 12:43:29 UTC (rev 215)
@@ -39,6 +39,7 @@
<div class="box">
<h1>Sitemap</h1>
<a href="index-de.html">Hauptseite</a><br>
+ <a href="package-integrity-de.html">Integritätsprüfung</a><br>
<a href="build-installer-de.html">Installationspaket herstellen</a><br>
<a href="website-maintenance-de.html">Website pflegen</a><br>
</div>
Modified: trunk/doc/website/template_link_boxes_en.m4
===================================================================
--- trunk/doc/website/template_link_boxes_en.m4 2006-03-10 11:14:42 UTC (rev 214)
+++ trunk/doc/website/template_link_boxes_en.m4 2006-03-10 12:43:29 UTC (rev 215)
@@ -39,6 +39,7 @@
<div class="box">
<h1>Sitemap</h1>
<a href="index.html">Main page</a><br>
+ <a href="package-integrity.html">Integrity Check</a><br>
<a href="build-installer.html">Build Installer Package</a><br>
<a href="website-maintenance.html">Maintaining Website</a><br>
</div>
Modified: trunk/doc/website/versions.m4
===================================================================
--- trunk/doc/website/versions.m4 2006-03-10 11:14:42 UTC (rev 214)
+++ trunk/doc/website/versions.m4 2006-03-10 12:43:29 UTC (rev 215)
@@ -2,6 +2,12 @@
m4_define(`DOWNLOAD_URL',`ftp://ftp.gpg4win.org/gpg4win/gpg4win-VERSION.exe')
m4_define(`DL_SIZE',`7.0 MByte')
m4_define(`DL_DATE',`2006-03-09')
+m4_define(`SHA1_SRC',`cbfaa9172d38d0cc15ccbe5881a9c151b5bab896') m4_dnl gpg4win-n.n.n.tar.bz2
+m4_define(`SHA1_EXE',`702df284e614545dd9feb8bd88f6be4053b8f528') m4_dnl gpg4win-n.n.n.exe
+m4_define(`SHA1_EXS',`b0fbe96f1b78a8d3951e84eedea264a9fb317efb') m4_dnl gpg4win-src-n.n.n.exe
+m4_define(`MD5_SRC',`a529269fc61bbe2335463785798c3375') m4_dnl gpg4win-n.n.n.tar.bz2
+m4_define(`MD5_EXE',`48f3c8041fcb0994cf9c30adb65927da') m4_dnl gpg4win-n.n.n.exe
+m4_define(`MD5_EXS',`4d66f38b24122c3072dd413d5853bc4f') m4_dnl gpg4win-src-n.n.n.exe
m4_define(`SOFTWARE',`
I18N(`EN', `<a href="http://www.gnupg.org/">GnuPG</a>')I18N(`DE', `<a href="http://www.gnupg.de/">GnuPG</a>') 1.4.3rc2
<a href="http://www.winpt.org/">WinPT</a> 0.11.8
More information about the Gpg4win-commits
mailing list