summaryrefslogtreecommitdiffstats
path: root/main.xml
blob: 10ea06a16cdd20e4cdd8b284e92c84ef31ecf8f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  "/usr/share/xml/docbook/xml-dtd-4.5/docbookx.dtd">

<book>

<bookinfo>
  <title>The Slack Book</title>
</bookinfo>
<copyright>
  <year>2010</year>
  <holder>Slackware Linux, Inc.</holder>
</copyright>

<!-- Preface -->
<xi:include
  href="preface.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 1 -->
<!-- Introduction to Slackware -->
<xi:include
  href="chapter_01.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 2 -->
<!-- Installation -->
<xi:include
  href="chapter_02.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 3 -->
<!-- Booting -->
<xi:include
  href="chapter_03.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 4 -->
<!-- Basic Shell Commands -->
<xi:include
  href="chapter_04.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 5 -->
<!-- The Bourne Again Shell -->
<xi:include
  href="chapter_05.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 6 -->
<!-- X Windows -->
<xi:include
  href="chapter_06.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 7 -->
<!-- Printing -->
<xi:include
  href="chapter_07.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 8 -->
<!-- Users & Groups -->
<xi:include
  href="chapter_08.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 9 -->
<!-- Filesystem Permissions -->
<xi:include
  href="chapter_09.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 10 -->
<!-- Filesystems -->
<xi:include
  href="chapter_10.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 11 -->
<!-- Vi -->
<xi:include
  href="chapter_11.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 12 -->
<!-- Emacs -->
<xi:include
  href="chapter_12.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 13 -->
<!-- Networking -->
<xi:include
  href="chapter_13.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 14 -->
<!-- Wireless Networking -->
<xi:include
  href="chapter_14.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 15 -->
<!-- Basic Network Commands -->
<xi:include
  href="chapter_15.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 16 -->
<!-- Package Management -->
<xi:include
  href="chapter_16.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 17 -->
<!-- Keeping Up With -stable -->
<xi:include
  href="chapter_17.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

<!-- Chapter 18 -->
<!-- Kernel -->
<xi:include
  href="chapter_18.xml"
  xmlns:xi="http://www.w3.org/2001/XInclude"/>

</book>