bookinfo.xml 1.8 KB

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