head	1.5;
access;
symbols
	HRS_XML_CLEANUP:1.1
	HRS_XML_CLEANUP_PRE:1.1
	EMILYBOYD_REDESIGN:1.1
	PRE_REDESIGN:1.1;
locks; strict;
comment	@# @;


1.5
date	2011.08.28.13.29.22;	author rene;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.12.20.36.07;	author rene;	state Exp;
branches;
next	1.3;

1.3
date	2009.06.10.21.08.59;	author rene;	state Exp;
branches;
next	1.2;

1.2
date	2009.06.01.20.02.31;	author rene;	state Exp;
branches;
next	1.1;

1.1
date	2004.09.27.12.00.03;	author josef;	state Exp;
branches;
next	;


desc
@@


1.5
log
@MFen the Dutch website:
- Makefile	1.147 -> 1.148
- index.xsl	1.172 -> 1.174
- share/sgml/header.l10n.ent	1.16 -> 1.17
- share/sgml/navibar.l10n.ent 	1.33 -> 1.34
- privacy.sgml -> 1.1
@
text
@# $FreeBSD: www/nl/Makefile,v 1.4 2011/06/12 20:36:07 rene Exp $
# %SOURCE%	en/Makefile
# %SRCID%	1.148

.if exists(Makefile.conf)
.include "Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

# These are turned into validated, normalized HTML files.

DOCS=  about.sgml
DOCS+= administration.sgml
DOCS+= applications.sgml
DOCS+= art.sgml
DOCS+= availability.sgml
DOCS+= docs.sgml
DOCS+= features.sgml
DOCS+= internet.sgml
DOCS+= logo.sgml
DOCS+= mailto.sgml
DOCS+= privacy.sgml
DOCS+= publish.sgml
DOCS+= relnotes.sgml
DOCS+= send-pr.sgml
DOCS+= support.sgml
DOCS+= where.sgml
#DOCS+= y2kbug.sgml

XMLDOCS=	index:xsl:${XML_NEWS_NEWS}:
DEPENDSET.index=transtable mirrors news press events \
		advisories notices

XMLDOCS+=	usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}:
DEPENDSET.usergroups=transtable usergroups
PARAMS.usergroups=	--param pagename "'FreeBSD Gebruikersgroepen'"

XMLDOCS+=	community::${XML_EVENTS_EVENTS}:
DEPENDSET.community=usergroups events

# These will be directly installed.

#DATA=	favicon.ico
#DATA+=	freebsd.css
#DATA+=	index.css
#DATA+=	robots.txt
DATA+=	vendors.html

# Subdirectories
# SGML
#SUBDIR= FAQ
#SUBDIR+= advocacy
#SUBDIR+= commercial
#SUBDIR+= community
#SUBDIR+= copyright
#SUBDIR+= developers
#SUBDIR+= docproj
#SUBDIR+= docs
#SUBDIR+= donations
#SUBDIR+= events
#SUBDIR+= gnome
#SUBDIR+= handbook
#SUBDIR+= internal
#SUBDIR+= ipv6
#SUBDIR+= java
#SUBDIR+= kse
#SUBDIR+= marketing
#SUBDIR+= multimedia
#SUBDIR+= news
#SUBDIR+= platforms
#SUBDIR+= portmgr
#SUBDIR+= projects
#SUBDIR+= prstats
#SUBDIR+= releases
#SUBDIR+= releng
#SUBDIR+= search
#SUBDIR+= security
#SUBDIR+= smp
#SUBDIR+= snapshots
#SUBDIR+= support
#SUBDIR+= tutorials
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR+= doc
#SUBDIR+= ports
.endif
.if defined(BUILD_RELNOTES)
#SUBDIR+= relnotes
.endif

WEBDIR?=	data/nl

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.4
log
@Add the ipv6 subdirectory, but leave it commented out as there is no Dutch
version of it.
@
text
@d1 1
a1 1
# $FreeBSD: www/nl/Makefile,v 1.3 2009/06/10 21:08:59 rene Exp $
d3 1
a3 1
# %SRCID%	1.147
d24 1
@


1.3
log
@Add publish.sgml based on revision 1.77 and connect it to the build.
@
text
@d1 1
a1 1
# $FreeBSD: www/nl/Makefile,v 1.2 2009/06/01 20:02:31 rene Exp $
d3 1
a3 1
# %SRCID%	1.146
d65 1
@


1.2
log
@Add an initial translation of the FreeBSD website in the Dutch language.

The work was first started in 2006 by Siebrand Mazeland and myself.
I picked it up one month ago and fixed and updated the site.

The files in the root directory are translated, except for publish.sgml
(todo) and y2kbug.sgml (not done).  The files corresponding to
en/share/sgml are also translated.

Two nits:
  * in Firefox 3, the "New to FreeBSD?" button is placed underneath the
    shortcut list, instead of below it.  Opera 9.6 does not have this
    problem.
  * the encoding of usergroups.html is iso-8859-1 as per the source
    code, but on my local build [1] utf-8 looks right, not iso-8859-1.

Thanks to:
  * Siebrand Mazeland for initial translations
  * remko for preserving the files in perforce and commenting on the
    preview [1]

Any pointy hat should go to me.

[1] http://freebsd.rene-ladan.nl
@
text
@d1 1
a1 1
# $FreeBSD: www/nl/Makefile,v 1.1 2004/09/27 12:00:03 josef Exp $
d24 1
a24 1
#DOCS+= publish.sgml
@


1.1
log
@Hook the dutch handbook to the webbuild.
@
text
@d1 4
a4 1
# $FreeBSD$
d12 38
d52 30
d83 5
a87 1
SUBDIR=  doc
@

