source: book/organization.xml@ 790998f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 790998f was 790998f, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Removed gnome-old-version.

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

  • Property mode set to 100644
File size: 3.5 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>This book is divided into the following parts.</para>
19
20 <bridgehead renderas="sect2">Part I - Introduction</bridgehead>
21
22 <para>This part contains information which is essential to
23 the rest of the book.</para>
24
25 <bridgehead renderas="sect2">Part II - Post LFS Configuration and Extra
26 Software</bridgehead>
27
28 <para>Here we introduce basic configuration and security issues. We also
29 discuss a range of editors, file systems, and shells which aren't covered in
30 the main LFS book.</para>
31
32 <bridgehead renderas="sect2">Part III - General Libraries and Utilities</bridgehead>
33
34 <para>In this section we cover libraries which are often needed by the rest
35 of the book as well as system utilities. Information on Programming
36 (including recompiling <application>GCC</application> to support its full range
37 of languages) concludes this part.</para>
38
39 <bridgehead renderas="sect2">Part IV - Basic Networking</bridgehead>
40
41 <para>Here we cover how to connect to a network when you aren't using the
42 simple static IP setup given in the main LFS book. Networking libraries
43 and command-line networking tools are also covered here.</para>
44
45 <bridgehead renderas="sect2">Part V - Servers</bridgehead>
46
47 <para>Here we deal with setting up mail and other servers (such as
48 <application>SSH</application>, <application>Apache</application>, etc.).</para>
49
50 <bridgehead renderas="sect2">Part VI - X + Window Managers</bridgehead>
51
52 <para>This part explains how to set up a basic <application>X Window
53 System</application> installation along with some generic
54 <application>X</application> libraries and Window managers.</para>
55
56 <bridgehead renderas="sect2">Part VII - KDE</bridgehead>
57
58 <para>For those who want to use the <application>K Desktop
59 Environment</application> or some parts of it, this part covers it.</para>
60
61 <bridgehead renderas="sect2">Part VIII - GNOME</bridgehead>
62
63 <para><application>GNOME</application> is the main alternative to
64 <application>KDE</application> in the Desktop Environment arena and
65 we cover <application>GNOME</application>-&gnome-version; here.</para>
66
67 <bridgehead renderas="sect2">Part IX - X Software</bridgehead>
68
69 <para>Office programs and graphical web browsers are important to most people.
70 They, along with some generic <application>X</application> software can be
71 found in this part of the book.</para>
72
73 <bridgehead renderas="sect2">Part X - Multimedia</bridgehead>
74
75 <para>Here we cover setting multimedia libraries and drivers along with some
76 audio, video and CD-writing programs.</para>
77
78 <bridgehead renderas="sect2">Part XI - Printing, Scanning and
79 Typesetting (PST)</bridgehead>
80
81 <para>The PST part of the book covers document handling with applications like
82 <application>Ghostscript</application>, <application>CUPS</application> and
83 <application>DocBook</application> to installing
84 <application>teTeX</application>.</para>
85
86 <bridgehead renderas="sect2">Appendices</bridgehead>
87
88 <para>The Appendices cover information which doesn't belong in the main
89 book; they are mainly there as a reference.</para>
90
91</sect1>
Note: See TracBrowser for help on using the repository browser.