source: prologue/bookinfo.xml@ 460f575

arm
Last change on this file since 460f575 was 460f575, checked in by William Harrington <kb0iic@…>, 2 years ago

Initial LFS-ARM book.

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[287ea55]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[287ea55]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[eb81fc5]7
[b330f4a]8<bookinfo>
9 <title>Linux From Scratch</title>
[abec094]10 <subtitle>Version &version;</subtitle>
[12a27da7]11 <subtitle>Published &releasedate;</subtitle>
[eb81fc5]12
[b330f4a]13 <authorgroup>
14 <author>
[e028607]15 <firstname>Created by Gerard</firstname>
[b330f4a]16 <surname>Beekmans</surname>
17 </author>
[e028607]18 <author>
[1118b17]19 <firstname>Managing Editor: Bruce</firstname>
[73b2841]20 <surname>Dubbs</surname>
[e028607]21 </author>
[0e800df]22
[1118b17]23 <author revision="systemd">
24 <firstname>Editor: Douglas R.</firstname>
25 <surname>Reno</surname>
26 </author>
[0e800df]27
[1118b17]28 <author revision="systemd">
29 <firstname>Editor: DJ</firstname>
30 <surname>Lucas</surname>
31 </author>
[460f575]32
33 <author>
34 <firstname>Editor: William</firstname>
35 <surname>Harrington</surname>
36 </author>
37
[b330f4a]38 </authorgroup>
[6370fa6]39
[460f575]40
[b330f4a]41 <copyright id="copyright">
[1c48007]42 <year>&copyrightdate;</year>
[b330f4a]43 <holder>Gerard Beekmans</holder>
44 </copyright>
[6370fa6]45
[b330f4a]46 <legalnotice>
[1118b17]47
[b330f4a]48 <para>All rights reserved.</para>
[6370fa6]49
[1c48007]50 <para>This book is licensed under a <xref linkend="CC"/>.</para>
[2ca8941]51 <para>Computer instructions may be extracted from the book under the
[1c48007]52 <xref linkend="MIT"/>.</para>
[6370fa6]53
[1c48007]54 <para><trademark class='registered'>Linux</trademark> is a registered trademark of
55 Linus Torvalds.</para>
[6370fa6]56
[b330f4a]57 </legalnotice>
[6370fa6]58
[eb81fc5]59</bookinfo>
Note: See TracBrowser for help on using the repository browser.