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:
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
nl_NL.ISO8859-1
books/handbook
share/sgml
|
@ -1,15 +1,43 @@
|
|||
#
|
||||
#
|
||||
# $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.
|
||||
#
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
# 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
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html-split
|
||||
|
||||
HAS_INDEX= true
|
||||
WITH_GLOSSARY?=
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
|
@ -120,7 +148,7 @@ IMAGES_LIB+= callouts/8.png
|
|||
IMAGES_LIB+= callouts/9.png
|
||||
IMAGES_LIB+= callouts/10.png
|
||||
|
||||
#
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
@ -128,6 +156,7 @@ IMAGES_LIB+= callouts/10.png
|
|||
# SGML content
|
||||
SRCS= book.sgml
|
||||
SRCS+= colophon.sgml
|
||||
SRCS+= freebsd-glossary.sgml
|
||||
SRCS+= advanced-networking/chapter.sgml
|
||||
SRCS+= basics/chapter.sgml
|
||||
SRCS+= bibliography/chapter.sgml
|
||||
|
@ -137,6 +166,7 @@ SRCS+= cutting-edge/chapter.sgml
|
|||
SRCS+= desktop/chapter.sgml
|
||||
SRCS+= disks/chapter.sgml
|
||||
SRCS+= eresources/chapter.sgml
|
||||
SRCS+= firewalls/chapter.sgml
|
||||
SRCS+= install/chapter.sgml
|
||||
SRCS+= introduction/chapter.sgml
|
||||
SRCS+= kernelconfig/chapter.sgml
|
||||
|
@ -146,6 +176,7 @@ SRCS+= mac/chapter.sgml
|
|||
SRCS+= mail/chapter.sgml
|
||||
SRCS+= mirrors/chapter.sgml
|
||||
SRCS+= multimedia/chapter.sgml
|
||||
SRCS+= network-servers/chapter.sgml
|
||||
SRCS+= pgpkeys/chapter.sgml
|
||||
SRCS+= ports/chapter.sgml
|
||||
SRCS+= ppp-and-slip/chapter.sgml
|
||||
|
@ -158,7 +189,7 @@ SRCS+= vinum/chapter.sgml
|
|||
SRCS+= x11/chapter.sgml
|
||||
|
||||
# Entities
|
||||
SRCS+= chapters.ent
|
||||
SRCS+= chapters.ent
|
||||
|
||||
SYMLINKS= ${DESTDIR} index.html handbook.html
|
||||
|
||||
|
@ -166,12 +197,10 @@ SYMLINKS= ${DESTDIR} index.html handbook.html
|
|||
CHAPTERS?= ${SRCS:M*chapter.sgml}
|
||||
|
||||
SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
|
||||
.if defined(WITH_GLOSSARY) && !empty(WITH_GLOSSARY)
|
||||
SGMLFLAGS+= -i chap.freebsd-glossary
|
||||
.endif
|
||||
|
||||
# XXX The Handbook build currently overflows some internal, hardcoded
|
||||
# limits in pdftex. Until we split the Handbook up, build the PDF
|
||||
# XXX The Handbook build currently overflows some internal, hardcoded
|
||||
# limits in pdftex. Until we split the Handbook up, build the PDF
|
||||
# version using ps2pdf instead of pdftex.
|
||||
|
||||
PS2PDF?= ${PREFIX}/bin/ps2pdf
|
||||
|
@ -193,6 +222,7 @@ pgpkeyring: pgpkeys/chapter.sgml
|
|||
JADEFLAGS+= -V withpgpkeys
|
||||
.endif
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.for p in ftp cvsup
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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" [
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
|
||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
|
||||
%bookinfo;
|
||||
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % books.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//NL">
|
||||
%books.ent;
|
||||
<!ENTITY % txtfiles SYSTEM "txtfiles.ent"> %txtfiles;
|
||||
|
||||
<!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">
|
||||
|
||||
|
@ -49,6 +34,8 @@
|
|||
<!ENTITY % chap.serialcomms "IGNORE">
|
||||
<!ENTITY % chap.ppp-and-slip "IGNORE">
|
||||
<!ENTITY % chap.advanced-networking "IGNORE">
|
||||
<!ENTITY % chap.firewalls "IGNORE">
|
||||
<!ENTITY % chap.network-servers "IGNORE">
|
||||
<!ENTITY % chap.mail "IGNORE">
|
||||
<!ENTITY % chap.cutting-edge "IGNORE">
|
||||
<!ENTITY % chap.linuxemu "IGNORE">
|
||||
|
@ -65,9 +52,9 @@
|
|||
|
||||
<book lang="nl">
|
||||
<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>
|
||||
|
||||
|
@ -82,7 +69,7 @@
|
|||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder>The FreeBSD Dutch Documentation Project</holder>
|
||||
<holder>The &os; Dutch Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
&bookinfo.legalnotice;
|
||||
|
@ -131,27 +118,26 @@
|
|||
|
||||
<abstract>
|
||||
<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; &rel.current;-RELEASE</emphasis>. Aan deze
|
||||
handleiding wordt nog gewerkt, en is het resultaat van het werk
|
||||
van veel mensen. Veel hoofdstukken of paragrafen bestaan nog
|
||||
niet en wat bestaat dient soms nog bijgewerkt te worden. Als je
|
||||
mee wilt helpen aan dit project stuur dan een mail naar de
|
||||
&a.doc;. De meest recente versie van dit document kan je vinden
|
||||
op de <ulink url="http://www.FreeBSD.org/">
|
||||
&os; web site</ulink>. Je kunt het ook downloaden in veel
|
||||
verschillende formaten en compressiewijzen van de <ulink
|
||||
niet en wat bestaat dient soms nog bijgewerkt te worden. Als
|
||||
de lezer mee wil helpen aan dit project kan een mail gestuurd
|
||||
worden naar de &a.doc;. De meest recente versie van dit
|
||||
document is te vinden op de <ulink
|
||||
url="http://www.FreeBSD.org/">&os; website</ulink>. Het
|
||||
kan ook gedownload worden in veel verschillende formaten en
|
||||
compressiewijzen van de <ulink
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">&os; FTP
|
||||
server</ulink>
|
||||
of een van de vele <link linkend="mirrors-ftp">
|
||||
mirror sites</link>.
|
||||
Als je liever een gedrukt exemplaar van het handboek hebt, koop
|
||||
het dan bij de
|
||||
<ulink url="http://www.freebsdmall.com/">FreeBSD Mall</ulink>.
|
||||
Je kunt het handboek ook
|
||||
<ulink url="&url.main;/search/index.html">
|
||||
doorzoeken</ulink>.</para>
|
||||
server</ulink> of een van de vele <link
|
||||
linkend="mirrors-ftp">mirror sites</link>. Een gedrukt
|
||||
exemplaar van het handboek is te koop bij de <ulink
|
||||
url="http://www.freebsdmall.com/">&os; Mall</ulink>
|
||||
(Engels). Het handboek kan ook <ulink
|
||||
url="&url.base;/search/index.html"> doorzocht
|
||||
worden.</ulink>.</para>
|
||||
</abstract>
|
||||
</bookinfo>
|
||||
|
||||
|
@ -162,43 +148,97 @@
|
|||
|
||||
<partintro>
|
||||
<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>
|
||||
<listitem>
|
||||
<para>Geven je een inleiding in &os;.</para>
|
||||
<para>Geven een inleiding in &os;;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Leiden je door het installatieproces.</para>
|
||||
<para>Lichten het installatieproces toe;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Leren je de &unix; basisbegrippen en grondslag.</para>
|
||||
<para>Bespreken de &unix; basisbegrippen en grondslag;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Tonen je hoe je de vele aanvullende applicaties kan
|
||||
installeren die beschikbaar zijn voor FreeBSD.</para>
|
||||
<para>Tonen hoe de vele aanvullende applicaties
|
||||
voor &os; geïnstalleerd kunnen worden;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Stellen je voor aan X, het venstersysteem van &unix;
|
||||
en gaan uitvoerig in op hoe je een desktop omgeving instelt
|
||||
die je helpt productiever te zijn.</para>
|
||||
<para>Introduceren X, het venstersysteem van &unix;
|
||||
en gaan uitvoerig in op hoe een bureaubladomgeving wordt
|
||||
ingesteld die een gebruiker helpt productiever te
|
||||
zijn.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>We hebben geprobeerd het aantal vooruitwijzingen tot een
|
||||
minimum te beperken zodat je het handboek van begin tot einde
|
||||
kunt lezen zonder dat je hoeft te bladeren.</para>
|
||||
<para>Er is geprobeerd het aantal vooruitwijzingen tot een
|
||||
minimum te beperken zodat het handboek van begin tot einde
|
||||
gelezen kan worden zonder bladeren.</para>
|
||||
</partintro>
|
||||
|
||||
<![ %chap.introduction; [ &chap.introduction; ]]>
|
||||
<![ %chap.install; [ &chap.install; ]]>
|
||||
<![ %chap.basics; [ &chap.basics; ]]>
|
||||
<![ %chap.ports; [ &chap.ports; ]]>
|
||||
<![ %chap.x11; [ &chap.x11; ]]>
|
||||
<![ %chap.introduction; [ &chap.introduction; ]]>
|
||||
<![ %chap.install; [ &chap.install; ]]>
|
||||
<![ %chap.basics; [ &chap.basics; ]]>
|
||||
<![ %chap.ports; [ &chap.ports; ]]>
|
||||
<![ %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 id="system-administration">
|
||||
|
@ -206,47 +246,88 @@
|
|||
|
||||
<partintro>
|
||||
<para>De verdere hoofdstukken van het &os; handboek beslaan alle
|
||||
aspecten van het &os; systeembeheer. Ieder hoofdstuk begint met
|
||||
een omschrijving van wat je leert als je dat hoofdstuk doorleest
|
||||
en ook wat je voorkennis moet zijn voor je die stof tot je kunt
|
||||
nemen.</para>
|
||||
aspecten van het &os; systeembeheer. Ieder hoofdstuk begint
|
||||
met een omschrijving van wat de leerstof in een hoofdstuk is en
|
||||
wat de verwachte voorkennis is.</para>
|
||||
|
||||
<para>De hoofdstukken zijn ook ontworpen om gelezen te worden als
|
||||
je die informatie nodig hebt. Je hoeft ze niet in een bepaalde
|
||||
volgorde te lezen en je hoeft ze ook niet gelezen te hebben
|
||||
voordat je met &os; aan de slag kunt.</para>
|
||||
de specifieke informatie nodig is. Ze hoeven niet in een
|
||||
bepaalde volgorde gelezen te worden en ze hoeven ook niet
|
||||
gelezen te zijn voordat een gebruiker met &os; aan de slag
|
||||
kan.</para>
|
||||
</partintro>
|
||||
|
||||
<![ %chap.config; [ &chap.config; ]]>
|
||||
<![ %chap.boot; [ &chap.boot; ]]>
|
||||
<![ %chap.users; [ &chap.users; ]]>
|
||||
<![ %chap.kernelconfig; [ &chap.kernelconfig; ]]>
|
||||
<![ %chap.security; [ &chap.security; ]]>
|
||||
<![ %chap.mac; [ &chap.mac; ]]>
|
||||
<![ %chap.printing; [ &chap.printing; ]]>
|
||||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
<![ %chap.vinum; [ &chap.vinum; ]]>
|
||||
<![ %chap.l10n; [ &chap.l10n; ]]>
|
||||
<![ %chap.desktop; [ &chap.desktop; ]]>
|
||||
<![ %chap.multimedia; [ &chap.multimedia; ]]>
|
||||
<![ %chap.serialcomms; [ &chap.serialcomms; ]]>
|
||||
<![ %chap.ppp-and-slip; [ &chap.ppp-and-slip; ]]>
|
||||
<![ %chap.config; [ &chap.config; ]]>
|
||||
<![ %chap.boot; [ &chap.boot; ]]>
|
||||
<![ %chap.users; [ &chap.users; ]]>
|
||||
<![ %chap.security; [ &chap.security; ]]>
|
||||
<![ %chap.mac; [ &chap.mac; ]]>
|
||||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
<![ %chap.vinum; [ &chap.vinum; ]]>
|
||||
<![ %chap.l10n; [ &chap.l10n; ]]>
|
||||
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
|
||||
</part>
|
||||
|
||||
<part id="network-communication">
|
||||
<title>Netwerkcommunicatie</title>
|
||||
|
||||
<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ë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.mail; [ &chap.mail; ]]>
|
||||
<![ %chap.cutting-edge; [ &chap.cutting-edge; ]]>
|
||||
<![ %chap.linuxemu; [ &chap.linuxemu; ]]>
|
||||
|
||||
</part>
|
||||
|
||||
<part id="appendices">
|
||||
<title>Appendix</title>
|
||||
|
||||
<![ %chap.mirrors; [ &chap.mirrors; ]]>
|
||||
<![ %chap.bibliography; [ &chap.bibliography; ]]>
|
||||
<![ %chap.eresources; [ &chap.eresources; ]]>
|
||||
<![ %chap.pgpkeys; [ &chap.pgpkeys; ]]>
|
||||
<![ %chap.mirrors; [ &chap.mirrors; ]]>
|
||||
<![ %chap.bibliography; [ &chap.bibliography; ]]>
|
||||
<![ %chap.eresources; [ &chap.eresources; ]]>
|
||||
<![ %chap.pgpkeys; [ &chap.pgpkeys; ]]>
|
||||
</part>
|
||||
<![ %chap.freebsd-glossary; [ &bookinfo.freebsd-glossary; ]]>
|
||||
<![ %chap.index; [ &chap.index; ]]>
|
||||
<![ %chap.freebsd-glossary; [ &bookinfo.freebsd-glossary; ]]>
|
||||
<![ %chap.index; [ &chap.index; ]]>
|
||||
&chap.colophon;
|
||||
</book>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="mac-glossary">
|
||||
<sect1 id="mac-inline-glossary">
|
||||
<title>* Sleutelwoorden in dit hoofdstuk</title>
|
||||
|
||||
<para></para>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,6 @@
|
|||
<!--
|
||||
The FreeBSD Dutch Documentation Project
|
||||
|
||||
Referenties naar andere bestanden kunnen opgenomen worden binnen
|
||||
een DocBook BookInfo element.
|
||||
|
||||
|
@ -8,6 +10,8 @@
|
|||
"bookinfo.preface".
|
||||
|
||||
$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">
|
||||
|
|
27
nl_NL.ISO8859-1/share/sgml/books.ent
Normal file
27
nl_NL.ISO8859-1/share/sgml/books.ent
Normal 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;
|
|
@ -2,10 +2,20 @@
|
|||
-- FreeBSD SGML Public Identifiers ...................................... --
|
||||
|
||||
-- $FreeBSD$
|
||||
-- $FreeBSDnl$
|
||||
--
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//NL"
|
||||
"books.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||
"freebsd.dsl"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//NL"
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
||||
"mailing-lists.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//NL"
|
||||
"bookinfo.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent"
|
||||
|
|
|
@ -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" [
|
||||
<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
|
||||
|
@ -22,7 +26,7 @@
|
|||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "Deze, en andere documenten, kunnen worden gedownload van ")
|
||||
(literal "Deze en andere documenten kunnen worden gedownload van ")
|
||||
(create-link
|
||||
(list (list "HREF" "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/"))
|
||||
(literal "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/"))
|
||||
|
@ -30,7 +34,7 @@
|
|||
(make element gi: "p"
|
||||
attributes: (list (list "align" "center"))
|
||||
(make element gi: "small"
|
||||
(literal "Voor vragen over FreeBSD, lees de ")
|
||||
(literal "Lees voor vragen over FreeBSD de ")
|
||||
(create-link
|
||||
(list (list "HREF" "http://www.FreeBSD.org/docs.html"))
|
||||
(literal "documentatie"))
|
||||
|
@ -40,7 +44,7 @@
|
|||
(literal "questions@FreeBSD.org"))
|
||||
(literal ">.")
|
||||
(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"))
|
||||
(literal "doc@FreeBSD.org"))
|
||||
(literal ">.")))))
|
||||
|
|
1827
nl_NL.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml
Normal file
1827
nl_NL.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml
Normal file
File diff suppressed because it is too large
Load diff
15
nl_NL.ISO8859-1/share/sgml/l10n.ent
Normal file
15
nl_NL.ISO8859-1/share/sgml/l10n.ent
Normal 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;">
|
||||
|
Loading…
Reference in a new issue