print.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 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.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 stdout (it won't work if ser is
  30. started in daemon mode). It also shows how module parameters can be
  31. declared.
  32. </para>
  33. </section>
  34. <xi:include href="params.xml"/>
  35. <xi:include href="functions.xml"/>
  36. </chapter>
  37. </book>