source: prologue/bookinfo.xml@ be00729f

ml-11.0 multilib
Last change on this file since be00729f was be00729f, checked in by Xℹ Ruoyao <xry111@…>, 3 years ago

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.8 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 <title>Linux From Scratch</title>
10 <subtitle arch="default" revision='sysv'>Version &version;</subtitle>
11 <subtitle arch="default" revision='systemd'>Version &versiond;</subtitle>
12 <subtitle arch="ml_32,ml_x32,ml_all" revision='sysv'>Version &version;-multilib</subtitle>
13 <subtitle arch="ml_32,ml_x32,ml_all" revision='systemd'>Version &versiond;-multilib</subtitle>
14 <subtitle>Published &releasedate;</subtitle>
15
16 <authorgroup>
17 <author>
18 <firstname>Created by Gerard</firstname>
19 <surname>Beekmans</surname>
20 </author>
21 <author>
22 <firstname>Managing Editor: Bruce</firstname>
23 <surname>Dubbs</surname>
24 </author>
25
26 <author revision="systemd">
27 <firstname>Editor: Douglas R.</firstname>
28 <surname>Reno</surname>
29 </author>
30
31 <author revision="systemd">
32 <firstname>Editor: DJ</firstname>
33 <surname>Lucas</surname>
34 </author>
35
36 <author arch="ml_32,ml_x32,ml_all">
37 <firstname>Editor: Thomas</firstname>
38 <surname>Trepl</surname>
39 </author>
40 </authorgroup>
41
42 <copyright id="copyright">
43 <year>&copyrightdate;</year>
44 <holder>Gerard Beekmans</holder>
45 </copyright>
46
47 <legalnotice>
48
49 <para>Copyright &copy; &copyrightdate;, Gerard Beekmans</para>
50
51 <para>All rights reserved.</para>
52
53 <para>This book is licensed under a <xref linkend="CC"/>.</para>
54 <para>Computer instructions may be extracted from the book under the
55 <xref linkend="MIT"/>.</para>
56
57 <para><trademark class='registered'>Linux</trademark> is a registered trademark of
58 Linus Torvalds.</para>
59
60 </legalnotice>
61
62</bookinfo>
Note: See TracBrowser for help on using the repository browser.