source: book/organization.xml@ e6d0be6

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e6d0be6 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 parts.
19 </para>
20
21 <bridgehead renderas="sect2">Part I - Introduction</bridgehead>
22
23 <para>
24 This part contains information which is essential to
25 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 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 by the rest
41 of 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 cover how to connect to a network when you aren't using the
50 simple static IP setup given 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 deal with setting 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> installation 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 For those who want to use the <application>K Desktop
73 Environment</application> or some parts of it, this part covers 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 - X Software</bridgehead>
98
99 <para>
100 Office programs and graphical web browsers are important to most people.
101 They, along with 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 setting 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 The PST part of the book covers document handling with applications like
117 <application>Ghostscript</application>, <application>CUPS</application> and
118 <application>DocBook</application> to installing
119 <application>texlive</application>.
120 </para>
121
122 <bridgehead renderas="sect2">Appendices</bridgehead>
123
124 <para>
125 The Appendices cover information which doesn't belong in the main
126 book; they are mainly there as a reference.
127 </para>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.