[Gpg4win-commits] r136 - trunk/doc/website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 9 14:33:48 CET 2006
Author: wilde
Date: 2006-02-09 14:33:48 +0100 (Thu, 09 Feb 2006)
New Revision: 136
Modified:
trunk/doc/website/gpg4win.css
trunk/doc/website/template_header.m4
trunk/doc/website/versions.m4
Log:
Fixed formatting of software versions list: as Konqueror doesn't know
about `white-space:pre' we have to use <pre> -- what a shame!
Changed color of header in software versions list to black to
distinguish from links.
Modified: trunk/doc/website/gpg4win.css
===================================================================
--- trunk/doc/website/gpg4win.css 2006-02-08 14:50:54 UTC (rev 135)
+++ trunk/doc/website/gpg4win.css 2006-02-09 13:33:48 UTC (rev 136)
@@ -65,6 +65,8 @@
font-weight: normal;
color: black;
white-space:pre;
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 12px;
}
.center {
@@ -134,7 +136,7 @@
background-position: right;
border-top: 2px solid #fa050c;
border-bottom: 2px solid #fa050c;
- color: #fa050c;
+ color: black;
font-weight: bold;
height: 190px;
width: 100%;
Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4 2006-02-08 14:50:54 UTC (rev 135)
+++ trunk/doc/website/template_header.m4 2006-02-09 13:33:48 UTC (rev 136)
@@ -24,11 +24,10 @@
<table id="bigbar">
<tr><td id="vertable" style="white-space: nowrap;">
m4_dnl -- English ------------------------------------------------------------
- I18N(`EN',`<h1>GnuPG for Windows</h1>
- Current Version: VERSION')
+ I18N(`EN',`Current Version VERSION includes:')
m4_dnl -- Deutsch ------------------------------------------------------------
I18N(`DE',`Aktuelle Version VERSION enthält:' )
- <br><span class="swlist">SOFTWARE</span>
+ <br><pre class="swlist">SOFTWARE</pre>
</td>
<td class="center">
<a href="ftp://ftp.gpg4win.org/gpg4win/gpg4win-VERSION.exe"
Modified: trunk/doc/website/versions.m4
===================================================================
--- trunk/doc/website/versions.m4 2006-02-08 14:50:54 UTC (rev 135)
+++ trunk/doc/website/versions.m4 2006-02-09 13:33:48 UTC (rev 136)
@@ -1,13 +1,13 @@
m4_define(`VERSION',`0.6.0')
m4_define(`SOFTWARE',`
-<a href="">GnuPG 1.4.2<br>
-<a href="http://www.winpt.org">WinPT</a> 0.11.7<br>
-<a href="http://www.gnupg.org/(de)/related_software/gpa/index.html">GPA</a><br>
-<a href="http://www.g10code.de/p-gpgol.html">GPGol</a> 0.9.6<br>
-<a href="http://gpgee.excelcia.org/">GPGee</a> 1.3.0<br>
-<a href="http://claws.sylpheed.org/">Sylpheed-Claws</a><br>
+<a href="http://www.gpg.org/">GnuPG</a> 1.4.2
+<a href="http://www.winpt.org/">WinPT</a> 0.11.7
+<a href="http://www.gnupg.org/(de)/related_software/gpa/index.html">GPA</a>
+<a href="http://www.g10code.de/p-gpgol.html">GPGol</a> 0.9.6
+<a href="http://gpgee.excelcia.org/">GPGee</a> 1.3.0
+<a href="http://claws.sylpheed.org/">Sylpheed-Claws</a>
gpg4win für Einsteiger 2.0.0.RC1')
-<!-- Will follow post 0.6.0:
-<a href="http://eudoragpg.sourceforge.net/ver2.0/de/">EurdoraGPG</a><br>
-gpg4win für Durchblicker
--->
+m4_dnl Will follow post 0.6.0:
+m4_dnl <a href="http://eudoragpg.sourceforge.net/ver2.0/de/">EurdoraGPG</a><br>
+m4_dnl gpg4win für Durchblicker
+
More information about the Gpg4win-commits
mailing list