source: book/organization.xml@ 5156197

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 5156197 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
RevLine 
[722aba88]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[722aba88]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
[2eeb8695]17 <para>
18 This book is divided into the following parts.
19 </para>
[722aba88]20
21 <bridgehead renderas="sect2">Part I - Introduction</bridgehead>
22
[2eeb8695]23 <para>
24 This part contains information which is essential to
25 the rest of the book.
26 </para>
[722aba88]27
28 <bridgehead renderas="sect2">Part II - Post LFS Configuration and Extra
29 Software</bridgehead>
30
[2eeb8695]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>
[722aba88]36
37 <bridgehead renderas="sect2">Part III - General Libraries and Utilities</bridgehead>
38
[2eeb8695]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>
[722aba88]45
[1d9fe1c]46 <bridgehead renderas="sect2">Part IV - Basic Networking</bridgehead>
[722aba88]47
[2eeb8695]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>
[722aba88]53
[1d9fe1c]54 <bridgehead renderas="sect2">Part V - Servers</bridgehead>
[722aba88]55
[2eeb8695]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>
[722aba88]60
[1d9fe1c]61 <bridgehead renderas="sect2">Part VI - X + Window Managers</bridgehead>
[722aba88]62
[2eeb8695]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>
[722aba88]68
[1d9fe1c]69 <bridgehead renderas="sect2">Part VII - KDE</bridgehead>
[722aba88]70
[2eeb8695]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>
[722aba88]75
[1d9fe1c]76 <bridgehead renderas="sect2">Part VIII - GNOME</bridgehead>
[722aba88]77
[2eeb8695]78 <para>
79 <application>GNOME</application> is the main alternative to
80 <application>KDE</application> in the Desktop Environment arena.
[07584d8]81 </para>
[722aba88]82
[256784ce]83 <bridgehead renderas="sect2">Part IX - Xfce</bridgehead>
84
[2eeb8695]85 <para>
86 <application>Xfce</application> is a lightweight alternative to
87 <application>GNOME</application> and <application>KDE</application>.
[256784ce]88 </para>
89
[7e3964a0]90 <bridgehead renderas="sect2">Part X - LXDE</bridgehead>
91
[2eeb8695]92 <para>
93 <application>LXDE</application> is another lightweight alternative to
94 <application>GNOME</application> and <application>KDE</application>.
[7e3964a0]95 </para>
96
97 <bridgehead renderas="sect2">Part XI - X Software</bridgehead>
[722aba88]98
[2eeb8695]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>
[722aba88]104
[7e3964a0]105 <bridgehead renderas="sect2">Part XII - Multimedia</bridgehead>
[722aba88]106
[2eeb8695]107 <para>
108 Here we cover setting multimedia libraries and drivers along with some
109 audio, video and CD-writing programs.
110 </para>
[722aba88]111
[7e3964a0]112 <bridgehead renderas="sect2">Part XIII - Printing, Scanning and
[722aba88]113 Typesetting (PST)</bridgehead>
114
[2eeb8695]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>
[722aba88]121
122 <bridgehead renderas="sect2">Appendices</bridgehead>
123
[2eeb8695]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>
[722aba88]128
129</sect1>
Note: See TracBrowser for help on using the repository browser.