usrloc.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. <section id="usrloc" xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <sectioninfo>
  6. <authorgroup>
  7. <author>
  8. <firstname>Jan</firstname>
  9. <surname>Janak</surname>
  10. <affiliation><orgname>FhG FOKUS</orgname></affiliation>
  11. <address>
  12. <email>[email protected]</email>
  13. </address>
  14. </author>
  15. </authorgroup>
  16. <copyright>
  17. <year>2003</year>
  18. <holder>FhG FOKUS</holder>
  19. </copyright>
  20. </sectioninfo>
  21. <title>Usrloc Module</title>
  22. <section id="usrloc.overview">
  23. <title>Overview</title>
  24. <para>
  25. User location module. The module keeps a user location table and
  26. provides access to the table to other modules. The module exports
  27. no functions that could be used directly from scripts.
  28. </para>
  29. </section>
  30. <section id="usrloc.dep">
  31. <title>Dependencies</title>
  32. <para>
  33. The following modules must be loaded before this module:
  34. <itemizedlist>
  35. <listitem>
  36. <para>
  37. Optionally a database module.
  38. </para>
  39. </listitem>
  40. </itemizedlist>
  41. </para>
  42. </section>
  43. <xi:include href="params.xml"/>
  44. <xi:include href="api.xml"/>
  45. </section>