Merge the custom 4xx handler.
This commit is contained in:
parent
4de04cfd98
commit
6588fcba8e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40442
2 changed files with 31 additions and 1 deletions
27
nl_NL.ISO8859-1/htdocs/4xx.xml
Normal file
27
nl_NL.ISO8859-1/htdocs/4xx.xml
Normal file
|
@ -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>
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue