source: book/bookinfo.xml@ 5dec5e45

6.2 6.2.0 6.2.0-rc2
Last change on this file since 5dec5e45 was 5dec5e45, checked in by Randy McMurchy <randy@…>, 17 years ago

Removed the Development release from the list of book versions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.2/BOOK@6568 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
45 <revision>
46 <revnumber>6.2.0-rc2</revnumber>
47 <date>2007-02-07</date>
48 <revremark>Sixth release (release candidate)</revremark>
49 </revision>
50
51 <revision>
52 <revnumber>6.1</revnumber>
53 <date>2005-08-14</date>
54 <revremark>Fifth release</revremark>
55 </revision>
56
57 <revision>
58 <revnumber>6.0</revnumber>
59 <date>2005-04-02</date>
60 <revremark>Fourth release</revremark>
61 </revision>
62
63 <revision>
64 <revnumber>5.1</revnumber>
65 <date>2004-06-05</date>
66 <revremark>Third release</revremark>
67 </revision>
68
69 <revision>
70 <revnumber>5.0</revnumber>
71 <date>2003-11-06</date>
72 <revremark>Second release</revremark>
73 </revision>
74
75 <revision>
76 <revnumber>1.0</revnumber>
77 <date>2003-04-25</date>
78 <revremark>First release</revremark>
79 </revision>
80 </revhistory>
81
82 <abstract>
83 <para>This book follows on from the Linux From Scratch book. It introduces
84 and guides the reader through additions to the system including networking,
85 graphical interfaces, sound support, and printer and scanner
86 support.</para>
87 </abstract>
88
89</bookinfo>
Note: See TracBrowser for help on using the repository browser.