Import security chapter based on 1.251.

Update the following files:
Makefile -> 1.91
book.sgml -> 1.158
bookinfo.ent -> 1.4
books.ent -> 1.1
catalog -> 1.5
freebsd.dsl -> 1.20
freebsd-glossary.sgml -> 1.20
l10n.ent -> 1.2
mailing-lists.ent -> 1.38

Placeholder updates:
advanced-networking (split network-servers)
mac (mac-glossary -> mac-inline-glossary for the freebsd-glossary.sgml)

This will also enable the network-servers chapter and the firewalls chapter.

Obtained from:	The FreeBSD Dutch Documentation Project
Approved by:	simon (mentor)
This commit is contained in:
Remko Lodder 2004-12-29 17:42:51 +00:00
parent bc03262347
commit 5133951ee9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23366
11 changed files with 7366 additions and 1030 deletions

View file

@ -1,15 +1,43 @@
# #
# $FreeBSD$ # $FreeBSD$
# $FreeBSDnl: nl_NL.ISO8859-1/books/handbook/Makefile,v 1.11 2004/12/15 00:15:19 siebrand Exp $
# Gebaseerd op: 1.91 (sortof)
# #
# Build the FreeBSD Dutch Handbook. # Build the FreeBSD Dutch Handbook.
# #
# ------------------------------------------------------------------------
#
# Handboekspecifieke variabelen
#
# WITH_PGPKEYS De gedrukte verie van het handboek geeft standaard
# alleen PGP vingerafdrukken weer. Als het gewenst
# is dat de complete sleutel wordt weergegeven dan
# dient deze variabele insteld te worden. De optie
# heeft geen invloed op de HTML formaten.
#
# Handboekspecifieke doelen
#
# pgpkeyring Dit doel leest de inhoud van pgpkeys/chapter.sgml
# en schrijft dan alle PGP sleutels naar stdout.
# De uitvoer kan omgeleid worden naar een bestand
# en verspreid worden als een publieke sleutelring
# van FreeBSD ontwikkelaars die eenvoudig in
# PGP/GPG ingelezen kan worden.
#
# ------------------------------------------------------------------------
.PATH: ${.CURDIR}/../../share/sgml/glossary/
MAINTAINER=remko@FreeBSD.org MAINTAINER=remko@FreeBSD.org
DOC?= book DOC?= book
FORMATS?= html-split FORMATS?= html-split
HAS_INDEX= true
WITH_GLOSSARY?=
INSTALL_COMPRESSED?= gz INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?= INSTALL_ONLY_COMPRESSED?=
@ -120,7 +148,7 @@ IMAGES_LIB+= callouts/8.png
IMAGES_LIB+= callouts/9.png IMAGES_LIB+= callouts/9.png
IMAGES_LIB+= callouts/10.png IMAGES_LIB+= callouts/10.png
# #
# SRCS lists the individual SGML files that make up the document. Changes # SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild # to any of these files will force a rebuild
# #
@ -128,6 +156,7 @@ IMAGES_LIB+= callouts/10.png
# SGML content # SGML content
SRCS= book.sgml SRCS= book.sgml
SRCS+= colophon.sgml SRCS+= colophon.sgml
SRCS+= freebsd-glossary.sgml
SRCS+= advanced-networking/chapter.sgml SRCS+= advanced-networking/chapter.sgml
SRCS+= basics/chapter.sgml SRCS+= basics/chapter.sgml
SRCS+= bibliography/chapter.sgml SRCS+= bibliography/chapter.sgml
@ -137,6 +166,7 @@ SRCS+= cutting-edge/chapter.sgml
SRCS+= desktop/chapter.sgml SRCS+= desktop/chapter.sgml
SRCS+= disks/chapter.sgml SRCS+= disks/chapter.sgml
SRCS+= eresources/chapter.sgml SRCS+= eresources/chapter.sgml
SRCS+= firewalls/chapter.sgml
SRCS+= install/chapter.sgml SRCS+= install/chapter.sgml
SRCS+= introduction/chapter.sgml SRCS+= introduction/chapter.sgml
SRCS+= kernelconfig/chapter.sgml SRCS+= kernelconfig/chapter.sgml
@ -146,6 +176,7 @@ SRCS+= mac/chapter.sgml
SRCS+= mail/chapter.sgml SRCS+= mail/chapter.sgml
SRCS+= mirrors/chapter.sgml SRCS+= mirrors/chapter.sgml
SRCS+= multimedia/chapter.sgml SRCS+= multimedia/chapter.sgml
SRCS+= network-servers/chapter.sgml
SRCS+= pgpkeys/chapter.sgml SRCS+= pgpkeys/chapter.sgml
SRCS+= ports/chapter.sgml SRCS+= ports/chapter.sgml
SRCS+= ppp-and-slip/chapter.sgml SRCS+= ppp-and-slip/chapter.sgml
@ -158,7 +189,7 @@ SRCS+= vinum/chapter.sgml
SRCS+= x11/chapter.sgml SRCS+= x11/chapter.sgml
# Entities # Entities
SRCS+= chapters.ent SRCS+= chapters.ent
SYMLINKS= ${DESTDIR} index.html handbook.html SYMLINKS= ${DESTDIR} index.html handbook.html
@ -166,12 +197,10 @@ SYMLINKS= ${DESTDIR} index.html handbook.html
CHAPTERS?= ${SRCS:M*chapter.sgml} CHAPTERS?= ${SRCS:M*chapter.sgml}
SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
.if defined(WITH_GLOSSARY) && !empty(WITH_GLOSSARY)
SGMLFLAGS+= -i chap.freebsd-glossary SGMLFLAGS+= -i chap.freebsd-glossary
.endif
# XXX The Handbook build currently overflows some internal, hardcoded # XXX The Handbook build currently overflows some internal, hardcoded
# limits in pdftex. Until we split the Handbook up, build the PDF # limits in pdftex. Until we split the Handbook up, build the PDF
# version using ps2pdf instead of pdftex. # version using ps2pdf instead of pdftex.
PS2PDF?= ${PREFIX}/bin/ps2pdf PS2PDF?= ${PREFIX}/bin/ps2pdf
@ -193,6 +222,7 @@ pgpkeyring: pgpkeys/chapter.sgml
JADEFLAGS+= -V withpgpkeys JADEFLAGS+= -V withpgpkeys
.endif .endif
URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../.. DOC_PREFIX?= ${.CURDIR}/../../..
.for p in ftp cvsup .for p in ftp cvsup

View file

@ -1,32 +1,17 @@
<!-- <!--
The FreeBSD Dutch Documentation Project $FreeBSD$
$FreeBSDnl: nl_NL.ISO8859-1/books/handbook/book.sgml,v 1.21 2004/12/26 21:46:42 remko Exp $
gebaseerd op: 1.158
$FreeBSD$
gebaseerd op: 1.147
--> -->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN"> <!ENTITY % books.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//NL">
%bookinfo; %books.ent;
<!ENTITY % txtfiles SYSTEM "txtfiles.ent"> %txtfiles;
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
%freebsd;
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters; <!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
%authors;
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
%teams;
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//NL"> %mailing-lists;
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"> %newsgroups;
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
%trademarks;
<!ENTITY % txtfiles SYSTEM "txtfiles.ent"> %txtfiles;
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls;
<!ENTITY % not.published "INCLUDE"> <!ENTITY % not.published "INCLUDE">
@ -49,6 +34,8 @@
<!ENTITY % chap.serialcomms "IGNORE"> <!ENTITY % chap.serialcomms "IGNORE">
<!ENTITY % chap.ppp-and-slip "IGNORE"> <!ENTITY % chap.ppp-and-slip "IGNORE">
<!ENTITY % chap.advanced-networking "IGNORE"> <!ENTITY % chap.advanced-networking "IGNORE">
<!ENTITY % chap.firewalls "IGNORE">
<!ENTITY % chap.network-servers "IGNORE">
<!ENTITY % chap.mail "IGNORE"> <!ENTITY % chap.mail "IGNORE">
<!ENTITY % chap.cutting-edge "IGNORE"> <!ENTITY % chap.cutting-edge "IGNORE">
<!ENTITY % chap.linuxemu "IGNORE"> <!ENTITY % chap.linuxemu "IGNORE">
@ -65,9 +52,9 @@
<book lang="nl"> <book lang="nl">
<bookinfo> <bookinfo>
<title>FreeBSD Handboek</title> <title>&os; Handboek</title>
<corpauthor>The FreeBSD Dutch Documentation Project</corpauthor> <corpauthor>The &os; Dutch Documentation Project</corpauthor>
<pubdate>Juni 2004</pubdate> <pubdate>Juni 2004</pubdate>
@ -82,7 +69,7 @@
<year>2002</year> <year>2002</year>
<year>2003</year> <year>2003</year>
<year>2004</year> <year>2004</year>
<holder>The FreeBSD Dutch Documentation Project</holder> <holder>The &os; Dutch Documentation Project</holder>
</copyright> </copyright>
&bookinfo.legalnotice; &bookinfo.legalnotice;
@ -131,27 +118,26 @@
<abstract> <abstract>
<para>Welkom bij &os;! Dit handboek behandelt de installatie en <para>Welkom bij &os;! Dit handboek behandelt de installatie en
het dagelijks gebruik van het dagelijks gebruik van
<emphasis>&os; &rel2.current;-RELEASE</emphasis> en <emphasis>&os; &rel2.current;-RELEASE</emphasis> en
<emphasis>&os; &rel.current;-RELEASE</emphasis>. Aan deze <emphasis>&os; &rel.current;-RELEASE</emphasis>. Aan deze
handleiding wordt nog gewerkt, en is het resultaat van het werk handleiding wordt nog gewerkt, en is het resultaat van het werk
van veel mensen. Veel hoofdstukken of paragrafen bestaan nog van veel mensen. Veel hoofdstukken of paragrafen bestaan nog
niet en wat bestaat dient soms nog bijgewerkt te worden. Als je niet en wat bestaat dient soms nog bijgewerkt te worden. Als
mee wilt helpen aan dit project stuur dan een mail naar de de lezer mee wil helpen aan dit project kan een mail gestuurd
&a.doc;. De meest recente versie van dit document kan je vinden worden naar de &a.doc;. De meest recente versie van dit
op de <ulink url="http://www.FreeBSD.org/"> document is te vinden op de <ulink
&os; web site</ulink>. Je kunt het ook downloaden in veel url="http://www.FreeBSD.org/">&os; website</ulink>. Het
verschillende formaten en compressiewijzen van de <ulink kan ook gedownload worden in veel verschillende formaten en
compressiewijzen van de <ulink
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">&os; FTP url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">&os; FTP
server</ulink> server</ulink> of een van de vele <link
of een van de vele <link linkend="mirrors-ftp"> linkend="mirrors-ftp">mirror sites</link>. Een gedrukt
mirror sites</link>. exemplaar van het handboek is te koop bij de <ulink
Als je liever een gedrukt exemplaar van het handboek hebt, koop url="http://www.freebsdmall.com/">&os; Mall</ulink>
het dan bij de (Engels). Het handboek kan ook <ulink
<ulink url="http://www.freebsdmall.com/">FreeBSD Mall</ulink>. url="&url.base;/search/index.html"> doorzocht
Je kunt het handboek ook worden.</ulink>.</para>
<ulink url="&url.main;/search/index.html">
doorzoeken</ulink>.</para>
</abstract> </abstract>
</bookinfo> </bookinfo>
@ -162,43 +148,97 @@
<partintro> <partintro>
<para>Dit deel van het &os; handboek is voor gebruikers en <para>Dit deel van het &os; handboek is voor gebruikers en
beheerders die net beginnen met &os;. Deze hoofdstukken:</para> beheerders die net beginnen met &os;. Deze
hoofdstukken:</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Geven je een inleiding in &os;.</para> <para>Geven een inleiding in &os;;</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Leiden je door het installatieproces.</para> <para>Lichten het installatieproces toe;</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Leren je de &unix; basisbegrippen en grondslag.</para> <para>Bespreken de &unix; basisbegrippen en grondslag;</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Tonen je hoe je de vele aanvullende applicaties kan <para>Tonen hoe de vele aanvullende applicaties
installeren die beschikbaar zijn voor FreeBSD.</para> voor &os; ge&iuml;nstalleerd kunnen worden;</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Stellen je voor aan X, het venstersysteem van &unix; <para>Introduceren X, het venstersysteem van &unix;
en gaan uitvoerig in op hoe je een desktop omgeving instelt en gaan uitvoerig in op hoe een bureaubladomgeving wordt
die je helpt productiever te zijn.</para> ingesteld die een gebruiker helpt productiever te
zijn.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<para>We hebben geprobeerd het aantal vooruitwijzingen tot een <para>Er is geprobeerd het aantal vooruitwijzingen tot een
minimum te beperken zodat je het handboek van begin tot einde minimum te beperken zodat het handboek van begin tot einde
kunt lezen zonder dat je hoeft te bladeren.</para> gelezen kan worden zonder bladeren.</para>
</partintro> </partintro>
<![ %chap.introduction; [ &chap.introduction; ]]> <![ %chap.introduction; [ &chap.introduction; ]]>
<![ %chap.install; [ &chap.install; ]]> <![ %chap.install; [ &chap.install; ]]>
<![ %chap.basics; [ &chap.basics; ]]> <![ %chap.basics; [ &chap.basics; ]]>
<![ %chap.ports; [ &chap.ports; ]]> <![ %chap.ports; [ &chap.ports; ]]>
<![ %chap.x11; [ &chap.x11; ]]> <![ %chap.x11; [ &chap.x11; ]]>
</part>
<part id="common-tasks">
<title>Algemene Taken</title>
<partintro>
<para>Na de inleiding gaat dit deel van het &os; handboek over
een aantal vaak gebruikte mogelijkheden van &os;. De volgende
hoofdstukken:</para>
<itemizedlist>
<listitem>
<para>Geven een inleiding in populaire en handige desktop
toepassingen: browsers, productieviteitsgereedschappen,
documentviewers, etc;</para>
</listitem>
<listitem>
<para>Geven een inleiding in een aantal
multimediatoepassingen die in &os; beschikbaar zijn;</para>
</listitem>
<listitem>
<para>Geven uitleg over het proces waarmee een aangepaste
kernel voor &os; kan worden gemaakt om extra functionaliteit
aan een systeen toe te voegen;</para>
</listitem>
<listitem>
<para>Beschrijven gedetailleerd het afdruksysteem, zowel voor
met een desktop verbonden als met het netwerk verbinden
printers;</para>
</listitem>
<listitem>
<para>Beschrijven hoe applicaties voor Linux op &os; kunnen
draaien.</para>
</listitem>
</itemizedlist>
<para>In een aantal van de hoofdstukken wordt voorkennis
aangeraden. Dit staat vermeld in de inleiding van ieder
hoofdstuk.</para>
</partintro>
<![ %chap.desktop; [ &chap.desktop; ]]>
<![ %chap.multimedia; [ &chap.multimedia; ]]>
<![ %chap.kernelconfig; [ &chap.kernelconfig; ]]>
<![ %chap.printing; [ &chap.printing; ]]>
<![ %chap.linuxemu; [ &chap.linuxemu; ]]>
</part> </part>
<part id="system-administration"> <part id="system-administration">
@ -206,47 +246,88 @@
<partintro> <partintro>
<para>De verdere hoofdstukken van het &os; handboek beslaan alle <para>De verdere hoofdstukken van het &os; handboek beslaan alle
aspecten van het &os; systeembeheer. Ieder hoofdstuk begint met aspecten van het &os; systeembeheer. Ieder hoofdstuk begint
een omschrijving van wat je leert als je dat hoofdstuk doorleest met een omschrijving van wat de leerstof in een hoofdstuk is en
en ook wat je voorkennis moet zijn voor je die stof tot je kunt wat de verwachte voorkennis is.</para>
nemen.</para>
<para>De hoofdstukken zijn ook ontworpen om gelezen te worden als <para>De hoofdstukken zijn ook ontworpen om gelezen te worden als
je die informatie nodig hebt. Je hoeft ze niet in een bepaalde de specifieke informatie nodig is. Ze hoeven niet in een
volgorde te lezen en je hoeft ze ook niet gelezen te hebben bepaalde volgorde gelezen te worden en ze hoeven ook niet
voordat je met &os; aan de slag kunt.</para> gelezen te zijn voordat een gebruiker met &os; aan de slag
kan.</para>
</partintro> </partintro>
<![ %chap.config; [ &chap.config; ]]> <![ %chap.config; [ &chap.config; ]]>
<![ %chap.boot; [ &chap.boot; ]]> <![ %chap.boot; [ &chap.boot; ]]>
<![ %chap.users; [ &chap.users; ]]> <![ %chap.users; [ &chap.users; ]]>
<![ %chap.kernelconfig; [ &chap.kernelconfig; ]]> <![ %chap.security; [ &chap.security; ]]>
<![ %chap.security; [ &chap.security; ]]> <![ %chap.mac; [ &chap.mac; ]]>
<![ %chap.mac; [ &chap.mac; ]]> <![ %chap.disks; [ &chap.disks; ]]>
<![ %chap.printing; [ &chap.printing; ]]> <![ %chap.vinum; [ &chap.vinum; ]]>
<![ %chap.disks; [ &chap.disks; ]]> <![ %chap.l10n; [ &chap.l10n; ]]>
<![ %chap.vinum; [ &chap.vinum; ]]> <![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
<![ %chap.l10n; [ &chap.l10n; ]]> </part>
<![ %chap.desktop; [ &chap.desktop; ]]>
<![ %chap.multimedia; [ &chap.multimedia; ]]> <part id="network-communication">
<![ %chap.serialcomms; [ &chap.serialcomms; ]]> <title>Netwerkcommunicatie</title>
<![ %chap.ppp-and-slip; [ &chap.ppp-and-slip; ]]>
<partintro>
<para>Als het om servers gaat die hoge prestaties moeten leveren,
wordt wereldwijd vaak &os; toegepast. De hoofdstukken in dit
deel behandelen:</para>
<itemizedlist>
<listitem>
<para>Seri&euml;e communicatie;</para>
</listitem>
<listitem>
<para>PPP en PPP over Ethernet;</para>
</listitem>
<listitem>
<para>E-mail;</para>
</listitem>
<listitem>
<para>Netwerkdiensten;</para>
</listitem>
<listitem>
<para>Firewalls.</para>
</listitem>
<listitem>
<para>Overig Gevorderd Netwerken.</para>
</listitem>
</itemizedlist>
<para>Deze hoofdstukken zijn geschreven om gelezen te worden als
de informatie nodig is. Ze hoeven niet allemaal in een
bepaalde volgorde gelezen te worden. Ze hoeven ook niet
allemaal gelezen te worden om &os; in een netwerkomgeving in te
zetten.</para>
</partintro>
<![ %chap.serialcomms; [ &chap.serialcomms; ]]>
<![ %chap.ppp-and-slip; [ &chap.ppp-and-slip; ]]>
<![ %chap.mail; [ &chap.mail; ]]>
<![ %chap.network-servers; [ &chap.network-servers; ]]>
<![ %chap.firewalls; [ &chap.firewalls; ]]>
<![ %chap.advanced-networking; [ &chap.advanced-networking; ]]> <![ %chap.advanced-networking; [ &chap.advanced-networking; ]]>
<![ %chap.mail; [ &chap.mail; ]]>
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
<![ %chap.linuxemu; [ &chap.linuxemu; ]]>
</part> </part>
<part id="appendices"> <part id="appendices">
<title>Appendix</title> <title>Appendix</title>
<![ %chap.mirrors; [ &chap.mirrors; ]]> <![ %chap.mirrors; [ &chap.mirrors; ]]>
<![ %chap.bibliography; [ &chap.bibliography; ]]> <![ %chap.bibliography; [ &chap.bibliography; ]]>
<![ %chap.eresources; [ &chap.eresources; ]]> <![ %chap.eresources; [ &chap.eresources; ]]>
<![ %chap.pgpkeys; [ &chap.pgpkeys; ]]> <![ %chap.pgpkeys; [ &chap.pgpkeys; ]]>
</part> </part>
<![ %chap.freebsd-glossary; [ &bookinfo.freebsd-glossary; ]]> <![ %chap.freebsd-glossary; [ &bookinfo.freebsd-glossary; ]]>
<![ %chap.index; [ &chap.index; ]]> <![ %chap.index; [ &chap.index; ]]>
&chap.colophon; &chap.colophon;
</book> </book>

View file

@ -26,7 +26,7 @@
</sect2> </sect2>
</sect1> </sect1>
<sect1 id="mac-glossary"> <sect1 id="mac-inline-glossary">
<title>* Sleutelwoorden in dit hoofdstuk</title> <title>* Sleutelwoorden in dit hoofdstuk</title>
<para></para> <para></para>

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,6 @@
<!-- <!--
The FreeBSD Dutch Documentation Project
Referenties naar andere bestanden kunnen opgenomen worden binnen Referenties naar andere bestanden kunnen opgenomen worden binnen
een DocBook BookInfo element. een DocBook BookInfo element.
@ -8,6 +10,8 @@
"bookinfo.preface". "bookinfo.preface".
$FreeBSD$ $FreeBSD$
$FreeBSDnl: doc/nl_NL.ISO8859-1/share/sgml/bookinfo.ent,v 1.4 2004/11/07 21:41:39 siebrand Exp $
Gebaseerd op: 1.4
--> -->
<!ENTITY bookinfo.legalnotice SYSTEM "legalnotice.sgml"> <!ENTITY bookinfo.freebsd-glossary SYSTEM "glossary/freebsd-glossary.sgml">

View file

@ -0,0 +1,27 @@
<!--
The FreeBSD Dutch Documentation Project
$FreeBSD$
$FreeBSDnl: nl_NL.ISO8859-1/share/sgml/books.ent,v 1.3 2004/11/10 20:24:32 remko Exp $
gebaseerd op: 1.1
-->
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;
<!ENTITY % nl-bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//NL">
%nl-bookinfo;
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
%bookinfo;
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
%freebsd;
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
%authors;
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
%teams;
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
%mailing-lists;
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
%newsgroups;
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
%trademarks;
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls;

View file

@ -2,10 +2,20 @@
-- FreeBSD SGML Public Identifiers ...................................... -- -- FreeBSD SGML Public Identifiers ...................................... --
-- $FreeBSD$ -- $FreeBSD$
-- $FreeBSDnl$
-- --
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//NL"
"books.ent"
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
"freebsd.dsl" "freebsd.dsl"
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//NL" PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
"mailing-lists.ent" "mailing-lists.ent"
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//NL"
"bookinfo.ent"
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
"l10n.ent"

View file

@ -1,4 +1,8 @@
<!-- $FreeBSD$ --> <!--
The FreeBSD Documentation Project
$FreeBSD$
Gebaseerd op: 1.20
-->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN" CDATA DSSSL> <!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
@ -22,7 +26,7 @@
(make element gi: "p" (make element gi: "p"
attributes: (list (list "align" "center")) attributes: (list (list "align" "center"))
(make element gi: "small" (make element gi: "small"
(literal "Deze, en andere documenten, kunnen worden gedownload van ") (literal "Deze en andere documenten kunnen worden gedownload van ")
(create-link (create-link
(list (list "HREF" "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/")) (list (list "HREF" "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/"))
(literal "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/")) (literal "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/"))
@ -30,7 +34,7 @@
(make element gi: "p" (make element gi: "p"
attributes: (list (list "align" "center")) attributes: (list (list "align" "center"))
(make element gi: "small" (make element gi: "small"
(literal "Voor vragen over FreeBSD, lees de ") (literal "Lees voor vragen over FreeBSD de ")
(create-link (create-link
(list (list "HREF" "http://www.FreeBSD.org/docs.html")) (list (list "HREF" "http://www.FreeBSD.org/docs.html"))
(literal "documentatie")) (literal "documentatie"))
@ -40,7 +44,7 @@
(literal "questions@FreeBSD.org")) (literal "questions@FreeBSD.org"))
(literal ">.") (literal ">.")
(make empty-element gi: "br") (make empty-element gi: "br")
(literal "Voor vragen over deze documentatie, stuur een e-mail naar<") (literal "Vragen over deze documentatie kunnen per e-mail naar<")
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org")) (create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
(literal "doc@FreeBSD.org")) (literal "doc@FreeBSD.org"))
(literal ">."))))) (literal ">.")))))

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,15 @@
<!-- -*- sgml -*-
DocBook Language Specific Entities for Localization (nl).
$FreeBSD$
$FreeBSDnl$
Gebaseerd op: 1.2
-->
<!-- docformat navi -->
<!ENTITY docnavi.single-html "Enkel HTML bestand">
<!ENTITY docnavi.split-html "Opgedeeld HTML bestand">
<!ENTITY doc.langcode.nl "nl_NL.ISO8859-1">
<!ENTITY doc.langcode "&doc.langcode.nl;">