source: BOOK/index.xml@ aab67ee

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since aab67ee was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated trunk book sources to use DocBook-XML DTD 4.5.

  • Property mode set to 100644
File size: 834 bytes
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "general.ent">
5 %general-entities;
6]>
7
8<bookinfo>
[4820ba3]9 <title>Cross-Compiled Linux From Scratch</title>
[3f8be484]10 <subtitle>Version &version;</subtitle>
11
12 <authorgroup>
13 <author>
[e629d35]14 <firstname>Jim</firstname>
15 <surname>Gifford</surname>
16 </author>
17 <author>
18 <firstname>Ryan</firstname>
19 <surname>Oliver</surname>
[3f8be484]20 </author>
21 </authorgroup>
22
23 <copyright id="copyright">
[a54d633]24 <year>2005&ndash;2006</year>
[e629d35]25 <holder>Jim Gifford &amp; Ryan Oliver</holder>
[3f8be484]26 </copyright>
27
[e629d35]28 <bibliosource>
[0c318f1]29 <emphasis>Based on LFS, Copyright &copy; 1999&ndash;2006 Gerard Beekmans</emphasis>
[e629d35]30 </bibliosource>
31
[3f8be484]32</bookinfo>
Note: See TracBrowser for help on using the repository browser.