bookinfo.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. <bookinfo>
  8. <title>Linux From Scratch</title>
  9. <subtitle revision='sysv' >Version &version; </subtitle>
  10. <subtitle revision='systemd'>Version &versiond;</subtitle>
  11. <authorgroup>
  12. <author>
  13. <firstname>Created by Gerard</firstname>
  14. <surname>Beekmans</surname>
  15. </author>
  16. <author>
  17. <firstname>Managing Editor: Bruce</firstname>
  18. <surname>Dubbs</surname>
  19. </author>
  20. <!--
  21. <author revision="systemd">
  22. <firstname>Editor: Douglas R.</firstname>
  23. <surname>Reno</surname>
  24. </author>
  25. -->
  26. <author revision="systemd">
  27. <firstname>Editor: DJ</firstname>
  28. <surname>Lucas</surname>
  29. </author>
  30. </authorgroup>
  31. <copyright id="copyright">
  32. <year>&copyrightdate;</year>
  33. <holder>Gerard Beekmans</holder>
  34. </copyright>
  35. <legalnotice>
  36. <para>Copyright &copy; &copyrightdate;, Gerard Beekmans</para>
  37. <para>All rights reserved.</para>
  38. <para>This book is licensed under a <xref linkend="CC"/>.</para>
  39. <para>Computer instructions may be extracted from the book under the
  40. <xref linkend="MIT"/>.</para>
  41. <para><trademark class='registered'>Linux</trademark> is a registered trademark of
  42. Linus Torvalds.</para>
  43. </legalnotice>
  44. </bookinfo>