source: book/organization.xml@ e7f969d

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e7f969d was e7f969d, checked in by David Bryant <davidbryant@…>, 19 months ago

Spruced up a rather dull chapter, to give it more pizzazz. Use colorful verbs!

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