Date: Thu, 20 Dec 2012 22:42:18 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40442 - head/nl_NL.ISO8859-1/htdocs Message-ID: <201212202242.qBKMgIUl036583@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Dec 20 22:42:17 2012 New Revision: 40442 URL: http://svnweb.freebsd.org/changeset/doc/40442 Log: Merge the custom 4xx handler. Added: head/nl_NL.ISO8859-1/htdocs/4xx.xml (contents, props changed) Modified: head/nl_NL.ISO8859-1/htdocs/Makefile Added: head/nl_NL.ISO8859-1/htdocs/4xx.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/nl_NL.ISO8859-1/htdocs/4xx.xml Thu Dec 20 22:42:17 2012 (r40442) @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN" +"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [ +<!ENTITY title "Pagina niet gevonden."> +]> + +<!-- Vertaald door: Rene Ladan + %SOURCE% en_US.ISO8859-1/htdocs/4xx.xml + %SRCID% 40439 +--> + +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>&title;</title> + + <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword> + </head> + + <body class="navinclude.about"> + <h2>Och jee. :(</h2> + + <p>We konden die pagina die u opvroeg niet vinden.</p> + + <p>Probeert u uw verzoek nogmaals, of gebruik een van de verwijzingen in + het navigatiemenu.</p> + </body> +</html> Modified: head/nl_NL.ISO8859-1/htdocs/Makefile ============================================================================== --- head/nl_NL.ISO8859-1/htdocs/Makefile Thu Dec 20 22:23:17 2012 (r40441) +++ head/nl_NL.ISO8859-1/htdocs/Makefile Thu Dec 20 22:42:17 2012 (r40442) @@ -1,6 +1,8 @@ # $FreeBSD$ # %SOURCE% en_US.ISO8859-1/htdocs/Makefile -# %SRCID% 39665 +# %SRCID% 40439 + +# XXX rene r40275 (Google Analytics) not merged in (yet) .if exists(Makefile.conf) .include "Makefile.conf" @@ -27,6 +29,7 @@ DOCS+= relnotes.xml DOCS+= send-pr.xml DOCS+= support.xml DOCS+= where.xml +DOCS+= 4xx.xml XMLDOCS= index:xsl:${XML_NEWS_NEWS}: DEPENDSET.index=transtable mirrors news press events \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212202242.qBKMgIUl036583>