bookinfo.xml 1.5 KB

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