diff options
Diffstat (limited to 'de_DE.ISO8859-1/books/developers-handbook/book.xml')
-rw-r--r-- | de_DE.ISO8859-1/books/developers-handbook/book.xml | 147 |
1 files changed, 52 insertions, 95 deletions
diff --git a/de_DE.ISO8859-1/books/developers-handbook/book.xml b/de_DE.ISO8859-1/books/developers-handbook/book.xml index c3b492a770..662473ed18 100644 --- a/de_DE.ISO8859-1/books/developers-handbook/book.xml +++ b/de_DE.ISO8859-1/books/developers-handbook/book.xml @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN" - "../../../share/xml/freebsd45.dtd" [ +<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN" + "../../../share/xml/freebsd50.dtd" [ <!ENTITY % chapters SYSTEM "chapters.ent"> %chapters; ]> - <!-- The FreeBSD Documentation Project The FreeBSD German Documentation Project @@ -12,12 +11,11 @@ $FreeBSDde: de-docproj/books/developers-handbook/book.xml,v 1.15 2010/12/18 13:28:29 jkois Exp $ basiert auf: 1.58 --> +<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="de"> + <info><title>FreeBSD Developers' Handbook</title> + -<book lang="de"> - <bookinfo> - <title>FreeBSD Developers' Handbook</title> - - <corpauthor>The FreeBSD Documentation Project</corpauthor> + <author><orgname>The FreeBSD Documentation Project</orgname></author> <pubdate>August 2000</pubdate> @@ -45,7 +43,7 @@ &legalnotice; - <legalnotice id="trademarks" role="trademarks"> + <legalnotice xml:id="trademarks" role="trademarks"> &tm-attrib.freebsd; &tm-attrib.apple; &tm-attrib.ibm; @@ -66,9 +64,8 @@ Ergebnis der Arbeit vieler Einzelpersonen. Dies kann dazu führen, dass bestimmte Bereiche nicht mehr aktuell sind und auf den neuesten Stand gebracht werden müssen. Bei - Unklarheiten empfiehlt es sich daher stets, auch die <ulink - url="&url.base;/doc/en_US.ISO8859-1/books/developers-handbook/index.html"> - englische Originalversion</ulink> des Handbuchs zu + Unklarheiten empfiehlt es sich daher stets, auch die <link xlink:href="&url.base;/doc/en_US.ISO8859-1/books/developers-handbook/index.html"> + englische Originalversion</link> des Handbuchs zu lesen.</para> <para>Wenn Sie bei der Übersetzung dieses Handbuchs @@ -76,19 +73,16 @@ Mailingliste &a.de.translators;.</para> <para>Die aktuelle Version dieses Handbuchs ist immer auf dem - <ulink url="http://www.FreeBSD.org/">&os;-Webserver</ulink> + <link xlink:href="http://www.FreeBSD.org/">&os;-Webserver</link> verfügbar und kann in verschiedenen Formaten und in - komprimierter Form vom <ulink - url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc">&os;-FTP-Server</ulink> - oder einem der zahlreichen <ulink - url="&url.base;/doc/de_DE.ISO8859-1/books/handbook/mirrors-ftp.html">Spiegel</ulink> + komprimierter Form vom <link xlink:href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc">&os;-FTP-Server</link> + oder einem der zahlreichen <link xlink:href="&url.base;/doc/de_DE.ISO8859-1/books/handbook/mirrors-ftp.html">Spiegel</link> heruntergeladen werden (ältere Versionen finden Sie - hingegen unter <ulink - url="http://docs.FreeBSD.org/doc/"></ulink>).</para> + hingegen unter <uri xlink:href="http://docs.FreeBSD.org/doc/">http://docs.FreeBSD.org/doc/</uri>).</para> </abstract> - </bookinfo> + </info> - <part id="Basics"> + <part xml:id="Basics"> <title>Grundlagen</title> &chap.introduction; @@ -99,43 +93,35 @@ &chap.testing; </part> - <part id="ipc"> + <part xml:id="ipc"> <title>Interprozess-Kommunikation</title> &chap.sockets; &chap.ipv6; </part> - <part id="kernel"> + <part xml:id="kernel"> <title>Kernel</title> &chap.kernelbuild; &chap.kerneldebug; </part> - <part id="architectures"> + <part xml:id="architectures"> <title>Architekturen</title> &chap.x86; </part> - <part id="appendices"> + <part xml:id="appendices"> <title>Anhang</title> <bibliography> - <biblioentry id="COD" xreflabel="1"> + <biblioentry xml:id="COD" xreflabel="1"> <authorgroup> - <author> - <firstname>Dave</firstname> - <othername role="MI">A</othername> - <surname>Patterson</surname> - </author> - - <author> - <firstname>John</firstname> - <othername role="MI">L</othername> - <surname>Hennessy</surname> - </author> + <author><personname><firstname>Dave</firstname><othername role="MI">A</othername><surname>Patterson</surname></personname></author> + + <author><personname><firstname>John</firstname><othername role="MI">L</othername><surname>Hennessy</surname></personname></author> </authorgroup> <copyright> @@ -143,14 +129,14 @@ <holder>Morgan Kaufmann Publishers, Inc.</holder> </copyright> - <isbn>1-55860-428-6</isbn> + <biblioid class="isbn">1-55860-428-6</biblioid> <publisher> <publishername>Morgan Kaufmann Publishers, Inc.</publishername> </publisher> - <title>Computer Organization and Design</title> + <citetitle>Computer Organization and Design</citetitle> <subtitle>The Hardware / Software Interface</subtitle> @@ -159,11 +145,7 @@ <biblioentry xreflabel="2"> <authorgroup> - <author> - <firstname>W.</firstname> - <othername role="Middle">Richard</othername> - <surname>Stevens</surname> - </author> + <author><personname><firstname>W.</firstname><othername role="Middle">Richard</othername><surname>Stevens</surname></personname></author> </authorgroup> <copyright> @@ -171,29 +153,22 @@ <holder>Addison Wesley Longman, Inc.</holder> </copyright> - <isbn>0-201-56317-7</isbn> + <biblioid class="isbn">0-201-56317-7</biblioid> <publisher> <publishername>Addison Wesley Longman, Inc.</publishername> </publisher> - <title>Advanced Programming in the Unix Environment</title> + <citetitle>Advanced Programming in the Unix Environment</citetitle> <pagenums>1-2</pagenums> </biblioentry> <biblioentry xreflabel="3"> <authorgroup> - <author> - <firstname>Marshall</firstname> - <othername role="Middle">Kirk</othername> - <surname>McKusick</surname> - </author> - - <author> - <firstname>George</firstname> - <surname>Neville-Neil</surname> - </author> + <author><personname><firstname>Marshall</firstname><othername role="Middle">Kirk</othername><surname>McKusick</surname></personname></author> + + <author><personname><firstname>George</firstname><surname>Neville-Neil</surname></personname></author> </authorgroup> <copyright> @@ -201,67 +176,49 @@ <holder>Addison-Wesley Publishing Company, Inc.</holder> </copyright> - <isbn>0-201-70245-2</isbn> + <biblioid class="isbn">0-201-70245-2</biblioid> <publisher> <publishername>Addison-Wesley</publishername> </publisher> - <title>The Design and Implementation of the &os; Operating - System</title> + <citetitle>The Design and Implementation of the &os; Operating + System</citetitle> <pagenums>1-2</pagenums> </biblioentry> - <biblioentry id="Phrack" xreflabel="4"> + <biblioentry xml:id="Phrack" xreflabel="4"> <authorgroup> - <author> - <firstname>Aleph</firstname> - <surname>One</surname> - </author> + <author><personname><firstname>Aleph</firstname><surname>One</surname></personname></author> </authorgroup> - <title>Phrack 49; "Smashing the Stack for Fun and - Profit"</title> + <citetitle>Phrack 49; "Smashing the Stack for Fun and + Profit"</citetitle> </biblioentry> - <biblioentry id="StackGuard" xreflabel="5"> + <biblioentry xml:id="StackGuard" xreflabel="5"> <authorgroup> - <author> - <firstname>Chrispin</firstname> - <surname>Cowan</surname> - </author> - - <author> - <firstname>Calton</firstname> - <surname>Pu</surname> - </author> - - <author> - <firstname>Dave</firstname> - <surname>Maier</surname> - </author> + <author><personname><firstname>Chrispin</firstname><surname>Cowan</surname></personname></author> + + <author><personname><firstname>Calton</firstname><surname>Pu</surname></personname></author> + + <author><personname><firstname>Dave</firstname><surname>Maier</surname></personname></author> </authorgroup> - <title>StackGuard; Automatic Adaptive Detection and Prevention - of Buffer-Overflow Attacks</title> + <citetitle>StackGuard; Automatic Adaptive Detection and Prevention + of Buffer-Overflow Attacks</citetitle> </biblioentry> - <biblioentry id="OpenBSD" xreflabel="6"> + <biblioentry xml:id="OpenBSD" xreflabel="6"> <authorgroup> - <author> - <firstname>Todd</firstname> - <surname>Miller</surname> - </author> - - <author> - <firstname>Theo</firstname> - <surname>de Raadt</surname> - </author> + <author><personname><firstname>Todd</firstname><surname>Miller</surname></personname></author> + + <author><personname><firstname>Theo</firstname><surname>de Raadt</surname></personname></author> </authorgroup> - <title>strlcpy and strlcat -- consistent, safe string copy and - concatenation.</title> + <citetitle>strlcpy and strlcat -- consistent, safe string copy and + concatenation.</citetitle> </biblioentry> </bibliography> </part> |