source: book/bookinfo.xml@ 5284822

6.2.0-rc1
Last change on this file since 5284822 was fb721333, checked in by Randy McMurchy <randy@…>, 18 years ago

Trivial text modification describing the release candidate version

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/tags/6.2.0-rc1@6509 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.3 KB
Line 
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
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
18 <authorgroup>
19 <corpauthor>
20 BLFS Development Team
21 </corpauthor>
22 </authorgroup>
23
24 <pubdate>&pubdate;</pubdate>
25
26 <copyright id="copyright">
27 <year>2001-2007</year>
28 <holder>BLFS Development Team</holder>
29 </copyright>
30
31 <legalnotice>
32 <para>Copyright &copy; 2001-2007, BLFS Development Team</para>
33
34 <para>All rights reserved.</para>
35
36 <para>Descriptive text is licensed under a <xref linkend="CC"/>.</para>
37 <para>Computer instructions are licensed under the <xref linkend="AFL"/>.</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>6.2.0-rc1</revnumber>
46 <date>2007-01-31</date>
47 <revremark>Sixth release (release candidate)</revremark>
48 </revision>
49
50 <revision>
51 <revnumber>6.1</revnumber>
52 <date>2005-08-14</date>
53 <revremark>Fifth release</revremark>
54 </revision>
55
56 <revision>
57 <revnumber>6.0</revnumber>
58 <date>2005-04-02</date>
59 <revremark>Fourth release</revremark>
60 </revision>
61
62 <revision>
63 <revnumber>5.1</revnumber>
64 <date>2004-06-05</date>
65 <revremark>Third release</revremark>
66 </revision>
67
68 <revision>
69 <revnumber>5.0</revnumber>
70 <date>2003-11-06</date>
71 <revremark>Second release</revremark>
72 </revision>
73
74 <revision>
75 <revnumber>1.0</revnumber>
76 <date>2003-04-25</date>
77 <revremark>First release</revremark>
78 </revision>
79 </revhistory>
80
81 <abstract>
82 <para>This book follows on from the Linux From Scratch book. It introduces
83 and guides the reader through additions to the system including networking,
84 graphical interfaces, sound support, and printer and scanner
85 support.</para>
86 </abstract>
87
88</bookinfo>
Note: See TracBrowser for help on using the repository browser.