123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
- <section id="usrloc" xmlns:xi="http://www.w3.org/2001/XInclude">
- <sectioninfo>
- <authorgroup>
- <author>
- <firstname>Jan</firstname>
- <surname>Janak</surname>
- <affiliation><orgname>FhG FOKUS</orgname></affiliation>
- <address>
- <email>[email protected]</email>
- </address>
- </author>
- </authorgroup>
- <copyright>
- <year>2003</year>
- <holder>FhG FOKUS</holder>
- </copyright>
- </sectioninfo>
- <title>Usrloc Module</title>
- <section id="usrloc.overview">
- <title>Overview</title>
- <para>
- User location module. The module keeps a user location table and
- provides access to the table to other modules. The module exports
- no functions that could be used directly from scripts.
- </para>
- </section>
- <section id="usrloc.dep">
- <title>Dependencies</title>
- <para>
- The following modules must be loaded before this module:
- <itemizedlist>
- <listitem>
- <para>
- Optionally a database module.
- </para>
- </listitem>
- </itemizedlist>
- </para>
- </section>
- <xi:include href="params.xml"/>
- <xi:include href="api.xml"/>
- </section>
|