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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 22 17:34:58 CET 2011


Author: emanuel
Date: 2011-03-22 17:34:58 +0100 (Tue, 22 Mar 2011)
New Revision: 1660

Added:
   trunk/doc/website/404-de.htm4
   trunk/doc/website/404.htm4
Modified:
   trunk/doc/ChangeLog
Log:
Added custom 404 page.


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2011-03-22 16:33:46 UTC (rev 1659)
+++ trunk/doc/ChangeLog	2011-03-22 16:34:58 UTC (rev 1660)
@@ -2,6 +2,8 @@
 
 	* website/SPONSOR: Add new sponsor.
 
+	* website/404.htm4, website/404-de.htm4: Add custom 404 page.
+
 2011-03-21  Emanuel Schuetze <emanuel at intevation.de>
 
 	* website/versions.m4: Update links.

Added: trunk/doc/website/404-de.htm4
===================================================================
--- trunk/doc/website/404-de.htm4	2011-03-22 16:33:46 UTC (rev 1659)
+++ trunk/doc/website/404-de.htm4	2011-03-22 16:34:58 UTC (rev 1660)
@@ -0,0 +1,19 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `404.html')
+m4_define(`TITLE',`404')
+PAGE_START
+
+<div id="intro">
+<h2>Seite nicht gefunden</h2>
+<p>Fehler 404</p> 
+</div>
+
+<div id="main">
+<p><br></p>
+<p><br></p>
+<p><br></p>
+</div>

Added: trunk/doc/website/404.htm4
===================================================================
--- trunk/doc/website/404.htm4	2011-03-22 16:33:46 UTC (rev 1659)
+++ trunk/doc/website/404.htm4	2011-03-22 16:34:58 UTC (rev 1660)
@@ -0,0 +1,19 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `404-de.html')
+m4_define(`TITLE',`404')
+PAGE_START
+
+<div id="intro">
+<h2>Page not found</h2>
+<p>Error 404</p> 
+</div>
+
+<div id="main">
+<p><br></p>
+<p><br></p>
+<p><br></p>
+</div>



More information about the Gpg4win-commits mailing list