source: book/bookinfo.xml@ 29912efb

kde5-14686 systemd-13485
Last change on this file since 29912efb was 65a146b6, checked in by Krejzi <krejzi@…>, 10 years ago

Adjust things necessary to separate from svn book.

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

  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[4122007]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[4122007]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
[f45b1953]8<bookinfo>
[10b8560f]9
10 <othername>$LastChangedBy$</othername>
11 <date>$Date$</date>
12
[65a146b6]13 <title>Beyond Linux<superscript>&reg;</superscript> From Scratch (systemd edition)</title>
[49e031f]14 <subtitle>Version &version;</subtitle>
[3a5c279]15
[49e031f]16 <authorgroup>
17 <corpauthor>
[416886f]18 &copyholder;
[49e031f]19 </corpauthor>
20 </authorgroup>
[3a5c279]21
[49e031f]22 <pubdate>&pubdate;</pubdate>
[3a5c279]23
[49e031f]24 <copyright id="copyright">
[7247d44]25 <year>2001-&year;</year>
[416886f]26 <holder>&copyholder;</holder>
[49e031f]27 </copyright>
[3a5c279]28
[49e031f]29 <legalnotice>
[416886f]30 <para>Copyright &copy; &copyrightdate;, &copyholder;</para>
[3a5c279]31
[49e031f]32 <para>All rights reserved.</para>
[2d9cf71]33
[17bcb81]34 <para>This book is licensed under a <xref linkend="CC"/>.</para>
[3a5c279]35
[17bcb81]36 <para>Computer instructions may be extracted from the book under the
37 <xref linkend="MIT"/>.</para>
[3a5c279]38
39 <para><trademark class='registered'>Linux</trademark> is a registered trademark of
[49e031f]40 Linus Torvalds.</para>
41 </legalnotice>
[3a5c279]42
[49e031f]43 <revhistory>
44 <revision>
45 <revnumber>&version;</revnumber>
46 <date>&pubdate;</date>
[9e9cd2a2]47 <revremark>Ongoing Release</revremark>
[49e031f]48 </revision>
[3a5c279]49
[52a4df28]50 <revision>
51 <revnumber>7.5</revnumber>
52 <date>2014-03-05</date>
53 <revremark>Ninth release</revremark>
54 </revision>
55
[771399b]56 <revision>
57 <revnumber>7.4</revnumber>
58 <date>2013-09-14</date>
59 <revremark>Eighth release</revremark>
60 </revision>
61
[ca188ba]62 <revision>
[bee50a0]63 <revnumber>6.3</revnumber>
64 <date>2008-08-24</date>
[ca188ba]65 <revremark>Seventh release</revremark>
66 </revision>
67
[10b8560f]68 <revision>
[04bf1cbd]69 <revnumber>6.2.0</revnumber>
70 <date>2007-02-14</date>
71 <revremark>Sixth release</revremark>
[10b8560f]72 </revision>
73
[323b393]74 <revision>
75 <revnumber>6.1</revnumber>
76 <date>2005-08-14</date>
77 <revremark>Fifth release</revremark>
78 </revision>
79
[49e031f]80 <revision>
81 <revnumber>6.0</revnumber>
82 <date>2005-04-02</date>
83 <revremark>Fourth release</revremark>
84 </revision>
[3a5c279]85
[49e031f]86 <revision>
87 <revnumber>5.1</revnumber>
88 <date>2004-06-05</date>
89 <revremark>Third release</revremark>
90 </revision>
[3a5c279]91
[49e031f]92 <revision>
93 <revnumber>5.0</revnumber>
94 <date>2003-11-06</date>
95 <revremark>Second release</revremark>
96 </revision>
[3a5c279]97
[49e031f]98 <revision>
99 <revnumber>1.0</revnumber>
100 <date>2003-04-25</date>
101 <revremark>First release</revremark>
102 </revision>
103 </revhistory>
[3a5c279]104
105 <abstract>
[65a146b6]106 <para>This book follows on from the Linux From Scratch systemd book. It introduces
[10b8560f]107 and guides the reader through additions to the system including networking,
108 graphical interfaces, sound support, and printer and scanner
109 support.</para>
[49e031f]110 </abstract>
[3a5c279]111
[f45b1953]112</bookinfo>
Note: See TracBrowser for help on using the repository browser.