source: book/bookinfo.xml@ acf7e2c

basic
Last change on this file since acf7e2c was e1100da, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Initial commit of basic branch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20509 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.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>Basic Packages for 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>2018-&year;</year> <!-- Yes it will be 2018-1018 for now -->
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 </revhistory>
51
52 <abstract>
53 <para>
54 This book is an excerpt of the Beyond Linux From Scratch book. It
55 provides suggested applications that are useful for all LFS users.
56 </para>
57 </abstract>
58
59</bookinfo>
Note: See TracBrowser for help on using the repository browser.