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
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
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
14 <para>
15 This book is divided into the following fourteen parts.
16 </para>
17
18 <bridgehead renderas="sect2">Part I - Introduction</bridgehead>
19
20 <para>
21 This part contains essential information which is needed to
22 understand the rest of the book.
23 </para>
24
25 <bridgehead renderas="sect2">Part II - Post LFS Configuration and Extra
26 Software</bridgehead>
27
28 <para>
29 Here we introduce basic configuration and security issues. We also
30 discuss a range of text editors, file systems, and shells which aren't covered
31 in the main LFS book.
32 </para>
33
34 <bridgehead renderas="sect2">Part III - General Libraries and Utilities</bridgehead>
35
36 <para>
37 In this section we cover libraries which are often needed throughout
38 the book, as well as system utilities. Information on programming
39 (including recompiling <application>GCC</application> to support its full
40 range of languages) concludes this part.
41 </para>
42
43 <bridgehead renderas="sect2">Part IV - Basic Networking</bridgehead>
44
45 <para>
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
48 and command-line networking tools are also covered here.
49 </para>
50
51 <bridgehead renderas="sect2">Part V - Servers</bridgehead>
52
53 <para>
54 Here we show you how to set up mail and other servers (such as
55 <application>FTP</application>, <application>Apache</application>, etc.).
56 </para>
57
58 <bridgehead renderas="sect2">Part VI - X + Window Managers</bridgehead>
59
60 <para>
61 This part explains how to set up a basic <application>X Window
62 System</application>, along with some generic
63 <application>X</application> libraries and Window managers.
64 </para>
65
66 <bridgehead renderas="sect2">Part VII - KDE</bridgehead>
67
68 <para>
69 This part is for those who want to use the <application>K Desktop
70 Environment</application>, or parts of it.
71 </para>
72
73 <bridgehead renderas="sect2">Part VIII - GNOME</bridgehead>
74
75 <para>
76 <application>GNOME</application> is the main alternative to
77 <application>KDE</application> in the Desktop Environment arena.
78 </para>
79
80 <bridgehead renderas="sect2">Part IX - Xfce</bridgehead>
81
82 <para>
83 <application>Xfce</application> is a lightweight alternative to
84 <application>GNOME</application> and <application>KDE</application>.
85 </para>
86
87 <bridgehead renderas="sect2">Part X - LXDE</bridgehead>
88
89 <para>
90 <application>LXDE</application> is another lightweight alternative to
91 <application>GNOME</application> and <application>KDE</application>.
92 </para>
93
94 <bridgehead renderas="sect2">Part XI - More X Software</bridgehead>
95
96 <para>
97 Office programs and graphical web browsers are important to most people.
98 They, and some generic <application>X</application> software, can be
99 found in this part of the book.
100 </para>
101
102 <bridgehead renderas="sect2">Part XII - Multimedia</bridgehead>
103
104 <para>
105 Here we cover multimedia libraries and drivers, along with some
106 audio, video, and CD-writing programs.
107 </para>
108
109 <bridgehead renderas="sect2">Part XIII - Printing, Scanning and
110 Typesetting (PST)</bridgehead>
111
112 <para>
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
116 <application>texlive</application>.
117 </para>
118
119 <bridgehead renderas="sect2">Appendices</bridgehead>
120
121 <para>
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.
125 </para>
126
127</sect1>
Note: See TracBrowser for help on using the repository browser.