mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
58 lines
1.5 KiB
XML
58 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<bookinfo>
|
|
|
|
<date>$Date$</date>
|
|
|
|
<title>
|
|
Gaming Linux<superscript>®</superscript> From Scratch
|
|
</title>
|
|
<subtitle>Version &version;</subtitle>
|
|
<subtitle>Published &releasedate;</subtitle>
|
|
|
|
<authorgroup>
|
|
<corpauthor>
|
|
©holder;
|
|
</corpauthor>
|
|
</authorgroup>
|
|
|
|
<copyright id="copyright">
|
|
<year>©rightdate;</year>
|
|
<holder>©holder;</holder>
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
<para>Copyright © ©rightdate;, ©holder;</para>
|
|
|
|
<para>All rights reserved.</para>
|
|
|
|
<para>This book is licensed under a <xref linkend="CC"/>.</para>
|
|
|
|
<para>
|
|
Computer instructions may be extracted from the book under the
|
|
<xref linkend="MIT"/>.
|
|
</para>
|
|
|
|
<para>
|
|
<trademark class='registered'>Linux</trademark> is a registered trademark
|
|
of Linus Torvalds.
|
|
</para>
|
|
</legalnotice>
|
|
|
|
<abstract>
|
|
<para>
|
|
This book both follows on from and treads back to the Linux From Scratch
|
|
book. It follows the same principles as the Beyond Linux From Scratch book
|
|
but aims to only suppliment it. It introduces and guides the reader
|
|
through additions to the system like <application>Steam</application> and
|
|
<application>Wine</application>, and the packages along the way.
|
|
</para>
|
|
</abstract>
|
|
|
|
</bookinfo>
|