source: book/organization.xml@ 2aff70f

10.0 10.1 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 2aff70f was 2eeb8695, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format multimedia chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22821 af4574ff-66df-0310-9fd7-8a98e5e911e0

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