1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <bookinfo>
|
---|
9 | <!-- <title>Beyond <trademark class='registered'>Linux</trademark> From Scratch</title>-->
|
---|
10 | <title>Beyond Linux<superscript>®</superscript> From Scratch</title>
|
---|
11 | <subtitle>Version &version;</subtitle>
|
---|
12 |
|
---|
13 |
|
---|
14 | <authorgroup>
|
---|
15 | <corpauthor>
|
---|
16 | BLFS Development Team
|
---|
17 | </corpauthor>
|
---|
18 | </authorgroup>
|
---|
19 |
|
---|
20 | <pubdate>&pubdate;</pubdate>
|
---|
21 |
|
---|
22 |
|
---|
23 | <copyright id="copyright">
|
---|
24 | <year>2001-2005</year>
|
---|
25 | <holder>BLFS Development Team</holder>
|
---|
26 | </copyright>
|
---|
27 |
|
---|
28 |
|
---|
29 | <legalnotice>
|
---|
30 |
|
---|
31 | <para>Copyright © 2001-2005, <acronym>BLFS</acronym> Development Team</para>
|
---|
32 |
|
---|
33 | <para>All rights reserved.</para>
|
---|
34 |
|
---|
35 | <para>Descriptive text is licensed under a <xref linkend="CC"/>.</para>
|
---|
36 | <para>Computer instructions are licensed under the <xref linkend="AFL"/>.</para>
|
---|
37 |
|
---|
38 | <para><trademark class='registered'>Linux</trademark> is a registered trademark of
|
---|
39 | Linus Torvalds.</para>
|
---|
40 |
|
---|
41 |
|
---|
42 | </legalnotice>
|
---|
43 |
|
---|
44 | <revhistory>
|
---|
45 | <revision>
|
---|
46 | <revnumber>&version;</revnumber>
|
---|
47 | <date>&pubdate;</date>
|
---|
48 | <revremark>Development Release</revremark>
|
---|
49 | </revision>
|
---|
50 |
|
---|
51 | <revision>
|
---|
52 | <revnumber>6.0</revnumber>
|
---|
53 | <date>2005-04-02</date>
|
---|
54 | <revremark>Fourth release</revremark>
|
---|
55 | </revision>
|
---|
56 |
|
---|
57 | <revision>
|
---|
58 | <revnumber>5.1</revnumber>
|
---|
59 | <date>2004-6-05</date>
|
---|
60 | <revremark>Third release</revremark>
|
---|
61 | </revision>
|
---|
62 |
|
---|
63 | <revision>
|
---|
64 | <revnumber>5.0</revnumber>
|
---|
65 | <date>2003-11-06</date>
|
---|
66 | <revremark>Second release</revremark>
|
---|
67 | </revision>
|
---|
68 |
|
---|
69 | <revision>
|
---|
70 | <revnumber>1.0</revnumber>
|
---|
71 | <date>2003-04-25</date>
|
---|
72 | <revremark>First release</revremark>
|
---|
73 | </revision>
|
---|
74 | </revhistory>
|
---|
75 |
|
---|
76 |
|
---|
77 | <abstract role="dsssl">
|
---|
78 |
|
---|
79 | <para>This book follows on from the Linux From Scratch book. It introduces and
|
---|
80 | guides the reader through additions to the system including networking, graphical
|
---|
81 | interfaces, sound support, and printer and scanner support.</para>
|
---|
82 |
|
---|
83 | </abstract>
|
---|
84 |
|
---|
85 | <othername>$LastChangedBy$</othername>
|
---|
86 | <date>$Date$</date>
|
---|
87 |
|
---|
88 | </bookinfo>
|
---|
89 |
|
---|