source: book/bookinfo.xml@ 2b9defe

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

Updated to reflect the BLFS-6.3-rc2 release

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

  • Property mode set to 100644
File size: 2.6 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 <trademark class='registered'>Linux</trademark> From Scratch</title>-->
14 <title>Beyond Linux<superscript>&reg;</superscript> From Scratch</title>
15 <subtitle>Version &version;</subtitle>
16
17 <authorgroup>
18 <corpauthor>
19 BLFS Development Team
20 </corpauthor>
21 </authorgroup>
22
23 <pubdate>&pubdate;</pubdate>
24
25 <copyright id="copyright">
26 <year>2001-2008</year>
27 <holder>BLFS Development Team</holder>
28 </copyright>
29
30 <legalnotice>
31 <para>Copyright &copy; 2001-2008, BLFS 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 </legalnotice>
41
42 <revhistory>
43 <revision>
44 <revnumber>&version;</revnumber>
45 <date>&pubdate;</date>
46 <revremark>Development Release</revremark>
47 </revision>
48
49 <revision>
50 <revnumber>6.3-rc2</revnumber>
51 <date>2008-05-16</date>
52 <revremark>Seventh release</revremark>
53 </revision>
54
55 <revision>
56 <revnumber>6.2.0</revnumber>
57 <date>2007-02-14</date>
58 <revremark>Sixth release</revremark>
59 </revision>
60
61 <revision>
62 <revnumber>6.1</revnumber>
63 <date>2005-08-14</date>
64 <revremark>Fifth release</revremark>
65 </revision>
66
67 <revision>
68 <revnumber>6.0</revnumber>
69 <date>2005-04-02</date>
70 <revremark>Fourth release</revremark>
71 </revision>
72
73 <revision>
74 <revnumber>5.1</revnumber>
75 <date>2004-06-05</date>
76 <revremark>Third release</revremark>
77 </revision>
78
79 <revision>
80 <revnumber>5.0</revnumber>
81 <date>2003-11-06</date>
82 <revremark>Second release</revremark>
83 </revision>
84
85 <revision>
86 <revnumber>1.0</revnumber>
87 <date>2003-04-25</date>
88 <revremark>First release</revremark>
89 </revision>
90 </revhistory>
91
92 <abstract>
93 <para>This book follows on from the Linux From Scratch book. It introduces
94 and guides the reader through additions to the system including networking,
95 graphical interfaces, sound support, and printer and scanner
96 support.</para>
97 </abstract>
98
99</bookinfo>
Note: See TracBrowser for help on using the repository browser.