source: book/organization.xml@ 40ab020

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 40ab020 was 40ab020, checked in by Chris Staub <chris@…>, 10 years ago

Grammar fixes

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

  • Property mode set to 100644
File size: 3.7 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.
65 </para>
66
67 <bridgehead renderas="sect2">Part IX - Xfce</bridgehead>
68
69 <para><application>Xfce</application> is a lightweight alternative to
70 <application>GNOME</application> and <application>KDE</application>.
71 </para>
72
73 <bridgehead renderas="sect2">Part X - X Software</bridgehead>
74
75 <para>Office programs and graphical web browsers are important to most people.
76 They, along with some generic <application>X</application> software can be
77 found in this part of the book.</para>
78
79 <bridgehead renderas="sect2">Part XI - Multimedia</bridgehead>
80
81 <para>Here we cover setting multimedia libraries and drivers along with some
82 audio, video and CD-writing programs.</para>
83
84 <bridgehead renderas="sect2">Part XII - Printing, Scanning and
85 Typesetting (PST)</bridgehead>
86
87 <para>The PST part of the book covers document handling with applications like
88 <application>Ghostscript</application>, <application>CUPS</application> and
89 <application>DocBook</application> to installing
90 <application>texlive</application>.</para>
91
92 <bridgehead renderas="sect2">Appendices</bridgehead>
93
94 <para>The Appendices cover information which doesn't belong in the main
95 book; they are mainly there as a reference.</para>
96
97</sect1>
Note: See TracBrowser for help on using the repository browser.