[Gpg4win-commits] r146 - trunk/doc/website

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 10 09:42:48 CET 2006


Author: wilde
Date: 2006-02-10 09:42:48 +0100 (Fri, 10 Feb 2006)
New Revision: 146

Modified:
   trunk/doc/website/index-de.htm4
   trunk/doc/website/index.htm4
   trunk/doc/website/template_header.m4
Log:
Page <title> now contains gpg4win + the long header line.
The Header Line is only defined once in template_header.m4 as __TITLE.


Modified: trunk/doc/website/index-de.htm4
===================================================================
--- trunk/doc/website/index-de.htm4	2006-02-09 15:18:36 UTC (rev 145)
+++ trunk/doc/website/index-de.htm4	2006-02-10 08:42:48 UTC (rev 146)
@@ -3,7 +3,6 @@
 m4_dnl $Id: index.htm4,v 1.30 2006/01/12 16:04:03 jan Exp $
 
 m4_define(`DE')
-PAGE_TITLE(`gpg4win')
 PAGE_START
 
 <h2>Neuer Anwender?</h2>

Modified: trunk/doc/website/index.htm4
===================================================================
--- trunk/doc/website/index.htm4	2006-02-09 15:18:36 UTC (rev 145)
+++ trunk/doc/website/index.htm4	2006-02-10 08:42:48 UTC (rev 146)
@@ -3,10 +3,8 @@
 m4_dnl $Id: index.htm4,v 1.30 2006/01/12 16:04:03 jan Exp $
 
 m4_define(`EN')
-PAGE_TITLE(`gpg4win')
 PAGE_START
 
-
 <h1>gpg4win: GnuPG for Windows</h1>
 
 <h2>About gpg4win</h2>

Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4	2006-02-09 15:18:36 UTC (rev 145)
+++ trunk/doc/website/template_header.m4	2006-02-10 08:42:48 UTC (rev 146)
@@ -2,11 +2,18 @@
 m4_dnl THIS IS INCLUDED BY `template.m4'
 m4_dnl DONT USE THIS FILE DIRECTLY
 m4_ifdef(`__TMPL_ROOT',,`m4_define(`__TMPL_ROOT',`')')
+
+m4_define(`__TITLE',m4_dnl
+I18N(`EN',`EMail-Security using GnuPG for Windows')`'m4_dnl
+I18N(`DE',`EMail-Sicherheit mit GnuPG für Windows'))
+
+m4_ifdef(`__TMPL_PAGE_TITLE',,`m4_define(`__TMPL_PAGE_TITLE',`gpg4win - '__TITLE)')
+
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     <link rel="stylesheet" type="text/css" href="__TMPL_ROOT`'gpg4win.css">
-    <title>gpg4win</title>
+    <title>__TMPL_PAGE_TITLE</title>
   </head>
   <body>
     <table id="navbar"><tr valign="bottom">
@@ -14,8 +21,7 @@
           <img src="pix/logo.png">
         </td>
         <td style="text-align: left;">
-          I18N(`EN',`<h1>EMail-Security using GnuPG for Windows</h1>')
-          I18N(`DE',`<h1>EMail-Sicherheit mit GnuPG für Windows</h1>')
+          <h1>__TITLE</h1>
         </td>
         <td>
           LANG_LINK(`EN',`english',`index.html') |



More information about the Gpg4win-commits mailing list