print_lib.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <book id="print" xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <bookinfo>
  6. <title>Print_lib Module</title>
  7. <authorgroup>
  8. <author>
  9. <firstname>Andrei</firstname>
  10. <surname>Pelinescu-Onciul</surname>
  11. <affiliation><orgname>FhG FOKUS</orgname></affiliation>
  12. <address>
  13. <email>[email protected]</email>
  14. </address>
  15. </author>
  16. </authorgroup>
  17. <copyright>
  18. <year>2003</year>
  19. <holder>FhG FOKUS</holder>
  20. </copyright>
  21. </bookinfo>
  22. <toc></toc>
  23. <chapter>
  24. <title>Admin Guide</title>
  25. <section id="print_lib.overview">
  26. <title>Overview</title>
  27. <para>
  28. This is an example module. It implements only one function that
  29. prints its string parameter to stderr (it won't work if server is
  30. started in daemon mode). Its prupose is to show how to link to
  31. an internal library (lib/print).
  32. </para>
  33. </section>
  34. <xi:include href="functions.xml"/>
  35. </chapter>
  36. </book>