- Sync with original rev 1.120
- Add missing chapters, setting non-translated chapters on IGNORE - Add translated chapters kernelconfig and boot Submitted by: Martin Heinen <martin@sumuk.de>
This commit is contained in:
parent
f148918f75
commit
92f3630c99
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11909
1 changed files with 78 additions and 16 deletions
|
@ -2,9 +2,9 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
||||
Original version: 1.120
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.16 2001/11/29 21:50:28 mheinen Exp $
|
||||
Original version: ?
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.21 2002/01/26 16:46:08 mheinen Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
@ -26,10 +26,18 @@
|
|||
<!ENTITY % newsgroups SYSTEM "newsgroups.ent"> %newsgroups;
|
||||
<!ENTITY % not.published "INCLUDE">
|
||||
|
||||
<!-- Die aktuelle FreeBSD-RELEASE version. Wird für verschiedene Dinge benutzt,
|
||||
z.B. Links auf Webseiten usw. Solange NICHT ändern wie es nicht wirklich
|
||||
Release-Zeit ist. -->
|
||||
<!ENTITY rel.current CDATA "4.2">
|
||||
<!ENTITY % chap.basics "IGNORE">
|
||||
<!ENTITY % chap.ports "IGNORE">
|
||||
<!ENTITY % chap.config "IGNORE">
|
||||
<!ENTITY % chap.boot "IGNORE">
|
||||
<!ENTITY % chap.users "IGNORE">
|
||||
<!ENTITY % chap.kernelconfig "IGNORE">
|
||||
<!ENTITY % chap.disks "IGNORE">
|
||||
<!ENTITY % chap.security "IGNORE">
|
||||
<!ENTITY % chap.sound "IGNORE">
|
||||
<!ENTITY % chap.bibliography "IGNORE">
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
|
||||
]>
|
||||
|
||||
<book lang="de">
|
||||
|
@ -57,6 +65,7 @@
|
|||
<year>1999</year>
|
||||
<year>2000</year>
|
||||
<year>2001</year>
|
||||
<year>2002</year>
|
||||
<holder>The FreeBSD German Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
|
@ -65,7 +74,7 @@
|
|||
<abstract>
|
||||
<para>Willkommen bei FreeBSD! Dieses Handbuch beschreibt die
|
||||
Installation und den täglichen Umgang mit <emphasis>FreeBSD
|
||||
Release &rel.current;</emphasis>.
|
||||
&rel.current;-RELEASE</emphasis>.
|
||||
Das Handbuch ist <emphasis>jederzeit unter Bearbeitung</emphasis>
|
||||
und die Arbeit vieler Einzelpersonen. Manche Kapitel existieren noch
|
||||
nicht und andere Kapitel müssen auf den neusten Stand
|
||||
|
@ -93,23 +102,77 @@
|
|||
<part>
|
||||
<title>Erste Schritte</title>
|
||||
|
||||
&chap.basics;
|
||||
&chap.ports;
|
||||
<partintro>
|
||||
<para>Dieser Teil des FreeBSD Handbuchs richtet sich an Benutzer
|
||||
und Administratoren für die FreeBSD neu ist. Diese
|
||||
Kapitel</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>geben Ihnen eine Einführung in FreeBSD,</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>geleiten Sie durch den Installationsprozeß,</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>erklären Ihnen einige Unix Grundlagen,</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>zeigen Ihnen, wie Sie die Fülle der erhältlichen
|
||||
Applikation Dritter installieren und</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>führen Sie in X, der Unix Benutzeroberfläche
|
||||
ein. Es wird gezeigt, wie Sie den Desktop konfigurieren, um
|
||||
effektiver arbeiten zu können.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Wir haben uns bemüht, Referenzen auf weiter vorne liegende
|
||||
Textteile auf ein Minimum zu beschränken, so daß Sie
|
||||
diesen Teil des Handbuchs ohne viel Blättern durcharbeiten
|
||||
können.</para>
|
||||
</partintro>
|
||||
|
||||
<![ %chap.basics; [ &chap.basics; ]]>
|
||||
<![ %chap.ports; [ &chap.ports; ]]>
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>System Administration</title>
|
||||
&chap.config;
|
||||
&chap.users;
|
||||
&chap.disks;
|
||||
&chap.security;
|
||||
&chap.sound;
|
||||
|
||||
<partintro>
|
||||
<para>Die restlichen Kapitel behandeln alle Aspekte der FreeBSD
|
||||
Systemadministration. Am Anfang jedes Kapitels finden Sie eine
|
||||
Zusammenfassung, die beschreibt, was Sie nach dem Durcharbeiten des
|
||||
Kapitels gelernt haben. Weiterhin werden die Voraussetzungen
|
||||
beschrieben, die für das Durcharbeiten des Kapitels
|
||||
erforderlich sind.</para>
|
||||
|
||||
<para>Diese Kapitel sollten Sie lesen, wenn Sie die Informationen
|
||||
darin benötigen. Sie brauchen Sie nicht in einer bestimmten
|
||||
Reihenfolge zu lesen, noch müssen Sie sie lesen, bevor Sie
|
||||
anfangen, FreeBSD zu benutzen.</para>
|
||||
</partintro>
|
||||
|
||||
<![ %chap.config; [ &chap.config; ]]>
|
||||
<![ %chap.boot; [ &chap.boot; ]]>
|
||||
<![ %chap.users; [ &chap.users; ]]>
|
||||
<![ %chap.kernelconfig; [ &chap.kernelconfig; ]]>
|
||||
<![ %chap.disks; [ &chap.disks; ]]>
|
||||
<![ %chap.security; [ &chap.security; ]]>
|
||||
<![ %chap.sound; [ &chap.sound; ]]>
|
||||
</part>
|
||||
|
||||
<part>
|
||||
<title>Anhang</title>
|
||||
|
||||
&chap.bibliography;
|
||||
<![ %chap.bibliography; [ &chap.bibliography; ]]>
|
||||
<![ %chap.index; [ &chap.index; ]]>
|
||||
</part>
|
||||
|
||||
</book>
|
||||
|
@ -122,4 +185,3 @@
|
|||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue