[Gpg4win-commits] r518 - in trunk/doc: . website

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 7 11:46:01 CEST 2007


Author: jan
Date: 2007-09-07 11:46:01 +0200 (Fri, 07 Sep 2007)
New Revision: 518

Modified:
   trunk/doc/ChangeLog
   trunk/doc/website/build-history.awk
   trunk/doc/website/download-de.htm4
   trunk/doc/website/download.htm4
Log:
* website/build-history.awk: Added a link for each release to
offer the download of this past release.

* website/download.htm4, website/download-de.htm4: Added section
about change history and where to find old releases.



Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2007-09-07 08:07:47 UTC (rev 517)
+++ trunk/doc/ChangeLog	2007-09-07 09:46:01 UTC (rev 518)
@@ -1,5 +1,13 @@
 2007-09-07  Jan-Oliver Wagner  <jan-oliver.wagner at intevation.de>
 
+	* website/build-history.awk: Added a link for each release to
+	offer the download of this past release.
+
+	* website/download.htm4, website/download-de.htm4: Added section
+	about change history and where to find old releases.
+
+2007-09-07  Jan-Oliver Wagner  <jan-oliver.wagner at intevation.de>
+
 	* website/build-installer-on-w32-debian-screenshots.htm4: Updated
 	to english screenshot series.
 

Modified: trunk/doc/website/build-history.awk
===================================================================
--- trunk/doc/website/build-history.awk	2007-09-07 08:07:47 UTC (rev 517)
+++ trunk/doc/website/build-history.awk	2007-09-07 09:46:01 UTC (rev 518)
@@ -61,7 +61,9 @@
     "m4_define(`EN')\n" \
     "m4_define(`DE_FILE', `change-history-de.html')\n" \
     "PAGE_START\n" \
-    "<h1>Change History of Gpg4win</h1>\n";
+    "<h1>Change History of Gpg4win</h1>\n" \
+    "<p>Please note that old release still contain meanwhile fixed\n" \
+    "security issues.</p>\n" ;
 
   header_text["de"] = "" \
     "m4_dnl -*-html-*-\n" \
@@ -71,12 +73,16 @@
     "PAGE_START\n" \
     "<h1>Änderungshistorie von Gpg4win</h1>\n" \
     "<p>Die deutsche Übersetzung der Historie ist nicht notwendigerweise\n" \
-    "vollständig. Begonnen wurde sie mit Version 1.0.0.</p>\n";
+    "vollständig. Begonnen wurde sie mit Version 1.0.0.</p>\n" \
+    "<p>Bitte beachten Sie, dass die alten Versionen die ggf.\n" \
+    "zwischenzeitlich beseitigten Sicherheitslöcher weiterhin enthalten!</p>\n";
 
   release_text["en"] = "released ";
   release_text["de"] = "veröffentlicht ";
   noreldate_text["en"] = "[ in progress; not yet released ]";
   noreldate_text["de"] = "[ in Arbeit; bisher noch nicht veröffentlicht ]";
+  explicit_dl_text["en"] = "Explicit download of this version:";
+  explicit_dl_text["de"] = "Expliziter Download dieser Version:";
 
   print header_text[lang];
 }
@@ -146,6 +152,10 @@
 in_vers && /^~~~/ {
   in_vers = 0;
   print "</pre>"
+
+  printf "<p>%s ", explicit_dl_text[lang];
+  printf "<a href=\"http://ftp.gpg4win.org/gpg4win-%s.exe\">gpg4win-%s.exe</a><br>", version, version;
+  printf "</p>"
 }
 
 in_vers {

Modified: trunk/doc/website/download-de.htm4
===================================================================
--- trunk/doc/website/download-de.htm4	2007-09-07 08:07:47 UTC (rev 517)
+++ trunk/doc/website/download-de.htm4	2007-09-07 09:46:01 UTC (rev 518)
@@ -32,6 +32,20 @@
   haben.  Danach folgen Sie den Hinweisen zur Installation
   im <a href="/handbuecher/einsteiger.html">Handbuch</a>.
 
+<h2>Änderungen und ältere Versionen von Gpg4win</h2>
+
+<p>
+Sie finden in der <a href="change-history-de.html">Änderungshistorie</a>
+sowohl Hinweise
+auf die wichtigsten Änderungen, welche Versionen der Produkte jeweils
+enhalten waren, als auch einen direkten Download dieser alten Versionen.
+</p>
+
+<p>
+Bitte beachten Sie, dass die alten Versionen die ggf. zwischenzeitlich beseitigten
+Sicherheitslöcher weiterhin enthalten!
+</p>
+
 <h2>Hinweise</h2>
 
 <p>

Modified: trunk/doc/website/download.htm4
===================================================================
--- trunk/doc/website/download.htm4	2007-09-07 08:07:47 UTC (rev 517)
+++ trunk/doc/website/download.htm4	2007-09-07 09:46:01 UTC (rev 518)
@@ -30,6 +30,19 @@
   your Gpg4win package.  Then double-click on the file you downloaded and
   follow the instructions on the screen.</p>
 
+<h2>Change hisotory and old releases of Gpg4win</h2>
+
+<p>
+In the  <a href="change-history.html">change history</a>
+you will find information about the most relevant changes and which
+version of the products each of the releases contained.
+Also, you will find direct download link for the old releases.
+</p>
+
+<p>
+Please note that old release still contain meanwhile fixed security issues.
+</p>
+
 <h2>Hints</h2>
 
 <p>



More information about the Gpg4win-commits mailing list