source: book/bookinfo.xml@ bee50a0

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 bee50a0 was bee50a0, checked in by Randy McMurchy <randy@…>, 16 years ago

Updates for the BLFS-6.3 release

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

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE bookinfo 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<bookinfo>
9
10 <othername>$LastChangedBy$</othername>
11 <date>$Date$</date>
12
13 <title>Beyond Linux<superscript>&reg;</superscript> From Scratch</title>
14 <subtitle>Version &version;</subtitle>
15
16 <authorgroup>
17 <corpauthor>
18 &copyholder;
19 </corpauthor>
20 </authorgroup>
21
22 <pubdate>&pubdate;</pubdate>
23
24 <copyright id="copyright">
25 <year>2001-2008</year>
26 <holder>&copyholder;</holder>
27 </copyright>
28
29 <legalnotice>
30 <para>Copyright &copy; &copyrightdate;, &copyholder;</para>
31
32 <para>All rights reserved.</para>
33
34 <para>This book is licensed under a <xref linkend="CC"/>.</para>
35
36 <para>Computer instructions may be extracted from the book under the
37 <xref linkend="MIT"/>.</para>
38
39 <para><trademark class='registered'>Linux</trademark> is a registered trademark of
40 Linus Torvalds.</para>
41 </legalnotice>
42
43 <revhistory>
44 <revision>
45 <revnumber>&version;</revnumber>
46 <date>&pubdate;</date>
47 <revremark>Development Release</revremark>
48 </revision>
49
50 <revision>
51 <revnumber>6.3</revnumber>
52 <date>2008-08-24</date>
53 <revremark>Seventh release</revremark>
54 </revision>
55
56 <revision>
57 <revnumber>6.2.0</revnumber>
58 <date>2007-02-14</date>
59 <revremark>Sixth release</revremark>
60 </revision>
61
62 <revision>
63 <revnumber>6.1</revnumber>
64 <date>2005-08-14</date>
65 <revremark>Fifth release</revremark>
66 </revision>
67
68 <revision>
69 <revnumber>6.0</revnumber>
70 <date>2005-04-02</date>
71 <revremark>Fourth release</revremark>
72 </revision>
73
74 <revision>
75 <revnumber>5.1</revnumber>
76 <date>2004-06-05</date>
77 <revremark>Third release</revremark>
78 </revision>
79
80 <revision>
81 <revnumber>5.0</revnumber>
82 <date>2003-11-06</date>
83 <revremark>Second release</revremark>
84 </revision>
85
86 <revision>
87 <revnumber>1.0</revnumber>
88 <date>2003-04-25</date>
89 <revremark>First release</revremark>
90 </revision>
91 </revhistory>
92
93 <abstract>
94 <para>This book follows on from the Linux From Scratch book. It introduces
95 and guides the reader through additions to the system including networking,
96 graphical interfaces, sound support, and printer and scanner
97 support.</para>
98 </abstract>
99
100</bookinfo>
Note: See TracBrowser for help on using the repository browser.