source: book/organization.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[722aba88]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="organization" xreflabel="Organization">
9 <?dbhtml filename="organization.html"?>
10
11
12 <title>Organization</title>
13
[2eeb8695]14 <para>
[e7f969d]15 This book is divided into the following fourteen parts.
[2eeb8695]16 </para>
[722aba88]17
18 <bridgehead renderas="sect2">Part I - Introduction</bridgehead>
19
[2eeb8695]20 <para>
[e7f969d]21 This part contains essential information which is needed to
22 understand the rest of the book.
[2eeb8695]23 </para>
[722aba88]24
25 <bridgehead renderas="sect2">Part II - Post LFS Configuration and Extra
26 Software</bridgehead>
27
[2eeb8695]28 <para>
29 Here we introduce basic configuration and security issues. We also
[e7f969d]30 discuss a range of text editors, file systems, and shells which aren't covered
[2eeb8695]31 in the main LFS book.
32 </para>
[722aba88]33
34 <bridgehead renderas="sect2">Part III - General Libraries and Utilities</bridgehead>
35
[2eeb8695]36 <para>
[e7f969d]37 In this section we cover libraries which are often needed throughout
38 the book, as well as system utilities. Information on programming
[2eeb8695]39 (including recompiling <application>GCC</application> to support its full
40 range of languages) concludes this part.
41 </para>
[722aba88]42
[1d9fe1c]43 <bridgehead renderas="sect2">Part IV - Basic Networking</bridgehead>
[722aba88]44
[2eeb8695]45 <para>
[e7f969d]46 Here we explain how to connect to a network when you aren't using the
47 simple static IP setup presented in the main LFS book. Networking libraries
[2eeb8695]48 and command-line networking tools are also covered here.
49 </para>
[722aba88]50
[1d9fe1c]51 <bridgehead renderas="sect2">Part V - Servers</bridgehead>
[722aba88]52
[2eeb8695]53 <para>
[e7f969d]54 Here we show you how to set up mail and other servers (such as
[2eeb8695]55 <application>FTP</application>, <application>Apache</application>, etc.).
56 </para>
[722aba88]57
[1d9fe1c]58 <bridgehead renderas="sect2">Part VI - X + Window Managers</bridgehead>
[722aba88]59
[2eeb8695]60 <para>
61 This part explains how to set up a basic <application>X Window
[e7f969d]62 System</application>, along with some generic
[2eeb8695]63 <application>X</application> libraries and Window managers.
64 </para>
[722aba88]65
[1d9fe1c]66 <bridgehead renderas="sect2">Part VII - KDE</bridgehead>
[722aba88]67
[2eeb8695]68 <para>
[e7f969d]69 This part is for those who want to use the <application>K Desktop
70 Environment</application>, or parts of it.
[2eeb8695]71 </para>
[722aba88]72
[1d9fe1c]73 <bridgehead renderas="sect2">Part VIII - GNOME</bridgehead>
[722aba88]74
[2eeb8695]75 <para>
76 <application>GNOME</application> is the main alternative to
77 <application>KDE</application> in the Desktop Environment arena.
[07584d8]78 </para>
[722aba88]79
[256784ce]80 <bridgehead renderas="sect2">Part IX - Xfce</bridgehead>
81
[2eeb8695]82 <para>
83 <application>Xfce</application> is a lightweight alternative to
84 <application>GNOME</application> and <application>KDE</application>.
[256784ce]85 </para>
86
[7e3964a0]87 <bridgehead renderas="sect2">Part X - LXDE</bridgehead>
88
[2eeb8695]89 <para>
90 <application>LXDE</application> is another lightweight alternative to
91 <application>GNOME</application> and <application>KDE</application>.
[7e3964a0]92 </para>
93
[e7f969d]94 <bridgehead renderas="sect2">Part XI - More X Software</bridgehead>
[722aba88]95
[2eeb8695]96 <para>
97 Office programs and graphical web browsers are important to most people.
[e7f969d]98 They, and some generic <application>X</application> software, can be
[2eeb8695]99 found in this part of the book.
100 </para>
[722aba88]101
[7e3964a0]102 <bridgehead renderas="sect2">Part XII - Multimedia</bridgehead>
[722aba88]103
[2eeb8695]104 <para>
[e7f969d]105 Here we cover multimedia libraries and drivers, along with some
106 audio, video, and CD-writing programs.
[2eeb8695]107 </para>
[722aba88]108
[7e3964a0]109 <bridgehead renderas="sect2">Part XIII - Printing, Scanning and
[722aba88]110 Typesetting (PST)</bridgehead>
111
[2eeb8695]112 <para>
[e7f969d]113 This part covers document handling, from applications like
114 <application>Ghostscript</application>, <application>CUPS</application>, and
115 <application>DocBook</application>, all the way to
[2eeb8695]116 <application>texlive</application>.
117 </para>
[722aba88]118
119 <bridgehead renderas="sect2">Appendices</bridgehead>
120
[2eeb8695]121 <para>
[e7f969d]122 The Appendices present information which doesn't belong in the body of
123 book; they are included as reference material. The glossary of acronyms
124 is a handy feature.
[2eeb8695]125 </para>
[722aba88]126
127</sect1>
Note: See TracBrowser for help on using the repository browser.